emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [PATCH] ASCII export: Fixed a bug.


From: Valentin Wüstholz
Subject: Re: [Orgmode] [PATCH] ASCII export: Fixed a bug.
Date: Tue, 15 Feb 2011 09:59:20 +0100

Hi Bastien,

I just noticed that the call to 'car' is missing:

------------------------------ lisp/org-ascii.el ------------------------------
index 3cc95e6..dd6f69b 100644
@@ -656 +656 @@ publishing directory."
-                    (last org-export-ascii-underline)))
+                    (car (last org-export-ascii-underline))))


Best regards,

Valentin


On Tue, Feb 15, 2011 at 7:58 AM, Valentin Wüstholz <address@hidden> wrote:
> On Tue, Feb 15, 2011 at 5:31 AM, Bastien <address@hidden> wrote:
>> Hi Valentin,
>>
>> Valentin Wüstholz <address@hidden> 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.
>
> Sounds good!
>
> Thanks,
>
> Valentin
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]