From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Re: What to use for tables with lengthy text in cells? Date: Fri, 06 Mar 2015 11:48:41 -0500 Message-ID: <87h9tycbrq.fsf@gmail.com> References: <87oao9oplu.fsf@gmail.com> <87egp3l6wd.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTvQd-0006Wc-Pg for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 11:48:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTvQa-0007Ez-BA for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 11:48:47 -0500 Received: from mail-qc0-x232.google.com ([2607:f8b0:400d:c01::232]:46643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTvQa-0007Et-76 for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 11:48:44 -0500 Received: by qcxr5 with SMTP id r5so51874544qcx.13 for ; Fri, 06 Mar 2015 08:48:43 -0800 (PST) In-Reply-To: (Skip Collins's message of "Fri, 6 Mar 2015 11:34:16 -0500") 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: Skip Collins Cc: emacs-org list I think \ is overloaded for export purposes, but maybe / is clear? I think that's a good idea. Skip Collins writes: > 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.