Re: captioned named table in org-babel R is dangling link in latex export

2021-04-07 Thread William Denton
It works if you put a #+label on the table ... which confuses me, because I looked through the manual for #+label and there's no mention of it at all, but a bunch of my Org files use it (for LaTeX export). # - #+name: t1 #+begin_src R :exports both library(tidyverse) x <- tribble(~a, ~b,

captioned named table in org-babel R is dangling link in latex export

2021-04-06 Thread James Powell
I have a goal: make a table in R using org-babel and have it appear in the latex export.  I also want to be able to refer to the table by name in the org file and have that become a hypertext link in the latex export. Using Org mode version 9.4.4 I build this document: <> #+NAME: t1 #+begin_src