From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: html export: row/column dividers in tables Date: Tue, 31 Mar 2009 14:22:06 -0400 Message-ID: <9566.1238523726@alphaville.usa.hp.com> References: <87wsa6wlmv.fsf@wolfram.com> <87ab72xpwc.fsf@fastmail.fm> <87k565wz8m.fsf@wolfram.com> <806ECDB0-9CB7-4684-B7E9-25337C5820F4@gmail.com> <87y6ul5zo8.fsf@wolfram.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Loice-0000cE-4A for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 14:23:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoicZ-0000a0-CY for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 14:23:39 -0400 Received: from [199.232.76.173] (port=36449 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoicZ-0000Zs-4s for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 14:23:35 -0400 Received: from g4t0014.houston.hp.com ([15.201.24.17]:16160) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LoicY-0006gP-SS for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 14:23:35 -0400 In-Reply-To: Message from Bill White of "Tue, 31 Mar 2009 13:12:55 CDT." <87y6ul5zo8.fsf@wolfram.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: Bill White Cc: emacs-orgmode@gnu.org Bill White wrote: > > Before I update from git (or whatever the terminology is - I'm a cvs > guy), could I persuade you to apply Nick Dokos' patch to org-exp.el? > His patch is in http://article.gmane.org/gmane.emacs.orgmode/11862, and > the problem it solves is described in my initial message in the thread, > http://thread.gmane.org/gmane.emacs.orgmode/11857. In his patch > message, Nick offers a clear explanation of why the problem happens. > Bill, Carsten applied the patch on March 5. Here's the description: commit 6ccc6b46528ad70f2f3267a7e40c70494f5c2192 Author: Carsten Dominik Date: Thu Mar 5 00:01:50 2009 +0100 Export: Fix problem with exporting message mode src regions Message-mode assigns auto-safe file names to temporary buffers, in the draft directory. This causes problems when running message-mode in a temporary buffer with with-temp-buffer. When the form tries to kill the buffer, is asks for saving it.... This commit turns off the buffer-modified flag and so avoids the query. HTH, Nick