Re: [PATCH] Add support for tables in Calc src block :var

2024-04-03 Thread Fraga, Eric
On Saturday, 30 Mar 2024 at 18:34, Visuwesh wrote: >> Specifically, I would love to make reference to calc variables, >> especially those defined using embedded calc, in org tables. > > Can you please provide a minimal example for me to play around with? I > realise I would like something like

Re: [PATCH] Add support for tables in Calc src block :var

2024-03-30 Thread Visuwesh
[திங்கள் மார்ச் 18, 2024] Fraga, Eric wrote: Good day, Eric! > Thank you for this. Potentially very useful. > > As you have managed to understand calc internals (to a much greater > degrees than I have ever managed), do you know if there is any way to go > the other way? Specifically, I would

Re: [PATCH] Add support for tables in Calc src block :var

2024-03-18 Thread Fraga, Eric
On Monday, 18 Mar 2024 at 20:59, Visuwesh wrote: > You give me far too credit: I merely placed an edebug trigger for > calc-push-list and used a simple-minded ' [1,2,3;4,5,6] RET to figure > out the vector format (then later I found the commentary). Cute! > If I get the time, I will try to look

Re: [PATCH] Add support for tables in Calc src block :var

2024-03-18 Thread Visuwesh
[திங்கள் மார்ச் 18, 2024] Fraga, Eric wrote: > Thank you for this. Potentially very useful. > > As you have managed to understand calc internals (to a much greater > degrees than I have ever managed), do you know if there is any way to go > the other way? Specifically, I would love to make

Re: [PATCH] Add support for tables in Calc src block :var

2024-03-18 Thread Fraga, Eric
Thank you for this. Potentially very useful. As you have managed to understand calc internals (to a much greater degrees than I have ever managed), do you know if there is any way to go the other way? Specifically, I would love to make reference to calc variables, especially those defined using

Re: [PATCH] Add support for tables in Calc src block :var

2024-03-16 Thread Visuwesh
[சனி மார்ச் 16, 2024] Ihor Radchenko wrote: > Visuwesh writes: > >> Subject: [PATCH] ob-calc.el: Add support for tables in Calc source block :var > > Thanks! > Applied, onto main. > I modified the patch to enable ob-calc tests by default. >

Re: [PATCH] Add support for tables in Calc src block :var

2024-03-16 Thread Ihor Radchenko
Visuwesh writes: > Subject: [PATCH] ob-calc.el: Add support for tables in Calc source block :var Thanks! Applied, onto main. I modified the patch to enable ob-calc tests by default. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=89b0773c3 >> Would you mind using

Re: [PATCH] Add support for tables in Calc src block :var

2024-03-16 Thread Visuwesh
[சனி மார்ச் 16, 2024] Ihor Radchenko wrote: > Visuwesh writes: > >> Attached patch adds support for passing tables as matrices (or vector) >> to a Calc source block through the :var parameter. There might be a >> better way to do it than manually construct the data structure expected >> by Calc

Re: [PATCH] Add support for tables in Calc src block :var

2024-03-16 Thread Ihor Radchenko
Visuwesh writes: > Attached patch adds support for passing tables as matrices (or vector) > to a Calc source block through the :var parameter. There might be a > better way to do it than manually construct the data structure expected > by Calc for a matrix but given that it rarely sees changes

[PATCH] Add support for tables in Calc src block :var

2024-03-15 Thread Visuwesh
Attached patch adds support for passing tables as matrices (or vector) to a Calc source block through the :var parameter. There might be a better way to do it than manually construct the data structure expected by Calc for a matrix but given that it rarely sees changes in this area, it shouldn't