Publishing: Allow :body-only parameter for HTML export

Patch by Richard Klinda
This commit is contained in:
Carsten Dominik 2009-05-25 15:58:16 +02:00
parent 1cd03213f5
commit 45c53b2a49
1 changed files with 1 additions and 0 deletions

View File

@ -498,6 +498,7 @@ PUB-DIR is set, use this as the publishing directory."
(org-combine-plists (org-default-export-plist)
ext-plist
(org-infile-export-plist))))
(body-only (or body-only (plist-get opt-plist :body-only)))
(style (concat (if (plist-get opt-plist :style-include-default)
org-export-html-style-default)
(plist-get opt-plist :style)