Prechádzať zdrojové kódy

org-export: Fix code typo

* contrib/lisp/org-export.el (org-export-get-ordinal): Fix code typo.
Nicolas Goaziou 13 rokov pred
rodič
commit
03739dd512
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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))