From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Bremner Subject: Re: Notmuch: An emacs interface for fast global search and tagging of email Date: Sat, 05 Dec 2009 12:40:33 -0400 Message-ID: <87my1x5q7y.wl%bremner@pivot.cs.unb.ca> References: <87d43gqf1t.fsf@yoom.home.cworth.org> <857929.5376.qm@web28310.mail.ukl.yahoo.com> <7A89F1FA-6DCC-43BE-8937-6715706B1CBC@gmail.com> <87zl6j5q44.fsf@yoom.home.cworth.org> Mime-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGxgZ-00061l-Dc for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 11:40:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGxgU-0005uc-Io for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 11:40:43 -0500 Received: from [199.232.76.173] (port=45689 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGxgU-0005uQ-DS for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 11:40:38 -0500 Received: from pivot.cs.unb.ca ([131.202.240.57]:58694) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NGxgT-00056l-Vk for emacs-orgmode@gnu.org; Sat, 05 Dec 2009 11:40:38 -0500 In-Reply-To: <87zl6j5q44.fsf@yoom.home.cworth.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Carl Worth For those of you interested in notmuch and org-mode, I have a preliminary version of support for links from org-mode files to notmuch. Currently the following are working * Supported by org-store-link ** Link to a thread [[notmuch:thread:35471bef770cf624005d52a155bd140e][Email from Aneesh Kumar K. V.: {notmuch} {PATCH 1/2} notmuch-]] ** Link to a specific message [[notmuch:id:87pr9724pv.fsf@fastmail.fm][Email from Matt Lundin: {Orgmode} Re: HTML export: How]] * Manually created links ** Link to a tag search [[notmuch:tag:notmuch][Search notmuch about notmuch]] ** Link to an aritrary search [[notmuch:"Thisbe%20dog"][Search for "Thisby dog"]] If you want to try it out, you need a recent org-mode, the file org-notmuch.el http://pivot.cs.unb.ca/git/?p=org-mode.git;a=blob_plain;f=lisp/org-notmuch.el;hb=notmuch-link And a patched notmuch.el from http://pivot.cs.unb.ca/git/?p=notmuch.git;a=blob_plain;f=notmuch.el;hb=org-link Of course you can just clone those two git repos if you want. The org-mode side is still subject to change as Carl merges/modifies/rejects my proposed patches to notmuch. David