Visuwesh writes:
> Thanks, these should be fixed in the attached patch.
>
> From 8ab27ec0c0732648d9c684decf8eda0e5e0ef1b5 Mon Sep 17 00:00:00 2001
> From: Visuwesh
> Date: Thu, 26 Dec 2024 18:36:24 +0530
> Subject: [PATCH] ob-calc: Format vector and matrix results as Org tables
Applied, onto ma
[செவ்வாய் டிசம்பர் 24, 2024] Ihor Radchenko wrote:
> Visuwesh writes:
>
>> Attached patch formats vector and matrix results from a Calc source
>> block as Org table. To test, try
>> ...
>> now. The patch passes the old tests, and I added three new tests to
>> check the correctness of this conve
Visuwesh writes:
>> The change can be viewed as a bug fix since ob-calc previously did not
>> conform to babel conventions, so I do not object changing the defaults.
>> However, we need to inform the affected users and put the announcement
>> into "breaking changes" section. We should also recomm
[செவ்வாய் டிசம்பர் 24, 2024] Ihor Radchenko wrote:
> Visuwesh writes:
>
>> Attached patch formats vector and matrix results from a Calc source
>> block as Org table. To test, try
>> ...
>> now. The patch passes the old tests, and I added three new tests to
>> check the correctness of this conve
Visuwesh writes:
> Attached patch formats vector and matrix results from a Calc source
> block as Org table. To test, try
> ...
> now. The patch passes the old tests, and I added three new tests to
> check the correctness of this conversion.
Thanks!
etc/ORG-NEWS entry seems to be displaced. I
Attached patch formats vector and matrix results from a Calc source
block as Org table. To test, try
#+NAME: test
| 1 | 2 |
#+BEGIN_SRC calc :var t=test
2 * t
#+END_SRC
It should return
#+RESULTS:
| 2 | 4 |
now. The patch passes the old tests, and I added three