From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Bremner Subject: [PATCH 2/2] Add org-notmuch.el to Makefile and to org-modules. Date: Mon, 5 Apr 2010 21:42:56 -0300 Message-ID: <1270514576-12432-3-git-send-email-bremner@unb.ca> References: Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NywtQ-0006sr-1x for emacs-orgmode@gnu.org; Mon, 05 Apr 2010 20:43:48 -0400 Received: from [140.186.70.92] (port=39768 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NywtO-0006sE-IQ for emacs-orgmode@gnu.org; Mon, 05 Apr 2010 20:43:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NywtN-0000cM-3s for emacs-orgmode@gnu.org; Mon, 05 Apr 2010 20:43:46 -0400 Received: from pivot.cs.unb.ca ([131.202.240.57]:33862) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NywtM-0000cG-Rz for emacs-orgmode@gnu.org; Mon, 05 Apr 2010 20:43:45 -0400 In-Reply-To: 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 --- Makefile | 1 + lisp/org.el | 3 ++- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 18b37d3..177139f 100644 --- a/Makefile +++ b/Makefile @@ -99,6 +99,7 @@ LISPF = org.el \ org-mhe.el \ org-mobile.el \ org-mouse.el \ + org-notmuch.el \ org-publish.el \ org-plot.el \ org-protocol.el \ diff --git a/lisp/org.el b/lisp/org.el index 48ec349..a27b431 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -170,7 +170,7 @@ With prefix arg HERE, insert it at point." (let ((a (member 'org-infojs org-modules))) (and a (setcar a 'org-jsinfo)))) -(defcustom org-modules '(org-bbdb org-bibtex org-docview org-gnus org-info org-jsinfo org-irc org-mew org-mhe org-rmail org-vm org-w3m org-wl) +(defcustom org-modules '(org-bbdb org-bibtex org-docview org-gnus org-info org-jsinfo org-irc org-mew org-mhe org-rmail org-vm org-w3m org-wl org-notmuch) "Modules that should always be loaded together with org.el. If a description starts with , the file is not part of Emacs and loading it will require that you have downloaded and properly installed @@ -201,6 +201,7 @@ to add the symbol `xyz', and the package must have a call to (const :tag " mac-message: Links to messages in Apple Mail" org-mac-message) (const :tag " mew Links to Mew folders/messages" org-mew) (const :tag " mhe: Links to MHE folders/messages" org-mhe) + (const :tag " notmuch: Links to Notmuch threads/messages" org-notmuch) (const :tag " protocol: Intercept calls from emacsclient" org-protocol) (const :tag " rmail: Links to RMAIL folders/messages" org-rmail) (const :tag " vm: Links to VM folders/messages" org-vm) -- 1.7.0