Hi Marcelo,

Marcelo de Moraes Serpa wrote:
> I'd like to know if it's possible to create custom agenda search
> commands that will search only specific files (a subset) from the
> agenda list. It would be nice if we could also override the agenda
> file list and just specify the file(s) in the command.

Example:

#+begin_src emacs-lisp
  ("Qw" "Website search"
   search ""
   ((org-agenda-files
     (file-expand-wildcards "~/Public/Websites/Org/source/*.org"))))
#+end_src

Best regards,
  Seb

-- 
Sébastien Vauban


Reply via email to