diff --git a/test/site/content-org/all-posts.org b/test/site/content-org/all-posts.org index 7db7adc..7896337 100644 --- a/test/site/content-org/all-posts.org +++ b/test/site/content-org/all-posts.org @@ -6324,8 +6324,7 @@ This post is not marked as draft as the Org TODO state is set to :EXPORT_FILE_NAME: hugo-draft-none-todo-state-none :END: This post has neither the ~EXPORT_HUGO_DRAFT~ property set, nor the -Org TODO state. So the draft state defaults to the value of -~org-hugo-default-draft-state~. +Org TODO state. So the draft state defaults to /false/. ** DRAFT Draft state with other headlines :post_heading_followed_soon_with_subheading: :PROPERTIES: :EXPORT_FILE_NAME: draft-state-other-headings-draft diff --git a/test/site/content/posts/hugo-draft-none-todo-state-none.md b/test/site/content/posts/hugo-draft-none-todo-state-none.md index 5523565..586032a 100644 --- a/test/site/content/posts/hugo-draft-none-todo-state-none.md +++ b/test/site/content/posts/hugo-draft-none-todo-state-none.md @@ -5,5 +5,4 @@ draft = false +++ This post has neither the `EXPORT_HUGO_DRAFT` property set, nor the -Org TODO state. So the draft state defaults to the value of -`org-hugo-default-draft-state`. +Org TODO state. So the draft state defaults to _false_.