Re: [O] Some thoughts on MobileOrg and its development ....

2014-08-14 Thread Henning Weiss
Hi, My name is Henning and I am the co-maintainer of MobileOrg Android. The reason I stopped working on the project is partially the lack of time, but also because I didn't believe in the design of org-mobile-push/pull and edit nodes. Almost half of the bugs on our issue tracker are with re

[O] Add orgstruct-appendix to .emacs to default for .R-files

2014-06-17 Thread Henning
I currently use orgstruct-mode tu structure scripts for statistical analysis in R. So I copy + paste some orgstruct-code into every R-file, where I would like to enjoy folding. ||/Is there any way to put the following lines of code into my .emacs-file, so the orgstruct-properties becaume default

Re: [O] org babel before excute hook

2013-10-13 Thread Henning Redestig
if anyone is interested in this, a simple defadvice appears to be a good option, I put (defadvice org-babel-execute-maybe (around org-babel-stop-on-collision) "stop execution of result file defined more than once" (let ((info (org-babel-get-src-block-info))) (setq result-file (cdr (assoc :

Re: [O] org babel before excute hook

2013-10-13 Thread Henning Redestig
Is it possible to add a function to org-ctrl-c-ctrl-c-hook without patching ob-core.el? If I just add something like (add-hook 'org-ctrl-c-ctrl-c-hook 'org-babel-stop-if-file-collision) in my .emacs I notice that my addition gets overwritten later via the autoloads (I think) that are defined in o

Re: [O] org babel before excute hook

2013-10-12 Thread Henning Redestig
I thought about temp files, but that makes the file names cryptic which is inconvenient for communication without people outside org.. also, I tend recompile figures many times which would cause a lot of cluttering files that are hard to delete since you don't know which file is the one currently l

[O] org babel before excute hook

2013-10-11 Thread Henning Redestig
could try to write a patch but thought I'd ask first. or if there is an even better approach to avoid overwriting output from different source blocks.. //Henning

Re: [O] Problem with Google Calendar Synchronization

2013-05-07 Thread Henning Weiss
s.org/>) first. In case of homebrew you can run: ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" brew update brew install gawk regards, Henning

Re: [O] Android MobileOrg: appointments without SCHEDULED/DEADLINE

2013-04-24 Thread Henning Weiss
<2013-05-07 Tue 9:00-11:00 +1w> > > in a recurring event, and I would really like this to be solved. > You are correct, repeating timestamps do not work yet. You can find the associated issue here<https://github.com/matburt/mobileorg-android/issues/381>. This is one of the next major things we'll be working on. Henning

Re: [O] Android MobileOrg: appointments without SCHEDULED/DEADLINE (was: Agenda in MobileOrg for Android)

2013-04-24 Thread Henning Weiss
with > :rem15: I want to be reminded 15 minutes before its first time-stamp > (example above: at 2013-05-07 8:45). *This* would be very cool! > Again, we have an open issue for this. Both issues are part of the next major milestone. Henning

Re: [O] [PATCH] org-mobile agenda title

2013-01-04 Thread Henning Weiss
Hi Bastien, sorry for the late reply. On Sun, Dec 30, 2012 at 9:55 AM, Bastien wrote: > Hi Henning, > > Henning Weiss writes: > > > I was wondering why this patch was reversed in master. > > I think the line didn't change since 4a49e40d but I might be wrong. &g

Re: [O] [PATCH] org-mobile agenda title

2012-12-05 Thread Henning Weiss
Hi, I was wondering why this patch was reversed in master. An updated version of the patch is attached, and a discussion of what it does is below. Henning On Wed, Jan 25, 2012 at 10:21 PM, Henning Weiss wrote: > Hi everyone, > > I have been working on a patch for > mobileorg-a

Re: [O] mobileorg for android: perhaps best to wait on an update

2012-12-03 Thread Henning Weiss
Hi, Checking "show done" in the preferences should make all entries appear. A fixed version will be available soon. Henning On Mon, Dec 3, 2012 at 1:08 AM, Brian van den Broek < brian.van.den.br...@gmail.com> wrote: > Hi all, > > mobileorg for android 0.9.5 came out a

Re: [O] Differences between MobileOrg and MobileOrgNG

2012-09-27 Thread Henning Weiss
Hi, On Thu, Sep 27, 2012 at 1:46 AM, Robert Eckl wrote: > > Hi, > > Henning Weiss wrote: > > > On Wed, Sep 19, 2012 at 12:53 AM, wrote: > > Henning Weiss wrote: > > > >>> On Mon, Sep 17, 2012 at 9:20 PM, Robert Eckl wrote: > > > >&g

Re: [O] Differences between MobileOrg and MobileOrgNG

2012-09-25 Thread Henning Weiss
Hi, On Wed, Sep 19, 2012 at 12:53 AM, wrote: > Henning Weiss wrote: > > >> On Mon, Sep 17, 2012 at 9:20 PM, Robert Eckl wrote: > > >> If i Push the org-files under Windows with MobileOrg the different > >> org-files are not synced, but with MobileOrgNG th

Re: [O] Differences between MobileOrg and MobileOrgNG

2012-09-17 Thread Henning Weiss
s sounds like a known bug with org-mode on Windows, as it does not generate a complete checksum file. See the discussion here<https://github.com/matburt/mobileorg-android/issues/201>. It seems that changing from sha1sum.exe to md5sum.exe for the generation of the checksum file fixes that issue. Henning

Re: [O] [Feature Request] org-mobile edit:add nodes

2012-06-22 Thread Henning Weiss
Hi Bastien, both Aaron and me have used this patch for a while now without problems. What would it take to get it merged in? Henning

Re: [O] [Feature Request] org-mobile edit:add nodes

2012-05-22 Thread Henning Weiss
On Tue, May 22, 2012 at 7:54 PM, Bastien wrote: > Hi Henning, > > Henning Weiss writes: > > > I have refined the edit nodes patch. Aaron Peromsik has helped me > > with developing and testing it. He hasn't reported any problems with > > it and I have been

Re: [O] [Feature Request] org-mobile edit:add nodes

2012-05-22 Thread Henning Weiss
Hi, On Tue, Apr 24, 2012 at 1:08 AM, Bastien wrote: > Henning Weiss writes: > > > it turns out that there are a couple of problems with that particular > > patch. Some issues have already been fixed with the help of someone > > else from the mobileorg community, but m

Re: [O] [Feature Request] org-mobile edit:add nodes

2012-04-23 Thread Henning Weiss
Hi Bastien, it turns out that there are a couple of problems with that particular patch. Some issues have already been fixed with the help of someone else from the mobileorg community, but more work is required. As soon as it is functional (and hopefully stable) I will post a new patch. Henning

Re: [O] [PATCH] org-mobile newheading, delete, refile and archive edit nodes

2012-04-14 Thread Henning Weiss
Hi Bastien, On Mon, Apr 9, 2012 at 12:50 PM, Bastien wrote: > Hi Henning, > > Henning Weiss writes: > > > I have attached a patch for org-mobile.el which adds four additional > > edit nodes. They seem to work and adding and deleting has already > > been imp

Re: [O] feature request: re-compute cache without evaluation

2012-04-12 Thread Henning Redestig
ah, this was easy, thanks! 2012/4/12 Eric Schulte : > Henning Redestig writes: > >> Hi, >> >> I write many source blocks that take a fairly long time to execute >> (several minutes). Sometimes I find myself wanting to do cosmetic >> changes to the code, that

[O] feature request: re-compute cache without evaluation

2012-04-12 Thread Henning Redestig
r the sole purpose of updating the cache. What do you think? -- /Henning

[O] [PATCH] org-mobile newheading, delete, refile and archive edit nodes

2012-04-07 Thread Henning Weiss
o the current, as to prevent conflicts. Henning Weiss diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 3bd9a7c..60d0659 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -1062,6 +1062,57 @@ be returned that indicates what went wrong." (org-set-tags nil 'align

Re: [O] org-mode fontification error [6 times]

2012-04-04 Thread Henning Redestig
gt; >> The second arg should probably be just (match-end 0). > > That's correct.  I first thought (min (point-max) (1+ (match-end 0))) > would have been safer, but I really don't see why the 1+. > > Please confirm this is fixed. > > Thanks, > > -- >  Bastien -- /Henning

Re: [O] org-mode fontification error [6 times]

2012-04-03 Thread Henning Redestig
ssage* buffer. I don't know how >>> it happened. >> >> Is this with emacs -Q? >> >> I am unable to reproduce this with emacs-23.3.1 and emacs-24.0.50.1. > > It is in my normal running emacs session. I haven't found a reproduction > recipe. But I have been using the same org-mode setup for years. > > Leo > -- /Henning

[O] org-mobile: new edit nodes for new heading, delete, refile and archive

2012-03-21 Thread Henning Weiss
could give me a little feedback. I still need to write a function that compares two nodes (with their subtrees) against each other. This will ensure that the edit nodes are applied to the correct nodes. Any feedback would be appreciated. Henning

Re: [O] List all habits with consistency graph

2012-03-21 Thread Henning Weiss
d somehow be possible to create an agenda that "collapses" multiple days into one, I could filter it by habit to give me a habit list. I could see myself using this collapsed agenda for other things as well. Henning On Wed, Mar 21, 2012 at 10:49 AM, Bastien wrote: > Hi Henning, >

[O] List all habits with consistency graph

2012-03-20 Thread Henning Weiss
as so far resisted my attempts at inserting consistency graphs into those search views. How could this be accomplished? best regards, Henning Weiss

[O] [PATCH] org-attach-store-link-p gets wrong value for attach when using customize-variable

2012-03-12 Thread Henning Weiss
ot;. best regards, Henning Weiss diff --git a/lisp/org-attach.el b/lisp/org-attach.el index 1816a07..7ba3d72 100644 --- a/lisp/org-attach.el +++ b/lisp/org-attach.el @@ -105,7 +105,7 @@ lncreate a hard link. Note that this is not supported :type '(choice (const :tag "D

[O] [Feature Request] org-mobile edit:add nodes

2012-03-04 Thread Henning Weiss
-apply is run. Having "delete nodes" would also be great. Having those would make capturing much more convenient. Everything to support this feature is added to mobileorg-android, it simply needs to be extended to generate the appropriate "add edit nodes". Thanks in advance f

Re: [O] [PATCH] org-mobile agenda title

2012-01-28 Thread Henning Weiss
On Sat, Jan 28, 2012 at 3:41 PM, Bastien wrote: > Hi Henning, > > Henning Weiss writes: > > > I have been working on a patch for mobileorg-android that improves > > the displaying of the generated agendas.org file. The problem I'm > > having is that TITLE:

[O] [PATCH] org-mobile agenda title

2012-01-25 Thread Henning Weiss
ially break other org-mobile clients and might not be the best way to solve this. What would it take to include this in orgmode? best regards, Henning Weiss diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 541ccc8..82320c7 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -59

[O] org-enforce-todo-dependencies and mobile agendas

2011-09-24 Thread Henning Weiss
n the mobile agendas? Henning Weiss

[Orgmode] org babel and alternative output file when using +call

2010-10-27 Thread Henning Redestig
e file name in '+calls' like this to get different plots for different arguments. Using: GNU Emacs 23.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.0) of 2009-09-27 on crested, modified by Debian Org-mode version 7.01trans Best regards, -- /Henning Redestig Metabolome Info