Ben <b...@maleloria.org> wrote: > > #+begin_src emacs-lisp > > > > So here I'm guessing the whole code fits into Babel, right? >
It depends on what you mean: you *can* use babel to evaluate the code (C-c C-c on every code block, or similar), thereby loading it into your current emacs, but if you want to use this code regularly, you probably want to save it in a file (or tangle it if you prefer - although there is no advantage to tangling in this case), and load it up from your .emacs. > > > and the other way. > > > > > I'm afraid I don't get the 'and the other way', does it means your code can > go the column way as well?! > No, he means you can go back from the table to the list, by calling org-convert-table-to-list. > Splendid thanks again Nicolas! > > -- Ben > Nick