emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [Accepted] [O,Florian,Friesdorf] Re: Org-mode support


From: Carsten Dominik
Subject: [O] [Accepted] [O,Florian,Friesdorf] Re: Org-mode support
Date: Mon, 2 May 2011 11:16:18 +0200 (CEST)

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 <address@hidden>
> X-Patchwork-Id: 751
> Message-Id: <address@hidden>
> To: address@hidden
> Cc: address@hidden
> 
> 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 <address@hidden>
> 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
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]