emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] TODO list sorted across categories


From: Bastien
Subject: Re: [O] TODO list sorted across categories
Date: Sun, 07 Jul 2013 09:56:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Edward,

Edward DeMeulle <address@hidden> writes:

> I'd like to be able to produce a TODO list that is sorted by timestamp
> independently of category. I'm still new to elisp and so don't yet
> understand all the code involved. What I've been able to do so far is
> create a separate version of org-todo-list by changing a single line:
>
>       (org-set-sorting-strategy 'timestamp-up) ; was 'todo
>
> however that appears to sort by timestamp within categories, not
> across. Is there a relatively simply way to have org-todo-list ignore
> categories? 

Did you try to set `org-agenda-sorting-strategy' for your agenda view?

That's the standard way of manipulating TODO list views you create on
the fly with M-x org-agenda RET.

2 cts,

-- 
 Bastien



reply via email to

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