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:

 /usr/bin/emacs-snapshot -batch -l ~/.xemacs/init.el -eval "(setq 
european-calendar-style nil diary-mail-days 7 diary-file
 \"/home/pete/diary\")"    -eval  '(org-batch-agenda "a"  org-agenda-files 
(quote ("~/TODO/HOME.org" "~/TODO/SMTL.org")))' 

but it prints the Scheduled dates as well.

What magic incantation do I need to add ? 

Cheers,
Pete


_______________________________________________
Emacs-orgmode mailing list
Remember: 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