From: Nicolas Goaziou Date: Tue, 25 Feb 2014 19:56:52 +0000 (+0100) Subject: Revert "Fix `org-open-at-point' on planning lines" X-Git-Tag: beta_8.3~456 X-Git-Url: https://repo.or.cz/w/org-mode.git/commitdiff_plain/dddebc26c8f3563caf95d9a7eb19542e5ed660e1 Revert "Fix `org-open-at-point' on planning lines" This reverts commit 66f3ba38c2b08dea909d2bfdef7b9cd997e5b613. --- diff --git a/lisp/org.el b/lisp/org.el index b5b7d0ed8..3800d80b9 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)