Merge branch 'bugfix'

This commit is contained in:
Ihor Radchenko 2024-11-09 15:01:40 +01:00
commit 7c2d960e2b
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 0 deletions

View File

@ -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)