Просмотр исходного кода

org-ascii.el: Change the underlining characters for headlines of level 1 and 2

* org-ascii.el (org-export-ascii-underline): Change the
default underlining characters for headlines of level 1 and 2.
Also introduce \. as the underline character for headlines of
level 5.

Thanks to Mathias Bauer for suggesting this.
Bastien Guerry 13 лет назад
Родитель
Сommit
c815eca7ad
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lisp/org-ascii.el

+ 1 - 1
lisp/org-ascii.el

@@ -36,7 +36,7 @@
   :tag "Org Export ASCII"
   :tag "Org Export ASCII"
   :group 'org-export)
   :group 'org-export)
 
 
-(defcustom org-export-ascii-underline '(?\- ?\= ?\~ ?^ ?\# ?\$)
+(defcustom org-export-ascii-underline '(?\= ?\- ?\~ ?\^ ?\. ?\# ?\$)
   "Characters for underlining headings in ASCII export.
   "Characters for underlining headings in ASCII export.
 In the given sequence, these characters will be used for level 1, 2, ..."
 In the given sequence, these characters will be used for level 1, 2, ..."
   :group 'org-export-ascii
   :group 'org-export-ascii