From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Hamilton-Vise Subject: Trouble with `:kill-buffer` property in capture templates Date: Wed, 20 Jun 2012 18:10:36 +0200 Message-ID: <4FE1F5FC.6040007@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShNUY-0006jZ-IF for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 12:10:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShNUT-0004kR-1k for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 12:10:49 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:61277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShNUS-0004kI-P2 for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 12:10:44 -0400 Received: by wefh52 with SMTP id h52so6829448wef.0 for ; Wed, 20 Jun 2012 09:10:42 -0700 (PDT) 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: emacs-orgmode@gnu.org I can't get the `:kill-buffer` property to behave as advertised in my capture templates. I have, for example: ("w" "Writing log" table-line (file "~/Dropbox/workrecord.org") "|%U|%A||%?|" :table-line-pos "I+1" :kill-buffer ) But the buffer, which was closed before I called capture, stays open after. I thought it might have been a problem with using multiple properties, but it stays open even after I've gotten rid of the `:table-line-pos` property. Am I missing something here? Thanks, -- Brian Hamilton-Vise PhD Student, Christian Ethics University of Notre Dame