From: Karl Eichwalder <ke@gnu.franken.de>
To: Emacs Orgmode <emacs-orgmode@gnu.org>
Subject: cosmetic bug fix: avoid trailing whitespace
Date: Wed, 20 Nov 2024 11:22:24 +0100 [thread overview]
Message-ID: <d907b1eba022e08b541e25621d81f9c5@gnu.franken.de> (raw)
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
reply other threads:[~2024-11-20 10:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d907b1eba022e08b541e25621d81f9c5@gnu.franken.de \
--to=ke@gnu.franken.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).