Re: [O] Disable links in Latex export

2012-05-29 Thread SW
John Hendy gmail.com> writes: > And red isn't my cup of tea, so I use: > > #+LATEX_HEADER: \hypersetup{colorlinks=true,urlcolor=blue} Thanks, but it's "linkcolor" not "urlcolor" for the internal links in the TOC.

Re: [O] Disable links in Latex export

2012-05-29 Thread SW
Eric Fraga ucl.ac.uk> writes: > adding the line > > #+latex_header: \hypersetup{pdfborder={0,0,0}} > > in the org document should be sufficient? Yes, this works too -- the boxes are "invisible" now. > In practice, I actually do: > > #+latex_header: \hypersetup{colorlinks=true} > > which s

Re: [O] Disable links in Latex export

2012-05-29 Thread SW
Nick Dokos hp.com> writes: > You can do that by customizing the org-export-latex-default-packages-alist > variable: just add the above option (without the square brackets) to the > hyperref package entry. Thanks. This worked -- the red boxes are no longer displayed.

Re: [O] Disable links in Latex export

2012-04-26 Thread John Hendy
On Thu, Apr 26, 2012 at 3:51 AM, Eric Fraga wrote: > Nick Dokos writes: > > > [...] > >> If all you care about is the *appearance*, rather than the existence of >> links, however, you can use hyperref package options to influence >> that. For example >> >>     \usepackage[pdfborder={0,0,0}]{hyper

Re: [O] Disable links in Latex export

2012-04-26 Thread Eric Fraga
Nick Dokos writes: [...] > If all you care about is the *appearance*, rather than the existence of > links, however, you can use hyperref package options to influence > that. For example > > \usepackage[pdfborder={0,0,0}]{hyperref} > > will get rid of the red boxes around the links in the T

Re: [O] Disable links in Latex export

2012-04-11 Thread Nick Dokos
SW wrote: > I'm exporting a structured document to Latex/PDF. The table of contents > contains > hyperlinks for each section which I would like to disable. I tried setting > "org-export-latex-href" and "org-export-latex-hyperref" to empty strings, but > this did not help. Thanks. > > There ar

[O] Disable links in Latex export

2012-04-11 Thread SW
I'm exporting a structured document to Latex/PDF. The table of contents contains hyperlinks for each section which I would like to disable. I tried setting "org-export-latex-href" and "org-export-latex-hyperref" to empty strings, but this did not help. Thanks.