From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luke Crook Subject: Re: Links to headings not generated in Tables Date: Thu, 19 Dec 2013 11:12:17 -0800 Message-ID: References: <87fvqqn7l8.fsf@gmail.com> <877gc2n5gl.fsf@gmail.com> <87siupzcst.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b3a99f8a51e8f04ede7f051 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vtj1F-0001sk-UW for emacs-orgmode@gnu.org; Thu, 19 Dec 2013 14:12:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vtj19-0002LY-PD for emacs-orgmode@gnu.org; Thu, 19 Dec 2013 14:12:25 -0500 Received: from mail-ob0-f180.google.com ([209.85.214.180]:64546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vtj19-0002JU-J7 for emacs-orgmode@gnu.org; Thu, 19 Dec 2013 14:12:19 -0500 Received: by mail-ob0-f180.google.com with SMTP id wo20so1632273obc.39 for ; Thu, 19 Dec 2013 11:12:17 -0800 (PST) In-Reply-To: <87siupzcst.fsf@alphaville.bos.redhat.com> 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: Nick Dokos Cc: emacs-orgmode --047d7b3a99f8a51e8f04ede7f051 Content-Type: text/plain; charset=ISO-8859-1 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 wrote: > Luke Crook writes: > > > Nicolas Goaziou gmail.com> writes: > > > >> > >> Hello, > >> > >> Luke Crook 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--- > frame="hsides"> > > > > > > > > > > > > > > > > > > >
Code 13
1
Code 13
> --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 > > > --047d7b3a99f8a51e8f04ede7f051 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Nicolas,

What about the following co= de. =A0In the following, <<1>> and <<2>> are not ap= pearing in the HTML or the Latex exorts.



* test
=A0 One, [[1]] and two, [[2]].
=A0

* blee

| ID = =A0 =A0| Descr | Descr |
|-------+-------+-------|
| &l= t;<1>> | One =A0 | One =A0 |
| <<2>> | Two =A0 | Two =A0 |



On Thu, N= ov 21, 2013 at 1:04 PM, Nick Dokos <ndokos@gmail.com> wrote:<= br>
Luke= Crook <luke@balooga.com> wri= tes:

> 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 or= g-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 m= e.
>
>
>
> | [[id:6920d682-963f-412b-927b-af7dcfd57c79][Code 13]] =A0|
> | [[*Code 13]] |
> | [[*Code 13][Code 13]] =A0|
>
>
> *** Code 13
> :PROPERTIES:
> :ID: =A0 =A0 =A0 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=3D"2" cellspacing=3D"0" cellpadding=3D= "6" rules=3D"groups" frame=3D"hsides">


<colgroup>
<col =A0class=3D"left" />
</colgroup>
<tbody>
<tr>
<td class=3D"left"><a href=3D"#sec-1">Code = 13</a></td>
</tr>

<tr>
<td class=3D"left"><a href=3D"#sec-1">1<= /a></td>
</tr>

<tr>
<td class=3D"left"><a href=3D"#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



--047d7b3a99f8a51e8f04ede7f051--