You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/orgmode/config/_meta.lua
+1
Original file line number
Diff line number
Diff line change
@@ -235,6 +235,7 @@
235
235
---@fieldorg_id_method? 'uuid' | 'ts' | 'org' What method to use to generate ids via org.id module. Default: 'uuid'
236
236
---@fieldorg_id_prefix? string | nil Prefix to apply to id when `org_id_method = 'org'`. Default: nil
237
237
---@fieldorg_id_link_to_org_use_id? boolean If true, Storing a link to the headline will automatically generate ID for that headline. Default: false
238
+
---@fieldorg_use_property_inheritanceboolean | string | string[] If true, properties are inherited by sub-headlines; may also be a regex or list of property names. Default: false
0 commit comments