From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: =?UTF-8?B?UmU6IOKAnlRoaXMgc2hvdWxkIG5vdCBoYXBwZW7igJwgKEMtYyBD?= =?UTF-8?B?LWUgaCk=?= Date: Tue, 20 Nov 2007 01:03:37 +0000 Message-ID: <87d4u5zq1i.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IuHWl-0007qf-HA for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 20:03:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IuHWk-0007q4-Ng for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 20:03:47 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuHWk-0007pt-KK for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 20:03:46 -0500 Received: from ug-out-1314.google.com ([66.249.92.168]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IuHWk-0008T3-39 for emacs-orgmode@gnu.org; Mon, 19 Nov 2007 20:03:46 -0500 Received: by ug-out-1314.google.com with SMTP id a2so1140629ugf for ; Mon, 19 Nov 2007 17:03:45 -0800 (PST) In-Reply-To: (Daniel Clemente's message of "Mon, 19 Nov 2007 22:18:58 +0100") 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: emacs-orgmode@gnu.org "Daniel Clemente" writes: > Datenmodell: > > Item > |- TextItem > |- NameItem > |- Relation > |- BinaryItem > |- Statement > > The „|-" at the beginning make that C-c C-e h fails. I attach the > backtrace, at the bottom. Org thinks this is a table. Maybe table lines should be recognized as beginning *and* ending with a | As a temporary workaround, you can use a fixed-width section like this: :Item :|- TextItem : |- NameItem : |- Relation :|- BinaryItem :|- Statement -- Bastien