From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Link abbreviations: include abbreviation table and linkwords with spaces Date: Tue, 13 Mar 2018 00:11:18 +0100 Message-ID: <87r2ooanzd.fsf@nicolasgoaziou.fr> References: <1520886927.1793.99.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evWbE-0002JY-Ih for Emacs-orgmode@gnu.org; Mon, 12 Mar 2018 19:11:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evWbB-0000ve-C8 for Emacs-orgmode@gnu.org; Mon, 12 Mar 2018 19:11:24 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:52357) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1evWbB-0000vA-5M for Emacs-orgmode@gnu.org; Mon, 12 Mar 2018 19:11:21 -0400 In-Reply-To: <1520886927.1793.99.camel@gmail.com> (ST's message of "Mon, 12 Mar 2018 22:35:27 +0200") 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: ST Cc: Emacs-orgmode@gnu.org Hello, ST writes: > after reading "4.6 Link abbreviations" of the manual I have two > questions: > > 1. is it possible to define linkwords with spaces, like this: [[Harry > Potter:Chapter1]], it looks much more nice than > [[Harry_Potter:Chapter1]]? I think so. > 2. is it possible to define a "links catalog" of abbreviations, like > > #+LINK: bugzilla http://10.1.2.9/bugzilla/show_bug.cgi?id= > #+LINK: google http://www.google.com/search?q=%s > > > and then include them in all possible org files with > > #+INCLUDE: "links_catalog.org" SETUPFILE would be more appropriate. Also, you can define abbreviations globally. See `org-link-abbrev-alist'. > Will the links be clickable? Yes. Regards, -- Nicolas Goaziou