From 9783e5afda52e2e4d9634c7ca4cdee69f806210d Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Sun, 7 Mar 2021 16:02:13 +0100 Subject: Fix compilation warnings --- org-fc-awk.el | 1 + org-fc-dashboard.el | 1 + org-fc-review.el | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/org-fc-awk.el b/org-fc-awk.el index 1f060e6..444352a 100644 --- a/org-fc-awk.el +++ b/org-fc-awk.el @@ -27,6 +27,7 @@ ;;; Code: (require 'org-fc-core) +(require 'org-fc-type-cloze) ;;;; Shell wrappers diff --git a/org-fc-dashboard.el b/org-fc-dashboard.el index f080f57..be977af 100644 --- a/org-fc-dashboard.el +++ b/org-fc-dashboard.el @@ -31,6 +31,7 @@ (require 'org-fc-core) (require 'org-fc-awk) +(require 'org-fc-review) ;;; Customization diff --git a/org-fc-review.el b/org-fc-review.el index 2dc431b..9339b7b 100644 --- a/org-fc-review.el +++ b/org-fc-review.el @@ -289,7 +289,7 @@ rating the card." (interval (string-to-number (cl-fourth current)))) (org-fc-review-history-add (list - (org-fc-timestamp-now) + (org-fc-timestamp-in 0) path id position -- cgit v1.2.3