emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: torys.anderson@gmail.com (Tory S. Anderson)
To: orgmode list <emacs-orgmode@gnu.org>
Subject: org-agenda-other-frame
Date: Mon, 02 Feb 2015 10:01:22 -0500	[thread overview]
Message-ID: <87pp9s4at9.fsf@gmail.com> (raw)

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? 

--8<---------------cut here---------------start------------->8---
(defun go-or-make-agenda (&optional new-frame)
  (interactive "P")
  (let ((buffer org-agenda-buffer-name)
	(my-switch-function (if new-frame 'switch-to-buffer-other-frame 'switch-to-buffer)))
    (if (get-buffer buffer)
	(funcall my-switch-function buffer)
      (org-agenda-list))))
--8<---------------cut here---------------end--------------->8---

             reply	other threads:[~2015-02-02 15:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-02 15:01 Tory S. Anderson [this message]
2015-02-02 16:24 ` org-agenda-other-frame Kyle Meyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pp9s4at9.fsf@gmail.com \
    --to=torys.anderson@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).