Re: [PATCH]: make ox-latex obey global export title/author settings

2025-03-15 Thread Ihor Radchenko
"Pedro A. Aranda" writes: > Second patch attached as promised... Canceled. Alternative patch has been applied. See https://list.orgmode.org/87zfivm8qt.fsf@localhost/T/#t -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org develop

Re: [PATCH]: make ox-latex obey global export title/author settings

2025-02-09 Thread Pedro Andres Aranda Gutierrez
Great idea! Let's finish the ToC fix before /PA On Sun, 9 Feb 2025 at 16:30, Ihor Radchenko wrote: > "Pedro A. Aranda" writes: > > > + (unless (plist-get info :with-author) > > + (setq template (replace-regexp-in-string "%a" "" template))) > > + (unless (plist-get info

Re: [PATCH]: make ox-latex obey global export title/author settings

2025-02-09 Thread Ihor Radchenko
"Pedro A. Aranda" writes: > + (unless (plist-get info :with-author) > + (setq template (replace-regexp-in-string "%a" "" template))) > + (unless (plist-get info :with-title) > + ;; Replace title *and* subtitle > + (setq template (replace-regexp-in-str

Re: [PATCH]: make ox-latex obey global export title/author settings

2025-02-09 Thread Ihor Radchenko
"Pedro A. Aranda" writes: > Second patch attached as promised... > ... These two patches are very similar. Maybe you can simply merge them together? Especially the ORG-NEWS record. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support

[PATCH]: make ox-latex obey global export title/author settings

2025-02-03 Thread Pedro A. Aranda
Second patch attached as promised... Best, /PA From b6d68bcd626f5f09881893e3f07031517c4bab6b Mon Sep 17 00:00:00 2001 From: "Pedro A. Aranda" Date: Mon, 3 Feb 2025 16:48:45 +0100 Subject: [PATCH 2/2] ox-latex.el: obey with-author and with-title * lisp/ox-latex.el (org-latex-template): Add chec