I use CVS Emacs and textmode/org.el.  Even if I specify date other
than today in org-read-date, the input is ignored.  Following patch
seems to fix this behavior.

$ diff -u org.el{~,}
--- org.el~     2006-02-09 18:20:06.825348800 +0900
+++ org.el      2006-02-12 17:04:28.970763200 +0900
@@ -3765,7 +3765,7 @@
                  (progn
                    (use-local-map map)
                    (setq ans (read-string prompt "" nil nil))
-                   (setq ans (or ans1 ans2 ans)))
+                   (setq ans (or ans1 ans ans2)))
                (use-local-map old-map)))))
       ;; Naked prompt only
       (setq ans (read-string prompt "" nil timestr)))
$ 

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the [email protected] mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:



_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to