Closed stardiviner closed 7 years ago
Thank you for the fix. However:
./img/
(let ...)
Symbol's function definition is void: f-directory-p
file-directory-p
I updated my commit, and use (unless (file-directory-p "./img") (make-directory "./img")).
(unless (file-directory-p "./img") (make-directory "./img"))
You didn't fix either of the things I requested. Additionally, please remove the (unless ...) expression.
(unless ...)
Fixed in https://github.com/Rahi374/org-notebook/commit/d90c4aeca2442161e6dd89de175561af85aace03
Thank you for the fix. However:
./img/
doesn't exist, then the(let ...)
expression will fail as well, therefore please move the directory autocreation to right before this expression.Symbol's function definition is void: f-directory-p
, therefore please usefile-directory-p