Chao Lu <looc...@gmail.com> writes:

> The way I set the org agenda file is using all the *.org file in some
> dir. Like (setq org-agenda-files (file-expand-wildcards
> "~/.emacs.d/org/org/*.org"))
>
> But is it possible to exclude certain file to show up in the agenda?
> Sometime this will be handy.

Add a #+FILETAGS: sometag to that file and then remove those tagged
entries from the agenda with / - TAB sometag RET

You might want to look into persistent tag filter settings for this as
well

C-h v org-agenda-persistent-filter

HTH,
Bernt

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to