From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: Sebastien Vauban <wxhgmqzgwmuf@spammotel.com>, emacs-orgmode@gnu.org
Subject: Re: Bug: 3 bugs and 2 proposals on ascii/html export [7.8.03]
Date: Sat, 10 Mar 2012 10:05:41 +0100 [thread overview]
Message-ID: <87aa3o3jx6.fsf@gmail.com> (raw)
In-Reply-To: <16C23409-89E3-4F5D-9EFA-FD4155860012@gmail.com> (Carsten Dominik's message of "Sat, 10 Mar 2012 05:57:41 +0100")
Hello,
Carsten Dominik <carsten.dominik@gmail.com> writes:
> For what it is worth, I do agree that this looks wrong now and changing
> it would make it better. I do not remember why I chose the sequence
> that we have now. Looking at it now, I would also insert ....... after
> ^^^^^^, and hope that ##### and $$$$$ never get any use :)
For the record, `e-ascii' back-end currently uses the following default
set-up:
#+begin_src emacs-lisp
(defcustom org-e-ascii-underline '((ascii ?= ?~ ?-)
(latin1 ?= ?~ ?-)
(utf-8 ?═ ?─ ?╌ ?┄ ?┈))
"Characters for underlining headings in ASCII export.
Alist whose key is a symbol among `ascii', `latin1' and `utf-8'
and whose value is a list of characters.
For each supported charset, this variable associates a sequence
of underline characters. In a sequence, the characters will be
used in order for headlines level 1, 2, ... If no character is
available for a given level, the headline won't be underlined."
:group 'org-export-e-ascii
:type '(list
(cons :tag "Underline characters sequence"
(const :tag "ASCII charset" ascii)
(repeat character))
(cons :tag "Underline characters sequence"
(const :tag "Latin-1 charset" latin1)
(repeat character))
(cons :tag "Underline characters sequence"
(const :tag "UTF-8 charset" utf-8)
(repeat character))))
#+end_src
IMO, ...., ^^^^^, #####, $$$$$$ are just ugly and should require user's
approval (i.e. customization).
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2012-03-10 9:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-09 0:53 Bug: 3 bugs and 2 proposals on ascii/html export [7.8.03] Mathias Bauer
2012-03-09 2:09 ` Bastien
2012-03-09 3:24 ` Mathias Bauer
2012-03-09 10:12 ` Sebastien Vauban
2012-03-09 12:55 ` Gustav Wikström
2012-03-09 16:02 ` Gregor Zattler
2012-03-10 4:57 ` Carsten Dominik
2012-03-10 9:05 ` Nicolas Goaziou [this message]
2012-03-09 21:29 ` Ivy Foster
2012-04-11 6:50 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87aa3o3jx6.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=carsten.dominik@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=wxhgmqzgwmuf@spammotel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).