Re: [O] Links to headings not generated in Tables

2013-12-19 Thread Luke Crook
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=lefta href=#sec-1Code 13/a/td
 /tr

 tr
 td class=lefta href=#sec-11/a/td
 /tr

 tr
 td class=lefta href=#sec-1Code 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





Re: [O] Links to headings not generated in Tables

2013-12-19 Thread Luke Crook
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=leftID/th
th scope=col class=leftDescr/th
th scope=col class=leftDescr/th
/tr
/thead
tbody
tr
td class=lefta id=1 name=1/a/td
td class=leftOne/td
td class=leftOne/td
/tr
 tr
td class=lefta id=2 name=2/a/td
td class=leftTwo/td
td class=leftTwo/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=lefta href=#sec-1Code 13/a/td
 /tr

 tr
 td class=lefta href=#sec-11/a/td
 /tr

 tr
 td class=lefta href=#sec-1Code 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






Re: [O] Links to headings not generated in Tables

2013-12-19 Thread Nicolas Goaziou
Hello,

Luke Crook l...@balooga.com 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



Re: [O] Links to headings not generated in Tables

2013-12-19 Thread Luke Crook
Ok.  I feel quite quite silly now.

Thanks
/Luke





On Thu, Dec 19, 2013 at 12:48 PM, Nicolas Goaziou n.goaz...@gmail.comwrote:

 Hello,

 Luke Crook l...@balooga.com 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



Re: [O] Links to headings not generated in Tables

2013-11-21 Thread Nick Dokos
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=lefta href=#sec-1Code 13/a/td
/tr

tr
td class=lefta href=#sec-11/a/td
/tr

tr
td class=lefta href=#sec-1Code 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




Re: [O] Links to headings not generated in Tables

2013-11-21 Thread Luke Crook
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:





[O] Links to headings not generated in Tables

2013-11-20 Thread Luke Crook
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




Re: [O] Links to headings not generated in Tables

2013-11-20 Thread Nicolas Goaziou
Hello,

Luke Crook l...@balooga.com writes:

 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.

You are probably using an old Org revision (e.g. the one shipped with
Emacs 24.3).

Anyway, the problem doesn't seem to be in Org  8.0.


Regards,

-- 
Nicolas Goaziou



Re: [O] Links to headings not generated in Tables

2013-11-20 Thread Luke Crook
Nicolas Goaziou n.goaziou at gmail.com writes:

 
 You are probably using an old Org revision (e.g. the one shipped with
 Emacs 24.3).
 

Hi Nicolas, I'm definitely using 8.2.2, as reported by org-version.








Re: [O] Links to headings not generated in Tables

2013-11-20 Thread Nicolas Goaziou
Hello,

Luke Crook l...@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,

-- 
Nicolas Goaziou