From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-batch-agenda-csv shows incomplete time Date: Sun, 21 Feb 2010 08:27:34 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nj6E9-0001Sl-QB for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 02:27:41 -0500 Received: from [140.186.70.92] (port=35998 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nj6E8-0001SS-Bv for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 02:27:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nj6E7-00020e-Jh for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 02:27:40 -0500 Received: from mail-ew0-f213.google.com ([209.85.219.213]:60459) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nj6E7-00020V-Eo for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 02:27:39 -0500 Received: by ewy5 with SMTP id 5so1755340ewy.32 for ; Sat, 20 Feb 2010 23:27:38 -0800 (PST) In-Reply-To: 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: Max Cc: emacs-orgmode@gnu.org Fixed, thanks. This fix is available in the git repository and will eventually be part of release 6.35. - Carsten On Feb 20, 2010, at 10:51 PM, Max wrote: > 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 > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten