From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: "Which function for creating the link? Date: Thu, 02 Mar 2017 16:23:35 +0000 Message-ID: <87tw7bwsu0.fsf@mat.ucm.es> References: <97aef9c09931431a8f71427e73567741@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <87tw7bkh1f.fsf@ucl.ac.uk> <8737evx1uw.fsf@mat.ucm.es> <87y3wnsm5i.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjUOW-0002r5-DM for emacs-orgmode@gnu.org; Thu, 02 Mar 2017 12:20:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjUOS-0007cY-6D for emacs-orgmode@gnu.org; Thu, 02 Mar 2017 12:20:00 -0500 Received: from [195.159.176.226] (port=45773 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cjUOR-0007cD-WB for emacs-orgmode@gnu.org; Thu, 02 Mar 2017 12:19:56 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cjTVx-0002hI-W1 for emacs-orgmode@gnu.org; Thu, 02 Mar 2017 17:23:37 +0100 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" To: emacs-orgmode@gnu.org > Uwe Brauer writes: > You are probably either loading explicitly org-mairix (from contrib) > or requiring 'org-mairix (explicitly or implicitly). I think I found the culprit, I started emacs -q and the variable org-store-link-functions did not contain org-mairix-store-gnus-link. However when I loaded gnorb, org-store-link-functions *did* contain org-mairix-store-gnus-link. @Eric what do you say? I briefly scanned the code but cannot find why org-mairix-store-gnus-link is put into the list Uwe