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

2015-08-28 Thread Julien Cubizolles
Nick Dokos 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 the function

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

2015-08-28 Thread Nick Dokos
Julien Cubizolles writes: > Julien Cubizolles writes: > >> Nick Dokos 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 som

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

2015-08-28 Thread Julien Cubizolles
Julien Cubizolles writes: > Nick Dokos 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, as soon as the agenda is

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

2015-08-28 Thread Julien Cubizolles
Nick Dokos 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-27 Thread Nick Dokos
Julien Cubizolles writes: > Eric S Fraga 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 t

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

2015-08-27 Thread Julien Cubizolles
Eric S Fraga 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 the real >>

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

2015-08-27 Thread Julien Cubizolles
Eric S Fraga 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 the real >>

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 launch

[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.