diff options
author | Bastien Guerry <bzg@gnu.org> | 2013-01-08 15:27:18 +0100 |
---|---|---|
committer | Bastien Guerry <bzg@gnu.org> | 2013-01-08 15:27:18 +0100 |
commit | c7cf0ebc24d66371c8d48ad72f65e72a2a027f06 (patch) | |
tree | dc95a8d996cf93343213c03668485a8750182648 /lisp/org/org-publish.el | |
parent | 06364e6463b654038ca3290fec6a37d1ca69700c (diff) | |
download | emacs-c7cf0ebc24d66371c8d48ad72f65e72a2a027f06.tar.gz emacs-c7cf0ebc24d66371c8d48ad72f65e72a2a027f06.tar.bz2 emacs-c7cf0ebc24d66371c8d48ad72f65e72a2a027f06.zip |
Merge Org 7.9.3 (commit 31c1aea)
Diffstat (limited to 'lisp/org/org-publish.el')
-rw-r--r-- | lisp/org/org-publish.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-publish.el b/lisp/org/org-publish.el index 1388df47d97..20c6a6860aa 100644 --- a/lisp/org/org-publish.el +++ b/lisp/org/org-publish.el @@ -577,7 +577,7 @@ PUB-DIR is the publishing directory." (setq export-buf-or-file (funcall (intern (concat "org-export-as-" format)) (plist-get plist :headline-levels) - nil plist nil + plist nil (plist-get plist :body-only) pub-dir)) (when (and (bufferp export-buf-or-file) |