diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 3cd02cace..e26965190 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -1318,7 +1318,7 @@ holding export options." (separate (plist-get info :latex-subtitle-separate))) (concat (format "\\title{%s%s}\n" title - (if separate "" formatted-subtitle)) + (if separate "" (or formatted-subtitle ""))) (when (and separate subtitle) (concat formatted-subtitle "\n")))) ;; Hyperref options.