emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] adding subheadings


From: Adam Spiers
Subject: Re: [Orgmode] adding subheadings
Date: Fri, 20 Jul 2007 17:53:08 +0100
User-agent: Mutt/1.5.14 (2007-02-12)

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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]