From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Neu Subject: org-batch-agenda-csv Date: Wed, 11 Nov 2009 16:25:10 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8Kgo-0006nd-6k for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 16:25:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8Kgi-0006lv-Tj for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 16:25:17 -0500 Received: from [199.232.76.173] (port=52553 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8Kgi-0006ll-OG for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 16:25:12 -0500 Received: from mail-iw0-f174.google.com ([209.85.223.174]:44562) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8Kgi-00071c-Gf for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 16:25:12 -0500 Received: by iwn4 with SMTP id 4so1201427iwn.14 for ; Wed, 11 Nov 2009 13:25:11 -0800 (PST) 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, When I run the follow command emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv "a" org-agenda-start-day "2009-10-01" org-agenda-ndays 60)' there are some entries such as ,----------------,,,,,800,,,,2009-11-11 that aren't actual events, but seem to be displayed in the agenda for readability. This is nice when viewing the agenda with Org in emacs, but I'm not sure if it's a good idea when outputting the agenda to a CSV file, since these lines need to be detected and discarded. Any thoughts on this? Cheers, David