From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: [Accepted] [O,Florian,Friesdorf] Re: Org-mode support Date: Mon, 2 May 2011 11:16:18 +0200 (CEST) Message-ID: <20110502091618.175C4437AA7@u016822.science.uva.nl> References: <8739li4r52.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGpEp-0000VT-SH for emacs-orgmode@gnu.org; Mon, 02 May 2011 05:16:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGpEo-00065U-Pk for emacs-orgmode@gnu.org; Mon, 02 May 2011 05:16:19 -0400 Received: from u016822.science.uva.nl ([146.50.39.34]:50693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGpEo-00065K-Ii for emacs-orgmode@gnu.org; Mon, 02 May 2011 05:16:18 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Patch 751 (http://patchwork.newartisans.com/patch/751/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C8739li4r52.fsf%40free.fr%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [O,Florian,Friesdorf] Re: Org-mode support > Date: Sat, 16 Apr 2011 12:00:41 -0000 > From: Matthieu Lemerre > X-Patchwork-Id: 751 > Message-Id: <8739li4r52.fsf@free.fr> > To: emacs-orgmode@gnu.org > Cc: flo@chaoflow.net > > Hi, > > Florian Friesdorf has suggested this patch to org-notmuch so that it is > enough to require org-notmuch in user init, and it seems a good idea. Is > it possible to include his patch? > > Thanks > Matthieu > > > >From 4128169c3d22527342c90b675e847f4227f3b0c1 Mon Sep 17 00:00:00 2001 > From: Florian Friesdorf > Date: Thu, 14 Apr 2011 14:44:54 +0200 > Subject: [PATCH] org-notmuch: require org for org-add-link-type and others > > --- > contrib/lisp/org-notmuch.el | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/contrib/lisp/org-notmuch.el b/contrib/lisp/org-notmuch.el > index 9cde34f..9283385 100644 > --- a/contrib/lisp/org-notmuch.el > +++ b/contrib/lisp/org-notmuch.el > @@ -41,6 +41,8 @@ > > ;;; Code: > > +(require 'org) > + > ;; Install the link type > (org-add-link-type "notmuch" 'org-notmuch-open) > (add-hook 'org-store-link-functions 'org-notmuch-store-link) > -- > 1.7.4.4 > >