I am very new to LaTeX and exporting org-mode files to pdf. When I run the command org-latex-export-to-pdf
it adds a title, author name, and date to the top of the exported pdf. Looking at the generated LaTeX, I assume that comes from the lines:
\author{Ethan Skinner}
\date{\today}
\title{My Title}
How can I export a pdf without these properties? I have tried using both the
VISIBLE-ONLY
and BODY-ONLY
arguments to org-latex-export-to-pdf
, but this didn't work for me