|
@@ -1502,7 +1502,7 @@ original parsed data. INFO is a plist holding export options."
|
|
(email (and (plist-get info :with-email) email)))
|
|
(email (and (plist-get info :with-email) email)))
|
|
(concat
|
|
(concat
|
|
;; Title.
|
|
;; Title.
|
|
- (when title
|
|
|
|
|
|
+ (when (org-string-nw-p title)
|
|
(concat
|
|
(concat
|
|
(format "\n<text:p text:style-name=\"%s\">%s</text:p>"
|
|
(format "\n<text:p text:style-name=\"%s\">%s</text:p>"
|
|
"OrgTitle" (format "\n<text:title>%s</text:title>" title))
|
|
"OrgTitle" (format "\n<text:title>%s</text:title>" title))
|