emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] [BUG] Export to ascii fails


From: Valentin Wüstholz
Subject: Re: [Orgmode] [BUG] Export to ascii fails
Date: Wed, 19 Jan 2011 13:02:09 +0100

Thanks! I tried it out and it doesn't quite work yet. The following
change seems to do the trick:

------------------------------ lisp/org-ascii.el ------------------------------
index 01106c3..f9094a1 100644
@@ -655,3 +655,2 @@ publishing directory."
-      (setq char (or (nth (max (- umax level) 0)
-                         (reverse org-export-ascii-underline))
-                    (last org-export-ascii-underline)))        
+      (setq char (or (nth (- level 1) org-export-ascii-underline)
+                    (car (last org-export-ascii-underline))))

Best regards,

Valentin


On Wed, Jan 19, 2011 at 10:57 AM, Carsten Dominik
<address@hidden> wrote:
> Fixed, thanks.
>
> - Carsten



reply via email to

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