浏览代码

Revert "Fix `org-open-at-point' on planning lines"

This reverts commit 66f3ba38c2b08dea909d2bfdef7b9cd997e5b613.
Nicolas Goaziou 11 年之前
父节点
当前提交
dddebc26c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -10482,7 +10482,7 @@ is used internally by `org-open-link-from-string'."
 	    (require 'org-attach)
 	    (org-attach-reveal 'if-exists))))
        ((run-hook-with-args-until-success 'org-open-at-point-functions))
-       ((memq type '(planning timestamp)) (org-follow-timestamp-link))
+       ((eq type 'timestamp) (org-follow-timestamp-link))
        ;; On tags within a headline or an inlinetask.
        ((save-excursion (beginning-of-line)
                         (and (looking-at org-complex-heading-regexp)