From: Bastre <brinfo@me.com>
To: emacs-orgmode@gnu.org
Subject: Agenda - Stored Search Issue
Date: Fri, 24 Aug 2012 18:04:54 +0000 (UTC) [thread overview]
Message-ID: <loom.20120824T195244-766@post.gmane.org> (raw)
All,
I'm having an issue trying to suppress my TODOs based on HABITS from my
Tomorrows Tasks.
I use more of a Do It Tomorrow Methodology where my WILL tasks are done today,
whereas my TODO tasks are started after the WILL tasks are completed. Because I
already have HABITS at the top of my agenda, I really want to suppress them from
showing up again. Below is a fragment of my agenda commands. Would someone
mind pointing me in the right direction?
Thanks in advance!
(setq org-agenda-custom-commands
(quote (("h" "Habits" tags-todo "STYLE=\"habit\""
((org-agenda-overriding-header "Habits")
(org-agenda-sorting-strategy
'(todo-state-down effort-up category-keep))))
(" " "Agenda"
((agenda "" nil)
(tags-todo "STYLE=\"HABIT\""
((org-agenda-overriding-header "HABITS")))
(todo "WILL|DELG|FOLL"
((org-agenda-overriding-header "Today's Tasks")))
trouble area ===> (tags-todo "-STYLE=\"HABIT\"/!+TODO" ;; exclude HABITS
((org-agenda-overriding-header "Tomorrow's Tasks")))
(todo "WAIT"
--Bastre
next reply other threads:[~2012-08-24 18:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-24 18:04 Bastre [this message]
2012-08-30 5:19 ` Agenda - Stored Search Issue Bastien
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=loom.20120824T195244-766@post.gmane.org \
--to=brinfo@me.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 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.