From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Internal Links with Spaces Date: Wed, 11 Mar 2015 15:52:27 +0100 Message-ID: <87zj7jy4b8.fsf@nicolasgoaziou.fr> References: <874mprzkil.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVhyi-0006uy-Jw for emacs-orgmode@gnu.org; Wed, 11 Mar 2015 10:51:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVhye-0000p0-9G for emacs-orgmode@gnu.org; Wed, 11 Mar 2015 10:51:20 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:48310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVhye-0000mg-3O for emacs-orgmode@gnu.org; Wed, 11 Mar 2015 10:51:16 -0400 In-Reply-To: (Jacob Gerlach's message of "Wed, 11 Mar 2015 10:36:43 -0400") 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: Jacob Gerlach Cc: Org-mode Jacob Gerlach writes: > At least in the case of org-id, I can imagine that the description > might only be used to control appearance in the org buffer, not to > express desired export behavior. > A link that uses org-id really begs for a description for readability, > but then you can't get \ref{label} on export. Perhaps this is a corner > case that doesn't justify another customization. You may use custom-id links for better readability. Another option is to use a filter on links (e.g., turn "hyperref" into "ref" for all links whose _description_ start with "id:"). In any case, it doesn't justify another customization, which would break consistency for id links. Regards,