Re: Org-mode support
authorMatthieu Lemerre <racin@free.fr>
Sun, 13 Feb 2011 22:24:46 +0000 (23:24 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:54 +0000 (09:37 -0800)
ca/ad07adcbd7c422f9e626e17ce03c87a74a7f8f [new file with mode: 0644]

diff --git a/ca/ad07adcbd7c422f9e626e17ce03c87a74a7f8f b/ca/ad07adcbd7c422f9e626e17ce03c87a74a7f8f
new file mode 100644 (file)
index 0000000..8afe168
--- /dev/null
@@ -0,0 +1,72 @@
+Return-Path: <racin@free.fr>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 28366431FB6\r
+       for <notmuch@notmuchmail.org>; Sun, 13 Feb 2011 14:08:48 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.001\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
+       tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id cQ5lrm3PDv5F for <notmuch@notmuchmail.org>;\r
+       Sun, 13 Feb 2011 14:08:46 -0800 (PST)\r
+Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3])\r
+       by olra.theworths.org (Postfix) with ESMTP id 73B8F431FB5\r
+       for <notmuch@notmuchmail.org>; Sun, 13 Feb 2011 14:08:45 -0800 (PST)\r
+Received: from racin (unknown [82.239.207.166])\r
+       by smtp3-g21.free.fr (Postfix) with ESMTP id 84597A626F;\r
+       Sun, 13 Feb 2011 23:08:39 +0100 (CET)\r
+From: Matthieu Lemerre <racin@free.fr>\r
+To: Darren McGuicken <mailing-notmuch@fernseed.info>,\r
+       notmuch <notmuch@notmuchmail.org>\r
+Subject: Re: Org-mode support\r
+In-Reply-To: <87zkpzka9a.fsf@bookbinder.fernseed.info>\r
+References: <87aai7k0ae.fsf@free.fr> <87zkpzka9a.fsf@bookbinder.fernseed.info>\r
+User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1\r
+       (i486-pc-linux-gnu)\r
+Date: Sun, 13 Feb 2011 23:24:46 +0100\r
+Message-ID: <87bp2f4lox.fsf@free.fr>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 13 Feb 2011 22:08:48 -0000\r
+\r
+On Sun, 13 Feb 2011 19:25:05 +0000, Darren McGuicken <mailing-notmuch@fernseed.info> wrote:\r
+> On Mon, 07 Feb 2011 22:22:17 +0100, Matthieu Lemerre <racin@free.fr> wrote:\r
+> > I have written the org-mode support for notmuch a while ago. It allows\r
+> > to open links to notmuch from org-mode and create org-mode link from\r
+> > notmuch buffers.\r
+> \r
+> Excellent, thanks for this, I'll check it out - how does this compare to\r
+> the org support for something like gnus?\r
+\r
+I don't know exactly how org-mode supports gnus, but I think pretty much\r
+the same... Basically what it allows is: \r
+\r
+1. When calling org-store-link (or org-capture) from a notmuch-message\r
+or notmuch-search window, store a link to this buffer.\r
+\r
+2. When opening a link in org-mode, if the link is a notmuch link, open\r
+the corresponding notmuch buffer.\r
+\r
+I use this to empty my inbox and quickly store todo items to my TODO\r
+list/gtd file along the way.\r
+\r
+I believe that further org/notmuch integration could be beneficial, and\r
+this represents a first step.\r