[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Re: List-table feature (or a potential quick and easy mullti-lin
From: |
Nick Dokos |
Subject: |
Re: [O] Re: List-table feature (or a potential quick and easy mullti-lines table in org?) |
Date: |
Thu, 17 Mar 2011 20:31:21 -0400 |
Ben <address@hidden> 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