From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: Org-publish - too many index.org files Date: Thu, 30 Oct 2008 16:15:54 +0100 Message-ID: References: <877i7qceeh.fsf@fastmail.fm> 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 1KvZFs-0007Lx-Ii for emacs-orgmode@gnu.org; Thu, 30 Oct 2008 11:16:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KvZFr-0007Ll-2I for emacs-orgmode@gnu.org; Thu, 30 Oct 2008 11:16:12 -0400 Received: from [199.232.76.173] (port=52158 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvZFq-0007Li-VC for emacs-orgmode@gnu.org; Thu, 30 Oct 2008 11:16:10 -0400 Received: from main.gmane.org ([80.91.229.2]:47769 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KvZFr-0002v1-0r for emacs-orgmode@gnu.org; Thu, 30 Oct 2008 11:16:11 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KvZFo-0008Ho-Cw for emacs-orgmode@gnu.org; Thu, 30 Oct 2008 15:16:08 +0000 Received: from e179195030.adsl.alicedsl.de ([85.179.195.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Oct 2008 15:16:08 +0000 Received: from rileyrgdev by e179195030.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Oct 2008 15:16:08 +0000 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: emacs-orgmode@gnu.org Matthew Lundin writes: > A problem arises when I invoke org-publish (or org-agenda). All of the > org files in the project are loaded into buffers resulting in too many > index.org files in my buffer list. > > 1) Is there any way to have org-publish close buffers after publishing > the files? I remember asking something similar - but am unsure of the status. Ideally publish would open a file to publish in a way which does not actually create a physical buffer and so does not create the overhead of things like mode processing, font lock etc. But my poor knowledge of emacs is probably showing there :-;