Re: [Orgmode] [PATCH] Allow storing clock status between emacs sessions.

2008-10-22 Thread Carsten Dominik
On Oct 22, 2008, at 11:42 AM, James TD Smith wrote: Hi Carsten, On 2008-10-22 11:18:59(+0200), Carsten Dominik wrote: this is a non-trivial patch, and have not yet had the time to look at it carefully. And I am too close to the next release 6.10, which will likely be the final version t

Re: [Orgmode] [PATCH] Allow storing clock status between emacs sessions.

2008-10-22 Thread James TD Smith
Hi Carsten, On 2008-10-22 11:18:59(+0200), Carsten Dominik wrote: > this is a non-trivial patch, and have not yet had the time to look at > it carefully. And I am too close to the next release 6.10, which will > likely be the final version that will make it into Emacs 23, so I do > not fe

Re: [Orgmode] [PATCH] Allow storing clock status between emacs sessions.

2008-10-22 Thread Helge Gudmundsen
Sure thing, I will test it (he said, while frantically typing 'man patch' in a terminal window). Best regards, Helge (and once again, thanks for org-mode, which has ended my search for the perfect note-taking and organizing application) On Wed, Oct 22, 2008 at 10:18 AM, Carsten Dominik <[EMAIL

Re: [Orgmode] [PATCH] Allow storing clock status between emacs sessions.

2008-10-22 Thread Carsten Dominik
Hi Helge, this is a non-trivial patch, and have not yet had the time to look at it carefully. And I am too close to the next release 6.10, which will likely be the final version that will make it into Emacs 23, so I do not feel comfortable to add it now. After 6.10, good chances, yes.

Re: [Orgmode] [PATCH] Allow storing clock status between emacs sessions.

2008-10-22 Thread Helge Gudmundsen
Any chance that this patch will make it to the git repo? ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] [PATCH] Allow storing clock status between emacs sessions.

2008-10-20 Thread Helge Gudmundsen
Thanks for this one! -- helge ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] [PATCH] Allow storing clock status between emacs sessions.

2008-10-19 Thread James TD Smith
Clock-related data are saved when exiting emacs ands restored when emacs is restarted. The data saved include the contents of `org-clock-history', and the running clock, if there is one. To use this, you will need to add (require 'org-clock) (org-clock-persistence-insinuate) to your .emacs and e