Inheriting tags
tags: alpha beta hyphened-tag tag with lot of words super gamma delta two words
Description/Summary
If user specifies tags to the post subtree heading, those tags get added to the set of default tags set in #+filetags (and the ones inherited). For the inheritance of tags from parent headings and #+filetags to work, org-use-tag-inheritance needs to be set appropriately if changed from the default value of t. These tags are collected together and assigned to the Hugo tags front matter variable for this post. When setting categories via Org-style tags, prefix the tags with “@”.
Content
If user specifies tags to the post subtree heading, those tags get
added to the set of default tags set in #+filetags
(and the ones
inherited). For the inheritance of tags from parent headings and
#+filetags
to work, org-use-tag-inheritance
needs to be set
appropriately if changed from the default value of t
. These tags are
collected together and assigned to the Hugo tags
front matter
variable for this post.
When setting categories via Org-style tags, prefix the tags with
“@”. That “@” is used as a special character for ox-hugo
to identify
those tags to be used as Hugo categories. This applies to categories
added as Org tags to headings as well as #+filetags
.
Page (Debug)
Page Variable | Value | |
---|---|---|
Name | "Inheriting tags" | |
Title | "Inheriting tags" | |
ResourceType | "page" | |
Kind | "page" | |
Section | "posts" | |
Draft | false | |
Type | "posts" | |
Layout | "" | |
Permalink | "https://ox-hugo.scripter.co/test/posts/inheriting-tags/" | |
RelPermalink | "/posts/inheriting-tags/" | |
Data |
| |
NextPage | Indented source block | |
PrevPage | Inline code blocks | |
NextInSection | Indented source block | |
PrevInSection | Inline code blocks |
Page Params (Debug)
Key | Type | Value |
---|---|---|
categories | []string | "cat1" "cat2" |
draft | bool | false |
iscjklanguage | bool | false |
lastmod | time.Time | 2022-01-03 14:27:58 -0500 -0500 |
tags | []string | "alpha" "beta" "hyphened-tag" "tag with lot of words" "super" "gamma" "delta" "two words" |
title | string | "Inheriting tags" |
File Object (Debug)
FileInfo Variable | Value |
---|---|
UniqueID | "b7300412a580294acf3bd1d09d928035" |
BaseFileName | "inheriting-tags" |
TranslationBaseName | "inheriting-tags" |
Lang | "en" |
Section | "posts" |
LogicalName | "inheriting-tags.md" |
Dir | "posts/" |
Ext | "md" |
Path | "posts/inheriting-tags.md" |