Also obey to repeaters in inactive time stamps
commitaf81211fdc01b64449179bcdb77fb1c8ecb3fb94
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 10 Nov 2018 17:46:20 +0000 (10 18:46 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 10 Nov 2018 18:59:48 +0000 (10 19:59 +0100)
treeb97e00fe49d6774ad89a437ac4b334c1eb52b83b
parent88ef9f26de09a697f0dea05fdabff978326198e5
Also obey to repeaters in inactive time stamps

* lisp/org.el (org-repeat-re): Accept inactive time stamps.
(org-auto-repeat-maybe): Small refactoring.  Find additional repeaters
also in inactive time stamps.
* testing/lisp/test-org.el (test-org/auto-repeat-maybe): Add test.

Reported-by: Leo Gaspard <orgmode@leo.gaspard.io>
<http://lists.gnu.org/r/emacs-orgmode/2018-11/msg00078.html>
lisp/org.el
testing/lisp/test-org.el