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.... dmj...@jabber.org
Email..... dm...@ictsoc.de

Attachment: pgpUGeeTFDMBG.pgp
Description: PGP signature

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to