소스 검색

org-export: Fix code typo

* contrib/lisp/org-export.el (org-export-get-ordinal): Fix code typo.
Nicolas Goaziou 13 년 전
부모
커밋
03739dd512
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contrib/lisp/org-export.el

+ 1 - 1
contrib/lisp/org-export.el

@@ -3126,7 +3126,7 @@ objects of the same type."
 	       struct
 	       (org-list-prevs-alist struct)
 	       (org-list-parents-alist struct))))
-      ((footnote definition footnote-reference)
+      ((footnote-definition footnote-reference)
        (org-export-get-footnote-number element info))
       (otherwise
        (let ((counter 0))