File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -531,6 +531,22 @@ Prefix added to the generated id when [[#org_id_method][org_id_method]] is set t
531531If =true=, generate ID with the Org ID module and append it to the
532532headline 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
You can’t perform that action at this time.
0 commit comments