* Hyperlink to Table in Other Org file
@ 2018-08-04 1:49 Robert Love
2018-08-04 2:33 ` John Kitchin
2018-08-10 6:52 ` stardiviner
0 siblings, 2 replies; 3+ messages in thread
From: Robert Love @ 2018-08-04 1:49 UTC (permalink / raw)
To: emacs-orgmode
All my attempts to create an org mode link to a table in another org file fails to find the table. Instead I’m offered to create a new heading, which is not what I want.
In Section 4.3 External Links I see this format:
file:projects.org::some words text search in Org file(31)
so my link looks like
This is how to find error codes [[file:rst.org::tbl:luaerrors][Errors]]
And I have this entry in the org file with the table
#+LABEL: tbl:luaerrors
I’ve also tried the absolute path. All advice appreciated.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Hyperlink to Table in Other Org file
2018-08-04 1:49 Hyperlink to Table in Other Org file Robert Love
@ 2018-08-04 2:33 ` John Kitchin
2018-08-10 6:52 ` stardiviner
1 sibling, 0 replies; 3+ messages in thread
From: John Kitchin @ 2018-08-04 2:33 UTC (permalink / raw)
To: Robert Love; +Cc: org-mode-email
[-- Attachment #1: Type: text/plain, Size: 1089 bytes --]
I don't think this can be done with labels/names out of the box. You can do
it with radio targets, e.g. <<tbl:luaerrors>> in the external file, and
your link where you want it.
John
-----------------------------------
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
On Fri, Aug 3, 2018 at 6:49 PM, Robert Love <rblove_lists@comcast.net>
wrote:
> All my attempts to create an org mode link to a table in another org file
> fails to find the table. Instead I’m offered to create a new heading,
> which is not what I want.
>
> In Section 4.3 External Links I see this format:
>
> file:projects.org::some words text search in Org file(31)
>
> so my link looks like
>
> This is how to find error codes [[file:rst.org::tbl:luaerrors][Errors]]
>
> And I have this entry in the org file with the table
>
> #+LABEL: tbl:luaerrors
>
> I’ve also tried the absolute path. All advice appreciated.
>
[-- Attachment #2: Type: text/html, Size: 1700 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Hyperlink to Table in Other Org file
2018-08-04 1:49 Hyperlink to Table in Other Org file Robert Love
2018-08-04 2:33 ` John Kitchin
@ 2018-08-10 6:52 ` stardiviner
1 sibling, 0 replies; 3+ messages in thread
From: stardiviner @ 2018-08-10 6:52 UTC (permalink / raw)
To: Robert Love; +Cc: emacs-orgmode
You can use #+NAME:. It works for me.
Robert Love <rblove_lists@comcast.net> writes:
> All my attempts to create an org mode link to a table in another org file fails to find the table. Instead I’m offered to create a new heading, which is not what I want.
>
> In Section 4.3 External Links I see this format:
>
> file:projects.org::some words text search in Org file(31)
>
> so my link looks like
>
> This is how to find error codes [[file:rst.org::tbl:luaerrors][Errors]]
>
> And I have this entry in the org file with the table
>
> #+LABEL: tbl:luaerrors
>
> I’ve also tried the absolute path. All advice appreciated.
--
[ stardiviner ] don't need to convince with trends.
Blog: https://stardiviner.github.io/
IRC(freenode): stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-08-10 7:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-04 1:49 Hyperlink to Table in Other Org file Robert Love
2018-08-04 2:33 ` John Kitchin
2018-08-10 6:52 ` stardiviner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.