org-odt.el: Add default character style

* lisp/org-odt.el (org-export-odt-default-org-styles-alist):
Add default character style.
This commit is contained in:
Jambunathan K 2012-06-28 19:51:29 +05:30
parent 5a8de51d8a
commit 86ce84643e
1 changed files with 2 additions and 1 deletions

View File

@ -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")