kaushalmodi / ox-hugo

A carefully crafted Org exporter back-end for Hugo

Home Page:https://ox-hugo.scripter.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Align Org tags and hugo tags

simonthum opened this issue · comments

I like to use the TAGS line to populate the list of tags I have available on a per-file basis. E.g.:

#+TAGS: wtf food drinks

However, ox-hugo puts them on all posts. IMO this is what

#+FILETAGS: wtf food drinks

would do in org-mode (see http://orgmode.org/org.html#Tag-inheritance). The point of the TAGS line is to merely have such idiosyncratic blog tags available in the tag editor (you can assign keys too).

That's a valid point. I'll add fixing this the first thing on my list.

To be clear, it will make more sense to apply this breaking change only to subtree based exports. I am assuming you are using subtree-based exports?

Yes definitively.

Along those lines, it would make a lot of sense to have the hugo section inherit from a subtree's property, too. This way I could use headings for different content types.

have the hugo section inherit from a subtree's property, too.

Sorry, I didn't follow that. Can you open a new issue with an example of your use case?

Sure.

@simonthum Please update from the master and try again (Melpa update should also be out in few hours).

See https://ox-hugo.scripter.co/doc/tags-and-categories/ for details.

Seems to work great. Thank you very much!