From: Charles Millar <millarc@verizon.net>
To: Ihor Radchenko <yantar92@posteo.net>, Max Nikulin <manikulin@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: Final zero after decimal point is stripped when inline code evaluated
Date: Mon, 6 May 2024 16:05:32 -0400 [thread overview]
Message-ID: <3eb4f551-ea60-4e56-b666-4430747c816f@verizon.net> (raw)
In-Reply-To: <87v83q3n9r.fsf@localhost>
On 5/6/24 12:42 PM, Ihor Radchenko wrote:
> Max Nikulin <manikulin@gmail.com> writes:
>
>> On 06/05/2024 19:44, Ihor Radchenko wrote:
>>> Charles Millar writes:
>>>> #+NAME: TABLE2
>>>> |22578.60|
>>>>
>>>> src_latex[:var printthis=TABLE2[-1,-1] :eval yes :results replace
>>>> :exports results]{\num{printthis}} {{{results(@@latex:\num{22578.6}@@)}}}
>>>
>>> This is expected. When you assign :var, Org mode reads the table data,
>>> converting it to number.
>>
>> After discussion of ob-shell related issues I am in doubts if org-babel
>> should eagerly convert strings to numbers. Perhaps numbers should be
>> recognized for specific backends only (or vice versa conversion should
>> be suppressed for specific backends).
>
> Maybe. But changing the current behavior is not trivial - a lot of code
> relies upon it implicitly. If anyone wants to work on more
> fine-grained control over Org markup -> Elisp conversion, feel free.
>
Thanks for the feedback. For the moment I will create separate tables
that have the the desired data in quotes.
I appreciate that mathematically a trailing zero or zeros may be
non-significant; however, in my use case, i.e. correct format in a text,
they are necessary. Another example, in addition to my Dollars and cents
scenario, may be a table that that has been created by using append, and
the table appears as follows because trailing zeros were disregarded.
This 1.222
that 3.444
it 5.6
last 7.691
Question arises - is the correct number reported on line "it" 5.600 or
has some editing omitted the last two decimal places?
As an aside, I am not a coder; however I was playing around in the
scratch butter, and it appears to me that this issue may run deeper that
Org Mode, for instance:
(number-to-string 5.000)
evaluates to "5.0"
Furthermore, and more closely related to the topic,
(setq toconvert 5.000)
(number-to-string toconvert)
evaluates to "5".
Just my 0.020 cents
Charlie Millar
next prev parent reply other threads:[~2024-05-06 20:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <144951b9-d715-4fd6-a3f5-2462ff98acb0.ref@verizon.net>
2024-05-05 18:30 ` Bug: Final zero after decimal point is stripped when inline code evaluated Charles Millar
2024-05-05 18:41 ` Charles Millar
2024-05-06 12:44 ` Ihor Radchenko
2024-05-06 16:36 ` Max Nikulin
2024-05-06 16:42 ` Ihor Radchenko
2024-05-06 20:05 ` Charles Millar [this message]
2024-05-07 11:49 ` Max Nikulin
[not found] ` <aad9bb0b-4b64-4934-952d-a6cdc9f3b32f@verizon.net>
2024-05-07 14:31 ` Fwd: " Charles Millar
2024-05-07 16:40 ` Max Nikulin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3eb4f551-ea60-4e56-b666-4430747c816f@verizon.net \
--to=millarc@verizon.net \
--cc=emacs-orgmode@gnu.org \
--cc=manikulin@gmail.com \
--cc=yantar92@posteo.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).