From: Bastien <bzg@altern.org>
To: emacs-orgmode@gnu.org
Subject: Re: Re: Interpretation of priorities in org-mode
Date: Wed, 01 Aug 2007 18:52:15 +0200 [thread overview]
Message-ID: <874pjjxkn4.fsf@bzg.ath.cx> (raw)
In-Reply-To: <3c12eb8d0708010813i1b6c0fb5p90ba4f5ff6886326@mail.gmail.com> (Piotr Zielinski's message of "Wed\, 1 Aug 2007 16\:13\:36 +0100")
"Piotr Zielinski" <piotr.zielinski@gmail.com> writes:
> The reason why I decided to use priorities was because it was easier
> to make them work with org-agenda. In particular, I don't know how to
> make the agenda display, for example, "all headlines without
> the :today: tag in the order of increasing deadlines". If this is
> possible, I'll happily switch to tags.
This search should be achieved with a custom command like:
(setq org-agenda-custom-commands
'(("u" tags "-today"
((org-agenda-sorting-strategy '(time-up))))))
See (info "(org)Setting Options") ... but i can't have the '(time-up)
option to be taken into account. At least it works for selecting all
but the :today: tag.
--
Bastien
next prev parent reply other threads:[~2007-08-01 16:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-01 14:47 Interpretation of priorities in org-mode Renzo Been
2007-08-01 15:13 ` Piotr Zielinski
2007-08-01 16:52 ` Bastien [this message]
2007-08-09 5:05 ` Carsten Dominik
2007-08-02 6:07 ` Dmitri Minaev
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874pjjxkn4.fsf@bzg.ath.cx \
--to=bzg@altern.org \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.