Ethan Blanton <[EMAIL PROTECTED]> writes:

> 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]
> 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
>
> ... then when the buffers are all loaded, you will have buffer names
> like:
>
> index.org|web
> index.org|images
> index.org|articles

That's perfect! Thanks.

-Matt


_______________________________________________
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

Reply via email to