From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Subject: Re: List-table feature (or a potential quick and easy mullti-lines table in org?) Date: Thu, 17 Mar 2011 23:18:37 +0100 Message-ID: References: <87hbb192kb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001485392192042085049eb50b6a Return-path: Received: from [140.186.70.92] (port=57119 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0LWi-0002aJ-7l for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 18:18:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0LWg-0005tX-J7 for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 18:18:39 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:52949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0LWg-0005tO-Gh for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 18:18:38 -0400 Received: by qwa26 with SMTP id 26so3123912qwa.0 for ; Thu, 17 Mar 2011 15:18:38 -0700 (PDT) In-Reply-To: <87hbb192kb.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs org-mode mailing list --001485392192042085049eb50b6a Content-Type: text/plain; charset=ISO-8859-1 > > > Out of boredom, I've written a draft for it. > > Woohoo! congrats for the way you're getting bored! Hey thank you Nicolas! > #+begin_src emacs-lisp > So here I'm guessing the whole code fits into Babel, right? All of this will convert > (...) > | Row 1 | 1.1 | 1.2 | 1.3 | > | Row 2 | 2.1 | 2.2 | 2.3 | > > Oh actually you went the 'line' way -- and not the column. Considering, I actually think you're right. I got used to the ReST way (1 item + sub-items = 1 column) but I think your way seems more natural. Cool, thank you again! > 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?! Splendid thanks again Nicolas! -- Ben --001485392192042085049eb50b6a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Out of boredom, I've written a draft for it.



Woohoo! congrats for th= e way you're getting bored!=A0
Hey thank you Nicolas!=A0

=A0
#+begin_src emacs-lisp

So here I'm = guessing the whole code fits into Babel, right?

All of this will convert
(...)=A0
| Row 1 | 1.1 | 1.2 | 1.3 |
| Row 2 | 2.1 | 2.2 | 2.3 |


Oh actually you went the 'line'= ; way -- and not the column.=A0
Considering, I actually think you= 're right.=A0
I got used to the ReST way (1 item + sub-items = =3D 1 column) but I think your way seems more natural.=A0
Cool, thank you again!=A0

=A0
and the other way.


I'm afraid I don't get the = 9;and the other way', does it means your code can go the column way as = well?!=A0

Splendid thanks again Nicolas!=A0

=A0=A0-- Ben=A0

--001485392192042085049eb50b6a--