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

2014-09-22 Thread Kevin D. Robbins
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


[Orgmode] How to control visibility cycling of headlines using custom tags?

2010-03-26 Thread Kevin D. Robbins
Hello,

I have not been able to find how to control visibility cycling of individual
headlines. I want to be able to use my own tags, but have their visibility
cycling behave just like when the headline is tagged with the archive tag.
That is, I want to create custom tags that keep a headline closed except for
when using C-TAB on the headline.

Is this currently possible?

Thanks,

Kevin
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] How to control visibility cycling of headlines using custom tags?

2010-03-26 Thread Kevin D. Robbins
Hi Carsten,

Thanks for your quick reply. Would you consider this as a feature request to
add the option to define new tags that will provide the same visibility
cycling behavior as the archive tag? I do use archiving, so while it works
for now it isn't a great solution to have lots of headings tagged archive
that aren't really archived. For example, agenda views will skip over my
headlines that I've tagged archive just to keep them closed by default.

Thanks for your great work! I really enjoy orgmode.

Kevin

On Fri, Mar 26, 2010 at 11:21 AM, Carsten Dominik carsten.domi...@gmail.com
 wrote:


 On Mar 26, 2010, at 4:36 PM, Kevin D. Robbins wrote:

  Hello,

 I have not been able to find how to control visibility cycling of
 individual headlines. I want to be able to use my own tags, but have their
 visibility cycling behave just like when the headline is tagged with the
 archive tag. That is, I want to create custom tags that keep a headline
 closed except for when using C-TAB on the headline.

 Is this currently possible?


 No, only a single tag is supported for this purpose.  You can change the
 tag name with the variable org-archive-tag.


 - Carsten




___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode