From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: coderef link should support external file path link. Date: Wed, 22 Aug 2018 14:45:59 +0200 Message-ID: <87mute603c.fsf@nicolasgoaziou.fr> References: <87tvnmzyis.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fsSkG-0001Xj-Re for emacs-orgmode@gnu.org; Wed, 22 Aug 2018 09:00:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fsSWR-0007c8-2j for emacs-orgmode@gnu.org; Wed, 22 Aug 2018 08:46:06 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:49583) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fsSWQ-0007XQ-S4 for emacs-orgmode@gnu.org; Wed, 22 Aug 2018 08:46:03 -0400 In-Reply-To: <87tvnmzyis.fsf@gmail.com> (stardiviner's message of "Wed, 22 Aug 2018 14:49:31 +0800") 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: stardiviner Cc: org-mode Hello, stardiviner writes: > When I use ~org-store-link~ in an opened src block to create a coderef > link, then I ~org-insert-link-global~ in another Org file, but it only > has "~(use formdata to send url with params)~" in link source (without > file path). It should contains the source file path like following. (I > have to manually fix this long path to make it work correctly). > > #+begin_src org > [[file:~/Org/Wiki/Web%20Scraping.org::(use%20formdata%20to%20send%20url%20with%20params)][use formdata to send url with params]] > #+end_src You suggested the very same idea some time ago. I answered I was open to patches in this direction. Do you feel like implementing it? Regards, -- Nicolas Goaziou