Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequential multiplication not working? #37

Open
alecStewart1 opened this issue Aug 3, 2023 · 1 comment
Open

Sequential multiplication not working? #37

alecStewart1 opened this issue Aug 3, 2023 · 1 comment

Comments

@alecStewart1
Copy link

Hello! Firstly, thanks for literate-calc-mode! It's a great package!

Anyway, I've been having an issue with the following:

Gas Range = [ 30.00 .. 45.00 ) => Gas Range: [30. .. 45.)
Gas Spending Per Month = Gas Range * 2 => Gas Spending Per Month: [60. .. 90.)
Gas Spending Yearly = Gas Spending Per Month * 12 => Gas Spending Yearly: 12 Gas Spending Per Month

Not sure why the following is happening on the third line. Some info:

Where I'm using this: Org-mode

literate-calc-mode verions: 20230612.2332

Emacs version: 30.0.50

@sulami
Copy link
Owner

sulami commented Aug 5, 2023

I believe this to be the same issue as #36, which I've just fixed. Your example renders as this to me, which I believe is what you want:

Gas Range = [ 30.00 .. 45.00 ) => Gas Range: [30. .. 45.)
Gas Spending Per Month = Gas Range * 2 => Gas Spending Per Month: [60. .. 90.)
Gas Spending Yearly = Gas Spending Per Month * 12 => Gas Spending Yearly: [720. .. 1,080.)

Would you mind updating and confirming if this fixes your issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants