From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: problem when linking to headlines? Date: Wed, 26 Feb 2020 11:40:03 +0100 Message-ID: <87v9nt3a4c.fsf@polytechnique.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59690) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6u6w-0003NZ-13 for emacs-orgmode@gnu.org; Wed, 26 Feb 2020 05:40:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j6u6u-0002eJ-Hw for emacs-orgmode@gnu.org; Wed, 26 Feb 2020 05:40:13 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:52034) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j6u6u-0002NA-7F for emacs-orgmode@gnu.org; Wed, 26 Feb 2020 05:40:12 -0500 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode Hello, I have these two files: link1.org: * Test link2.org: [[file:link1.org::*Test][Test]] When I click on the first link, I get this in a dired buffer (there is no error). /home/schmitta/tmp: wildcard link1.org::*Test zsh:1: no matches found: link1.org::*Test I'm using Org Mode 9.4, and this issue started occurring recently after I upgraded org. Is this a consequence of the recent change on file links? How can I debug which link handler is used? Thanks, Alan