Re: [O] what's wrong with this sbe?

2012-03-05 Thread Eric Schulte
Myles English writes: >>> On Mon, 05 Mar 2012 07:34:49 -0700, Eric Schulte said: > > > Myles English writes: > >> 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. > [etc] > > > Hi Miles, > >

Re: [O] what's wrong with this sbe?

2012-03-05 Thread Myles English
>> On Mon, 05 Mar 2012 07:34:49 -0700, Eric Schulte said: > Myles English writes: >> 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. [etc] > Hi Miles, > To force the value of "236:30:00" to be

Re: [O] what's wrong with this sbe?

2012-03-05 Thread Myles English
>> On Mon, 05 Mar 2012 17:09:48 +, Myles English said: >> On Mon, 05 Mar 2012 07:34:49 -0700, Eric Schulte said: >> Myles English writes: >>> 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. >

Re: [O] what's wrong with this sbe?

2012-03-05 Thread Eric Schulte
Myles English writes: > 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

Re: [O] what's wrong with this sbe?

2012-03-05 Thread Myles English
Thanks Seb, * TODO Fix the word wrapping in my emails :gnus: >> On Mon, 05 Mar 2012 15:09:49 +0100, Sebastien Vauban said: > Hi Myles, Myles English wrote: >> Please could tell me where I am going wrong with this? I just >> can't get the source block to put a result in t

Re: [O] what's wrong with this sbe?

2012-03-05 Thread Sebastien Vauban
Hi Myles, Myles English wrote: > 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

[O] what's wrong with this sbe?

2012-03-05 Thread Myles English
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") #+