Re: [Orgmode] Persistent filters in Org mode

2010-05-23 Thread Samuel Wales
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

Re: [Orgmode] Persistent filters in Org mode

2010-05-20 Thread Carsten Dominik
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

Re: [Orgmode] Persistent filters in Org mode

2010-05-20 Thread Carsten Dominik
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'

Re: [Orgmode] Persistent filters in Org mode

2010-05-19 Thread Thomas Morgan
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, >>

Re: [Orgmode] Persistent filters in Org mode

2010-05-19 Thread Carsten Dominik
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

Re: [Orgmode] Persistent filters in Org mode

2010-05-16 Thread Thomas Morgan
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

Re: [Orgmode] Persistent filters in Org mode

2010-05-07 Thread Carsten Dominik
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

[Orgmode] Persistent filters in Org mode

2010-05-06 Thread Thomas Morgan
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,