From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Keep buffer visible w/ capture template Date: Wed, 13 Jan 2016 12:50:23 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJPZ1-0000ig-Gf for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 12:50:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJPYw-00053t-HU for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 12:50:31 -0500 Received: from mail-qg0-x22e.google.com ([2607:f8b0:400d:c04::22e]:34857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJPYw-00053k-DS for emacs-orgmode@gnu.org; Wed, 13 Jan 2016 12:50:26 -0500 Received: by mail-qg0-x22e.google.com with SMTP id o11so460274232qge.2 for ; Wed, 13 Jan 2016 09:50:26 -0800 (PST) Received: from client-104-39-128-31.eduroam.psu.edu (client-104-39-128-31.eduroam.psu.edu. [104.39.128.31]) by smtp.gmail.com with ESMTPSA id 189sm900916qhg.13.2016.01.13.09.50.24 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Jan 2016 09:50:24 -0800 (PST) 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: Org Mode I'd like to keep the active buffer visible while capturing. Currently, when I invoke a capture template, the text I was viewing disappears. The frame splits into two parts: The capture template, and a calendar. Is there a way to have it split into three? Or have the capture buffer open in a new frame? This has been solved in the past, in 2013 here: https://stackoverflow.com/questions/15253005/ and in 2014 here: https://stackoverflow.com/questions/21195327/ but those solutions don't work now with Org 8.3. I've tried editing some code in org-capture.el but without success. Thanks, -k.