emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Getting org-agenda-sorting-strategy to work
@ 2008-01-06 21:30 MarkS
  2008-01-07  1:51 ` Bastien
  0 siblings, 1 reply; 10+ messages in thread
From: MarkS @ 2008-01-06 21:30 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I've been setting up a GTD style system with org-mode.

I've followed the instructions to create my own agenda menus. Unfortunately, no
matter what I do I can't get the program to sort by categories. Of course, maybe
I'm not using categories right. What I have is the #+CATEGORY: mycat tag used
throughout the file wherever I want to specify the category. The pertinent part
of the elisp code I'm using is:

   
  ("d" "Daily Agenda"
   (
    (agenda nil ((org-agenda-prefix-format "Daily2:" )
    (org-agenda-sorting-strategy '(priority-down))  ) )
    (tags "/DAILY|PENDING|TODO|COMP|HOME|ROAD"  ((org-agenda-sorting-strategy 
    '(category-down))  ) ) 
  )

The "Daily2" part works, as well as the priority specifiers, and if I change
"category-down" to "priority-down" or "tag-down" it works. But "category-down"
doesn't seem to do anything, no matter how I try.

Any help?

Thanks,
Mark
Org-mode 4.78
Emacs 21.4.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-01-09 22:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-06 21:30 Getting org-agenda-sorting-strategy to work MarkS
2008-01-07  1:51 ` Bastien
2008-01-07  5:49   ` MarkS
2008-01-07  6:02     ` Bastien
2008-01-07  6:12       ` MarkS
2008-01-07  6:45         ` Bastien
2008-01-07 14:42           ` MarkS
2008-01-08 13:42             ` Bastien
2008-01-08 13:45               ` Egli Christian (KIRO 41)
2008-01-09 22:40                 ` Christian Egli

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).