org-element: Interpret diary timestamps

* lisp/org-element.el (org-element-timestamp-interpreter): Interpret
  diary timestamps.
This commit is contained in:
Nicolas Goaziou 2014-12-03 17:13:44 +01:00
parent 83249b668e
commit e4727803be
1 changed files with 2 additions and 1 deletions

View File

@ -3548,7 +3548,8 @@ CONTENTS is nil."
(org-element-property :month-end timestamp)
(org-element-property :year-end timestamp))
(eq type 'active-range)
(and hour-end minute-end))))))))
(and hour-end minute-end)))))
(otherwise (org-element-property :raw-value timestamp)))))
;;;; Underline