瀏覽代碼

Merge branch 'bugfix'

Nicolas Goaziou 3 年之前
父節點
當前提交
3154c22559
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      lisp/org-compat.el

+ 3 - 3
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.