summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Lemerre <racin@free.fr>2011-04-16 12:00:41 +0000
committerCarsten Dominik <carsten.dominik@gmail.com>2011-05-02 11:16:05 +0200
commit8c8c6a0943d85d6f0cc0104487eb2d7fefc5a5d3 (patch)
tree50209cb72c34b074672b166de47420ba0c98b9fd
parent04c13ee6b503ec1e9a1eadbbc9417964347b734b (diff)
downloadorg-mode-8c8c6a0943d85d6f0cc0104487eb2d7fefc5a5d3.tar.gz
org-notmuch: require org for org-add-link-type and others
-rw-r--r--contrib/lisp/org-notmuch.el2
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)