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
<carsten.domi...@gmail.com> wrote:
> Fixed, thanks.
>
> - Carsten

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to