Re: [O] org-agenda-files for calfw

2015-08-28 Thread Julien Cubizolles
Julien Cubizolles j.cubizol...@free.fr writes: Nick Dokos ndo...@gmail.com writes: Bind org-agenda-files in a let before calling cfw:open-org-calendar: (let ((org-agenda-files '(...))) (cfw:open-org-calendar)) That's exactly what I needed, thanks. I just noticed something very weird,

Re: [O] org-agenda-files for calfw

2015-08-28 Thread Julien Cubizolles
Nick Dokos ndo...@gmail.com writes: Bind org-agenda-files in a let before calling cfw:open-org-calendar: (let ((org-agenda-files '(...))) (cfw:open-org-calendar)) That's exactly what I needed, thanks. Julien.

Re: [O] org-agenda-files for calfw

2015-08-28 Thread Nick Dokos
Julien Cubizolles j.cubizol...@free.fr writes: Julien Cubizolles j.cubizol...@free.fr writes: Nick Dokos ndo...@gmail.com writes: Bind org-agenda-files in a let before calling cfw:open-org-calendar: (let ((org-agenda-files '(...))) (cfw:open-org-calendar)) That's exactly what I

Re: [O] org-agenda-files for calfw

2015-08-28 Thread Julien Cubizolles
Nick Dokos ndo...@gmail.com writes: I admit I didn't read your original question very carefully, so I might have overlooked something, but the behavior above is not weird: the let binds org-agenda-files and then calls cfw:ooc - when that returns the let binding is gone as well. It seems that

Re: [O] org-agenda-files for calfw

2015-08-27 Thread Eric S Fraga
On Thursday, 27 Aug 2015 at 14:06, Julien Cubizolles wrote: I'd like to choose only a few of my org-agenda-files to be displayed by cfw:open-org-calendar. I couldn't find a variable for that. Should I use some temporary variable to store the content of the real org-agenda-files while launching

Re: [O] org-agenda-files for calfw

2015-08-27 Thread Julien Cubizolles
Eric S Fraga e.fr...@ucl.ac.uk writes: On Thursday, 27 Aug 2015 at 14:06, Julien Cubizolles wrote: I'd like to choose only a few of my org-agenda-files to be displayed by cfw:open-org-calendar. I couldn't find a variable for that. Should I use some temporary variable to store the content of

Re: [O] org-agenda-files for calfw

2015-08-27 Thread Julien Cubizolles
Eric S Fraga e.fr...@ucl.ac.uk writes: On Thursday, 27 Aug 2015 at 14:06, Julien Cubizolles wrote: I'd like to choose only a few of my org-agenda-files to be displayed by cfw:open-org-calendar. I couldn't find a variable for that. Should I use some temporary variable to store the content of

Re: [O] org-agenda-files for calfw

2015-08-27 Thread Nick Dokos
Julien Cubizolles j.cubizol...@free.fr writes: Eric S Fraga e.fr...@ucl.ac.uk writes: On Thursday, 27 Aug 2015 at 14:06, Julien Cubizolles wrote: I'd like to choose only a few of my org-agenda-files to be displayed by cfw:open-org-calendar. I couldn't find a variable for that. Should I use

[O] org-agenda-files for calfw

2015-08-27 Thread Julien Cubizolles
I'd like to choose only a few of my org-agenda-files to be displayed by cfw:open-org-calendar. I couldn't find a variable for that. Should I use some temporary variable to store the content of the real org-agenda-files while launching calfw or is there an easier way ? Julien.