Re: [O] Example not quite right

2013-01-04 Thread Bastien
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

2013-01-04 Thread Thomas S. Dye
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