Browse Source

Revert "ox-koma-letter: fix bug introduced in 304a5cb"

This reverts commit 1ce810f9abc0db10037c88dfb60cf5e4c7656268.
Rasmus 10 years ago
parent
commit
0f9c0e79ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/lisp/ox-koma-letter.el

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

@@ -632,7 +632,7 @@ holding export options."
 	       (subject* (org-string-nw-p
 			  (org-export-data
 			   (org-element-parse-secondary-string
-			    (or (plist-get info :subject) "")
+			    (plist-get info :subject)
 			    (org-element-restriction 'keyword))
 			   info)))
 	       (title* (and (plist-get info :with-title)