emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Table formula to convert hex to dec


From: Michael Brand
Subject: Re: [O] Table formula to convert hex to dec
Date: Sun, 24 Jul 2011 18:39:22 +0200

On Sun, Jul 24, 2011 at 11:52, Michael Brand <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]