[Orgmode] Re: FAQ incorrect

2009-10-27 Thread Benjamin Andresen
Hey W., W.Bentley MacLeod bentley.macl...@columbia.edu writes: FAQ on how to include all org files in a directory is incorrect (view 85). Correct code is: (setq org-agenda-files (file-expand-wildcards ~/org-files/*.org)) You are right. This isn't valid: (setq org-agenda-files

[Orgmode] Re: FAQ incorrect

2009-10-27 Thread Matt Lundin
W.Bentley MacLeod bentley.macl...@columbia.edu writes: FAQ on how to include all org files in a directory is incorrect (view 85). Correct code is: (setq org-agenda-files (file-expand-wildcards ~/org-files/*.org)) Thanks. Yes, that is one way to add all files in directory. But the method

[Orgmode] Re: FAQ incorrect

2009-10-27 Thread Matt Lundin
Nick Dokos nicholas.do...@hp.com writes: Carsten Dominik carsten.domi...@gmail.com wrote: (setq org-agenda-files ~/my/special/path/org/) Does that really work? I believe it should be (setq org-agenda-files '(~/my/special/path/org/)) i.e. each member of this list can be a

[Orgmode] Re: FAQ incorrect

2009-10-27 Thread W.Bentley MacLeod
Yes, that is the error I got. I like your solution. Professor W. Bentley MacLeod Columbia University in the City of New York, NY 10027 http://www.columbia.edu/~wbm2103/ On Tue, 27 Oct 2009, Benjamin Andresen wrote: Hey W., W.Bentley