From mboxrd@z Thu Jan 1 00:00:00 1970 From: pete phillips Subject: batch printing of diary/agenda without Scheduled items Date: Wed, 03 Oct 2007 11:04:52 +0100 Message-ID: <20051.1191405892@lap1.smtl.co.uk> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Id16C-0007Oa-3H for emacs-orgmode@gnu.org; Wed, 03 Oct 2007 06:05:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Id169-0007NB-3S for emacs-orgmode@gnu.org; Wed, 03 Oct 2007 06:04:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Id167-0007Ma-V4 for emacs-orgmode@gnu.org; Wed, 03 Oct 2007 06:04:56 -0400 Received: from fw.smtl.co.uk ([193.131.77.174] helo=mailhost.smtl.co.uk) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Id167-0001qg-9l for emacs-orgmode@gnu.org; Wed, 03 Oct 2007 06:04:55 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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