Re: [O] Sorting Todo

2017-07-03 Thread Bastien
Hi Marvin,

marvin doyley  writes:

> I would like to sort my TODO file using two criteria: (a) priority and (b) 
> schedule and deadline.
> I would like items to be ordered as follows - priority, deadline, schedule, 
> and everything else.
> Does anybody know how to do this ?

did you check the documentation?

M-: (info "(Org)Sorting agenda items") RET

Thanks,

-- 
 Bastien



[O] Sorting Todo

2016-12-04 Thread marvin doyley
Dear All,
I would like to sort my TODO file using two criteria: (a) priority and (b) 
schedule and deadline.
I would like items to be ordered as follows - priority, deadline, schedule, and 
everything else.
Does anybody know how to do this ?

Cheers,
M


[O] sorting TODO items?

2014-03-03 Thread Sharon Kimble

I'm using C-c S-^ to sort my checkboxes very nicely and easily, but
how do I do it to sort my TODO items please? I've been looking in the
org-mode manual but can't see how to do it.

Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
Debian testing, Fluxbox 1.3.5, emacs 24.3.50.1
Registered Linux user 561944


signature.asc
Description: PGP signature


Re: [O] sorting TODO items?

2014-03-03 Thread Matt Lundin
Sharon Kimble boudic...@talktalk.net writes:

 I'm using C-c S-^ to sort my checkboxes very nicely and easily, but
 how do I do it to sort my TODO items please? I've been looking in the
 org-mode manual but can't see how to do it.

If you call org-sort (C-c ^) on a heading, it will give options for
sorting all the subheadings.

If you call org-sort at the top of the file (i.e., while not on a
heading), it will sort all the first-level headings in the file.

Matt