summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/processOrg.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/processOrg.tsx b/util/processOrg.tsx
index fa135a1..611c039 100644
--- a/util/processOrg.tsx
+++ b/util/processOrg.tsx
@@ -77,6 +77,7 @@ export const ProcessedOrg = (props: ProcessedOrgProps) => {
.use(extractKeywords)
.use(attachments, {
idDir: attachDir || undefined,
+ useInheritance: true,
})
.use(uniorgSlug)
.use(uniorg2rehype, { useSections: true })