Next: Publishing, Previous: Outline, Up: Glossary [Index]
:PROPERTY:value
)A property is a key-value pair associated with an entry.
Depending on how one is set up, it can be associated with (see
org-use-property-inheritance
):
When they are associated with a single entry or with a tree they need to be inserted into a special drawer with the name ‘PROPERTIES’.
If you want to set properties that can be inherited by any entry in a file, use a line like:
#+PROPERTY: var foo=1
org-global-propertiers
. It is inherited. The values are
space-delimited list entries:
#+PROPERTY:something_ALL value1 value2
#+PROPERTY: var+ bar=2
It is also possible to add to the values of inherited properties:
:Genres+: additional value
Like a tag, a property is delimited on both ends by colons, so this is a property: ‘:A_PROPERTY:Some value’. The key portion is case-insensitive. A property can have only one entry per property drawer.
*** A Heading :PROPERTIES: :Title: value :Composer: value :Artist: value :END:
(org-set-property)
: Set a property with prompts for name and value. A
property drawer is created if necessary.
org-use-property-inheritance
Default value is ‘nil’.
When ‘nil’, only the properties directly given in the current entry count.
Non-‘nil’ means properties apply also for sublevels.
When ‘t’, every property is inherited.
The value may also be a list of properties that should have inheritance, or a regular expression matching properties that should be inherited.
However, note that some special properties use inheritance under special circumstances (not in searches). Examples are
Next: Publishing, Previous: Outline, Up: Glossary [Index]