소스 검색

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 년 전
부모
커밋
86ce84643e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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")