From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vaidheeswaran C <vaidheeswaran.chinnaraju@gmail.com> Subject: Re: ox-texinfo: Link to dedicated to target doesn't work Date: Sat, 30 May 2015 07:53:05 +0530 Message-ID: <55691F09.4020305@gmail.com> References: <mk9ji3$6mu$1@ger.gmane.org> <87eglzqsvw.fsf@selenimh.access.network> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([2001:4830:134:3::10]:44921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <vaidheeswaran.chinnaraju@gmail.com>) id 1YyWRc-0005If-7u for emacs-orgmode@gnu.org; Fri, 29 May 2015 22:24:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <vaidheeswaran.chinnaraju@gmail.com>) id 1YyWRX-0004QZ-8M for emacs-orgmode@gnu.org; Fri, 29 May 2015 22:24:16 -0400 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]:33403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <vaidheeswaran.chinnaraju@gmail.com>) id 1YyWRX-0004QU-0z for emacs-orgmode@gnu.org; Fri, 29 May 2015 22:24:11 -0400 Received: by padj3 with SMTP id j3so4941992pad.0 for <emacs-orgmode@gnu.org>; Fri, 29 May 2015 19:24:10 -0700 (PDT) Received: from [192.168.43.83] ([106.216.232.196]) by mx.google.com with ESMTPSA id ql9sm6912464pbc.65.2015.05.29.19.24.07 for <emacs-orgmode@gnu.org> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 May 2015 19:24:09 -0700 (PDT) In-Reply-To: <87eglzqsvw.fsf@selenimh.access.network> List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=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 On Friday 29 May 2015 09:26 PM, Nicolas Goaziou wrote: > Hello, > > Vaidheeswaran C <vaidheeswaran.chinnaraju@gmail.com> writes: > >> ox-texinfo: Link to dedicated to target doesn't work > > The behaviour is correct here. > > You are inserting a link to a target without a description. As in any > export back-end, Org tries to associate it to a number, in this case, > headline's number. A canonical DESCRIPTION is NOT available. (YET) The ANCHOR should still get through to the `texi' file, right? This is the output I see in other backends (that support anchors). HTML: <p> Jump to <a href="#orgtarget1">No description for this link</a>. </p> LaTeX: Jump to \ref{orgtarget1}.