From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Release 5.23a Date: Tue, 11 Mar 2008 00:20:57 +0000 Message-ID: <87ve3urtzq.fsf@bzg.ath.cx> References: <876ACC10-F511-4735-B045-9C9AE248A25A@gmail.com> <47D5CC47.40107@cornell.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JYsFG-0001Wj-KK for emacs-orgmode@gnu.org; Mon, 10 Mar 2008 20:21:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JYsFF-0001WU-P6 for emacs-orgmode@gnu.org; Mon, 10 Mar 2008 20:21:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYsFF-0001WR-Lb for emacs-orgmode@gnu.org; Mon, 10 Mar 2008 20:21:29 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JYsFF-00039a-BM for emacs-orgmode@gnu.org; Mon, 10 Mar 2008 20:21:29 -0400 Received: by fg-out-1718.google.com with SMTP id d23so2589137fga.30 for ; Mon, 10 Mar 2008 17:21:27 -0700 (PDT) In-Reply-To: <47D5CC47.40107@cornell.edu> (Xin Shi's message of "Mon, 10 Mar 2008 20:03:19 -0400") 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: Xin Shi Cc: "[emacs-orgmode] list" Hi Xin, Xin Shi writes: > 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? `C-c C-e b' -- The `b' standing for [b]rowsing. | Command | Save to a file | Jump to buffer | Don't kill buffer | |-----------+----------------+----------------+-------------------| | C-c C-e b | V | V | V | | C-c C-e h | V | X | V | | C-c C-e H | X [temp buf] | V | V | All export commands export to a buffer. All exported buffers are still around after export. Some export command also save the file. Some export command also jump to the buffer. Note two differences with "publishing": (1) publishing require a file to be part of a project and (2) publishing will kill exported buffers. HTH, -- Bastien