From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: what's wrong with this sbe? Date: Mon, 05 Mar 2012 12:51:00 +0000 Message-ID: <8762ejdxe3.fsf@ed.ac.uk> Reply-To: Myles English , emacs-orgmode Mode Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4XJy-00020t-TF for emacs-orgmode@gnu.org; Mon, 05 Mar 2012 07:47:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4XJb-0000dG-W0 for emacs-orgmode@gnu.org; Mon, 05 Mar 2012 07:47:22 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:32912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4XJb-0000cO-NQ for emacs-orgmode@gnu.org; Mon, 05 Mar 2012 07:46:59 -0500 Received: by werj55 with SMTP id j55so3008144wer.0 for ; Mon, 05 Mar 2012 04:46:57 -0800 (PST) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Mode Hi, Please could tell me where I am going wrong with this? I just can't get the source block to put a result in the table. #+name: workingDays #+BEGIN_SRC emacs-lisp :var hms="0" (require 'org-timer) (/ (org-timer-hms-to-secs hms) (* 60 60 8)) #+END_SRC #+call: workingDays(hms="236:30:00") #+RESULTS: workingDays(hms="236:30:00") : 29 | Days | H:M:S | |--------+-----------| | #ERROR | 236:30:00 | #+TBLFM: @2$1='(sbe "workingDays" (hms @2$2)) Thanks, Myles