Fix "Fix `org-get-repeat'"
commit737ada43c6539b6ae49550d474da7427a7120a2f
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 4 Feb 2017 20:13:40 +0000 (4 21:13 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 4 Feb 2017 20:26:17 +0000 (4 21:26 +0100)
tree5064e80751e292840f686f7f436ea7d7a85e8263
parent9a0b519b4eb2a4edaf0aee6d6190ada792f28d19
Fix "Fix `org-get-repeat'"

* lisp/org.el (org-get-repeat): Make sure matching group refers to the
  proper regexp.
* testing/lisp/test-org.el (test-org/get-repeat): New test.

The bug was introduced in aef7eef0f.
lisp/org.el
testing/lisp/test-org.el