From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: 3 bugs and 2 proposals on ascii/html export [7.8.03] Date: Sat, 10 Mar 2012 10:05:41 +0100 Message-ID: <87aa3o3jx6.fsf@gmail.com> References: <20120309005334.GA19970@gmx.org> <87r4x2jzit.fsf@gnu.org> <80pqcm13ry.fsf@somewhere.org> <16C23409-89E3-4F5D-9EFA-FD4155860012@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6IHa-0000AY-4a for emacs-orgmode@gnu.org; Sat, 10 Mar 2012 04:08:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S6IHW-0006EK-OA for emacs-orgmode@gnu.org; Sat, 10 Mar 2012 04:08:09 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:46504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6IHW-0006Dz-Fi for emacs-orgmode@gnu.org; Sat, 10 Mar 2012 04:08:06 -0500 Received: by werj55 with SMTP id j55so2171629wer.0 for ; Sat, 10 Mar 2012 01:08:04 -0800 (PST) In-Reply-To: <16C23409-89E3-4F5D-9EFA-FD4155860012@gmail.com> (Carsten Dominik's message of "Sat, 10 Mar 2012 05:57:41 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Sebastien Vauban , emacs-orgmode@gnu.org Hello, Carsten Dominik 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 ?=3D ?~ ?-) (latin1 ?=3D ?~ ?-) (utf-8 ?=E2=95=90 ?=E2=94=80 ?=E2=95=8C ?=E2=94=84 ?=E2=94=88)) "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, --=20 Nicolas Goaziou