소스 검색

Merge branch 'maint'

Nicolas Goaziou 5 년 전
부모
커밋
625f8e6d9c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      contrib/lisp/ox-koma-letter.el

+ 2 - 1
contrib/lisp/ox-koma-letter.el

@@ -748,7 +748,8 @@ holding export options."
                 (if (symbolp with-subject) with-subject
                   (mapconcat #'symbol-name with-subject ","))))
       ;; Hyperref.
-      (format-spec hyperref-template spec)
+      (and (stringp hyperref-template)
+	   (format-spec hyperref-template spec))
       ;; Document start.
       "\\begin{document}\n\n"
       ;; Subject and title.