On Tue, Jul 17, 2007 at 02:58:59PM -0600, Scott Jaderholm wrote: > >Would something like the following be of use to anyone other than me? > > Definitely! The general purpose part (inserting subheadings/subtodos) > is useful to me, but I don't have a TODO keywords hierarchy so the > chaining isn't personally useful. > > >(Suggested key-bindings at the bottom of the code.) > > M-j is an intuitive choice, but M-j is also nice for following > headlines with plain lists that are indented correctly. It's going to > be hard to decide which to go with.
Hmm, well S-return seems to be org-table-copy-down at the moment. Surely we could overload that? > I used your code how it is and expected to get > * TODO Something > ** TODO Something > > and running (setq org-subheading-todo-alist '((\"TODO\" . \"TODO\"))) > didn't give me the expected behavior. Is there something I'm missing? The quotes don't look right there, should it be (setq org-subheading-todo-alist '(("TODO" . "TODO"))) ? What behavior do you see? _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode