Re: [O] Capture feature suggestion: place the mark from a template

2012-04-25 Thread Colin Fraizer
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,

Re: [O] Capture feature suggestion: place the mark from a template

2012-04-24 Thread Carsten Dominik
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

Re: [O] Capture feature suggestion: place the mark from a template

2012-04-24 Thread Nick Dokos
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

[O] Capture feature suggestion: place the mark from a template

2012-04-24 Thread Colin Fraizer
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