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

2011-01-19 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jan 14, 2011, at 1:36 PM, Valentin Wüstholz wrote: Hi, I ran into a bug with the ascii export. Exporting the attached org file to ascii fails (see the attached backtrace). The failure seems to be related to the 'H:10' option. I had a look at the code and the

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

2011-01-19 Thread Valentin Wüstholz
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)

[Orgmode] [BUG] Export to ascii fails

2011-01-14 Thread Valentin Wüstholz
Hi, I ran into a bug with the ascii export. Exporting the attached org file to ascii fails (see the attached backtrace). The failure seems to be related to the 'H:10' option. I had a look at the code and the following patch seemed to alleviate the issue: --