emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Multiple Recursive Directories with org-agenda-files


From: Esben Stien
Subject: Re: [O] Multiple Recursive Directories with org-agenda-files
Date: Tue, 15 Apr 2014 20:54:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

"Julian M. Burgos" <address@hidden> 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 address@hidden     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

[Prev in Thread] Current Thread [Next in Thread]