Fix agenda csv export to show full time
commitec11ff6f72cdc2defce26572d76e7e55727e867c
authorCarsten Dominik <carsten.dominik@gmail.com>
Sun, 21 Feb 2010 07:26:28 +0000 (21 08:26 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Sun, 21 Feb 2010 07:26:28 +0000 (21 08:26 +0100)
tree66733ecdfe7973632d3f923a647f3bc82b77178b
parentc4a459aa7a2fbdc5dc20d2da7925b1b749baa4ac
Fix agenda csv export to show full time

Max Mustermann writes:

> 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::
lisp/ChangeLog
lisp/org-agenda.el