* lisp/org.el (org-re-timestamp): Fix typo introduced in
  eae19b1284.
This commit is contained in:
Nicolas Goaziou 2014-12-21 23:39:38 +01:00
parent eae19b1284
commit c5ba48072c
1 changed files with 1 additions and 1 deletions

View File

@ -17257,7 +17257,7 @@ both scheduled and deadline timestamps."
(all org-ts-regexp-both)
(active org-ts-regexp)
(inactive org-ts-regexp-inactive)
(schedule org-scheduled-time-regexp)
(scheduled org-scheduled-time-regexp)
(deadline org-deadline-time-regexp)
(closed org-closed-time-regexp)
(otherwise