"Jacob S. Gordon" <[email protected]> writes: > Hey everyone, > > In the manual and a few other places I noticed references to ‘printf’ > formatting despite the Emacs ‘format’ being used. While ‘format’ > draws heavily from ‘printf’ it has some important differences, so I > think it’s clearer to refer to it instead. For example, ‘format’ uses > multi-precision numeric types so you’re not limited to, e.g. 64-bit > integers: > > | 0XFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF | > #+TBLFM: $1=2^128-1;%#X > > #+begin_src shell > printf "%#X\n" 340282366920938463463374607431768211455 > #+end_src > > #+RESULTS: > : 0XFFFFFFFFFFFFFFFF > > I think I’ve corrected all the relevant parts in the attached patch.
Thanks! Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=5dadf07a8 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
