summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skeleton-conf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeleton-conf.el b/skeleton-conf.el
index 6c6bcd0..329cb8d 100644
--- a/skeleton-conf.el
+++ b/skeleton-conf.el
@@ -80,7 +80,7 @@
"\\date{"
(let ((date (read-string
"Date: "
- (format-time-string "%Y-%m-%d"))))
+ (format-time-string "%Y--%m--%d"))))
(cond ((string-empty-p date)
"\\vspace{-1ex}")
(date)))