emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: :noexport: tag prevents table functioning as babel code blo


From: Sebastien Vauban
Subject: Re: [O] Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)]
Date: Tue, 23 Aug 2011 13:26:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]