Hi Martin,

I just pushed up some changes to the org-babel-tangle functionality
which should fix this problem.

Best -- Eric

"Martin G. Skjæveland" <mart...@ifi.uio.no> writes:

> Hi all,
>
> I'm using org-babel to tangle XML documents. That works fine (thanks to 
> help from Eric S. on this list yesterday), except it adds(?) space in 
> the beginning (and end) of the output document and front of the xml 
> declaration thus making an invalid XML document. Is it possible to trim 
> this space?
>
> My tangled file looks like:
>
>
>
>
> <?xml version="1.0" encoding="utf-8"?>
> <XML></XML>
>
>
>
> I would prefer:
>
> <?xml version="1.0" encoding="utf-8"?>
> <XML></XML>
>
>
> Thanks!
> Martin
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode


_______________________________________________
Emacs-orgmode mailing list
Remember: 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