emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-notmuch outdated
@ 2012-08-20 11:32 Friedrich Delgado
  2012-08-20 12:04 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Friedrich Delgado @ 2012-08-20 11:32 UTC (permalink / raw)
  To: Emacs-orgmode mailing list

diff --git a/contrib/lisp/org-notmuch.el b/contrib/lisp/org-notmuch.el
index 25f6ab6..20f98c3 100644
--- a/contrib/lisp/org-notmuch.el
+++ b/contrib/lisp/org-notmuch.el
@@ -58,7 +58,7 @@
       (org-store-link-props :type "notmuch" :from from :to to
                             :subject subject :message-id message-id)
       (setq desc (org-email-link-description))
-      (setq link (org-make-link "notmuch:"  "id:" message-id))
+      (setq link (concat "notmuch:"  "id:" message-id))
       (org-add-link-props :link link :description desc)
       link)))

@@ -82,7 +82,7 @@ Can link to more than one message, if so all matching messages are shown."
 (defun org-notmuch-search-store-link ()
   "Store a link to a notmuch search or message."
   (when (eq major-mode 'notmuch-search-mode)
-    (let ((link (org-make-link "notmuch-search:"
+    (let ((link (concat "notmuch-search:"
                         (org-link-escape notmuch-search-query-string)))
           (desc (concat "Notmuch search: " notmuch-search-query-string)))
       (org-store-link-props :type "notmuch-search"

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: org-notmuch outdated
  2012-08-20 11:32 org-notmuch outdated Friedrich Delgado
@ 2012-08-20 12:04 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2012-08-20 12:04 UTC (permalink / raw)
  To: Emacs-orgmode mailing list

Hi Friedrich,

I fixed this in org-notmuch.el and other affected packages in contrib/.

Thanks for reporting this!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-20 12:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-20 11:32 org-notmuch outdated Friedrich Delgado
2012-08-20 12:04 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).