From 69ce5dfb2b082ae3467b7638dea52be645ee0fb1 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Tue, 4 Sep 2018 14:22:27 -0400 Subject: [PATCH] Comment update --- ox-hugo.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ox-hugo.el b/ox-hugo.el index b071247..e5ae3dc 100644 --- a/ox-hugo.el +++ b/ox-hugo.el @@ -1261,7 +1261,7 @@ INFO is a plist used as a communication channel." dir))) (file-truename pub-dir))) -;;;; Format Dates +;;;; Get the publish date for the current post (defun org-hugo--get-date (info fmt) "Return current post's publish date as a string. @@ -1284,6 +1284,7 @@ INFO is a plist used as a communication channel." (org-string-nw-p (org-export-get-date info fmt)))) +;;;; Format Dates (defun org-hugo--format-date (date-key info) "Return a date string formatted in Hugo-compatible format.