From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Links to headings not generated in Tables Date: Thu, 19 Dec 2013 21:48:00 +0100 Message-ID: <877gb0lg8v.fsf@gmail.com> References: <87fvqqn7l8.fsf@gmail.com> <877gc2n5gl.fsf@gmail.com> <87siupzcst.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtkVX-0006U7-0S for emacs-orgmode@gnu.org; Thu, 19 Dec 2013 15:47:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtkVR-0006v4-60 for emacs-orgmode@gnu.org; Thu, 19 Dec 2013 15:47:46 -0500 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:41556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtkVQ-0006uy-Ut for emacs-orgmode@gnu.org; Thu, 19 Dec 2013 15:47:41 -0500 Received: by mail-wg0-f48.google.com with SMTP id z12so1630706wgg.27 for ; Thu, 19 Dec 2013 12:47:40 -0800 (PST) In-Reply-To: (Luke Crook's message of "Thu, 19 Dec 2013 11:12:17 -0800") 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: Luke Crook Cc: Nick Dokos , emacs-orgmode Hello, Luke Crook writes: > What about the following code. In the following, <<1>> and <<2>> are not > appearing in the HTML or the Latex exorts. > > > > * test > One, [[1]] and two, [[2]]. > > > * blee > > | ID | Descr | Descr | > |-------+-------+-------| > | <<1>> | One | One | > | <<2>> | Two | Two | This is the expected behaviour. Targets are always invisible. See section 4.2 in manual. Regards, -- Nicolas Goaziou