emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-agenda-skip-function not working
@ 2010-10-09  8:05 Saurabh Agrawal
  2010-11-07 14:07 ` David Maus
  0 siblings, 1 reply; 2+ messages in thread
From: Saurabh Agrawal @ 2010-10-09  8:05 UTC (permalink / raw)
  To: emacs-orgmode Mailinglist


[-- Attachment #1.1: Type: text/plain, Size: 1008 bytes --]

Hi,

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 know basic c# programming, but no lisp as such. Kindly help.

Regards,
Saurabh.

-- 
www
vindhyachalacademy.org

[-- Attachment #1.2: Type: text/html, Size: 1389 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

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

* Re: org-agenda-skip-function not working
  2010-10-09  8:05 org-agenda-skip-function not working Saurabh Agrawal
@ 2010-11-07 14:07 ` David Maus
  0 siblings, 0 replies; 2+ messages in thread
From: David Maus @ 2010-11-07 14:07 UTC (permalink / raw)
  To: Saurabh Agrawal; +Cc: emacs-orgmode Mailinglist


[-- Attachment #1.1: Type: text/plain, Size: 1719 bytes --]

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.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

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

end of thread, other threads:[~2010-11-07 14:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-09  8:05 org-agenda-skip-function not working Saurabh Agrawal
2010-11-07 14:07 ` David Maus

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