Fix void-variable error
parent
3faf36b9e3
commit
5d8562e43d
2
init.org
2
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)
|
||||
|
|
Loading…
Reference in New Issue