Re: [O] [bug] cannot extract just one column of table for use in gnuplot src block

2014-03-25 Thread Achim Gratz
Bastien writes: Achim, feel free to apply the patch when you have time for this, Done on maint. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ SD adaptations for KORG EX-800 and Poly-800MkII V0.9: http://Synth.Stromeko.net/Downloads.html#KorgSDada

Re: [O] [bug] cannot extract just one column of table for use in gnuplot src block

2014-03-25 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien writes: Achim, feel free to apply the patch when you have time for this, Done on maint. Thanks! -- Bastien

Re: [O] [bug] cannot extract just one column of table for use in gnuplot src block

2014-03-24 Thread Eric S Fraga
Achim Gratz strom...@nexgo.de writes: Eric S Fraga writes: The trace shows that the column has been extracted exactly as I wish. No, the column has been extracted as a vector, not a table. Yes, true; what I meant was that the data extracted were the data I expected to be extracted. The

Re: [O] [bug] cannot extract just one column of table for use in gnuplot src block

2014-03-24 Thread Bastien
Hi Achim and Eric, Eric S Fraga e.fr...@ucl.ac.uk writes: This patch seems to work. Thanks! Achim, feel free to apply the patch when you have time for this, -- Bastien

[O] [bug] cannot extract just one column of table for use in gnuplot src block

2014-03-23 Thread Eric S Fraga
Hello, with this simple example, #+TITLE: examplebug.org #+AUTHOR:Eric S Fraga * table references #+tblname: mytable | | A | B | C | D | E | F | G | H | I | Total | |---+---+---+---+---+---+---+---+---+---+---| | 1 | 1 | 1 | | | 0 | | | 1 | | 3 | | 2 | 1 | | |

Re: [O] [bug] cannot extract just one column of table for use in gnuplot src block

2014-03-23 Thread Achim Gratz
Eric S Fraga writes: The trace shows that the column has been extracted exactly as I wish. No, the column has been extracted as a vector, not a table. However, it would appear that the function may expect a sequence and not just a single element? A table line is a list or a symbol, at the