Nick Dokos wrote:
>Maybe - but in this particular case, you could just go to the end of the
>buffer with M-> (end-of-buffer), right?
Yeah. I could just do that. (Blushing with embarrassment. :-)
>And there might be a problem with your proposal: if I push a bunch of
>marks during the capture,
On Apr 24, 2012, at 12:46 PM, Colin Fraizer wrote:
> I use a capture template like this:
>
> ("t" "Todo" entry (file+headline "todo.org" "Tasks")
> "* TODO %?\n :HIDDEN:\n %U\n :END:\n%!" :prepend t)
>
> to create todo items. I want the cursor to be at the end of the
> headline so I can t
Colin Fraizer wrote:
> I use a capture template like this:
>
> ("t" "Todo" entry (file+headline "todo.org" "Tasks")
> "* TODO %?\n :HIDDEN:\n %U\n :END:\n%!" :prepend t)
>
> to create todo items. I want the cursor to be at the end of the
> headline so I can type that in, but then I want
I use a capture template like this:
("t" "Todo" entry (file+headline "todo.org" "Tasks")
"* TODO %?\n :HIDDEN:\n %U\n :END:\n%!" :prepend t)
to create todo items. I want the cursor to be at the end of the
headline so I can type that in, but then I want to be able to quickly
jump to the end