emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Visual indication on unscheduled TODOs


From: Matt Lundin
Subject: [Orgmode] Re: Visual indication on unscheduled TODOs
Date: Wed, 01 Dec 2010 20:31:25 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Martin Svenson <address@hidden> writes:

> I'm trying to get a visual hint that a certain TODO is unscheduled, so
> that I can immediately see this when I go through the outline during
> regular reviews.
> ...

> ...but I get the nagging feeling I'm going about this the wrong way.
> Surely, being able to see which items are due for scheduling is a
> common task? (I do note that I could search for them, but then I would
> not have the context of the actually scheduled tasks in the same
> view...)

Within an org buffer, I would use a sparse tree:

C-c / m 
-SCHEDULED={.}/!

This tells org to highlight anything that does not have a scheduled
property. The "/!" tells Org to limit the search to active todos.

To see all unscheduled todos across my agenda files, I would use:

--8<---------------cut here---------------start------------->8---
(add-to-list 'org-agenda-custom-commands
             '("u" "Unscheduled" alltodo ""
               ((org-agenda-todo-ignore-scheduled t))))
--8<---------------cut here---------------end--------------->8---

Best,
Matt



reply via email to

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