You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
+++
title = "Spaces in categories"
categories = ["abc def", "abc def ghi", "abc def ghi jkl"]
draft = false
+++
The Org tags do not allow spaces. So the trick we use is replace
double underscores with spaces.
So an Org tag @abc__def becomes Hugo category abc def.