Re: [Orgmode] [PATCH] Fix the export of underscores in links in the LaTeX export

2009-01-08 Thread Carsten Dominik
Thanks for the patch, I am fixing this problem on a more fundamental level, already during preprocessing. - Carsten On Jan 8, 2009, at 1:58 PM, Christian Egli wrote: Hi I have the attached org file which I export to LaTeX. With the current version of git the export produces the link as follow

[Orgmode] [PATCH] Fix the export of underscores in links in the LaTeX export

2009-01-08 Thread Christian Egli
Hi I have the attached org file which I export to LaTeX. With the current version of git the export produces the link as follows: \href{http://wiki.dspace.org/index.php/Configure\_media\_{}filters}{media filters} Notice the spurious '{}' before filters. Needless to say this link doesn't work.