emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Memnon Anon <gegendosenfleisch@googlemail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Todo state for [un]ordered list items?
Date: Sat, 27 Mar 2010 20:15:19 +0000 (UTC)	[thread overview]
Message-ID: <877hoxcz5x.fsf@mean.albasani.net> (raw)
In-Reply-To: a037f7361003271241w358c535era9dddd34415b132f@mail.gmail.com

John Hendy <jw.hendy@gmail.com> writes:

> * Projects
> ** Project 1
> *** History/Overview
> *** Journals
> **** <2010-03-27 Sat>
> ***** Main thing I did 1
> - did stuff
> - did some more stuff
>   - some sub stuff
> ** Project 2
> * Talks/Courses
> * Ideas
>
> Most likely I'll have one heading under the timestemp shown for each
> activity for that project that day and the rest will be hyphen lists.
> My problem is that I can't make any of the unordered list items todos
> -- it just makes the headline a todo. I'm already at 5 headlines deep
> and really don't want to make headlines just for a todo that has it's
> place in my bulleted notes.

First, I would suggest a different organisation. You are 5 headlines
deep, because you chose this kind of setup, but with some tweaking, you
could avoid this:
      a) Give each Project an own file.
      b) Don't give dates a headline.
So, you would have a file like this:

* Project 1
** History/Overview
** Journals
*** DONE Main thing I did 1
<2010-03-27 Sat>
*** TODO Stuff 2
*** TODO Stuff 3

If you want to review what you did on a specific day, use the agenda for
this. For "substuff", if it is really not worth a separate task, there
are lists.

> - If not, I'm absolutely game to hear alternative work flows and how
> others manage without this feature at present!
> --- So far, I've just been making the headline a TODO and then putting
> in a [/] at the top; unordered list items that are todos also have a [
> ] which is tracked by the top level todo. - Bonus: if this is the best
> (headline = todo and unordered lists are check boxes), how can I
> implement a shortcut to toggle the 'todo checkbox' state for unordered
> list items? It would be awesome to have a C-c C-t equivalent for
> sub-items such that they were given a checkbox!

I do not understand, did you miss this: 
,----[ (info "(org)The very busy C-c C-c key") ]
|    - If the cursor is in a plain list item with a checkbox, toggle the
|      status of the checkbox.
`----

To make a checkbox without typing "[ ]", use C-c C-x C-b:
,----[ (info "(org)Checkboxes") ]
| `C-c C-x C-b'
|      Toggle checkbox status or (with prefix arg) checkbox presence at
|      point.  With double prefix argument, set it to `[-]', which is
|      considered to be an intermediate state.
|         - If there is an active region, toggle the first checkbox in
|           the region and set all remaining boxes to the same status as
|           the first.  With a prefix arg, add or remove the checkbox for
|           all items in the region.
| 
|         - If the cursor is in a headline, toggle checkboxes in the
|           region between this headline and the next (so _not_ the
|           entire subtree).
| 
|         - If there is no active region, just toggle the checkbox at
|           point.
`----

If you need this very often, you may want to bind this to an easier
keycombo.

Did this help so far?

memnon

  reply	other threads:[~2010-03-27 20:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-27 19:41 Todo state for [un]ordered list items? John Hendy
2010-03-27 20:15 ` Memnon Anon [this message]
2010-03-27 21:07   ` John Hendy
2010-03-27 22:09     ` Checkbox Statistics (was: Todo state for [un]ordered list items?) Memnon Anon

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=877hoxcz5x.fsf@mean.albasani.net \
    --to=gegendosenfleisch@googlemail.com \
    --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).