summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-06-26 09:45:10 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2013-06-26 09:45:10 +0200
commitb7710ddcbde78e20508ee1aa3b5f2fc954bddacb (patch)
tree9a8e8cd7a313fecc6985b65583d000dcf47fb50c
parent685b2967247597f75d22cb77896bc8a70503b2c3 (diff)
parentd7f9f9da569662cf52d99aba271ac47ddabbaa10 (diff)
downloadorg-mode-b7710ddcbde78e20508ee1aa3b5f2fc954bddacb.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ox-odt.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el
index b08f99e..a76f7dd 100644
--- a/lisp/ox-odt.el
+++ b/lisp/ox-odt.el
@@ -308,11 +308,11 @@ specifiers - %e and %n. %e is replaced with the CATEGORY-NAME.
`org-odt-format-label-reference'.")
(defvar org-odt-category-map-alist
- '(("__Table__" "Table" "value" "Table %d:" org-odt--enumerable-p)
+ '(("__Table__" "Table" "value" "Table" org-odt--enumerable-p)
("__Figure__" "Illustration" "value" "Figure" org-odt--enumerable-image-p)
("__MathFormula__" "Text" "math-formula" "Equation" org-odt--enumerable-formula-p)
("__DvipngImage__" "Equation" "value" "Equation" org-odt--enumerable-latex-image-p)
- ("__Listing__" "Listing" "value" "Listing %d:" org-odt--enumerable-p)
+ ("__Listing__" "Listing" "value" "Listing" org-odt--enumerable-p)
;; ("__Table__" "Table" "category-and-value")
;; ("__Figure__" "Figure" "category-and-value")
;; ("__DvipngImage__" "Equation" "category-and-value")