emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matthew Lundin <mdl@imapmail.org>
To: Nathan Neff <nathan.neff@gmail.com>
Cc: Matthew Lundin <mdl@imapmail.org>,
	emacs org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Ignore sub-items of Scheduled TODOs?
Date: Fri, 03 Jul 2009 14:36:33 -0500	[thread overview]
Message-ID: <87r5wxh83i.fsf@fastmail.fm> (raw)
In-Reply-To: <211769420907031203m62f0185ekb2c45e6ef6790710@mail.gmail.com> (Nathan Neff's message of "Fri, 3 Jul 2009 14:03:28 -0500")

Nathan Neff <nathan.neff@gmail.com> writes:

>> Probably the simplest thing to do is to add SCHEDULED timestamps to the
>> sub-items as well. As I understand it, org-mode timestamps cannot be
>> inherited by subheadings. I imagine someone else will quickly come along
>> and correct me if I'm wrong. :)
>
> It's just kind of a bummer if I have 10-12 TODOs under an item, and
> want to put the item off for awhile. I have to go and schedule 10-12
> items. That's why I don't think I'm doing this correctly -- any other
> advice would be appreciated.

Emacs macros come in really handy here. To define the macro, type:

C-x (                   [starts macro definition]
C-c C-s +2w             [schedule two weeks in future]
C-c C-n                 [move to next heading]
C-x )                   [end macro definition]

Then once you've defined the macro, simply type:

C-x e             [to execute the macro on the next heading]

or 

C-u 12 C-x e      [to execute the macro on the next twelve headings]

I believe there was something on the mailing list recently about batch
rescheduling in the agenda. You might want to check that out.

On the other hand, if all of the sub-items are sub-tasks of the first
task, do you really need to activate each of them as todos (i.e., add
the TODO keyword) right away? Wouldn't it suffice to schedule the main
item and then to check the subitems on the day the main item appears on
the agenda?

The other possibility here would be to enter the subitems as plain list
checkboxes:

--8<---------------cut here---------------start------------->8---
* TODO top level item, scheduled for future [0/2]
  SCHEDULED: <2009-07-16 Thu>

  - [ ] A sub-item I don't want to see until 7/16
  - [ ] Another sub-item I don't want to see until 7/16
--8<---------------cut here---------------end--------------->8---

By adding the cookie "[/]" the end of the main item, you would then be
reminded of the number and state of the subtasks when the main item
appears in the agenda.

Best,
Matt

  parent reply	other threads:[~2009-07-03 19:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-02 23:21 Ignore sub-items of Scheduled TODOs? Nathan Neff
2009-07-03  0:45 ` Matthew Lundin
     [not found]   ` <211769420907031203m62f0185ekb2c45e6ef6790710@mail.gmail.com>
2009-07-03 19:36     ` Matthew Lundin [this message]
2009-07-03  7:05 ` Christian Egli

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=87r5wxh83i.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=nathan.neff@gmail.com \
    /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).