org-e-odt: Do not use function from org-exp.el
* contrib/lisp/org-e-odt.el (org-e-odt-link): Do not use function from org-exp.el.
This commit is contained in:
parent
9515d890c9
commit
faa9eaa273
|
@ -110,7 +110,6 @@
|
||||||
(declare-function archive-zip-extract "arc-mode" (archive name))
|
(declare-function archive-zip-extract "arc-mode" (archive name))
|
||||||
(declare-function org-create-math-formula "org" (latex-frag &optional mathml-file))
|
(declare-function org-create-math-formula "org" (latex-frag &optional mathml-file))
|
||||||
(declare-function browse-url-file-url "browse-url" (file))
|
(declare-function browse-url-file-url "browse-url" (file))
|
||||||
(declare-function org-solidify-link-text "org-exp" (s &optional alist))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -2495,7 +2494,7 @@ INFO is a plist holding contextual information. See
|
||||||
(item
|
(item
|
||||||
(format
|
(format
|
||||||
"<text:bookmark-ref text:reference-format=\"number-all-superior\" text:ref-name=\"OrgXref.%s\">%s</text:bookmark-ref>"
|
"<text:bookmark-ref text:reference-format=\"number-all-superior\" text:ref-name=\"OrgXref.%s\">%s</text:bookmark-ref>"
|
||||||
(org-solidify-link-text path)
|
(org-export-solidify-link-text path)
|
||||||
|
|
||||||
(mapconcat 'number-to-string
|
(mapconcat 'number-to-string
|
||||||
(org-e-odt-resolve-numbered-paragraph
|
(org-e-odt-resolve-numbered-paragraph
|
||||||
|
|
Loading…
Reference in New Issue