"Julian M. Burgos" <jul...@hafro.is> 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 (lambda () 
                                  (setq org-agenda-files 
                                        (find-lisp-find-files "~/foo/bar" 
"\.org$")
                                        (find-lisp-find-files "~/hukarz/quux" 
"\.org$"))
                                  ))

, but that just threw a lisp error.

-- 
Esben Stien is b0ef@e     s      a             
         http://www. s     t    n m
          irc://irc.  b  -  i  .   e/%23contact
           sip:b0ef@   e     e 
           jid:b0ef@    n     n

Reply via email to