emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 7c2d960e2b 1/3: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 7c2d960e2b 1/3: Merge branch 'bugfix'
Date: Sat, 9 Nov 2024 09:58:50 -0500 (EST)

branch: externals/org
commit 7c2d960e2b34c96ebd80e7b431de74adf24e108e
Merge: 5e86016cf9 b34f8bc1f4
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    Merge branch 'bugfix'
---
 lisp/org.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/org.el b/lisp/org.el
index 7bc87c25ca..1e90579350 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -8279,6 +8279,7 @@ See the docstring of `org-open-file' for details."
   ;; link abbreviations. So, suppressing parser complains about
   ;; non-Org buffer to keep the feature working at least to the extent
   ;; it did before.
+  (require 'warnings) ; Emacs <30
   (defvar warning-suppress-types) ; warnings.el
   (let ((warning-suppress-types
          (cons '(org-element org-element-parser)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]