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 the real >> org-agenda-files while launching calfw or is there an easier way ? > > You could try advising the function maybe? > > https://www.gnu.org/software/emacs/manual/html_node/elisp/Advising-Functions.html
Thanks for this advice... I'll try to something with make-local-variable in an advice around the function calling the agenda. Julien.