summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2021-03-07 16:00:24 +0100
committerLeon Rische <leon.rische@me.com>2021-03-07 16:00:24 +0100
commit664abc8c1fcb04e145efd3ad7a7b0b4ca5d2c9d7 (patch)
tree1b672177c292699c5d8d1c93e7c9c483ad41f0c7
parentad8c02f37106ba9ffc01ff580e8732614c284262 (diff)
Remove old argument
-rw-r--r--org-fc-core.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/org-fc-core.el b/org-fc-core.el
index 47a8b89..0a5e733 100644
--- a/org-fc-core.el
+++ b/org-fc-core.el
@@ -148,7 +148,6 @@ Does not apply to cloze single and cloze enumeration cards."
(let ((seconds (* interval 60 60 24))
(now (time-to-seconds)))
(format-time-string
- org-fc-timestamp-format
"%FT%TZ"
(seconds-to-time (+ now seconds))
"UTC0")))