Hi Ihor, `org-export-with-date' needs more attention that a "quick-fix". There are some factors I'm still investigating. Just adding pdfdate={...} in the hypersetup can cause havoc (compilations failing). So let me track that down as part of the "new feature (pdfproducer)".
In the meantime, attached is the announcement of the bugfix as a patch. Best, /PA On Tue, 25 Feb 2025 at 21:44, Ihor Radchenko <yanta...@posteo.net> wrote: > Pedro Andres Aranda Gutierrez <paag...@gmail.com> writes: > > >> > The producer will include the LaTeX distribution. Do we really want to > >> > suppress this? > >> > >> May you please elaborate? What is "producer"? > >> > > > > In hyperref you have > > \pdfauthor, \pdftitle, \pdfcreator and \pdfproducer. > > You normally don't touch \pdfproducer, because that is the responsibility > > of the LaTeX compiler. > > But you can set that to > > \pdfproducer={} > > to produce an empty field and hide which LaTeX compiler is producing the > > PDF. > > Understood. > This will be a new feature. > If at least several users want it, why not? > > Also, there is `org-export-with-date' you missed in the patch. > > -- > Ihor Radchenko // yantar92, > Org mode maintainer, > Learn more about Org mode at <https://orgmode.org/>. > Support Org development at <https://liberapay.com/org-mode>, > or support my work at <https://liberapay.com/yantar92> > -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run a leader-deposed hook here, but we can't yet Year 1 of the New Koprocracy
From 1291be0e0f8b7d0953095c325a9b05aae45f32f1 Mon Sep 17 00:00:00 2001 From: "Pedro A. Aranda" <paag...@gmail.com> Date: Wed, 26 Feb 2025 08:12:30 +0100 Subject: [PATCH 2/2] Anounce export bug-fix --- etc/ORG-NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 7f067481e..f4c420821 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -552,6 +552,16 @@ were tangled into a file named =NAME.bibtex=. Now, they are tangled into a file named =FILE.bib=, using the standard extension =.bib=, matching the rest of the ecosystem, including BibTeX and LaTeX. +*** Bug-fix: Options =org-latex-with-author=, =org-latex-with-title= and =org-latex-with-creator= are reflected in the PDF matedata + +Previously, the LaTeX exporter handled the PDF metadata =pdfcreator=, +=pdfauthor= and =pdftitle= as defined in +=org-latex-hyperref-template=. This has changed and these three fields +will be defined as empty and not produce any metadata if their +corresponding ~org-latex-with...~ option is set to ~nil~. + +#+end_export +~ * Version 9.7 ** Important announcements and breaking changes -- 2.34.1