瀏覽代碼

org-element: Interpret diary timestamps

* lisp/org-element.el (org-element-timestamp-interpreter): Interpret
  diary timestamps.
Nicolas Goaziou 10 年之前
父節點
當前提交
e4727803be
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lisp/org-element.el

+ 2 - 1
lisp/org-element.el

@@ -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