emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* what's wrong with this sbe?
@ 2012-03-05 12:51 Myles English
  2012-03-05 14:09 ` Sebastien Vauban
  2012-03-05 14:34 ` Eric Schulte
  0 siblings, 2 replies; 7+ messages in thread
From: Myles English @ 2012-03-05 12:51 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-03-05 17:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-05 12:51 what's wrong with this sbe? Myles English
2012-03-05 14:09 ` Sebastien Vauban
2012-03-05 15:29   ` Myles English
2012-03-05 14:34 ` Eric Schulte
2012-03-05 17:09   ` Myles English
2012-03-05 17:17     ` Myles English
2012-03-05 17:46     ` Eric Schulte

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).