From e6e58a6e7e5cb624357a7050753edd9a3f0bad48 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Wed, 23 Jan 2019 10:54:11 -0500 Subject: [PATCH] Revert workaround done in 30f1e1e735ea6c2b18dc29a2667957b5144f10cc Now that this bug is fixed in Org 9.2. See: - https://lists.gnu.org/r/emacs-orgmode/2019-01/msg00052.html - https://code.orgmode.org/bzg/org-mode/commit/34e5dcfb06800802a5e06f13340d646b6d829f04 Fixes https://github.com/kaushalmodi/ox-hugo/issues/252. --- test/site/content/posts/inheriting-tags.md | 2 +- .../posts/lastmod-not-suppressed-suppress-period-zero.md | 2 +- test/site/content/posts/lastmod-set-manually-dont-suppress.md | 2 +- .../posts/suppress-lastmod-in-subtree-with-auto-lastmod.md | 2 +- .../content/posts/suppress-lastmod-non-zero-but-date-unset.md | 2 +- test/site/content/posts/unsuppress-lastmod-in-subtree.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/site/content/posts/inheriting-tags.md b/test/site/content/posts/inheriting-tags.md index 0dc8348..15a25f7 100644 --- a/test/site/content/posts/inheriting-tags.md +++ b/test/site/content/posts/inheriting-tags.md @@ -1,6 +1,6 @@ +++ title = "Inheriting tags" -tags = ["super", "tag with lot of words", "hyphened-tag", "alpha", "beta", "gamma", "delta", "two words"] +tags = ["tag with lot of words", "hyphened-tag", "alpha", "beta", "super", "gamma", "delta", "two words"] categories = ["cat1", "cat2"] draft = false +++ diff --git a/test/site/content/posts/lastmod-not-suppressed-suppress-period-zero.md b/test/site/content/posts/lastmod-not-suppressed-suppress-period-zero.md index 44a7aa7..91bbc60 100644 --- a/test/site/content/posts/lastmod-not-suppressed-suppress-period-zero.md +++ b/test/site/content/posts/lastmod-not-suppressed-suppress-period-zero.md @@ -6,7 +6,7 @@ description = """ """ date = 2100-12-21 lastmod = 2100-12-21T00:00:00+00:00 -tags = ["autoset", "suppress", "lastmod", "zero"] +tags = ["suppress", "lastmod", "zero", "autoset"] draft = false +++ diff --git a/test/site/content/posts/lastmod-set-manually-dont-suppress.md b/test/site/content/posts/lastmod-set-manually-dont-suppress.md index 73b98de..67238ba 100644 --- a/test/site/content/posts/lastmod-set-manually-dont-suppress.md +++ b/test/site/content/posts/lastmod-set-manually-dont-suppress.md @@ -6,7 +6,7 @@ description = """ """ date = 2100-12-21 lastmod = 2100-12-21 -tags = ["manual", "suppress", "lastmod", "nonzero"] +tags = ["suppress", "lastmod", "nonzero", "manual"] draft = false +++ diff --git a/test/site/content/posts/suppress-lastmod-in-subtree-with-auto-lastmod.md b/test/site/content/posts/suppress-lastmod-in-subtree-with-auto-lastmod.md index db6f586..2ebfbd5 100644 --- a/test/site/content/posts/suppress-lastmod-in-subtree-with-auto-lastmod.md +++ b/test/site/content/posts/suppress-lastmod-in-subtree-with-auto-lastmod.md @@ -2,7 +2,7 @@ title = "Suppress lastmod with auto-set-lastmod" description = "`lastmod` front-matter parameter is suppressed in this post." date = 2100-12-21 -tags = ["autoset", "suppress", "lastmod", "nonzero"] +tags = ["suppress", "lastmod", "nonzero", "autoset"] draft = false +++ diff --git a/test/site/content/posts/suppress-lastmod-non-zero-but-date-unset.md b/test/site/content/posts/suppress-lastmod-non-zero-but-date-unset.md index ca405f4..b7172ce 100644 --- a/test/site/content/posts/suppress-lastmod-non-zero-but-date-unset.md +++ b/test/site/content/posts/suppress-lastmod-non-zero-but-date-unset.md @@ -4,7 +4,7 @@ description = """ Ensure that nil value of parsed DATE is also handled in the "suppress lastmod" logic. """ -tags = ["autoset", "suppress", "lastmod", "nonzero", "date", "unset"] +tags = ["suppress", "lastmod", "nonzero", "autoset", "date", "unset"] draft = false +++ diff --git a/test/site/content/posts/unsuppress-lastmod-in-subtree.md b/test/site/content/posts/unsuppress-lastmod-in-subtree.md index 8b84152..f61dbfc 100644 --- a/test/site/content/posts/unsuppress-lastmod-in-subtree.md +++ b/test/site/content/posts/unsuppress-lastmod-in-subtree.md @@ -3,7 +3,7 @@ title = "Unsuppress lastmod" description = "`lastmod` front-matter parameter is **not** suppressed in this post." date = 2100-12-10 lastmod = 2100-12-21T00:00:00+00:00 -tags = ["autoset", "suppress", "lastmod", "nonzero"] +tags = ["suppress", "lastmod", "nonzero", "autoset"] draft = false +++