From: Adam Spiers <orgmode@adamspiers.org>
To: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: adding subheadings
Date: Fri, 20 Jul 2007 17:53:08 +0100 [thread overview]
Message-ID: <20070720165308.GE28297@atlantic.linksys.moosehall> (raw)
In-Reply-To: <b2e202b30707171358p701c92b0t1c6b731b82fef1f@mail.gmail.com>
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?
next prev parent reply other threads:[~2007-07-20 16:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-15 19:07 adding subheadings Adam Spiers
2007-07-15 23:42 ` Adam Spiers
2007-07-17 20:58 ` Scott Jaderholm
2007-07-20 16:53 ` Adam Spiers [this message]
2007-08-12 6:31 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070720165308.GE28297@atlantic.linksys.moosehall \
--to=orgmode@adamspiers.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).