Re: [O] Bug: export to LaTeX doesn't handle filenames properly [7.8.11]

2012-12-12 Thread Bastien
Hi John,

John Smith ohwoeo...@gmail.com writes:

 I have in my .org file links to files that contain spaces and [].
 org-insert-link converts space to %20, [ to %5B, ] to %5D.

Fixed for the current exporter, I didn't check with the new LaTeX
exporter.

Thanks for reporting this,

-- 
 Bastien



[O] Bug: export to LaTeX doesn't handle filenames properly [7.8.11]

2012-12-11 Thread John Smith
Hi,

I have in my .org file links to files that contain spaces and [].
org-insert-link converts space to %20, [ to %5B, ] to %5D.

When doint html-export, the links work, but LaTeX export just leaves the
links as they are
(so now there are LaTeX comments in the middle of filename)
After doing 'replace-string four times:
%20 - space
%5B - [
%5D - ]
%~. - /home/oleh
The document compiles. I figure it'd be nice to change 'org-export-as-latex
to do this automatically.

regards,
Oleh