That's where the export header comes in handy. In .emacs:
> ,---- > | (setq org-export-latex-classes > | '(("article" > | "\\documentclass[11pt]{article}" > | ("\\section{%s}" . "\\section*{%s}") > | ("\\subsection{%s}" . "\\subsection*{%s}") > | ("\\subsubsection{%s}" . "\\subsubsection*{%s}") > | ("\\paragraph{%s}" . "\\paragraph*{%s}") > | ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))) > `---- At the top of your .org file: #+LATEX_HEADER \\usepackage[utf8]{inputenc} #+LATEX_HEADER \\usepackage[T1]{fontenc} #+LATEX_HEADER \\usepackage{graphicx} #+LATEX_HEADER \\usepackage{longtable} #+LATEX_HEADER \\usepackage{soul} #+LATEX_HEADER \\usepackage{hyperref} #+LATEX_HEADER \\hypersetup{ #+LATEX_HEADER hyperindex=true, #+LATEX_HEADER plainpages=false, #+LATEX_HEADER colorlinks=true, #+LATEX_HEADER linkcolor=black #+LATEX_HEADER } On Tue, Sep 08, 2009 at 02:41:17PM -0600, Peter Jones wrote: > I recently started exporting some org headlines to LaTeX. I poked > around but couldn't find the best way to customize the output, e.g. add > a call to hypersetup. The best I came up with was: > > > But by doing that, I would have to update this variable when pulling > down a new org version that might have changed the default value of > org-export-latex-classes. > > Is there a better way to do stuff like insert a call to hypersetup? > > -- > Peter Jones - 303-219-0226 > pmade inc. - http://pmade.com > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > ------------------------------------------------------------------ Russell Adams rlad...@adamsinfoserv.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode