From: Alan Schmitt <alan.schmitt@polytechnique.org>
To: Eric Abrahamsen <eric@ericabrahamsen.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-agenda-ignore-scheduled not taken into account in custom agenda blocks?
Date: Tue, 20 Nov 2012 16:36:39 +0100 [thread overview]
Message-ID: <m2d2z8mgl4.fsf@polytechnique.org> (raw)
In-Reply-To: <871ufu8gvz.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Fri, 16 Nov 2012 09:40:16 +0800")
Eric Abrahamsen <eric@ericabrahamsen.net> writes:
> Alan Schmitt <alan.schmitt@polytechnique.org> writes:
>
>> 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?
>
> I can confirm that scheduled and deadlined TODOs still show up where
> they shouldn't -- I tried putting the ignore statements both in the
> individual block declarations, and in the declaration at the end of the
> custom command. This is with org-version "7.9.2".
>
> Seems like a bug!
I decided to dig into this, and it's not a bug. One should set:
(setq org-agenda-tags-todo-honor-ignore-options t)
The trick was that these blocks were tag searches.
According to the documentation:
Documentation:
Non-nil means honor todo-list ...ignore options also in tags-todo search.
The variables
`org-agenda-todo-ignore-with-date',
`org-agenda-todo-ignore-timestamp',
`org-agenda-todo-ignore-scheduled',
`org-agenda-todo-ignore-deadlines'
make the global TODO list skip entries that have time stamps of certain
kinds. If this option is set, the same options will also apply for the
tags-todo search, which is the general tags/property matcher
restricted to unfinished TODO entries only.
Alan
next prev parent reply other threads:[~2012-11-20 15:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
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=m2d2z8mgl4.fsf@polytechnique.org \
--to=alan.schmitt@polytechnique.org \
--cc=emacs-orgmode@gnu.org \
--cc=eric@ericabrahamsen.net \
/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).