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