|
@@ -9778,7 +9778,9 @@ application the system uses for this file type."
|
|
|
(or (org-offer-links-in-entry arg)
|
|
|
(progn (require 'org-attach) (org-attach-reveal 'if-exists))))
|
|
|
((run-hook-with-args-until-success 'org-open-at-point-functions))
|
|
|
- ((org-at-timestamp-p t) (org-follow-timestamp-link))
|
|
|
+ ((and (org-at-timestamp-p t)
|
|
|
+ (not (org-in-regexp org-bracket-link-regexp)))
|
|
|
+ (org-follow-timestamp-link))
|
|
|
((and (or (org-footnote-at-reference-p) (org-footnote-at-definition-p))
|
|
|
(not (org-in-regexp org-bracket-link-regexp)))
|
|
|
(org-footnote-action))
|