Re: [O] Merging a list and wildcard expansion in org-agenda-files

2011-04-10 Thread Adrian C.
On Sun, 10 Apr 2011, Puneeth Chaganti wrote: > Hitting `x' in the agenda does it. Just found that in the thread you linked. I've been killing the agenda.

Re: [O] Merging a list and wildcard expansion in org-agenda-files

2011-04-10 Thread Puneeth Chaganti
On Sun, Apr 10, 2011 at 10:51 PM, Adrian C. wrote: > On Sun, 10 Apr 2011, Puneeth Chaganti wrote: > >> This is more like it, I think. >> >> (setq org-agenda-files >>       (cons "~/org/" >>             (file-expand-wildcards "~/projects/*/projects.org"))) > > Great, thanks very much. > > >> AFAIK,

Re: [O] Merging a list and wildcard expansion in org-agenda-files

2011-04-10 Thread Adrian C.
On Sun, 10 Apr 2011, Puneeth Chaganti wrote: > This is more like it, I think. > > (setq org-agenda-files > (cons "~/org/" > (file-expand-wildcards "~/projects/*/projects.org"))) Great, thanks very much. > AFAIK, there's no way out. Agenda needs all those buffers to be open G

Re: [O] Merging a list and wildcard expansion in org-agenda-files

2011-04-10 Thread Puneeth Chaganti
Sorry for replying to my own mail. On Sun, Apr 10, 2011 at 7:36 PM, Puneeth Chaganti wrote: > On Sun, Apr 10, 2011 at 1:16 AM, Adrian C. > I'm not sure this is the best way to do it, but this works. > > (setq org-agenda-files (append >                        '("~/.life-in-plain-text/") >        

Re: [O] Merging a list and wildcard expansion in org-agenda-files

2011-04-10 Thread Puneeth Chaganti
On Sun, Apr 10, 2011 at 1:16 AM, Adrian C. wrote: > Hello, > I read the FAQ entry "How can include all org files in a directory in my > agenda?" and I'd like to merge both examples from the answer for my > agenda-files. > > To include all org files in a directory I would use > (setq org-agenda-fil

[O] Merging a list and wildcard expansion in org-agenda-files

2011-04-10 Thread Adrian C.
Hello, I read the FAQ entry "How can include all org files in a directory in my agenda?" and I'd like to merge both examples from the answer for my agenda-files. To include all org files in a directory I would use (setq org-agenda-files '("~/org/")). I have a special projects directory with t