Re: [O] Insert TODO Item at Bottom

2014-03-13 Thread James Harkins
Esben Stien b0ef at esben-stien.name writes: Hmm, to insert the subtree at the end of the parent subtree is not what I needed. I need a way to insert the new TODO at the bottom of inside the current node. F.ex take this tree: ** foo *** TODO 1 *** TODO 2 *** TODO 3

Re: [O] Insert TODO Item at Bottom

2014-03-13 Thread Bastien
Esben Stien b...@esben-stien.name writes: I wonder if my terminal blocks the shift: Yes it does :) -- Bastien

Re: [O] Insert TODO Item at Bottom

2014-03-12 Thread Bastien
Hi Esben, Esben Stien b...@esben-stien.name writes: ** foo *** TODO 1 *** TODO 2 *** TODO 3 If I stand on foo and hit a key combination, I want to insert a new TODO at the bottom of the current node, so that it becomes TODO 4 When point is on foo, C-c C-_ C-u C-u S-M-RET

Re: [O] Insert TODO Item at Bottom

2014-03-12 Thread Esben Stien
Bastien b...@gnu.org writes: When point is on foo, C-c C-_ C-u C-u S-M-RET I wonder if my terminal blocks the shift: M-x describe-key S-M-RET ..gives me: C-M-j runs the command org-insert-todo-heading, which is an interactive compiled Lisp function in `org.el'. I'm running emacs -nw -q in

Re: [O] Insert TODO Item at Bottom

2014-03-11 Thread Esben Stien
Bastien b...@altern.org writes: From git master repo, you can now use C-u C-u M-RET or C-u C-u S-M-RET to insert the subtree at the end of the parent subtree. Oh, I didn't catch this. Thanks;). I'll try immediately. -- Esben Stien is b0ef@e s a http://www. s

Re: [O] Insert TODO Item at Bottom

2014-03-11 Thread Esben Stien
Bastien b...@altern.org writes: From git master repo, you can now use C-u C-u M-RET or C-u C-u S-M-RET to insert the subtree at the end of the parent subtree. Hmm, to insert the subtree at the end of the parent subtree is not what I needed. I need a way to insert the new TODO at the bottom of

Re: [O] Insert TODO Item at Bottom

2012-12-22 Thread Bastien
Hi Esben, Esben Stien b...@esben-stien.name writes: I add a TODO item with M-S-RET, but is there any way to insert the new TODO item at the bottom of the current node or is there any way to navigate quickly to the last TODO item of the current node?. From git master repo, you can now use C-u

Re: [O] Insert TODO Item at Bottom

2012-10-21 Thread Max Mikhanosha
At Fri, 19 Oct 2012 01:31:24 +0200, Esben Stien wrote: I add a TODO item with M-S-RET, but is there any way to insert the new TODO item at the bottom of the current node or is there any way to navigate quickly to the last TODO item of the current node?. I often run C-c a s to search, but I

Re: [O] Insert TODO Item at Bottom

2012-10-21 Thread Esben Stien
Max Mikhanosha m...@openchat.com writes: This is what I use, the commands insert the new todo at the beginning of the current subtree, and in the end.. This looks promising, but it's not working for me with any complexity of the tree, f.ex: * foo ** bar ** baz *** hukarz grault *** qux

Re: [O] Insert TODO Item at Bottom

2012-10-19 Thread Sebastien Vauban
Hi Esben, Esben Stien wrote: I add a TODO item with M-S-RET, but is there any way to insert the new TODO item at the bottom of the current node or is there any way to navigate quickly to the last TODO item of the current node?. An ECM (Minimal Complete Example) could eventually help here, to

Re: [O] Insert TODO Item at Bottom

2012-10-19 Thread Jeremiah Dodds
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Esben, Esben Stien wrote: I add a TODO item with M-S-RET, but is there any way to insert the new TODO item at the bottom of the current node or is there any way to navigate quickly to the last TODO item of the current node?. An ECM

Re: [O] Insert TODO Item at Bottom

2012-10-19 Thread John Hendy
One could use capture if always filing to the same basic tree. I believe the default puts it at the end of the list, hence the =:prepend= option. -- http://orgmode.org/manual/Template-elements.html#Template-elements I'm curious in this as well, as capture wouldn't work so well if filing all over

[O] Insert TODO Item at Bottom

2012-10-18 Thread Esben Stien
I add a TODO item with M-S-RET, but is there any way to insert the new TODO item at the bottom of the current node or is there any way to navigate quickly to the last TODO item of the current node?. I often run C-c a s to search, but I end up at the top and I always have to scroll down to the