فهرست منبع

Publishing: Allow :body-only parameter for HTML export

Patch by Richard Klinda
Carsten Dominik 16 سال پیش
والد
کامیت
45c53b2a49
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      lisp/org-html.el

+ 1 - 0
lisp/org-html.el

@@ -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)