Re: [O] Insert TODO Item at Bottom

2014-03-13 Thread Bastien
Esben Stien writes: > I wonder if my terminal blocks the shift: Yes it does :) -- Bastien

Re: [O] Insert TODO Item at Bottom

2014-03-13 Thread James Harkins
Esben Stien 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

Re: [O] Insert TODO Item at Bottom

2014-03-12 Thread Esben Stien
Bastien 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 terminal i

Re: [O] Insert TODO Item at Bottom

2014-03-12 Thread Bastien
Hi Esben, Esben Stien 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 will do i

Re: [O] Insert TODO Item at Bottom

2014-03-11 Thread Esben Stien
Bastien 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 "inside" the c

Re: [O] Insert TODO Item at Bottom

2014-03-11 Thread Esben Stien
Bastien 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 tn m

Re: [O] Insert TODO Item at Bottom

2012-12-22 Thread Bastien
Hi Esben, Esben Stien 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 C-u M-RET or C-u

Re: [O] Insert TODO Item at Bottom

2012-10-21 Thread Esben Stien
Max Mikhanosha 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 corge T

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,

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 t

Re: [O] Insert TODO Item at Bottom

2012-10-19 Thread Jeremiah Dodds
"Sebastien Vauban" 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 (Minimal Complet

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, t