On 08/20/2013 12:02 PM, Thomas S. Dye wrote: > Aloha Scott, > > Scott Randby <sran...@gmail.com> writes: > >> Whenever I export an org file to LaTeX, the LaTeX file always gives me >> these lines in the preamble right before \begin{document} (name these >> lines Block 1): >> >> \hypersetup{ >> pdfkeywords={}, >> pdfsubject={}, >> pdfcreator={}} >> >> I'd like Block 1 to not appear when I export because I give values to >> its options in my org file as follows: > > (setq org-latex-with-hyperref nil) > > hth, > Tom >
Thanks. Scott