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 năm trước cách đây
mục cha
commit
55a85c80ad
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      lisp/org-odt.el

+ 2 - 1
lisp/org-odt.el

@@ -380,7 +380,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")