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 22:55:36 +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 1NzylM-00052D-Ej for emacs-orgmode@gnu.org; Thu, 08 Apr 2010 16:55:44 -0400 Received: from [140.186.70.92] (port=54068 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzylK-0004z0-5U for emacs-orgmode@gnu.org; Thu, 08 Apr 2010 16:55:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzylH-0001Tv-UG for emacs-orgmode@gnu.org; Thu, 08 Apr 2010 16:55:41 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:39150) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzylH-0001Td-Ow for emacs-orgmode@gnu.org; Thu, 08 Apr 2010 16:55:39 -0400 Received: by ewy6 with SMTP id 6so835352ewy.32 for ; Thu, 08 Apr 2010 13:55:38 -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 8:23 PM, Xin Shi wrote: > Hi Carsten, > > I've tried to set: > (setq org-export-kill-product-buffer-when-displayed t) > > But when I use "org-export-as-html" to export HTML, I can still see > the .html buffer. Am I missing something here? Yes, you are not reading what I write :-) Try org-export-as-html-and-open. - Carsten > > Thanks! > Xin > > On Thu, Apr 8, 2010 at 9:54 AM, Carsten Dominik > wrote: > > 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 > > > > - Carsten