Re: [O] list of agenda files in a file

2014-09-19 Thread Nick Dokos
hy...@lactose.homelinux.net writes: > Eric S Fraga writes: >> >>>(setq org-agenda-files (quote ("~/org/agenda.file.list"))) >> >>which sets the variable to a list of one string, which is *not* what you >>want. Try >>(setq org-agenda-files "~/org/agenda.file.list") > > Oh. Thank you very

Re: [O] list of agenda files in a file

2014-09-19 Thread hymie
Eric S Fraga writes: > >>(setq org-agenda-files (quote ("~/org/agenda.file.list"))) > >which sets the variable to a list of one string, which is *not* what you >want. Try >(setq org-agenda-files "~/org/agenda.file.list") Oh. Thank you very much. I have and/or see things like this:

Re: [O] list of agenda files in a file

2014-09-19 Thread Eric S Fraga
On Friday, 19 Sep 2014 at 10:41, hymie! wrote: > In our last episode, the evil Dr. Lacto had captured our hero, > Thorsten Jolitz , who said: >> >>Read again! => > > >>| If the value of the variable is not a list but a single file name, >>| then

Re: [O] list of agenda files in a file

2014-09-19 Thread hymie!
In our last episode, the evil Dr. Lacto had captured our hero, Thorsten Jolitz , who said: > >Read again! => >| If the value of the variable is not a list but a single file name, >| then^ That's what I did. (setq org-agenda-files (

Re: [O] list of agenda files in a file

2014-09-19 Thread Thorsten Jolitz
hy...@lactose.homelinux.net (hymie!) writes: > Greetings. > > I'd like to add my _archive files to my agenda. I don't need the entries > clogging up my day-to-day .org files, but I want the items to still > appear in my agenda. > > I found this in the org manual: > >>The information to be shown i

[O] list of agenda files in a file

2014-09-18 Thread hymie!
Greetings. I'd like to add my _archive files to my agenda. I don't need the entries clogging up my day-to-day .org files, but I want the items to still appear in my agenda. I found this in the org manual: >The information to be shown is normally collected from all agenda files, >the files liste