浏览代码

Fix typo

* lisp/org.el (org-re-timestamp): Fix typo introduced in
  eae19b1284db6b376ccfb3e9f5f44df456f43c1a.
Nicolas Goaziou 10 年之前
父节点
当前提交
c5ba48072c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

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