Skip to content

Commit 544e347

Browse files
author
github-actions
committed
chore(docs): Update docs
1 parent 48f32e6 commit 544e347

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/orgmode.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,23 @@ If `true`, generate ID with the Org ID module and append it to the headline as
585585
property. More info on |orgmode-org_store_link|
586586

587587

588+
org_use_property_inheritance *orgmode-org_use_property_inheritance*
589+
590+
- Type: `boolean | string | string[]`
591+
- Default: `false`
592+
593+
Determine whether properties of one headline are inherited by sub-headlines.
594+
595+
- `false` - properties only pertain to the file or headline that defines them
596+
- `true` - properties of a headlines also pertain to all its sub-headlines
597+
- `string[]` - only the properties named in the given list are inherited
598+
- `string` - only properties matching the given regex are inherited
599+
600+
Note that for a select few properties, the inheritance behavior is hard-coded
601+
withing their special applications. See Property Inheritance
602+
<https://orgmode.org/manual/Property-Inheritance.html> for details.
603+
604+
588605
org_babel_default_header_args *orgmode-org_babel_default_header_args*
589606

590607
- Type: `table<string, string>`

0 commit comments

Comments
 (0)