Re: [O] Beamer export formatting clashes with URL link

2012-03-27 Thread James Harkins
At Mon, 26 Mar 2012 17:39:25 +0200, Bastien wrote: > I'd suggest to simply use this: > > #+LaTeX: \begin{center} > /[[http://www.celemony.com/cms]]/ > #+LaTeX: \end{center} Hm, interesting, the font-lock stuff hides the [[ ]] and it looks like it will get the same bad results as before, but it a

Re: [O] Beamer export formatting clashes with URL link

2012-03-26 Thread Bastien
Hi James, James Harkins writes: > I just wanted to center and italicize a web URL in Beamer > export. First attempt, using /blah/, failed: > > #+LaTeX: \begin{center} > / http://www.celemony.com/cms / > #+LaTeX: \end{center} I'd suggest to simply use this: #+LaTeX: \begin{center} /[[http://www

[O] Beamer export formatting clashes with URL link

2012-03-26 Thread James Harkins
Hi, I just wanted to center and italicize a web URL in Beamer export. First attempt, using /blah/, failed: #+LaTeX: \begin{center} / http://www.celemony.com/cms / #+LaTeX: \end{center} Beamer export interpreted the extra slashes as part of the text to center, rather than a formatting indicatio