From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: bug#23890: 25.0.94; Org-mode Table does not copy time interval correctly Date: Tue, 05 Jul 2016 23:58:31 +0200 Message-ID: <87shvnhhmg.fsf@saiph.selenimh> References: <83inwlpifj.fsf@gnu.org> <8360slpdny.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKYN0-0002eJ-82 for emacs-orgmode@gnu.org; Tue, 05 Jul 2016 17:59:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKYMx-0004of-4N for emacs-orgmode@gnu.org; Tue, 05 Jul 2016 17:59:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKYMx-0004oR-0x for emacs-orgmode@gnu.org; Tue, 05 Jul 2016 17:59:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bKYMw-0000zL-1o for emacs-orgmode@gnu.org; Tue, 05 Jul 2016 17:59:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8360slpdny.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 04 Jul 2016 19:32:17 +0300") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: 23890@debbugs.gnu.org Cc: rvernica@gmail.com Hello, Eli Zaretskii writes: >> From: Glenn Morris >> Cc: Rares Vernica , 23890@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