Re: [Orgmode] Org-remember items are stored to the wrong headline

2008-09-05 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > Things will be fine if you explicitly specify nil for the file and > headline fields in the template definition. Or get the latest git > release, where this problem is fixed as well. Thanks a lot. Bye, Tassilo -- GNU Emacs is a text ed

Re: [Orgmode] Org-remember items are stored to the wrong headline

2008-09-05 Thread Carsten Dominik
Hi Tassilo, this is a bug in compatibility code that is supposed convert values previously valid for org-remember-templates to the new format. In your case, this code modified your templates to include the empty string as the default headline. You can see this if you look at the value o

Re: [Orgmode] Org-remember items are stored to the wrong headline

2008-08-27 Thread Tassilo Horn
Manish <[EMAIL PROTECTED]> writes: Hi! > > --8<---cut here---start->8--- > > (setq org-default-notes-file "~/repos/org/main.org" > > org-remember-default-headline "Remember" > > org-remember-templates > > '(;; TODOs > >("todo-

Re: [Orgmode] Org-remember items are stored to the wrong headline

2008-08-27 Thread Manish
On Wed, Aug 27, 2008 at 12:15 PM, Tassilo Horn wrote: > Hi all, > > I use org-mode which is included in Emacs 23 from CVS (a current > checkout). This is my relevant config for org-remember: > > --8<---cut here---start->8--- > (require 'remember)

[Orgmode] Org-remember items are stored to the wrong headline

2008-08-26 Thread Tassilo Horn
Hi all, I use org-mode which is included in Emacs 23 from CVS (a current checkout). This is my relevant config for org-remember: --8<---cut here---start->8--- (require 'remember) (setq org-default-notes-file "~/repos/org/main.org" org-remember-default-he