summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-04-11 08:49:49 +0200
committerBastien Guerry <bzg@altern.org>2012-04-11 08:49:49 +0200
commitc815eca7ad730cff28edf77118564f5d0be9c720 (patch)
tree2082040d12223b2644d4964ac2a76e9a5d67fa60
parent49645b60144f99b221a969e1cea47840ec854754 (diff)
downloadorg-mode-c815eca7ad730cff28edf77118564f5d0be9c720.tar.gz
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.
-rw-r--r--lisp/org-ascii.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-ascii.el b/lisp/org-ascii.el
index 61cbe15..01dc32d 100644
--- a/lisp/org-ascii.el
+++ b/lisp/org-ascii.el
@@ -36,7 +36,7 @@
:tag "Org Export ASCII"
:group 'org-export)
-(defcustom org-export-ascii-underline '(?\- ?\= ?\~ ?^ ?\# ?\$)
+(defcustom org-export-ascii-underline '(?\= ?\- ?\~ ?\^ ?\. ?\# ?\$)
"Characters for underlining headings in ASCII export.
In the given sequence, these characters will be used for level 1, 2, ..."
:group 'org-export-ascii