DL
Size: a a a
DL
A
A
DL
DL
(cons "file.org" '(:maxlevel . 3))
A
A
(cons "file.org" '(:maxlevel . 3))
DL
'(("file.org" . (:maxlevel . 3)))
DL
(mapcar (lambda (file) `(,file . (:maxlevel . 3))) '("file.org"))
DL
(mapcar (lambda (file) (cons file '(:maxlevel . 3))) '("file.org"))
EZ
DL
EZ
EZ
DL
DL
DL
EZ
DL
A
(mapcar (lambda (file) (cons file '(:maxlevel . 3))) '("file.org"))