org-export: Fix code typo
* contrib/lisp/org-export.el (org-export-get-ordinal): Fix code typo.
This commit is contained in:
parent
4728a4611e
commit
03739dd512
|
@ -3126,7 +3126,7 @@ objects of the same type."
|
||||||
struct
|
struct
|
||||||
(org-list-prevs-alist struct)
|
(org-list-prevs-alist struct)
|
||||||
(org-list-parents-alist struct))))
|
(org-list-parents-alist struct))))
|
||||||
((footnote definition footnote-reference)
|
((footnote-definition footnote-reference)
|
||||||
(org-export-get-footnote-number element info))
|
(org-export-get-footnote-number element info))
|
||||||
(otherwise
|
(otherwise
|
||||||
(let ((counter 0))
|
(let ((counter 0))
|
||||||
|
|
Loading…
Reference in New Issue