org.el: Allow both "8am Wed" and "Wed 8am" to be parsed correctly
commitd2200b2bede8d596119c97961aefc6e81319234c
authorBastien Guerry <bzg@altern.org>
Thu, 16 Aug 2012 07:42:55 +0000 (16 09:42 +0200)
committerBastien Guerry <bzg@altern.org>
Thu, 16 Aug 2012 07:42:55 +0000 (16 09:42 +0200)
tree15e708e93fa8b735a8f5e5672a4c80fa8db807ea
parent76b0d582b8733f63685b441ec8124d6b33e267e1
org.el: Allow both "8am Wed" and "Wed 8am" to be parsed correctly

* org.el (org-read-date-analyze): Allow both "8am Wed" and
"Wed 8am" to be parsed correctly with respect to possible
values of `org-read-date-prefer-future'.
(org-read-date-prefer-future): Update docstring to remove the
restriction about inserting only the time.  The user can now
insert the time and the day.
lisp/org.el