From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Feature request: HTML table formatting Date: Thu, 12 Apr 2007 13:20:52 +0200 Message-ID: <6ab5c96fc04df1271f2c5ddb8ba171c3@science.uva.nl> References: <461D6C86.2060601@gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HbyGB-0003Hi-MH for emacs-orgmode@gnu.org; Thu, 12 Apr 2007 08:18:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HbyG8-0003GS-Qd for emacs-orgmode@gnu.org; Thu, 12 Apr 2007 08:18:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HbyG8-0003GP-MB for emacs-orgmode@gnu.org; Thu, 12 Apr 2007 08:18:40 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HbyBy-00039c-4W for emacs-orgmode@gnu.org; Thu, 12 Apr 2007 08:14:22 -0400 In-Reply-To: <461D6C86.2060601@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: "Daniel J. Sinder" Cc: emacs-orgmode I don't like the idea of another character having special meaning in tables. We would have to find a different way to specify this. - Carsten On Apr 12, 2007, at 1:17, Daniel J. Sinder wrote: > > The '!' lines would appear in the HTML rendering, while the "|" > lines would not. Or, as an ASCII export: > |-------+---------+---------+--------| > | | Col A | Col B | Col C | > |-------+---------+---------+--------| > | Row 1 | A1 B1 C1 | > | Row 2 | A2 B2 C2 | > |-------+----------------------------| Personally I think that also in this case, but generally in most cases, Col A Col B Col C -------------------------------- Row 1 A1 B1 C1 Row 2 A2 B2 C2 looks much better. - Carsten