From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Carsten Dominik" Subject: =?UTF-8?B?UmU6ICDigJ5UaGlzIHNob3VsZCBub3QgaGFwcGVu4oCcIChDLWMg?= =?UTF-8?B?Qy1lIGgp?= Date: Thu, 22 Nov 2007 16:51:36 +0100 Message-ID: References: <87d4u5zq1i.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvEL6-0004Zc-Is for emacs-orgmode@gnu.org; Thu, 22 Nov 2007 10:51:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvEL4-0004Vw-Ek for emacs-orgmode@gnu.org; Thu, 22 Nov 2007 10:51:39 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvEL4-0004Vm-Ay for emacs-orgmode@gnu.org; Thu, 22 Nov 2007 10:51:38 -0500 Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IvEL3-00074f-G2 for emacs-orgmode@gnu.org; Thu, 22 Nov 2007 10:51:38 -0500 Received: by wa-out-1112.google.com with SMTP id k34so3236142wah for ; Thu, 22 Nov 2007 07:51:36 -0800 (PST) In-Reply-To: Content-Disposition: inline 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 Clemente Cc: emacs-orgmode@gnu.org On Nov 20, 2007 2:47 AM, Daniel Clemente wrote: > > > Datenmodell: > > > > > > Item > > > |- TextItem > > > |- NameItem > > > |- Relation > > > |- BinaryItem > > > |- Statement > > > > > > > Org thinks this is a table. Maybe table lines should be recognized as > > beginning *and* ending with a | > > That would be better. > By the way: on a line which starts with |- you don't normally write > any text if you're doing a table; you just write |---+----+------+| > etc. So in this case no line of the example can be interpreted as > table. No, any lines starting with "|" are considered to be a table, I don't want to change this. In 5.14 you will be able to write ~|-~ in order to quote the string. - Carsten