From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ethan Blanton Subject: Re: Org-publish - too many index.org files Date: Fri, 31 Oct 2008 22:29:49 -0400 Message-ID: <20081101022949.GA1468@elb.elitists.net> References: <877i7qceeh.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0655656571==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kw6Fd-0004G4-IY for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 22:30:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kw6FY-0004Fq-N8 for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 22:30:08 -0400 Received: from [199.232.76.173] (port=36356 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kw6FY-0004Fn-Ih for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 22:30:04 -0400 Received: from psg.com ([147.28.0.62]:59502) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kw6FY-0005f1-3i for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 22:30:04 -0400 Received: from [67.59.52.214] (helo=elb.elitists.net) by psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Kw6FM-000KS3-An for emacs-orgmode@gnu.org; Sat, 01 Nov 2008 02:30:00 +0000 Received: from colt.internal (colt [192.168.33.1]) by elb.elitists.net (Postfix) with ESMTP id 1DD6F2BE23 for ; Fri, 31 Oct 2008 22:29:49 -0400 (EDT) In-Reply-To: <877i7qceeh.fsf@fastmail.fm> 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 --===============0655656571== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Matthew Lundin spake unto us the following wisdom: > 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. [snip] > 2) Alternatively, is there an easy way to rename the buffers to the > title of the page designated with #+TITLE so that they can be told > apart in the buffer list. While this isn't exactly what you asked, I find the following useful in my emacs config: (require 'uniquify) (setq uniquify-buffer-name-style 'post-forward) (setq uniquify-min-dir-content 0) (setq uniquify-after-kill-buffer-p t) With this, if you have: web/index.org web/images/index.org web/articles/index.org =2E.. then when the buffers are all loaded, you will have buffer names like: index.org|web index.org|images index.org|articles I find this much more useful than index.org<1>, <2>, etc., and you might find that it makes those buffers more manageable. Ethan --=20 The laws that forbid the carrying of arms are laws [that have no remedy for evils]. They disarm only those who are neither inclined nor determined to commit crimes. -- Cesare Beccaria, "On Crimes and Punishments", 1764 --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFJC78cr9kA9Ig8HBQRAqCKAJ9fsHOI/K/4WRsn6AlaJ1OL0x6gWQCeIJXt n4T4UcZ1OguKJAL0YpJpFo0= =/8LE -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- --===============0655656571== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0655656571==--