Re: [Orgmode] adding subheadings

2007-08-11 Thread Carsten Dominik
org-insert-subheading and org-insert-todo-subheading will be in 5.05, and work both for headings and for plain list items. I did not implement the TODO hierarchy, that seems not something that will be used generally. You can hack it back in by adding a function to the hook org-insert-heading-hoo

Re: [Orgmode] adding subheadings

2007-07-20 Thread Adam Spiers
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

Re: [Orgmode] adding subheadings

2007-07-17 Thread Scott Jaderholm
Hi Adam, On 7/15/07, Adam Spiers <[EMAIL PROTECTED]> wrote: First post so go easy on me ;-) Thanks! 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

Re: [Orgmode] adding subheadings

2007-07-16 Thread Adam Spiers
Adam Spiers ([EMAIL PROTECTED]) wrote: > (defun org-new-subheading () > "Add a new heading, demoted from the current heading level." > (interactive) > (org-insert-heading) > (org-demote-subtree)) ^^ Sorry, that should be org-do-demote. ___

[Orgmode] adding subheadings

2007-07-15 Thread Adam Spiers
Hi all, First post so go easy on me ;-) Would something like the following be of use to anyone other than me? (Suggested key-bindings at the bottom of the code.) - 8< - 8< - 8< - 8< - 8< - (defun org-new-subheading () "Add a new heading, demoted