From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: org-agenda-other-frame Date: Mon, 02 Feb 2015 11:24:50 -0500 Message-ID: <87fvao9t7x.fsf@kmlap.domain.org> References: <87pp9s4at9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIJkM-0003H3-W4 for emacs-orgmode@gnu.org; Mon, 02 Feb 2015 11:21:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIJkI-0004qG-SX for emacs-orgmode@gnu.org; Mon, 02 Feb 2015 11:21:10 -0500 Received: from mail-qa0-f42.google.com ([209.85.216.42]:57604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIJkI-0004pr-PO for emacs-orgmode@gnu.org; Mon, 02 Feb 2015 11:21:06 -0500 Received: by mail-qa0-f42.google.com with SMTP id dc16so29770772qab.1 for ; Mon, 02 Feb 2015 08:21:05 -0800 (PST) In-Reply-To: <87pp9s4at9.fsf@gmail.com> (Tory S. Anderson's message of "Mon, 02 Feb 2015 10:01:22 -0500") 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: "Tory S. Anderson" Cc: orgmode list torys.anderson@gmail.com (Tory S. Anderson) wrote: > I have a key which calls `gnus-other-frame`, a handy function that not > only pops up a gnus frame, but also kills the frame when I exit > gnus. I'd like something similar with my org agenda; the following > function is used to pop it up, but I'm not sure how to kill the frame > when I hit close the agenda (i.e. hitting `q`). The result should work > whether I'm using sticky agenda or not. Any suggestions? Does (setq org-agenda-window-setup 'other-frame) do what you want? -- Kyle