From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xin Shi Subject: Re: Release 5.23a Date: Tue, 11 Mar 2008 09:26:29 -0400 Message-ID: <47D68885.6010605@cornell.edu> References: <876ACC10-F511-4735-B045-9C9AE248A25A@gmail.com> <47D5CC47.40107@cornell.edu> <6D761FC1-A79D-4769-ADAD-BF4B1B2B0751@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZ4V1-0000Zb-8m for emacs-orgmode@gnu.org; Tue, 11 Mar 2008 09:26:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZ4Uy-0000Y3-2y for emacs-orgmode@gnu.org; Tue, 11 Mar 2008 09:26:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZ4Ux-0000Xt-Qg for emacs-orgmode@gnu.org; Tue, 11 Mar 2008 09:26:31 -0400 Received: from granite2.mail.cornell.edu ([128.253.83.142] helo=authusersmtp.mail.cornell.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JZ4Ux-0004Zr-Jy for emacs-orgmode@gnu.org; Tue, 11 Mar 2008 09:26:31 -0400 In-Reply-To: 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: Richard G Riley Cc: "[emacs-orgmode] list" Richard G Riley wrote: > Carsten Dominik writes: > > >> On Mar 11, 2008, at 1:03 AM, Xin Shi wrote: >> >> >>> Hi, >>> >>> Thanks for the release! >>> >>> There is a bug which I got from an Email several weeks ago said it >>> has been fixed, but I still found it in the 5.23a. When export the >>> org file to html, emacs opens the .html file in the buffer. Since >>> the html file has already been saved, shall we not open it in >>> Emacs? Another reason that this matters to me is that I'm using the >>> nXhtml mode, whenever emacs opens the html file, (even in the >>> background buffer), it will load this mode and open the *nXhtml >>> Welcome* buffer in half window. :) >>> >> That is horrible bahavior, and you should start by writing a bug >> report to the maintainer of that package.... >> > > The nxhtml welcome screen can be turned off in the nxhtml customize > group. > > I found it: (setq nxhtml-skip-welcome t) Thank you all! Xin