소스 검색

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)
     (cl-case (org-element-type object)
       ;; Prevent checks in links due to keybinding conflict with
       ;; Prevent checks in links due to keybinding conflict with
       ;; Flyspell.
       ;; 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)
        nil)
       (footnote-reference
       (footnote-reference
        ;; Only in inline footnotes, within the definition.
        ;; Only in inline footnotes, within the definition.