Re: [O] breaking URLs

2011-07-26 Thread Bastien
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

Re: [O] breaking URLs

2011-07-26 Thread 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

Re: [O] breaking URLs

2011-07-18 Thread Henri-Paul Indiogine
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

Re: [O] breaking URLs

2011-07-18 Thread Bastien
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

[O] breaking URLs

2011-07-15 Thread Henri-Paul Indiogine
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]]}