From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: automatically kill html buffer after org-export Date: Sun, 21 Feb 2010 09:19:26 +0100 Message-ID: References: <35CA4FB1-3F54-4CB3-86FB-A204BE28DBA0@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nj72L-0004Mf-CM for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 03:19:33 -0500 Received: from [140.186.70.92] (port=52265 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nj72J-0004Lo-9U for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 03:19:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nj72I-0008SB-K9 for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 03:19:31 -0500 Received: from ey-out-1920.google.com ([74.125.78.149]:43777) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nj72I-0008S7-Fj for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 03:19:30 -0500 Received: by ey-out-1920.google.com with SMTP id 3so201321eyh.34 for ; Sun, 21 Feb 2010 00:19:29 -0800 (PST) In-Reply-To: <35CA4FB1-3F54-4CB3-86FB-A204BE28DBA0@gmail.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: Livin Stephen Sharma Cc: emacs-org-mode-help gnu gnu Hi Livin, if you update from git, you can now do (setq org-export-kill-product-buffer-when-displayed t) to get this effect. HTH - Carsten On Feb 12, 2010, at 7:00 AM, Livin Stephen Sharma wrote: > I find the html [and probably tex, etc] buffers that org-export > generates during "export as html and open file in browser" to get in > the way quite a lot > - i end up having to frequently kill them to reduce keystrokes > required when selecting the buffer I want to switch to. > > If a user *wants* the buffer to linger post-export, perhaps a C-u > prefix could enable that? [just a suggestion!] > > > This would be a great convenience to have. > Especially since I prefer to use iswitch-buffer (instead of 'org- > iswitchb). > > [ have only started using org-mode in everyday-work very recently ] > > > Livin Stephen Sharma > > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten