Feature was added in https://github.com/kaushalmodi/ox-hugo/commit/7691f0453b.master
parent
a5f4359280
commit
17560ce15b
2 changed files with 27 additions and 0 deletions
@ -0,0 +1,14 @@ |
||||
+++ |
||||
title = "Org TODO keywords with double-underscores" |
||||
description = """ |
||||
This feature that replaces double-underscores in Org TODO keywords |
||||
with spaces was added in commit [7691f0453b](https://github.com/kaushalmodi/ox-hugo/commit/7691f0453b). |
||||
""" |
||||
tags = ["todo", "double-underscores", "space"] |
||||
draft = false |
||||
+++ |
||||
|
||||
## <span class="org-todo todo TEST__TODO">TEST TODO</span> This heading's TODO kwd should read as "TEST TODO" {#this-heading-s-todo-kwd-should-read-as-test-todo} |
||||
|
||||
|
||||
## <span class="org-todo done TEST__DONE">TEST DONE</span> This heading's TODO kwd should read as "TEST DONE" {#this-heading-s-todo-kwd-should-read-as-test-done} |
||||
Loading…
Reference in new issue