13

I wanted to get rid if the red boxes in TOC that we obtain when exporting org to pdf. The red boxes looks absolutely ugly and spoil the appearance of the entire document.

ugly red boxes around toc links

xandfury
  • 645
  • 7
  • 15

1 Answers1

18

Following the links given here, you can get rid of the ugly red boxes by adding the following line in the beginning of your org file:

#+latex_header: \hypersetup{colorlinks=true}

Red

If red isn't your color, then add the following line:

#+latex_header: \hypersetup{colorlinks=true,linkcolor=blue} for a blue color.

xandfury
  • 645
  • 7
  • 15