Nick Dokos <ndo...@gmail.com> writes:

> Esben Stien <b...@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 via email to