emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Restrict agenda search to specific org files


From: Sébastien Vauban
Subject: Re: [O] Restrict agenda search to specific org files
Date: Fri, 29 Apr 2011 12:36:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

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

[Prev in Thread] Current Thread [Next in Thread]