Re: [O] Problem using org-sbe

2016-02-21 Thread Thierry Banel
Try typing C-c C-c on the line (defun fibbd ...) This will actually define fibbd. Then update the table with C-u C-c * Le 21/02/2016 06:24, Bachir El Khadir a écrit : > Hello all, > I am new to org-mode. I have just installed the latest version using > el-get, but I am having a very

[O] Problem using org-sbe

2016-02-21 Thread Bachir El Khadir
Hello all, I am new to org-mode. I have just installed the latest version using el-get, but I am having a very annoying problem. The command org-sbe doesn't seem to work. Here is a minimal example that I took from the doc: #+begin_src emacs-lisp :results silent (defun fibbd (n) (if (< n