From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: * [[shell:cat ~/tmp | grep "asdf :: "]] does not work. Date: Sun, 28 Feb 2016 00:03:13 +0100 Message-ID: <87h9gtdadq.fsf@nicolasgoaziou.fr> References: <145604945296.31794.17323403181543491797.reportbug@garlic.spices> <20160222085952.GA32746@garlic> <878u2a57r2.fsf@nicolasgoaziou.fr> <20160227101627.GD25757@garlic> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZnrO-0003Da-Fx for emacs-orgmode@gnu.org; Sat, 27 Feb 2016 18:01:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZnrM-00010t-NV for emacs-orgmode@gnu.org; Sat, 27 Feb 2016 18:01:13 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:52900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZnrM-00010N-HW for emacs-orgmode@gnu.org; Sat, 27 Feb 2016 18:01:12 -0500 In-Reply-To: <20160227101627.GD25757@garlic> (Josef Atmin's message of "Sat, 27 Feb 2016 11:16:27 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Josef Atmin Cc: emacs-orgmode@gnu.org Hello, Josef Atmin writes: > Well, one could also say [[shell:cat ~/tmp | grep "asdf :: "]] is link > syntax, no matter how you look at it. It is a question of precedence. Of course. I'm just telling you how Org sees it. > I think it is more obvious to interpret > > * [[ ... :: ... ]] .... > > as a link syntax rather than a descrition list entry. It's less interesting because it implies backtracking. Anyway, as said previously, just put your link on the line below, and the problem is solved. > But even if the * .... :: syntax takes precedence, then the folowing > should work, I think, but it does not. > > * test :: [[shell:cat ~/tmp | grep "asdf :: "]] > > If I klick on the link, I still get the errror message "No link > found". This is because tag matches to the last "::" in the line. Without that, you cannot have "::" in a tag. Regards, -- Nicolas Goaziou