emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-agenda-ignore-scheduled not taken into account in custom agenda blocks?
@ 2012-11-15 16:25 Alan Schmitt
  2012-11-16  1:40 ` Eric Abrahamsen
  2012-11-24 16:07 ` Bernt Hansen
  0 siblings, 2 replies; 9+ messages in thread
From: Alan Schmitt @ 2012-11-15 16:25 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I'm implementing some of the ideas of the great norang page
(http://doc.norang.ca/org-mode.html), but there is one thing that is
failing me. I can see that "org-agenda-ignore-scheduled" work for the
global todo list, but it does not seem to be working when using a custom
block. For instance, using the following definition:

#+BEGIN_SRC elisp
(tags-todo "-WAITING-CANCELLED/!NEXT"
           ((org-agenda-overriding-header "Next Tasks")
            (org-agenda-skip-function 'bh/skip-projects-and-habits-and-single-tasks)
            (org-agenda-todo-ignore-scheduled t)
            (org-agenda-todo-ignore-deadlines t)
            (org-agenda-todo-ignore-with-date t)
            (org-tags-match-list-sublevels t)
            (org-agenda-sorting-strategy
             '(todo-state-down effort-up category-keep))))
#+END_SRC

I still see scheduled tasks.

Is it supposed to be working or am I doing it wrong?

Thanks,

Alan

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

end of thread, other threads:[~2012-11-24 16:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-15 16:25 org-agenda-ignore-scheduled not taken into account in custom agenda blocks? Alan Schmitt
2012-11-16  1:40 ` Eric Abrahamsen
2012-11-20 15:36   ` Alan Schmitt
2012-11-20 16:12     ` Samuel Wales
2012-11-20 19:28       ` Alan Schmitt
2012-11-20 20:21         ` Samuel Wales
2012-11-21  7:30           ` Alan Schmitt
2012-11-24 16:11     ` Bernt Hansen
2012-11-24 16:07 ` Bernt Hansen

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