When I export to LaTeX, the created LaTeX file contains \date{\today}. However, I don't want it to show the date. Using #+OPTIONS: date:nil the LaTeX result will contain \date{} instead, which indeed hides the date, but now there's empty space in place of the date when compiled to a PDF document, which is undesirable. As per the manual the argument < to the OPTIONS keyword is supposed to "[t]oggle inclusion of time/date active/inactive stamps (org-export-with-timestamps)". Putting #+OPTIONS: <:nil, however, has no effect at all; \date{\today} will still end up in the LaTeX export. Do I misunderstand the meaning of the argument