emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CSV agenda export formats some day and month values as single digits


From: David O'Toole
Subject: CSV agenda export formats some day and month values as single digits
Date: Fri, 23 Dec 2022 22:49:02 -0500

Version: Org mode version 9.6 (release_9.6-3-ga4d38e @ /usr/local/share/emacs/29.0.60/lisp/org/) 

CSV export for the agenda is formatting January 1, 2023 as "2023-1-1" and not "2023-01-01".
The raw output is here: https://pastebin.com/raw/EyN1JbhP

The last two lines both have "2023-1-1".
This is incorrect because:

_expression_: (format-time-string "%04Y-%02m-%02d" (date-to-time "2023-1-1"))
Result: "1999-12-31"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]