Re: [O] Example not quite right
Hi George, George Jones writes: > FYI, Things work fine for me with the attached file. square.org Description: Lotus Organizer -- Bastien
Re: [O] Example not quite right
George Jones writes: > From http://orgmode.org/worg/org-contrib/babel/intro.html > > #+name: square(x) > > #+begin_src python > > return x*x > > #+end_src > > Now we use the source block: > > > > #+call: square(x=6) > > yields > > Reference 'square' not found in this buffer . > Fixed, thanks. T