From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: link recognition in orgmode Date: Mon, 04 Sep 2017 15:39:56 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dp02K-0006jQ-Km for emacs-orgmode@gnu.org; Mon, 04 Sep 2017 18:40:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dp02F-0007mA-P8 for emacs-orgmode@gnu.org; Mon, 04 Sep 2017 18:40:08 -0400 Received: from mail-pg0-x22d.google.com ([2607:f8b0:400e:c05::22d]:36620) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dp02F-0007lc-Jh for emacs-orgmode@gnu.org; Mon, 04 Sep 2017 18:40:03 -0400 Received: by mail-pg0-x22d.google.com with SMTP id m9so4324424pgd.3 for ; Mon, 04 Sep 2017 15:40:02 -0700 (PDT) Received: from Johns-MacBook-Air.local ([73.93.155.106]) by smtp.gmail.com with ESMTPSA id b9sm9666834pfm.188.2017.09.04.15.39.57 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 04 Sep 2017 15:39:58 -0700 (PDT) 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" With this definition of a link in org-9: #+BEGIN_SRC emacs-lisp (org-link-set-parameters "test" :follow (lambda (path) (message "check"))) #+END_SRC #+RESULTS: Should both of these be "linkfied"? I would have expected the first one to be, but not the second one. It seems like the "test:rtree" parts of both of these are linkified. test:rtree :test:rtree Thanks, -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu