From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Valentin_W=C3=BCstholz?= Subject: Re: [PATCH] ASCII export: Fixed a bug. Date: Tue, 15 Feb 2011 07:58:53 +0100 Message-ID: References: <87pqqw17mt.fsf@gnu.org> <87y65hq5oy.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=45378 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpEsW-0006pb-04 for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 01:59:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpEsU-000559-L2 for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 01:59:15 -0500 Received: from mail-vx0-f169.google.com ([209.85.220.169]:43162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpEsU-00054y-He for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 01:59:14 -0500 Received: by vxb41 with SMTP id 41so3112353vxb.0 for ; Mon, 14 Feb 2011 22:59:13 -0800 (PST) In-Reply-To: <87y65hq5oy.fsf@gnu.org> 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: Bastien Cc: emacs-orgmode On Tue, Feb 15, 2011 at 5:31 AM, Bastien wrot= e: > Hi Valentin, > > Valentin W=C3=BCstholz 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. =C2=A0I also simplified `org-ascii-level-start' so that it use the > right level char. Sounds good! Thanks, Valentin