Re: [O] [babel] Output table

2013-12-02 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > "Sebastien Vauban" writes: >> I'm trying to generate R graphs from lines found in the *Messages* buffer >> with >> the following code of mine: >> >> #+begin_src emacs-lisp :results output table >> (setq txt nil) >> (with-current-buffer "*Messages*" >> (goto

Re: [O] [babel] Output table

2013-12-02 Thread Eric Schulte
"Sebastien Vauban" writes: > Hello, > > I'm trying to generate R graphs from lines found in the *Messages* buffer with > the following code of mine: > > #+begin_src emacs-lisp :results output table > (setq txt nil) > (with-current-buffer "*Messages*" > (goto-char (point-min)) > (while

[O] [babel] Output table

2013-12-02 Thread Sebastien Vauban
Hello, I'm trying to generate R graphs from lines found in the *Messages* buffer with the following code of mine: #+begin_src emacs-lisp :results output table (setq txt nil) (with-current-buffer "*Messages*" (goto-char (point-min)) (while (re-search-forward "^Retrieving ne