From 8c8c6a0943d85d6f0cc0104487eb2d7fefc5a5d3 Mon Sep 17 00:00:00 2001 From: Matthieu Lemerre Date: Sat, 16 Apr 2011 12:00:41 +0000 Subject: [PATCH] org-notmuch: require org for org-add-link-type and others --- contrib/lisp/org-notmuch.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/lisp/org-notmuch.el b/contrib/lisp/org-notmuch.el index 9cde34fe8..9283385d4 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)