El dc, mar 04 2009, Carsten Dominik va escriure:
> (org-agenda-filter-preset '("-FLUFF" "-BLUFF"))
Thank you very much for this addition; not only it allows you to filter out a
tag, but also many tags; that is what I needed in the first place.
___
On Mar 3, 2009, at 2:31 PM, Carsten Dominik wrote:
On Mar 3, 2009, at 2:05 PM, Matthew Lundin wrote:
Daniel Clemente writes:
In fact I would like to use often the agenda view with several
tags excluded, so the ideal setup would be an agenda custom search.
But I don't know which command
> For this you would indeed you a skip function.
>
> E.g.,
>
> --8<---cut here---start->8---
> (setq org-agenda-custom-commands
> '(("A" agenda ""
>((org-agenda-skip-function '(org-agenda-skip-entry-if 'regexp
> ":TAG:"))
> --8<---
On Mar 3, 2009, at 2:05 PM, Matthew Lundin wrote:
Daniel Clemente writes:
In fact I would like to use often the agenda view with several
tags excluded, so the ideal setup would be an agenda custom search.
But I don't know which command to use in org-agenda-custom-
commands: I don't want
Daniel Clemente writes:
> In fact I would like to use often the agenda view with several tags
> excluded, so the ideal setup would be an agenda custom search.
> But I don't know which command to use in org-agenda-custom-commands: I
> don't want tags-todo (that's a heading list), but the re
> Assign a FLUFF tag to your tasks then run the agenda normally and remove
> the fluff with
>
> / - TAB FLUFF RET
Thanks, this works. I will use tags instead of categories.
>
> or if you do that often set up org-tags-alist with F for FLUFF and just
>
> / - F
>
In fact I would like to use of
Assign a FLUFF tag to your tasks then run the agenda normally and remove
the fluff with
/ - TAB FLUFF RET
or if you do that often set up org-tags-alist with F for FLUFF and just
/ - F
-Bernt
Samuel Wales writes:
> I've been wondering about something similar. Suppose you have a bunch
> of i
Hi Daniel,
Daniel Clemente writes:
> Hi. I have this scenario: I track several projects in a single file,
> each in its own level-1 section, but each week I'm working only on
> one project. In my agenda (C-a a) I'm currently seeing scheduled
> tasks from all projects, and I would like