Skip to content

Commit 4c65b08

Browse files
author
nvim-orgmode
committed
1 parent b52f5d6 commit 4c65b08

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/configuration.org

+16
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,22 @@ Prefix added to the generated id when [[#org_id_method][org_id_method]] is set t
531531
If =true=, generate ID with the Org ID module and append it to the
532532
headline as property. More info on [[#org_store_link][org_store_link]]
533533

534+
*** org_use_property_inheritance
535+
:PROPERTIES:
536+
:CUSTOM_ID: org_use_property_inheritance
537+
:END:
538+
- Type: =boolean | string | string[]=
539+
- Default: =false=
540+
Determine whether properties of one headline are inherited by sub-headlines.
541+
542+
- =false= - properties only pertain to the file or headline that defines them
543+
- =true= - properties of a headlines also pertain to all its sub-headlines
544+
- =string[]= - only the properties named in the given list are inherited
545+
- =string= - only properties matching the given regex are inherited
546+
547+
Note that for a select few properties, the inheritance behavior is hard-coded withing their special applications.
548+
See [[https://orgmode.org/manual/Property-Inheritance.html][Property Inheritance]] for details.
549+
534550
*** org_babel_default_header_args
535551
:PROPERTIES:
536552
:CUSTOM_ID: org_babel_default_header_args

0 commit comments

Comments
 (0)