On Sun, Jul 24, 2011 at 11:52, Michael Brand <michael.ch.br...@gmail.com> wrote: > It would be nice to have not only "N" for the Org table formula mode > string like now but also optionally all possible Emacs Calc radix, so > the above would be simply (does not work yet): > | 16#10 | 16 | 16#10 | > #+TBLFM: $2 = $1 :: $3 = $2; N16#
Looking at Nick's solution - this is already available for "8#"/"16#" with the Org table formula mode string "%o"/"%x": | 16#10 | 16 | 16#10 | #+TBLFM: $2 = $1 :: $3 = $2; 16#%x Michael