RE: [Orgmode] How to view tasks with certain Property tag in Agenda view

2009-04-28 Thread Varnit Suri
Thanks! This worked! Varnit -Original Message- From: Matthew Lundin [mailto:matthew.lun...@valpo.edu] Sent: Monday, April 27, 2009 10:25 PM To: Varnit Suri Cc: Manish; emacs-orgmode@gnu.org Subject: Re: [Orgmode] How to view tasks with certain Property tag in Agenda view Hi Varnit

Re: [Orgmode] How to view tasks with certain Property tag in Agenda view

2009-04-27 Thread Matthew Lundin
Hi Varnit, "Varnit Suri" writes: > So here's my code: > > (setq org-agenda-custom-commands > '(("h" "Agenda and Home-related tasks" >((agenda "" ((org-agenda-skip-function > '(org-agenda-skip-entry-if 'regexp ":HOME:" > > The only problem I 'm left to solve is, that this sk

RE: [Orgmode] How to view tasks with certain Property tag in Agenda view

2009-04-27 Thread Varnit Suri
I havent been able to nail the syntax. Any ideas? Thanks, Varnit -Original Message- From: Manish [mailto:mailtomanish.sha...@gmail.com] Sent: Tuesday, April 21, 2009 12:12 AM To: Varnit Suri Cc: emacs-orgmode@gnu.org Subject: Re: [Orgmode] How to view tasks with certain Property tag

Re: [Orgmode] How to view tasks with certain Property tag in Agenda view

2009-04-21 Thread Manish
On Tue, Apr 21, 2009 at 6:11 AM, Varnit Suri wrote: > Thanks. I agree this is prolly a better approach. > > I did get things to work (see code in post-script) a bit using > your suggestion and: > http://orgmode.org/manual/Block-agenda.html#Block-agenda > http://orgmode.org/manual/Stor

RE: [Orgmode] How to view tasks with certain Property tag in Agenda view

2009-04-20 Thread Varnit Suri
)) (setq org-agenda-custom-commands '(("h" "Agenda for context Home" agenda (tags "HOME" -Original Message- From: Manish [mailto:mailtomanish.sha...@gmail.com] Sent: Sunday, April 19, 2009 9:24 PM To: Varnit Suri Cc: emacs-orgmode@gnu.org Subject:

Re: [Orgmode] How to view tasks with certain Property tag in Agenda view

2009-04-19 Thread Manish
FWIW, I use tags to mark contexts and filtering on tags is really really fast and flexible. -- Manish On Mon, Apr 20, 2009 at 6:40 AM, Varnit Suri wrote: > Hi all, > > I am using the PROPERTY keyword to identify contexts (in the GTD > approach). So here's a sample of what I do: > > * Online >

Re: [Orgmode] How to view tasks with certain Property tag in Agenda view

2009-04-19 Thread Nick Dokos
Varnit Suri wrote: > ... > The Agenda view that I see is below (Home, Computer, Work are PROPERTY > tags). > > What I 'd like to do is: > 1. View tasks with only a specified PROPERTY tag. > 2. View the main task (if this task is a sub-task) in the Agenda view. > > ... Does http://orgm