emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Richard KLINDA <rklinda@gmail.com>
To: emacs-orgmode@gnu.org
Subject: publish regression: body-only (with patch)
Date: Sun, 24 May 2009 18:50:18 +0200	[thread overview]
Message-ID: <8763fq1m45.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 590 bytes --]

Hello, somehow the publish with body-only feature disappeared, or I just
can't find a way to use it.

Here is my usecase:

,----
| (setq org-publish-project-alist
|       (list
|        '("foo" . (:base-directory "..."
|                   :base-extension any
|                   :publishing-directory "/tmp/"
|                   :with-section-numbers nil
|                   :body-only t <<<<<
|                   :table-of-contents nil
|                   ))))
`----

Only the bodies of the HTML files should be written to disk.  Carsten,
please consider adding this, thank you, Richard.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: body-only.patch --]
[-- Type: text/x-diff, Size: 522 bytes --]

diff --git a/lisp/org-html.el b/lisp/org-html.el
index 16cf937..9224d6f 100644
--- a/lisp/org-html.el
+++ b/lisp/org-html.el
@@ -498,7 +498,8 @@ 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)

[-- Attachment #3: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

             reply	other threads:[~2009-05-24 16:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-24 16:50 Richard KLINDA [this message]
2009-05-24 21:59 ` publish regression: body-only (with patch) Carsten Dominik
2009-05-24 22:12   ` Richard KLINDA
2009-05-24 23:05     ` Eric Schulte
2009-05-25 14:02 ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8763fq1m45.fsf@gmail.com \
    --to=rklinda@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).