From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 10D7C6DE01D0 for ; Thu, 15 Sep 2016 08:41:39 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.007 X-Spam-Level: X-Spam-Status: No, score=-0.007 tagged_above=-999 required=5 tests=[AWL=0.004, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lXWwxW5Sj3eZ for ; Thu, 15 Sep 2016 08:41:35 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id CE8996DE0134 for ; Thu, 15 Sep 2016 08:41:35 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1bkYmw-0008Gj-UR; Thu, 15 Sep 2016 11:41:22 -0400 Received: (nullmailer pid 18639 invoked by uid 1000); Thu, 15 Sep 2016 15:41:28 -0000 From: David Bremner To: Tomas Nordin , notmuch@notmuchmail.org Subject: Re: org links to messages In-Reply-To: <87eg4m6u57.fsf@flaptop.tomnor.org> References: <8737l2gsiz.fsf@flaptop.tomnor.org> <8737l2nsf6.fsf@maritornes.cs.unb.ca> <87eg4m6u57.fsf@flaptop.tomnor.org> Date: Thu, 15 Sep 2016 12:41:28 -0300 Message-ID: <87h99h6uhj.fsf@tesseract.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 15:41:39 -0000 Tomas Nordin writes: > David Bremner writes: > >> You might need to install the org-mode package, rather than using the >> version of org-mode shipped with emacs. > > I danced the following tango: > > I installed a more up to date version of org through the emacs package > manager. Might not have been necessary. Then > > (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t) > > Then I installed the org-plus-contrib package. Now I can make links, > thanks. I'm glad you got it working. For others reading this that prefer to use debian packages, % apt-get install org-mode should suffice. d