The problem is that the LOGBOOK item does not move with the headline...

example:

BEFORE
** <your topic>
  :LOGBOOK:
  - Created <timestamp> from <link>
  :END:
<your description>

AFTER
**** <your topic>
  :LOGBOOK:
  - Created <timestamp> from <link>
  :END:
<your description>

It does when created by changing to state....
But I did also find out that this is a general problem! (not remember only)

It works like this:
If there is a description text, it does not move with the headline.
If there is no description text, it does move along with the headline.

Any suggestions how to solve this?

PS: Thank you for your reply.


On Sat, Mar 28, 2009 at 23:19, David Maus <maus.da...@gmail.com> wrote:

> Evening,
>
> On 28 Mar 09, Eraldo Helal wrote:
> >
> > If I create it with my remember template however...
> >
> >       ("inbox" ?i "* %^{topic}%i\n:LOGBOOK:\n- Created: %U from
> > %a\n:END:\n%?" "inbox.org" "stuff")
> >
> > then it is all the way in the left margin (first char)
> > and it does not move when the headline does (promote|demote)
> >
> > Any idea how I can get my remember template to make the LOGBOOK and enter
> > the creation date there while keeping the default behavior?
>
> Intend the LOGBOOK-Drawer in your template with two spaces:
>
> ("inbox" ?i "* %^{topic}%i\n  :LOGBOOK:\n  - Created: %U from %a\n
>  :END:\n%?"
> "inbox.org" "stuff")
>
> This template creates a level two headline in inbox.org like this:
>
> * stuff
> ...
> ** <your topic>
>   :LOGBOOK:
>   - Created <timestamp> from <link>
>   :END:
> <your description>
>
> So the LOGBOOK-Drawer is placed exactly if it would be if created by
> changing a todo state (and behaves so). The "\n" is a escape sequence that
> stands for RET.
>
> Regards,
>
>  -- David
> --
> Email..... maus.da...@gmail.com
> Jabber.... dmj...@jabber.org
> ICQ....... 241051416
> OpenPGP... 0x316F4BE4670716FD
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAknOonwACgkQMW9L5GcHFv2VkgCfe6kK0wLrC4ped2j9Ow4FZ3Bl
> pDYAoMZ+zrVHEKCXaO78gXz1IsgJO6HI
> =XpfF
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> 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
>
>
_______________________________________________
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

Reply via email to