Hi András & al., András Major wrote: > here is an example that delivers an error "reference 'table1' not > found in this buffer" when trying to export to HTML (others not tried > yet): > > #+tblname: table1 :noexport: > | n | x | y1 | y2 | > |---+---+-----+------| > | 0 | 1 | 2.0 | 3.0 | > | 1 | 2 | 2.1 | 2.0 | > | 2 | 3 | 2.0 | 0.3 | > | 3 | 4 | 1.0 | 0.6 | > | 4 | 5 | 1.4 | -0.1 | > | 5 | 6 | 1.6 | 1.2 | > > #+begin_src gnuplot :file bug_gnuplot.png :var t=table1 > set size square > plot t u 2:3 w lp, t u 2:4 w lp > #+end_src > > If I remove the :noexport: tag, everything works fine. > > Am I doing something wrong here? I don't think that :noexport: should > affect the use of the table for other purposes.
I will let answer the ones who decide on such things. Though, I am amazed you put a tag on the table itself. I'd have expected the noexport tag to be on a section containing the table. So, my extra question (to the same persons) is: is this an allowed use of a tag? Or just an undocumented feature which temporarily works? -- euh, or not even works, in fact... Best regards, Seb -- Sebastien Vauban