From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] ASCII export: Fixed a bug. Date: Tue, 15 Feb 2011 05:31:41 +0100 Message-ID: <87y65hq5oy.fsf@gnu.org> References: <87pqqw17mt.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=34948 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpCZf-0007wv-2Y for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 23:31:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpCZd-0006m3-U7 for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 23:31:38 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:60083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpCZd-0006lz-M7 for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 23:31:37 -0500 Received: by wwb17 with SMTP id 17so5677088wwb.30 for ; Mon, 14 Feb 2011 20:31:36 -0800 (PST) In-Reply-To: ("Valentin =?iso-8859-1?Q?W=FCstholz=22's?= message of "Sun, 13 Feb 2011 13:15:37 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Valentin =?iso-8859-1?Q?W=FCstholz?= Cc: emacs-orgmode Hi Valentin, Valentin Wüstholz writes: > thanks. Is there a reason for keeping the 'reverse' operation? The > documentation for org-export-ascii-underline states that the > characters are ordered by level (1, 2, ...). Why should they be > accessed in reverse order then? The docstring didn't match the default value for the defcustom: now it does. I also simplified `org-ascii-level-start' so that it use the right level char. Thanks for insisting on this, -- Bastien