Esben Stien writes:
> "Julian M. Burgos" writes:
>
>> (load-library "find-lisp")
>> (add-hook 'org-agenda-mode-hook (lambda ()
>> (setq org-agenda-files
>> (find-lisp-find-files "/home/julian/Documents" "\.org$"))
>> ))
>
> This is not a multiple directories examples, so I tried:
>
> (a
"Julian M. Burgos" writes:
> (load-library "find-lisp")
> (add-hook 'org-agenda-mode-hook (lambda ()
> (setq org-agenda-files
> (find-lisp-find-files "/home/julian/Documents" "\.org$"))
> ))
This is not a multiple directories examples, so I tried:
(add-hook 'org-agenda-mode-hook (lambd
Hi Esben,
I use find-lisp-find-files. I have the following in my .emacs file:
;;--
;; Load org agenda files
;;--
(load-library "find-lisp")
(a
I'm trying to add a few recursive directories to org-agenda-files, but
can't really find any examples doing this
I got like 250 org files spread over a few directories.
I want to add:
~/foo/bar/
~/baz/quux/
~/hukarz/grault/
..which again includes multiple directories with .org files and a few