summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-07 01:12:54 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-07 01:12:54 -0500
commit7e138622129c96a634b41f99dc552015cbe4b5a6 (patch)
tree8975468b8f3a91edb24880150297d52805ec93f8 /README.org
parent90a45f9729f131569889f52cf792007f23df3949 (diff)
Consistently use Time (rather than Date or DateTime).
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index 1c6e10d..827abf7 100644
--- a/README.org
+++ b/README.org
@@ -61,8 +61,8 @@ generator:
| html_head_extra | "" | Org-mode | string |
| class | "" | no | string (CSS class to apply to ~<body>~) |
| tags | "" | LaTeX, kinda[fn:1] | string ("ES HB") or list (["ES", "HB"]) |
-| published[fn:2] | most recent git commit for file | no | string (Ruby ~Date.parse()~) or date[fn:3] |
-| updated[fn:2] | first git commit for file | no | string (Ruby ~Date.parse()~) or date[fn:3] |
+| published[fn:2] | most recent git commit for file | no | string (Ruby ~DateTime::parse()~) or date[fn:3] |
+| updated[fn:2] | first git commit for file | no | string (Ruby ~DateTime::parse()~) or date[fn:3] |
[fn:1] The ~tags~ attribute is normally a list, but because I don't
know how to do a list in Org-mode, I made it take a
@@ -76,7 +76,7 @@ with two distinct dates.
[fn:3] At various times there have been bugs in the YAML parser
library that Pandoc uses, causing it to fail to parse dates, so I just
-always put the date in quotes now, and let Ruby ~Date.parse()~ take
+always put the date in quotes now, and let Ruby ~DateTime::parse()~ take
care of it.
* Make targets