summaryrefslogtreecommitdiff
path: root/lisp/org/org.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-01-29 21:42:17 -0500
committerKyle Meyer <kyle@kyleam.com>2023-01-29 21:42:17 -0500
commit8360e12f0ea3a3ccf0305adab3c7ea7e38af36c1 (patch)
treeca26bfa99d25432c40b55e7f9c62b82b020088e2 /lisp/org/org.el
parent9058601308db4892fbc3e599b83fe4326fef9886 (diff)
downloademacs-8360e12f0ea3a3ccf0305adab3c7ea7e38af36c1.tar.gz
emacs-8360e12f0ea3a3ccf0305adab3c7ea7e38af36c1.tar.bz2
emacs-8360e12f0ea3a3ccf0305adab3c7ea7e38af36c1.zip
Update to Org 9.6.1-23-gc45a05
Diffstat (limited to 'lisp/org/org.el')
-rw-r--r--lisp/org/org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el
index 153e860f9a5..1b829d837c7 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -8608,6 +8608,7 @@ or to another Org file, automatically push the old position onto the ring."
(defvar org-agenda-buffer-name)
(defun org-follow-timestamp-link ()
"Open an agenda view for the time-stamp date/range at point."
+ (require 'org-agenda)
;; Avoid changing the global value.
(let ((org-agenda-buffer-name org-agenda-buffer-name))
(cond