From 5d8562e43d9c367b5aeed074c1d0891124cd2ce2 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Mon, 20 Jun 2022 20:41:41 +0530 Subject: [PATCH] Fix void-variable error --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 1ed966d..720d127 100644 --- a/init.org +++ b/init.org @@ -2330,7 +2330,7 @@ Only tracks for today's date are considered." (dir (concat "/media/data/phone/contrapunctus/Nokia 6.1/Android/data/net.osmand.plus/files/tracks/rec/" (format-time-string "%+4Y-%m/" day))) (dir-check (file-exists-p dir)) - activity + (activity t) (files (cl-loop for file in (directory-files dir) when (and (string-match-p (format-time-string "^%F_" day) file)