On 2010-05-20, Carsten Dominik wrote:
> That might be nice! Or a way to interactively create a view and then
> turn it into a custom command with one key...
Have not followed this thread, so please take this with a grain of salt.
My understanding of filters is that they are for quick changes of
On May 20, 2010, at 1:23 AM, Thomas Morgan wrote:
Hi, Carsten,
I think this is good - so if you agree, I will apply your patch
and rename the variable to ...persistent-filter
That would be great, thanks.
The main thing I am missing now is a command to edit the filter
in the minibuffer. O
Applied, thanks!
the variable is renamed to `org-agenda-persistent-filter'.
- Carsten
On May 6, 2010, at 6:21 AM, Thomas Morgan wrote:
Hello, Org mode hackers,
This patch defines a variable `org-agenda-persistent-filters'.
When it is set, filters persist from one agenda view to the next.
I'
Hi, Carsten,
> I think this is good - so if you agree, I will apply your patch
> and rename the variable to ...persistent-filter
That would be great, thanks.
>> The main thing I am missing now is a command to edit the filter
>> in the minibuffer. Or, if there's a separate persistent filter,
>>
Hi Thomas,
On May 15, 2010, at 11:32 PM, Thomas Morgan wrote:
Hi, Carsten,
Thanks for your reply. I've been thinking about this --
please forgive my lateness...
Do you envision a new variable for a persistent filter,
independent of `org-agenda-filter'? As it stands, one can
only make `org-a
Hi, Carsten,
Thanks for your reply. I've been thinking about this --
please forgive my lateness...
Do you envision a new variable for a persistent filter,
independent of `org-agenda-filter'? As it stands, one can
only make `org-agenda-filter' persistent or transient by
toggling `org-agenda-pers
Hi Thomas,
this sounds like a useful idea to me.
What happens if a user sets a preset filter with agenda custom command
options?
Maybe there should be a command to set and clear this persistent filter?
Would you like to implement this in order to complete this feature?
- Carsten
On May 6, 2
Hello, Org mode hackers,
This patch defines a variable `org-agenda-persistent-filters'.
When it is set, filters persist from one agenda view to the next.
I've found this convenient when using tags for contexts like @home,
@net, etc., some of which commonly remain applicable for a while.
Thanks,