From 4ed466148013de8988f14c80adf1dc761052a290 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Wed, 13 Sep 2017 10:53:35 -0400 Subject: [PATCH] Update version to 0.1.3 --- README.org | 5 +++++ doc/ox-hugo-manual.org | 5 +++++ doc/ox-hugo.wiki | 2 +- ox-hugo.el | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 5eee624a..78640ce6 100644 --- a/README.org +++ b/README.org @@ -283,6 +283,11 @@ have the exported Markdown files. =org-hugo--date-time-regexp=. Earlier time zones ahead of UTC (with =+= sign) were not detected as dates in =org-hugo--quote-string= and thus were unnecessarily quoted. +** 0.1.3 +- Now a HUGO key value set to ="nil"=, like =#+HUGO_CODE_FENCE: nil=, + will evaluate as /nil/ instead of /t/, as now + =org-hugo--plist-get-true-p= is used to parse boolean keys instead + of =plist-get=. * Debug If the =ox-hugo= exports do not work as expected, or if you get an error backtrace, diff --git a/doc/ox-hugo-manual.org b/doc/ox-hugo-manual.org index ca7106cf..e0f499a8 100644 --- a/doc/ox-hugo-manual.org +++ b/doc/ox-hugo-manual.org @@ -34,6 +34,11 @@ Markdown]] flavor. =org-hugo--date-time-regexp=. Earlier time zones ahead of UTC (with =+= sign) were not detected as dates in =org-hugo--quote-string= and thus were unnecessarily quoted. +** 0.1.3 +- Now a HUGO key value set to ="nil"=, like =#+HUGO_CODE_FENCE: nil=, + will evaluate as /nil/ instead of /t/, as now + =org-hugo--plist-get-true-p= is used to parse boolean keys instead + of =plist-get=. * Note to Future Contributors :PROPERTIES: :CUSTOM_ID: note-to-future-contributors diff --git a/doc/ox-hugo.wiki b/doc/ox-hugo.wiki index 6a05d16f..b455ec69 160000 --- a/doc/ox-hugo.wiki +++ b/doc/ox-hugo.wiki @@ -1 +1 @@ -Subproject commit 6a05d16fe304558412eb65f2f8c3537c681cf742 +Subproject commit b455ec695c6c070ec4b49da1cdfb4c0581d224bb diff --git a/ox-hugo.el b/ox-hugo.el index dcec7401..bd8fbdb5 100644 --- a/ox-hugo.el +++ b/ox-hugo.el @@ -5,7 +5,7 @@ ;; URL: https://github.com/kaushalmodi/ox-hugo ;; Package-Requires: ((emacs "24.5") (org "9.0")) ;; Keywords: Org, markdown, docs -;; Version: 0.1.2 +;; Version: 0.1.3 ;;; Commentary: