diff --git a/test/site/content-org/all-posts.org b/test/site/content-org/all-posts.org index 8bc1ee0..052813f 100644 --- a/test/site/content-org/all-posts.org +++ b/test/site/content-org/all-posts.org @@ -2010,19 +2010,11 @@ TOML front-matter. But the big integer "10040216507682529280" which would need more than 64-bits to be stored as a signed integer is left as a string in the TOML front-matter. -** Custom front matter value via Elisp :elisp:dont_export_during_make_test: +** Custom front matter value via Elisp :elisp: :PROPERTIES: :EXPORT_HUGO_CUSTOM_FRONT_MATTER: :attendees (xeijin/conv-chkbox-items-to-front-matter "Attendees") :EXPORT_AUTHOR: xeijin :END: -It's not clear why this test fails on Travis but, as of -<2019-06-03 Mon>, works locally for me on: -- Org mode version 9.2.3 (release_9.2.3-351-g262bcb) -- Emacs version: GNU Emacs 27.0.50 (build 38, x86_64-pc-linux-gnu, - GTK+ Version 2.24.23) of 2019-05-30, built using commit - cc71a82fc705a73fa3ef6cda3ec6bee1cb654d7e. - -So this test has been disabled from running on Travis. *** Meeting 1 :PROPERTIES: :EXPORT_FILE_NAME: custom-fm-convert-chkbox-list-to-fm-1 diff --git a/test/site/content/posts/custom-fm-convert-chkbox-list-to-fm-1.md b/test/site/content/posts/custom-fm-convert-chkbox-list-to-fm-1.md index dddf21a..c15c994 100644 --- a/test/site/content/posts/custom-fm-convert-chkbox-list-to-fm-1.md +++ b/test/site/content/posts/custom-fm-convert-chkbox-list-to-fm-1.md @@ -1,7 +1,7 @@ +++ title = "Meeting 1" author = ["xeijin"] -tags = ["custom-fm", "elisp", "dont-export-during-make-test"] +tags = ["custom-fm", "elisp"] draft = false [attendees] checked = ["Attendee 1"] diff --git a/test/site/content/posts/custom-fm-convert-chkbox-list-to-fm-2.md b/test/site/content/posts/custom-fm-convert-chkbox-list-to-fm-2.md index 279d563..e426b32 100644 --- a/test/site/content/posts/custom-fm-convert-chkbox-list-to-fm-2.md +++ b/test/site/content/posts/custom-fm-convert-chkbox-list-to-fm-2.md @@ -1,7 +1,7 @@ +++ title = "Meeting 2" author = ["xeijin"] -tags = ["custom-fm", "elisp", "dont-export-during-make-test"] +tags = ["custom-fm", "elisp"] draft = false [attendees] checked = ["Attendee x", "Attendee z"]