emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: joe <joe@chemistry.coe.edu>
Cc: emacs-orgmode@gnu.org
Subject: Re: body-only for single file html export
Date: Mon, 20 Dec 2010 09:03:03 -0600	[thread overview]
Message-ID: <20101220150303.GB13435@chemistry.coe.edu> (raw)
In-Reply-To: <87y67lct1q.fsf@norang.ca>

On Sun, Dec 19, 2010 at 05:10:57PM -0500, Bernt Hansen wrote:
> joe <joe@chemistry.coe.edu> writes:
> 
> > I would like to use the ":body-only" option for exporting html (and
> > ocassionally latex). Reading through the docs and maillist, I think I
> > understand how to do this if I'm publishing an entire project.  I
> > don't have a project, though...
> >
> > I use emacs for editing html textareas and on-the-fly html editing,
> > and want to export a single file using the body-only option.
> >
> > I was hoping I could simply do something like this in the template but
> > it doesn't seem to work:
> >
> > #+OPTIONS: body-only:t
> >
> > If someone can help me with an org-mode-export-html function that sets
> > the body-only option for a single file (without setting up a project),
> > I would be very grateful.
> >
> > Thank you much!
> 
> Hi Joe,
> 
> (global-set-key (kbd "<f9> x") 'bh/test)
> 
> (defun bh/test (arg)
>   (interactive "P")
>   (org-export-as-html arg nil nil nil t))
> 
> then f9-x in an org-mode buffer will export as body-only and put a copy
> in the kill ring so you can paste it.
> 
> HTH,
> Bernt

Bernt,

YES!  Thank you...this is just what I needed.  I also learned a little
about lisp.

A question for org-mode developers or expert users: Is there a design
reason an export option like "body-only" can't be set using the
#+OPTIONS directive?  Just curious...

Thanks,
Joe

      reply	other threads:[~2010-12-20 15:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-18 18:46 body-only for single file html export joe
2010-12-19 22:10 ` Bernt Hansen
2010-12-20 15:03   ` joe [this message]

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=20101220150303.GB13435@chemistry.coe.edu \
    --to=joe@chemistry.coe.edu \
    --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).