Paul Sexton writes: > Today (31 August), > if I evaluate "(org-read-date t)", then at the prompt type > "+3" > The string returned is: > "2010-08-34"
@@ -14343,6 +14343,10 @@ user."
(setq org-read-date-overlay nil)))))
(setq final (org-read-date-analyze ans def defdecode))
+
+ ;; One round trip to get rid of 34th of August and stuff like that....
+ (setq final (decode-time (apply 'encode-time final)))
(setq org-read-date-final-answer ans)
(if to-time