Ho!
I used those two functions. They parsed the directory and listed the org files. But my lake of skills in elisp programming is obvious!#+BEGIN_SRC emacs-lisp :exports results(let ((default-directory "~/path/to/the/directory/posts/"))(file-expand-wildcards "?org"))#+END_SRC#+BEGIN_SRC emacs-lisp :exports results(directory-files "~/path/to/the/directory/posts/"nil"\\.org\\'")#+END_SRC
Hi Flammable (!),
I think we will be able to help with a more limited example.
flammable project <flammable.project@gmail.com> writes:
> If someone can help me to do this I will really appreciate!
Keep it minimal, if possible...
Thanks in advance,
--
Bastien