emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Export HTML with Properties and Tags


From: Eric Abrahamsen
Subject: Re: [O] Export HTML with Properties and Tags
Date: Sun, 27 Apr 2014 11:17:04 +0800
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3 (gnu/linux)

Nick Dokos <address@hidden> writes:

> Esben Stien <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]