From mboxrd@z Thu Jan 1 00:00:00 1970 From: ST Subject: Feature proposal: Triple square brackets to create a link to a file AND include the file Date: Thu, 27 Sep 2018 14:35:27 +0300 Message-ID: <1538048127.1873.26.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g5Ua0-0001GP-P1 for Emacs-orgmode@gnu.org; Thu, 27 Sep 2018 07:35:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g5UZv-0004tF-Pt for Emacs-orgmode@gnu.org; Thu, 27 Sep 2018 07:35:36 -0400 Received: from mail-ed1-x52b.google.com ([2a00:1450:4864:20::52b]:43536) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g5UZv-0004si-Hg for Emacs-orgmode@gnu.org; Thu, 27 Sep 2018 07:35:31 -0400 Received: by mail-ed1-x52b.google.com with SMTP id u23so4705260edx.10 for ; Thu, 27 Sep 2018 04:35:31 -0700 (PDT) Received: from debox ([37.26.146.230]) by smtp.gmail.com with ESMTPSA id w10-v6sm1006891edr.74.2018.09.27.04.35.28 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Sep 2018 04:35:29 -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 Hello, it would be nice to be able to make URIs to INCLUDEd files clickable. In order to make them also lightweight, readable and corresponding to current link syntax, I would suggest the following: [[[dir/file]]] [[[dir/file]] :lines "5-10"] [[[dir/file][My file]] :lines "5-10"] as clickable, including links. What do you think? Or maybe there is already something like this, if yes - how can I achieve the same? Thank you!