Re: [O] [Babel] HTML Export has garbage characters ...

2013-09-21 Thread Eric Schulte
This sounds like a conflict between htmlize and fillcolumnindicator. I'd report it to the author of htmlize (see the comments at the top of htmlize.el). Thanks for hunting this down. Cheers, aditya siram writes: > The problem is fill-column indicator [1]. When I loaded Emacs without it > there

Re: [O] [Babel] HTML Export has garbage characters ...

2013-09-21 Thread aditya siram
The problem is fill-column indicator [1]. When I loaded Emacs without it there were no garbage characters. I'm not sure who I should be reporting this issue to. -deech [1] http://www.emacswiki.org/emacs/FillColumnIndicator On Sat, Sep 21, 2013 at 3:53 PM, aditya siram wrote: > You're right, it

Re: [O] [Babel] HTML Export has garbage characters ...

2013-09-21 Thread aditya siram
You're right, it's something in my env. I just loaded up a vanilla emacs with the latest org-mode and I don't see it either. Sorry for the noise. Any clue what it might be? I don't know a whole lot about the new org exporter. I guess I'll start removing things in my config until I figure it out. T

Re: [O] [Babel] HTML Export has garbage characters ...

2013-09-21 Thread Eric Schulte
With the latest Org-mode I don't see the behavior you mention, I suspect it may be due to something else in your config or environment. Here's some easily reproducible commands which run export without loading the local config. Notice that I don't get any garbage in the output. 14:35 bagel:/

Re: [O] [Babel] HTML Export has garbage characters ...

2013-09-21 Thread aditya siram
Using the org-mode that ships with Emacs 24.3.50.1 [1] I processed the file using `org-export-to-html` and could not reproduce the issue. The org-mode from HEAD doesn't have `org-export-to-html` since the backends were re-written and I have to use `org-html-export-to-html` and am seeing this issue

Re: [O] [Babel] HTML Export has garbage characters ...

2013-09-21 Thread Eric Schulte
I can't reproduce this problem. Do you still see the problem with a minimal Emacs config starting with "emacs -Q"? Do you see this on export to other backends? aditya siram writes: > Hi all, > I'm on org-mode version: > Org-mode version 8.2 (release_8.2-8-g16a57e @ > /home/deech/EmacsConfig/or

[O] [Babel] HTML Export has garbage characters ...

2013-09-21 Thread aditya siram
Hi all, I'm on org-mode version: Org-mode version 8.2 (release_8.2-8-g16a57e @ /home/deech/EmacsConfig/org-mode/lisp/) Unfortunately the html exporter has some garbage characters at the end of every line. Here's a small org file: * Headline #+BEGIN_SRC sh test source #+END_SRC The resultin