浏览代码

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))