branch: externals/org
commit eebc9be7caecc9325d5e142410fbfc64ff0ae6cf
Author: Karl Eichwalder <k...@gnu.franken.de>
Commit: Ihor Radchenko <yanta...@posteo.net>

    ox-latex: cosmetic bug fix: avoid trailing whitespace
    
    * lisp/ox-latex.el (org-latex-hyperref-template): Avoid trailing
    whitespace.
    
    TINYCHANGE
---
 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 782be244bf..4b2e797d08 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:

Reply via email to