emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: MarkS <throaway@yahoo.com>
To: emacs-orgmode@gnu.org
Subject: Getting org-agenda-sorting-strategy to work
Date: Sun, 6 Jan 2008 21:30:58 +0000 (UTC)	[thread overview]
Message-ID: <loom.20080106T212226-786@post.gmane.org> (raw)

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

             reply	other threads:[~2008-01-06 21:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-06 21:30 MarkS [this message]
2008-01-07  1:51 ` Getting org-agenda-sorting-strategy to work 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

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=loom.20080106T212226-786@post.gmane.org \
    --to=throaway@yahoo.com \
    --cc=emacs-orgmode@gnu.org \
    /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).