From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Subject: org-batch-agenda-csv shows incomplete time Date: Sat, 20 Feb 2010 22:51:17 +0100 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 1NixEQ-00071T-5h for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 16:51:22 -0500 Received: from [140.186.70.92] (port=36076 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NixEO-0006zb-F9 for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 16:51:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NixEN-0003yE-Pg for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 16:51:20 -0500 Received: from mail-fx0-f222.google.com ([209.85.220.222]:50103) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NixEN-0003y6-LC for emacs-orgmode@gnu.org; Sat, 20 Feb 2010 16:51:19 -0500 Received: by fxm22 with SMTP id 22so1300977fxm.26 for ; Sat, 20 Feb 2010 13:51:17 -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, Org-mode version 6.21b in GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.18.3) of 2009-11-10 on vernadsky, modified by Debian. The Org entry: * Appointments :work: #+CATEGORY: Appt ** Testing <2010-02-20 Sat 22:00-23:30> produces the following incomplete output with org-batch-agenda-csv : emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv "a" org-agenda-ndays 1)' Appt,Testing,timestamp,,work,2010-2-20,2200,,,1000,2010-2-20 whereas the output of org-batch-agenda shows the correct time: emacs -batch -l ~/.emacs -eval '(org-batch-agenda "a" org-agenda-ndays 1)' Appt: 22:00-23:30 Testing :work:: Thanks, Max