Carsten Dominik <dominik <at> science.uva.nl> writes: ,----- | ...And you could add an extra line to the end of | the command like this: | | (defun org-new-heading-after-current () | "Insert a new heading with same level as current, after current subtree." | (interactive) | (org-back-to-heading) | (org-insert-heading) | (org-move-subtree-down) | (end-of-line 1) | (org-todo)) | | In that way it works real nice together with | TODO-cycling: | | #+SEQ_TODO: TODO(t) NEXT(n) INPROGRESS(i@) SOMEDAY(s) WAITING(w@) | DONE(d) CANCELED(c@) | #+STARTUP: lognotestate | | You'll get to chose what type your new heading | should be... | | Ciao | Renzo `-----
_______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode