From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Exporting to HTML opens resulting file Date: Thu, 8 Apr 2010 15:54:10 +0200 Message-ID: References: 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 1NzsBW-0003V5-1Q for emacs-orgmode@gnu.org; Thu, 08 Apr 2010 09:54:18 -0400 Received: from [140.186.70.92] (port=38977 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzsBU-0003Us-Eq for emacs-orgmode@gnu.org; Thu, 08 Apr 2010 09:54:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzsBS-0008Sw-PX for emacs-orgmode@gnu.org; Thu, 08 Apr 2010 09:54:16 -0400 Received: from mail-bw0-f223.google.com ([209.85.218.223]:41188) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzsBS-0008Sq-Gj for emacs-orgmode@gnu.org; Thu, 08 Apr 2010 09:54:14 -0400 Received: by bwz23 with SMTP id 23so1879353bwz.26 for ; Thu, 08 Apr 2010 06:54:13 -0700 (PDT) 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: Xin Shi Cc: "Gary ." , emacs-orgmode@gnu.org On Apr 8, 2010, at 3:34 PM, Xin Shi wrote: > I had a similar request before but never get solved. I support this > request. (setq org-export-kill-product-buffer-when-displayed t) will do this when the exported file is shown immediately, so the buffer will be removed during `C-c C-e b', but not during `C-c C-e h' I guess we could have a variable that always removes the buffer..... - Carsten > > > On Thu, Apr 8, 2010 at 4:11 AM, Gary . orgmode@garydjones.name> wrote: > It seems that when I export to HTML, something, somewhere, opens the > file so I have yet another buffer open. Is there any way to configure > that behaviour so that I don't get even more swamped by buffers than I > am already, or alternatively automatically name the buffer with > something that I can instruct ido to ignore (setq ido-ignore-buffers > ...)? Using org-mode 6.21b in emacs 23.1 if it makes any difference. > > > _______________________________________________ > 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 > > _______________________________________________ > 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