emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: New implementation of the Org remember process ready for c


From: Tassilo Horn
Subject: [Orgmode] Re: New implementation of the Org remember process ready for comments and testing
Date: Tue, 22 Jun 2010 20:58:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Carsten Dominik <address@hidden> writes:

Hi Carsten,

>   1. Run
>
>      M-x org-capture-import-remember-templates RET

That didn't work completely for me.  It generated entries like

  ("t" "TODO" entry
   (file+headline "/home/horn/repos/org/remember.org" bottom)
   "* TODO %?\n   %i")

but capturing expected a string, not the symbol 'bottom.  I corrected it
manually to

  ("t" "TODO" entry
   (file "/home/horn/repos/org/remember.org")
   "* TODO %?\n   %i")

which also refiles to the bottom of my remember file and is even
simpler.

I like it! It looks good and is easy to use.  And I vote for keeping the
new name.

Thanks a ton!
Tassilo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]