emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Internal Links <<>> In a table
@ 2014-04-29 22:42 Luke Crook
  2014-04-29 23:20 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Luke Crook @ 2014-04-29 22:42 UTC (permalink / raw)
  To: emacs-orgmode


I just noticed that <<>> links in tables <<Ref1>>, <<Ref2>> below do not 
increment, whereas <<>> links in lists do.  Example below.


* Reference Documents
| Reference     | Document Description |
|---------------+----------------------|
| <<Ref1>>Ref-1 | Ref 1                |
| <<Ref2>>Ref-2 | Ref 2                |
| <<Ref3>>Ref-3 | Ref 3                |
| <<Ref4>>Ref-4 | Ref 4                |
| <<Ref5>>Ref-5 | Ref 5                |

Ref-[[Ref1]], Ref-[[Ref2]], Ref-[[Ref3]]

* List 1
  - <<item1>> Item 1
  - <<item2>> Item 2
  - <<item3>> Item 3
  - <<item4>> Item 4
  - <<item5>> Item 5


Item-[[item1]], Item-[[item2]].


* List 2
  - <<item6>> Item 1
  - <<item7>> Item 2
  - <<item8>> Item 3
  - <<item9>> Item 4
  - <<item10>> Item 5

Item-[[item6]], Item-[[item7]]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Internal Links <<>> In a table
  2014-04-29 22:42 Internal Links <<>> In a table Luke Crook
@ 2014-04-29 23:20 ` Nicolas Goaziou
  2014-04-29 23:31   ` Luke Crook
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2014-04-29 23:20 UTC (permalink / raw)
  To: Luke Crook; +Cc: emacs-orgmode

Hello,

Luke Crook <luke@balooga.com> writes:

> I just noticed that <<>> links in tables <<Ref1>>, <<Ref2>> below do not 
> increment, whereas <<>> links in lists do.  Example below.
>
>
> * Reference Documents
> | Reference     | Document Description |
> |---------------+----------------------|
> | <<Ref1>>Ref-1 | Ref 1                |
> | <<Ref2>>Ref-2 | Ref 2                |
> | <<Ref3>>Ref-3 | Ref 3                |
> | <<Ref4>>Ref-4 | Ref 4                |
> | <<Ref5>>Ref-5 | Ref 5                |

This is expected. Targets in tables return table number, but only among
captioned tables. Otherwise, the returned value is undefined.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Internal Links <<>> In a table
  2014-04-29 23:20 ` Nicolas Goaziou
@ 2014-04-29 23:31   ` Luke Crook
  0 siblings, 0 replies; 3+ messages in thread
From: Luke Crook @ 2014-04-29 23:31 UTC (permalink / raw)
  To: emacs-orgmode

Nicolas Goaziou <n.goaziou <at> gmail.com> writes:


> This is expected. Targets in tables return table number, but only among
> captioned tables. Otherwise, the returned value is undefined.

Got it.  Thanks for the info.

/Luke

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-29 23:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-29 22:42 Internal Links <<>> In a table Luke Crook
2014-04-29 23:20 ` Nicolas Goaziou
2014-04-29 23:31   ` Luke Crook

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).