Here is the html export. The anchor is generated, but with no text. <a id="1" name="1"></a></td>
<thead> <tr> <th scope="col" class="left">ID</th> <th scope="col" class="left">Descr</th> <th scope="col" class="left">Descr</th> </tr> </thead> <tbody> <tr> <td class="left"><a id="1" name="1"></a></td> <td class="left">One</td> <td class="left">One</td> </tr> <tr> <td class="left"><a id="2" name="2"></a></td> <td class="left">Two</td> <td class="left">Two</td> </tr> </tbody> </table> On Thu, Dec 19, 2013 at 11:12 AM, Luke Crook <l...@balooga.com> wrote: > Hi Nicolas, > > 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 | > > > > On Thu, Nov 21, 2013 at 1:04 PM, Nick Dokos <ndo...@gmail.com> wrote: > >> Luke Crook <l...@balooga.com> writes: >> >> > Nicolas Goaziou <n.goaziou <at> gmail.com> writes: >> > >> >> >> >> Hello, >> >> >> >> Luke Crook <luke <at> balooga.com> writes: >> >> >> >> > Hi Nicolas, I'm definitely using 8.2.2, as reported by org-version. >> >> >> >> OK. Then could you provide an ECM? I'm unable to reproduce the problem. >> >> >> >> Regards, >> >> >> > >> > >> > Hi Nicolas, >> > >> > The first two work correctly, the third does not generate a link for me. >> > >> > >> > >> > | [[id:6920d682-963f-412b-927b-af7dcfd57c79][Code 13]] | >> > | [[*Code 13]] | >> > | [[*Code 13][Code 13]] | >> > >> > >> > *** Code 13 >> > :PROPERTIES: >> > :ID: 6920d682-963f-412b-927b-af7dcfd57c79 >> > :END: >> >> It does for me - here's the table in the HTML output: >> >> --8<---------------cut here---------------start------------->8--- >> <table border="2" cellspacing="0" cellpadding="6" rules="groups" >> frame="hsides"> >> >> >> <colgroup> >> <col class="left" /> >> </colgroup> >> <tbody> >> <tr> >> <td class="left"><a href="#sec-1">Code 13</a></td> >> </tr> >> >> <tr> >> <td class="left"><a href="#sec-1">1</a></td> >> </tr> >> >> <tr> >> <td class="left"><a href="#sec-1">Code 13</a></td> >> </tr> >> </tbody> >> </table> >> --8<---------------cut here---------------end--------------->8--- >> >> Org-mode version 8.2.3c (release_8.2.3c-256-g5ea022.dirty @ >> /home/nick/elisp/org-mode/lisp/) >> >> Nick >> >> >> >