emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Is it possible to export Org properties as ODT user defined fields?


From: Kevin D. Robbins
Subject: [O] Is it possible to export Org properties as ODT user defined fields?
Date: Mon, 22 Sep 2014 17:27:00 -0600

I would like to export some Org document properties as ODT user defined fields for use in ODT templates.  For example, it would be great if something like

#+ODT_FIELD: FOO:17 BAR:"Hello, world!"

in the Org document exported the following user defined fields in the content.xml.

<text:user-field-decls>
        <text:user-field-decl office:value-type="float" office:value="17" text:name="FOO"/>
        <text:user-field-decl office:value-type="string" office:string-value="Hello, world!" text:name="BAR"/>
</text:user-field-decls>

Is this currently possible?

Best Regards,

Kevin

reply via email to

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