From 664abc8c1fcb04e145efd3ad7a7b0b4ca5d2c9d7 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Sun, 7 Mar 2021 16:00:24 +0100 Subject: Remove old argument --- org-fc-core.el | 1 - 1 file changed, 1 deletion(-) 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"))) -- cgit v1.2.3