Re: [O] Propagating Workflow States

2014-03-31 Thread Nicolas Richard
Esben Stien writes: > C-S-RET returns: > > C-j runs the command org-return-indent, which is an interactive > compiled Lisp function in `org.el'. Ah you're using non-GUI emacs. That's ok, just use C-u (that is called a prefix argument) before whatever key chord you hit to do what you described.

Re: [O] Propagating Workflow States

2014-03-31 Thread Esben Stien
Nicolas Richard writes: >> Any way to disable this?; it should start with TODO. > If I'm reading the docstring correctly, try C-u C-S-RET C-S-RET returns: C-j runs the command org-return-indent, which is an interactive compiled Lisp function in `org.el'. -- Esben Stien is b0ef@e s a

Re: [O] Propagating Workflow States

2014-03-31 Thread Esben Stien
Bastien writes: > I guess you meant C-S-RET, bound to `org-insert-todo-heading' not > C-RET, boud to `org-insert-heading'. Sorry, what I meant was M-RET. Actually M-RET and M-S-RET returns the same when I do M-x describe-key: C-M-j runs the command org-insert-todo-heading, which is an interact

Re: [O] Propagating Workflow States

2014-03-31 Thread Nicolas Richard
Esben Stien writes: > Any way to disable this?; it should start with TODO. If I'm reading the docstring correctly, try C-u C-S-RET HTH, -- Nico.

Re: [O] Propagating Workflow States

2014-03-30 Thread Bastien
Hi Esben, Esben Stien writes: > I have this entry in an org file: > > * MAIL 1337445 foo > > Now, if I do C-RET after this entry, I get a new one with the workflow > state the same, MAIL, so somehow the workflow state from the previous > entry propagates to the next and new one. I guess you