Bastien writes:
> (setq org-export-latex-href-format "\url{%s}")
Of course this should be:
(setq org-export-latex-href-format "\\url{%s}")
Best,
--
Bastien
Henri-Paul Indiogine writes:
> Hi Bastien!
>
> 2011/7/18 Bastien :
>>> the URL in \url{my url} it is exported as
>>>
>>> \url{[[my url]] [[my url]]} however the URL is nicely split to the
>>> next line in the pdf.
>>
>> I would welcome ideas/code to have more flexibility wrt the way urls
>> a
Hi Bastien!
2011/7/18 Bastien :
>> the URL in \url{my url} it is exported as
>>
>> \url{[[my url]] [[my url]]} however the URL is nicely split to the
>> next line in the pdf.
>
> I would welcome ideas/code to have more flexibility wrt the way urls
> are handled by the LaTeX exporter.
If there
Hi Henri-Paul,
Henri-Paul Indiogine writes:
> My goal is to export an orgmode file to LaTeX and then compile to PDF.
>
> My orgmode file contains many URLs. What is the best way to have them
> break? A simple URL in the orgmode file will not break. if I place
> the URL in \url{my url} it is
Greetings!
My goal is to export an orgmode file to LaTeX and then compile to PDF.
My orgmode file contains many URLs. What is the best way to have them
break? A simple URL in the orgmode file will not break. if I place
the URL in \url{my url} it is exported as
\url{[[my url]] [[my url]]}