* cosmetic bug fix: avoid trailing whitespace
@ 2024-11-20 10:22 Karl Eichwalder
2024-12-15 15:35 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: Karl Eichwalder @ 2024-11-20 10:22 UTC (permalink / raw)
To: Emacs Orgmode
cosmetic bug fix: avoid trailing whitespace in latex export
* lisp/ox-latex.el (org-latex-hyperref-template): Avoid trailing
whitespace.
---
lisp/ox-latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 782be244b..4b2e797d0 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -616,7 +616,7 @@ the #+TOC keyword."
(defcustom org-latex-hyperref-template
"\\hypersetup{\n pdfauthor={%a},\n pdftitle={%t},\n pdfkeywords={%k},
- pdfsubject={%d},\n pdfcreator={%c}, \n pdflang={%L}}\n"
+ pdfsubject={%d},\n pdfcreator={%c},\n pdflang={%L}}\n"
"Template for hyperref package options.
This format string may contain these elements:
--
2.42.0
--
Karl Eichwalder
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: cosmetic bug fix: avoid trailing whitespace
2024-11-20 10:22 cosmetic bug fix: avoid trailing whitespace Karl Eichwalder
@ 2024-12-15 15:35 ` Ihor Radchenko
0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2024-12-15 15:35 UTC (permalink / raw)
To: Karl Eichwalder; +Cc: Emacs Orgmode
Karl Eichwalder <ke@gnu.franken.de> writes:
> cosmetic bug fix: avoid trailing whitespace in latex export
>
>
> * lisp/ox-latex.el (org-latex-hyperref-template): Avoid trailing
> whitespace.
Applied, onto main, after changing the commit message and adding
TINYCHANGE cookie.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=eebc9be7ca
--
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-15 15:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-20 10:22 cosmetic bug fix: avoid trailing whitespace Karl Eichwalder
2024-12-15 15:35 ` Ihor Radchenko
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).