Re: [Orgmode] batch printing of diary/agenda without Scheduled items

2007-10-04 Thread pete phillips
Bastien == Bastien [EMAIL PROTECTED] writes: | (org-add-agenda-custom-command | '((X agenda | ((org-agenda-skip-function | (lambda() (org-agenda-skip-entry-if 'scheduled 'deadline))) ` Excellent. Thanks for that. I now have a custom shell command which cron can call,

[Orgmode] batch printing of diary/agenda without Scheduled items

2007-10-03 Thread pete phillips
Hi I want to print out my agenda to share/email to colleagues - entries from the diary file and normal dates associated with things in angled brackets eg: 2007-10-01 10:30 However, I don't want any Scheduled items to appear (as these are not appointments/dates as such). I currently use this:

Re: [Orgmode] batch printing of diary/agenda without Scheduled items

2007-10-03 Thread Bastien
Bastien [EMAIL PROTECTED] writes: , | (org-add-agenda-custom-command | '((X agenda |((org-agenda-skip-function | (lambda() (org-agenda-skip-entry-if 'scheduled 'deadline))) ` BTW, I forgot to mention the documentation for this: