From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luke Crook Subject: Links to headings not generated in Tables Date: Wed, 20 Nov 2013 20:04:40 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjE1R-0003J8-1R for emacs-orgmode@gnu.org; Wed, 20 Nov 2013 15:05:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjE1J-0007A6-Ns for emacs-orgmode@gnu.org; Wed, 20 Nov 2013 15:05:12 -0500 Received: from plane.gmane.org ([80.91.229.3]:57491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjE1J-00078O-Hp for emacs-orgmode@gnu.org; Wed, 20 Nov 2013 15:05:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VjE1H-0006ut-7o for emacs-orgmode@gnu.org; Wed, 20 Nov 2013 21:05:03 +0100 Received: from 147.21.8.1 ([147.21.8.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Nov 2013 21:05:03 +0100 Received: from luke by 147.21.8.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Nov 2013 21:05:03 +0100 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 I am unable to get links of the following type to appear in Tables when exporting to HTML or Latex; [[*Heading 1][A Heading]] The links are valid in Emacs, meaning I can navigate to the target using C-c C-o. Links to headings using ID, or links to other tables ( e.g. [[tbl:aTable]]) do seem to work. /Luke