From 86ce84643e90b83b080cc1c32fda9fbbfde3f32b Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Thu, 28 Jun 2012 19:51:29 +0530 Subject: [PATCH] org-odt.el: Add default character style * lisp/org-odt.el (org-export-odt-default-org-styles-alist): Add default character style. --- lisp/org-odt.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org-odt.el b/lisp/org-odt.el index ca43d05bd..792c2afc9 100644 --- a/lisp/org-odt.el +++ b/lisp/org-odt.el @@ -382,7 +382,8 @@ This variable is effective only if (table . "Table") (definition-term . "Text_20_body_20_bold") (horizontal-line . "Horizontal_20_Line"))) - (character . ((bold . "Bold") + (character . ((default . "Default") + (bold . "Bold") (emphasis . "Emphasis") (code . "OrgCode") (verbatim . "OrgCode")