From mboxrd@z Thu Jan 1 00:00:00 1970 From: visayafan Subject: Re: Internal link with custom caption Date: Sat, 18 May 2013 02:01:06 +0800 Message-ID: <87a9nt4hb1.fsf@gmail.com> References: <87ehd5ohr1.fsf@bat.fr.eu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdOy7-0004vR-Jm for emacs-orgmode@gnu.org; Fri, 17 May 2013 14:01:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdOy2-0004Hd-D4 for emacs-orgmode@gnu.org; Fri, 17 May 2013 14:01:27 -0400 Received: from plane.gmane.org ([80.91.229.3]:57307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdOy2-0004HD-4j for emacs-orgmode@gnu.org; Fri, 17 May 2013 14:01:22 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UdOy0-0001o9-Ld for emacs-orgmode@gnu.org; Fri, 17 May 2013 20:01:20 +0200 Received: from 222.90.214.167 ([222.90.214.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 May 2013 20:01:20 +0200 Received: from visayafan by 222.90.214.167 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 May 2013 20:01:20 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Baptiste writes: Hello, Baptiste > I would like to be able to manage internal link that is exported with a > custom reference text. I mean define somewhere an anchor *plus the > reference caption* and then use link mechanism to create a reference > to this point with its given caption. > > I do not find a way to do so. > I don't think there is such a function but you can do it in this way: #+BEGIN_EXAMPLE * Books Presentation of the <> /Important Book/. & some text & * What you have to read & you should have a look at /[[ref_book_1][Important Book]]/ & & some text & * Where to find books & /[[ref_book_1][Important Book]]/ is a free book from & #+END_EXAMPLE Hope it helps.