org-export: Fix code typo

* contrib/lisp/org-export.el (org-export-get-ordinal): Fix code typo.
This commit is contained in:
Nicolas Goaziou 2012-06-08 22:38:03 +02:00
parent 4728a4611e
commit 03739dd512
1 changed files with 1 additions and 1 deletions

View File

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