summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2014-02-25 20:56:52 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2014-02-25 20:56:52 +0100
commitdddebc26c8f3563caf95d9a7eb19542e5ed660e1 (patch)
tree9bad13dc5747d1766be916b0b83f6223519d5ec7
parent3960ed07e626110bc81396c91e309e7a2a855e1c (diff)
downloadorg-mode-dddebc26c8f3563caf95d9a7eb19542e5ed660e1.tar.gz
Revert "Fix `org-open-at-point' on planning lines"
This reverts commit 66f3ba38c2b08dea909d2bfdef7b9cd997e5b613.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index b5b7d0e..3800d80 100644
--- a/lisp/org.el
+++ b/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)