[Orgmode] Fast tag selection: defining multiple-key shortcutst

2009-04-28 Thread Varnit Suri
Hi all, I am just wondering if there 's a way to define two characters (rather than one) for the fast tag selection. Here's what I did: (setq org-tag-alist '((HOME . ?h) (FAMILY . fa) (MONEY . mo) (BILLS . bi))) So HOME can be

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-20 Thread Varnit Suri
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 FWIW, I use tags to mark contexts

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

2009-04-19 Thread Varnit Suri
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 :PROPERTIES: :CATEGORY: Computer :END: ** TODO Call/reply to A ** TODO Defrag work PC The Agenda view that I see is below (Home, Computer, Work are PROPERTY tags).

RE: [Orgmode] GTD question - how to create Reference and Ticker files

2009-04-18 Thread Varnit Suri
. -Original Message- From: Manish [mailto:mailtomanish.sha...@gmail.com] Sent: Friday, April 17, 2009 10:02 PM To: Varnit Suri Cc: emacs-orgmode@gnu.org Subject: Re: [Orgmode] GTD question - how to create Reference and Ticker files On Fri, Apr 17, 2009 at 9:53 PM, Varnit Suri wrote: Hello, I 'm

[Orgmode] GTD question - how to create Reference and Ticker files

2009-04-17 Thread Varnit Suri
Hello, I 'm trying to implement the Getting Things Done approach using Org-mode (like many others!). I 've been thinking of the best way to implement GTD's Reference and Tickler folders in Org-mode. I have a few thoughts of my own, but wanted to check with the community, in case anyone else has

[Orgmode] RE: Help with binding new key to change task state

2009-02-17 Thread Varnit Suri
Thanks. This worked! -Original Message- From: Bernt Hansen [mailto:be...@norang.ca] Sent: Monday, February 16, 2009 7:34 AM To: Varnit Suri Cc: emacs-orgmode@gnu.org Subject: Re: Help with binding new key to change task state You could do something like this: (pick your favourite key

[Orgmode] Help with binding new key to change task state

2009-02-15 Thread Varnit Suri
Hi all, The org manual talks about using C-u C-c C-t to change the state of a task. This command nicely throws up a list of several intermediate states to choose from. In addition, I have logging turned on, so each time I do this, I can log a note about the state change. I am merely trying to

[Orgmode] RE: Help with binding new key to change task state

2009-02-15 Thread Varnit Suri
C-t C-c works okay coz the last 'c' chooses the DONE state from the menu. Any ideas how I can define a simpler key for this? Thanks. V. -Original Message- From: Bernt Hansen [mailto:be...@norang.ca] Sent: Sunday, February 15, 2009 6:52 PM To: Varnit Suri Cc: emacs-orgmode@gnu.org

[Orgmode] RE: Problem logging state change for TODO's

2009-02-09 Thread Varnit Suri
Thanks! The instructions in org manual worked. -Original Message- From: Memnon Anon [mailto:gegendosenflei...@googlemail.com] Sent: Monday, February 09, 2009 1:47 AM To: Varnit Suri Cc: emacs-orgmode@gnu.org Subject: Re: Problem logging state change for TODO's Hi! Varnit Suri vs

[Orgmode] Setting recurring deadlines

2009-02-09 Thread Varnit Suri
Hi all, I am having trouble with something pretty basic. I am trying to setup a recurring deadline on the last day of every month. However, when I set it as 2009-02-28 +1m, the next deadline shows up at 2009-03-28, rather than 31st March. I don't use appt/diary. Is there a way to do this in

[Orgmode] Problem logging state change for TODO's

2009-02-08 Thread Varnit Suri
Hello everyone, I am a fairly new user of Org-mode, and I 'm using v6.20i. I read about how to log a note each time I change the state of a TODO item (http://www.gnu.org/software/emacs/manual/html_node/org/Tracking-TODO-st ate-changes.html#Tracking-TODO-state-changes). And I did both the things