I have quite a few org files in org-agenda-files. When a global agenda
view is displayed (the Global TODO, for instance) org-mode visits all
the files and keeps the buffer for each of them. I'll prefer this
behavior:

for each file in org-agenda-files
    have we a buffer containing it?
      no -> create a buffer and visit it
    do our stuff (gather TODO items, etc)
    if we were not visiting the file
      kill the buffer that contains it.

Is there a reason for keeping all those buffers around?

-- 
Óscar



_______________________________________________
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

Reply via email to