Automatically creating tasks from email in Outlook

March 16, 2011

Please note: I am no longer using Windows nor Outlook, so unfortunately I cannot offer any help with problems you encounter using these scripts and techniques.

Over the last few days I have been redoing my GTD-under-Outlook setup, based on the instructions available in the "GTD and Outlook" guide from DavidCo (I will write more about my setup later). One of the tricks the guide suggest is creating a mail rule on outgoing mail, which scans the message body for a special tag (/wf or *wf* are suggested) and automatically adds the message to the @WAITING FOR email folder.

image from Automatically creating tasks from email in Outlook

GTD Tip: one-key opening of INBOX notebook in OneNote

September 5, 2010
One of the most useful applications I have discovered since I had to switch to Windows as my main OS is OneNote, a really great note-taking application which I use for pretty much every data-storing and note-taking need. I use a OneNote notebook as part of my GTD inbox. Today's very simple tip is how to assign a keystroke for opening my Inbox notebook from anywhere in the system. Here are the steps:
  1. Download and install AutoHotKey, if you don't have it already (it's a really useful free application, well worth exploring).
  2. Add the following line to your default AutoHotKey.ahk file (normally in ~/Documents/AutoHotKey.ahk):

    ; AutoHotKey configuration to open my Inbox in OneNote.
    ; To use this, change the file path to the path of the GTD notebook
    ; you want to use. You may also want to change the key to which it
    ; is assigned (I use Win-i).
    #i::Run c:\Users\zambonid\Documents\OneNote Notebooks\GTD\INBOX.one
    view raw gistfile1.txt hosted with ❤ by GitHub