Re: [WORG] Re: 0e6cdacc publish.sh: never publish the archive/ subdirectory

2023-01-02 Thread Bastien
Ihor Radchenko writes: > -(dolist (org-file (directory-files-recursively default-directory "\\.org$")) > +(dolist (org-file (directory-files-recursively > +default-directory "\\.org$" > +nil (lambda (n) (not (string-match-p "archive" n) > > Won't it also discar

[WORG] Re: 0e6cdacc publish.sh: never publish the archive/ subdirectory

2022-12-31 Thread Ihor Radchenko
-(dolist (org-file (directory-files-recursively default-directory "\\.org$")) +(dolist (org-file (directory-files-recursively + default-directory "\\.org$" + nil (lambda (n) (not (string-match-p "archive" n) Won't it also discard all the files with word "arc