diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-01-31 06:58:23 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-01-31 06:58:23 +0100 |
commit | 3652170d7dd3a0aa3cf59d7ccffbf13d6fa0118e (patch) | |
tree | 217a377ad6306bf6bc2fade065b80d519fb2c9ac /lisp/org/org-compat.el | |
parent | cb91643c976540fc8c9d46e12a8edcb73be53467 (diff) | |
parent | 6f282b31ad7548ab744565144e0d30dd56774210 (diff) | |
download | emacs-3652170d7dd3a0aa3cf59d7ccffbf13d6fa0118e.tar.gz emacs-3652170d7dd3a0aa3cf59d7ccffbf13d6fa0118e.tar.bz2 emacs-3652170d7dd3a0aa3cf59d7ccffbf13d6fa0118e.zip |
Merge from origin/emacs-28
6f282b31ad Update to Org 9.5.2-13-gdd6486
6636231b2c ; * lisp/international/latin1-disp.el: Update commentary.
f22e9ba9ac Fix regression in Occur Edit mode
Diffstat (limited to 'lisp/org/org-compat.el')
-rw-r--r-- | lisp/org/org-compat.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org/org-compat.el b/lisp/org/org-compat.el index cfccc2c0523..819ce74d93d 100644 --- a/lisp/org/org-compat.el +++ b/lisp/org/org-compat.el @@ -1048,9 +1048,9 @@ ELEMENT is the element at point." (cl-case (org-element-type object) ;; Prevent checks in links due to keybinding conflict with ;; Flyspell. - ((code entity export-snippet inline-babel-call - inline-src-block line-break latex-fragment link macro - statistics-cookie target timestamp verbatim) + ((citation citation-reference code entity export-snippet inline-babel-call + inline-src-block line-break latex-fragment link macro + statistics-cookie target timestamp verbatim) nil) (footnote-reference ;; Only in inline footnotes, within the definition. |