Browse Source

org-odt.el: Add default character style

* lisp/org-odt.el (org-export-odt-default-org-styles-alist):
Add default character style.
Jambunathan K 13 years ago
parent
commit
86ce84643e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lisp/org-odt.el

+ 2 - 1
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")