Re: [BUG] ob-calc and decimal number in :var [9.7-pre (release_9.6.17-1446-g252971 @ /home/viz/lib/emacs/straight/build/org/)]

2024-05-02 Thread Visuwesh
[வியாழன் மே 02, 2024] Ihor Radchenko wrote: > Ihor Radchenko writes: > >>> #+BEGIN_SRC calc :var thetarot=1.3 >>> 1/thetarot >>> #+END_SRC >>> >>> and witness the following error: >>> >>> Debugger entered--Lisp error: (wrong-type-argument listp 1.3) >>> nth(2 1.3) >> >> Confirmed. >

Re: [BUG] ob-calc and decimal number in :var [9.7-pre (release_9.6.17-1446-g252971 @ /home/viz/lib/emacs/straight/build/org/)]

2024-05-02 Thread Ihor Radchenko
Ihor Radchenko writes: >> #+BEGIN_SRC calc :var thetarot=1.3 >> 1/thetarot >> #+END_SRC >> >> and witness the following error: >> >> Debugger entered--Lisp error: (wrong-type-argument listp 1.3) >> nth(2 1.3) > > Confirmed. Fixed, on main.

Re: [BUG] ob-calc and decimal number in :var [9.7-pre (release_9.6.17-1446-g252971 @ /home/viz/lib/emacs/straight/build/org/)]

2024-03-28 Thread Ihor Radchenko
Visuwesh writes: > In emacs -Q, try evaluating the source block > > #+BEGIN_SRC calc :var thetarot=1.3 > 1/thetarot > #+END_SRC > > and witness the following error: > > Debugger entered--Lisp error: (wrong-type-argument listp 1.3) > nth(2 1.3) Confirmed. -- Ihor Radchenko // yantar92,

[BUG] ob-calc and decimal number in :var [9.7-pre (release_9.6.17-1446-g252971 @ /home/viz/lib/emacs/straight/build/org/)]

2024-03-28 Thread Visuwesh
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.