emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] org-agenda-skip-function not working


From: David Maus
Subject: Re: [Orgmode] org-agenda-skip-function not working
Date: Sun, 07 Nov 2010 15:07:38 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

At Sat, 9 Oct 2010 13:35:54 +0530,
Saurabh Agrawal wrote:
> I am using org-mode *daily* since last two years and absolutely love it. I am 
> very grateful to Charles and other core team
> members.
> 
> Just recently, I made some changes to my org configuration as I had making 
> some changes in my daily work framework. That
> broke a part of my configuration.
> 
> (tags-todo "School"
>                         ((org-agenda-skip-fuction '(org-agenda-skip-entry-if 
> 'scheduled))
>                          (org-agenda-overriding-header "School Work for 
> today: ")))
> 
> Particularly, agenda entries which are scheduled are not being skipped. A 
> typical such entry is as follows:
> 
> ** TODO Make weekly test papers for next week, classes 9-12, for Maths, Sci 
> etc.
>    SCHEDULED: <2010-10-09 Sat +1w>
> 
> Earlier after a lot of effort, I had created a regular expression check which 
> used to skip such entries. Of
> course, org-agenda-skip-entry-if 'scheduled is much better than that.

I could not reproduce this behaviour, the skip function is working
well with

Org-mode version 7.02trans (release_7.3.29.gd96c)

GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0)
 of 2010-08-14 on raven, modified by Debian

And using this custom agenda command:

(setq org-agenda-custom-commands
      '(("X" "Test" tags-todo "School"
         ((org-agenda-skip-function '(org-agenda-skip-entry-if 'scheduled))))))

For this minimal example file:

* TODO Headline one                                                  :School:
  SCHEDULED: <2010-11-07 So +1w>


Does the problem still exist?

Best,
  -- David
-- 
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... address@hidden
Email..... address@hidden

Attachment: pgpZpPvm0Fv2E.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]