Merge branch 'master' of orgmode.org:org-mode

This commit is contained in:
Nicolas Goaziou 2017-02-04 21:52:36 +01:00
commit 2dfafb9272
1 changed files with 5 additions and 0 deletions

View File

@ -400,6 +400,11 @@
(org-test-with-temp-text "* DONE Heading" (org-test-with-temp-text "* DONE Heading"
(should-not (org-deadline-close-p "2016-06-03")))))) (should-not (org-deadline-close-p "2016-06-03"))))))
(ert-deftest test-org/get-repeat ()
(org-test-with-temp-text
"* H\nSCHEDULED: <2017-02-03 Fri .+23d>"
(should (string= ".+23d" (org-get-repeat)))))
;;; Drawers ;;; Drawers