From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernd Haug Subject: Always use \hyperref for internal Links in PDF export? Date: Sun, 29 Jun 2014 23:42:26 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Ms4-0008PG-LZ for emacs-orgmode@gnu.org; Sun, 29 Jun 2014 17:42:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1Ms3-0005kF-Mh for emacs-orgmode@gnu.org; Sun, 29 Jun 2014 17:42:48 -0400 Received: from mail-vc0-x22e.google.com ([2607:f8b0:400c:c03::22e]:61496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Ms3-0005kB-Eb for emacs-orgmode@gnu.org; Sun, 29 Jun 2014 17:42:47 -0400 Received: by mail-vc0-f174.google.com with SMTP id hy4so6825124vcb.33 for ; Sun, 29 Jun 2014 14:42:46 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Hello Orgmoders, Given a Document: =E2=80=94 [[Section 1]] Bla, bla [[Section 2]] The blah blah is [[Section1][covered well above]], so let me just say: [[Section 1]]! =E2=80=94 I get: =E2=80=94 =E2=80=A6 The blah blah is \hyperref[Section 1]{covered well above}, so let me just say: \ref{Section 1} =E2=80=A6 =E2=80=94 Is there a any way (without just always writing [[Section 1][Section 1]]) to always get the former behaviour, but just repeating the Title itself if no explicit link text was provided? That is: =E2=80=94 =E2=80=A6 The blah blah is \hyperref[Section 1]{covered well above}, so let me just say: \hyperref[Section 1]{Section 1} =E2=80=A6 =E2=80=94 Cheers, Bernd