From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Schmitt Subject: Re: Emacs-orgmode Digest, Vol 30, Issue 39 Date: Tue, 26 Aug 2008 19:57:42 +0200 Message-ID: <48B44416.3050803@cs.tu-berlin.de> References: <20080826151404.0996C2179B@mailhost.cs.tu-berlin.de> Mime-Version: 1.0 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 1KY2ok-0007cu-7A for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 13:58:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KY2oi-0007be-LP for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 13:58:57 -0400 Received: from [199.232.76.173] (port=55051 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KY2oi-0007bQ-8y for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 13:58:56 -0400 Received: from mail.cs.tu-berlin.de ([130.149.17.13]:39869) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KY2oh-0002kX-OK for emacs-orgmode@gnu.org; Tue, 26 Aug 2008 13:58:55 -0400 Received: from localhost (localhost [127.0.0.1]) by localhost-12225.cs.tu-berlin.de (Postfix) with ESMTP id A53FB204CA for ; Tue, 26 Aug 2008 19:58:52 +0200 (MEST) In-Reply-To: <20080826151404.0996C2179B@mailhost.cs.tu-berlin.de> 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, Eric Schulte Eric Schulte wrote: > On Tuesday, August 26, at 14:36, Sebastian Rose wrote: > > The buffer is modified after C-M-g and emacs asks if I want to save it. > > That is certainly something to figure out. > This happens already if you press tab with the cursor located inside a table, so this is probably an org issue. Eric, did you know that Carsten provided a function called org-table-to-lisp in org-6.06b? I think with this you can refactor your code to be more modular and thus better maintainable and extensible. Regards, Stephan