* Agenda - Stored Search Issue
@ 2012-08-24 18:04 Bastre
2012-08-30 5:19 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Bastre @ 2012-08-24 18:04 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Agenda - Stored Search Issue
2012-08-24 18:04 Agenda - Stored Search Issue Bastre
@ 2012-08-30 5:19 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2012-08-30 5:19 UTC (permalink / raw)
To: Bastre; +Cc: emacs-orgmode
Hi Bastre
Bastre <brinfo@me.com> writes:
> trouble area ===> (tags-todo "-STYLE=\"HABIT\"/!+TODO" ;; exclude HABITS
Using (tags-todo "-STYLE=\"habit\"-TODO=\"TODO\"")
should do.
HTH,
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-30 5:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24 18:04 Agenda - Stored Search Issue Bastre
2012-08-30 5:19 ` Bastien
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).