From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: Can I input multiline in a cell? Date: Wed, 16 Feb 2011 10:07:25 -0700 Message-ID: <87y65f99u9.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=58969 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ppl1x-0007vn-7m for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 12:19:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ppl1v-0001je-TF for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 12:19:08 -0500 Received: from mail-gy0-f169.google.com ([209.85.160.169]:65326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ppl1v-0001jN-Mz for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 12:19:07 -0500 Received: by gyd10 with SMTP id 10so764831gyd.0 for ; Wed, 16 Feb 2011 09:19:06 -0800 (PST) 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: suvayu ali Cc: Wang Coeus , emacs-orgmode@gnu.org suvayu ali writes: > On Tue, Feb 15, 2011 at 10:06 PM, Wang Coeus wrote: >> Will org consider to support this in future? I just think org table is >> more convenient than table.el. Thanks a lot for the help. > > As far as I know, its not likely. To my understanding, things like > table formulae and some of the export functions have trouble dealing > with it. In many cases it is possible to "fake" multiline columns e.g., | first | second | |------------------------+-----------------------------------------| | some text here which | | | is so long I'd like | | | it wrapped | | |------------------------+-----------------------------------------| | some shorter text here | | |------------------------+-----------------------------------------| | | for simple display this works | | | although I agree the contents won't be | | | treated as a single cell by spreadsheet | | | formula | FWIW the lack of multiline cells used to bother me about org-mode tables, but now I hardly notice their absence, and don't know how I would use them if they were (with some syntax) supported. Best -- Eric