From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Closing org buffers after agenda Date: Wed, 18 Jul 2012 15:41:03 -0400 Message-ID: <6286.1342640463@alphaville> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sra7W-0007OS-EM for emacs-orgmode@gnu.org; Wed, 18 Jul 2012 15:41:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sra7V-0007rg-E7 for emacs-orgmode@gnu.org; Wed, 18 Jul 2012 15:41:14 -0400 Received: from g5t0007.atlanta.hp.com ([15.192.0.44]:34638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sra7V-0007qw-9m for emacs-orgmode@gnu.org; Wed, 18 Jul 2012 15:41:13 -0400 In-Reply-To: Message from John Hendy of "Wed, 18 Jul 2012 14:34:59 CDT." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: John Hendy Cc: emacs-orgmode John Hendy wrote: > I don't use agenda as often as a lot of folks. When I do, I notice > that all org files in my agenda path end up open. Sometimes this has > caused issues as I've been working on a file and then after agenda I > notice that there's a file.org<2> buffer. I'll go to save one and it > will tell me it's changed on disk and I have a hard time figuring out > which one I should keep! > > Is there a way to close the buffers opened by agenda? Does agenda > leave them open for quicker searching for the next time? Or I wondered > if they need to be open buffers to it to look at the contents. > > 'x' in the agenda (bound to org-agenda-exit) will do that. However, I find it easier to go from the agenda to the file, rather than navigating through the file system: C-c a a TAB gets me there pretty quickly. Nick