From ae1f6ea7146f8db423b4adc523fa56721ff4178a Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Tue, 10 Jul 2018 11:35:08 -0400 Subject: [PATCH] Update a test .. for the change in recent commit https://github.com/kaushalmodi/ox-hugo/commit/41710e542ad2062b4dac346a2535f04115d0dd82. --- test/site/content-org/all-posts.org | 3 +-- test/site/content/posts/hugo-draft-none-todo-state-none.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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_.