Fix `org-time-stamp'
commite50baa4cf7b97cc2e9b6991560be2bd970106e1e
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 13 Feb 2015 20:54:21 +0000 (13 21:54 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 13 Feb 2015 20:54:21 +0000 (13 21:54 +0100)
treefb048cb42cf0a95e3f6f0472f2c71fda20d47070
parent68f094a7064f783abd98a3420bb52d4d132884cd
Fix `org-time-stamp'

* lisp/org.el (org-time-stamp): Correctly match repeater, if any.
  Refactor code.

* testing/lisp/test-org.el (test-org/time-stamp): New test.

Reported-by: Nicolas Richard <theonewiththeevillook@yahoo.fr>
<http://permalink.gmane.org/gmane.emacs.orgmode/94974>
lisp/org.el
testing/lisp/test-org.el