From mboxrd@z Thu Jan 1 00:00:00 1970 From: Skip Collins Subject: Re: What to use for tables with lengthy text in cells? Date: Fri, 6 Mar 2015 11:34:16 -0500 Message-ID: References: <87oao9oplu.fsf@gmail.com> <87egp3l6wd.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTvCx-0003CQ-6x for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 11:34:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTvCw-0001ve-6F for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 11:34:39 -0500 Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:43623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTvCv-0001vF-UN for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 11:34:38 -0500 Received: by labgf13 with SMTP id gf13so34148369lab.10 for ; Fri, 06 Mar 2015 08:34:36 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Price , emacs-org list One more crazy idea. What if there were a choice of two vertical separators? Currently '|' is the only character used for this purpose. If, however, something like '\' were used to signal a multi-line cell, then it would be possible to control this feature on a row-by-row basis. As soon as the user replaces one of the '|' characters with '\', all vertical separators in that row also change, converting all of its cells to multi-line text. This has the advantage of being backward compatible and not overloading the horizontal line separator.