emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: emacs-orgmode@gnu.org
Subject: Re: Export HTML with Properties and Tags
Date: Sun, 27 Apr 2014 11:17:04 +0800	[thread overview]
Message-ID: <87siozwjf3.fsf@ericabrahamsen.net> (raw)
In-Reply-To: 87r44jtwjo.fsf@gmail.com

Nick Dokos <ndokos@gmail.com> writes:

> Esben Stien <b0ef@esben-stien.name> writes:
>
>> Is there any way to export everything when exporting to HTML?
>>
>> I have f.ex this heading:
>>
>> **** foo     :BAR:
>>   :PROPERTIES:
>>   :hukarz: 1337
>>   :quux: 1337
>>   :END:
>>
>> Is there any command to specify that HTML export should export everything?
>
> #+OPTIONS: prop:t
>
> will allow you to export properties so that's everything in this case,
> but in general it depends on what you mean by "everything". Check the
> manual
>
>     (info "(org) Export settings")
>
> for various settings. The underlying lisp variables are named
>
>     org-export-with-XXXX
>
> for various values of XXXX, so you can also do
>
>     C-h v org-export-with-<TAB>
>
> to get a completion buffer with all of them. I often use this
> technique when I'm looking for something whose name I cannot
> quite remember.

If you need the property drawers formatted in a certain way, you can
attach filters to the variable
org-export-filter-property-drawer-functions. Filters might take a bit of
reading up, if you haven't used them before.

  reply	other threads:[~2014-04-27  3:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-26 19:06 Export HTML with Properties and Tags Esben Stien
2014-04-27  1:01 ` Nick Dokos
2014-04-27  3:17   ` Eric Abrahamsen [this message]
2014-04-28  1:35   ` Esben Stien
2014-04-28  4:57     ` Nick Dokos

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=87siozwjf3.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --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).