From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwz Subject: is it a bug in org-capture Date: Sat, 31 Jul 2010 11:07:27 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=55447 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Of2Rx-0002wd-Rz for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 23:09:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Of2Rw-0002TW-O7 for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 23:09:25 -0400 Received: from lo.gmane.org ([80.91.229.12]:41184) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Of2Rw-0002TL-FZ for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 23:09:24 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Of2Ru-0007ft-SB for emacs-orgmode@gnu.org; Sat, 31 Jul 2010 05:09:22 +0200 Received: from 221.12.171.112 ([221.12.171.112]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Jul 2010 05:09:22 +0200 Received: from zhangweize by 221.12.171.112 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Jul 2010 05:09:22 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, all I have a item of type "table-line" in org-capture-templates like ("t" "test" table-line (file "test.org") "| %i%? | %U |" :prepend t) When I hit C-c c t, and then C-c C-k immediately, the file test.org is still modified with an new blank row inserted in the table, which is out of expectation, since C-c C-k is known as "abort capture". The minibuffer says "org-capture-finalize: Capture process aborted, but target buffer could not be cleaned up correctly".