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

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

[elpa] externals/org 3154c22559: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 3154c22559: Merge branch 'bugfix'
Date: Sat, 22 Jan 2022 09:57:50 -0500 (EST)

branch: externals/org
commit 3154c22559813e297b0ed3b7b24cfe782c604d7e
Merge: 846226a202 23daada78d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    Merge branch 'bugfix'
---
 lisp/org-compat.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/org-compat.el b/lisp/org-compat.el
index 14f6bc8dc6..38d330de6d 100644
--- a/lisp/org-compat.el
+++ b/lisp/org-compat.el
@@ -1027,9 +1027,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.



reply via email to

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