>From 0fcc4a6d4158355ac4e8c0127db6ec794b133f33 Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Wed, 20 Jul 2011 19:07:23 +0530 Subject: [PATCH 3/3] org-odt: Use lang specific value for "Table Of Contents" * contrib/lisp/org-odt.el (org-odt-begin-toc): Use lang specific value for "Table Of Contents". --- contrib/lisp/org-odt.el | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/contrib/lisp/org-odt.el b/contrib/lisp/org-odt.el index e0790de..ea4e32b 100644 --- a/contrib/lisp/org-odt.el +++ b/contrib/lisp/org-odt.el @@ -691,14 +691,15 @@ PUB-DIR is set, use this as the publishing directory." " level level))) - (insert " + (insert + (format " - Table of Contents + %s -")) +" lang-specific-heading))) (defun org-odt-end-toc () (insert " -- 1.7.2.3