From: Nick Dokos <ndokos@gmail.com> To: emacs-orgmode@gnu.org Subject: Re: org-tables with monetary amounts Date: Wed, 23 Sep 2020 17:26:36 -0400 [thread overview] Message-ID: <87o8lwrxpv.fsf@alphaville.usersys.redhat.com> (raw) In-Reply-To: <3444a52f-36a7-6e9d-46b9-272dddc7a3ef@grinta.net> For fixed precision, you can either use an explicit format as Russell Adams points out, or you can modify (globally or per file) the variable org-calc-default-modes. That's a complicated variable and you only need to change one part of it for this: (plist-put org-calc-default-modes 'calc-float-format '(fix 2)) See e.g. https://emacs.stackexchange.com/a/59181/14825 for some discussion. -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler
next prev parent reply other threads:[~2020-09-23 21:27 UTC|newest] Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-09-22 14:57 Daniele Nicolodi 2020-09-22 23:25 ` Nicholas Savage 2020-09-23 9:37 ` Russell Adams 2020-09-23 16:55 ` Eric S Fraga 2020-09-25 11:20 ` Daniele Nicolodi 2020-09-25 11:57 ` Alan Schmitt 2020-09-23 21:26 ` Nick Dokos [this message] 2020-09-24 9:17 ` Christian Moe 2020-09-24 11:47 ` Eric S Fraga 2020-10-09 16:14 ` Daniele Nicolodi 2020-10-12 8:22 ` Christian Moe 2020-10-12 9:43 ` Eric S Fraga 2020-10-13 7:10 ` Derek Feichtinger 2020-10-14 7:38 ` Christian Moe 2020-10-15 20:02 ` Daniele Nicolodi 2020-09-25 9:25 ` Neil Jerram 2020-09-25 11:35 ` Daniele Nicolodi 2020-09-26 18:38 ` Neil Jerram
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=87o8lwrxpv.fsf@alphaville.usersys.redhat.com \ --to=ndokos@gmail.com \ --cc=emacs-orgmode@gnu.org \ --subject='Re: org-tables with monetary amounts' \ /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
Code repositories for project(s) associated with this 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).