Hello, Eli Zaretskii <e...@gnu.org> writes:
>> From: Glenn Morris <r...@gnu.org> >> Cc: Rares Vernica <rvern...@gmail.com>, 23...@debbugs.gnu.org >> Date: Mon, 04 Jul 2016 12:30:48 -0400 >> >> (Isn't it weird to have a component of Emacs for which we effectively >> don't accept bug reports?) > > It is. But as long as the Org maintainers are rare guests here, I see > no other way. It isn't a bug actually. Spreadsheet formulas are sent to Calc (unless it starts with "'(" in which case it is treated as Elisp). Doing symbolic computations, Calc parses "1d" as one time the symbolic variable "d". So "1d" is the same as "d". Basically, the OP could use instead: #+TBLFM: $3='(identity $2) I guess we could add a "raw" mode string, e.g., ;R, but that's out of the scope of this bug report. Regards, -- Nicolas Goaziou