From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Li Subject: org-capture-kill uses the kill ring Date: Thu, 19 Oct 2017 20:27:03 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e5Nxj-0003uc-Be for emacs-orgmode@gnu.org; Thu, 19 Oct 2017 23:27:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e5Nxi-0002CD-Jt for emacs-orgmode@gnu.org; Thu, 19 Oct 2017 23:27:07 -0400 Received: from mail-qk0-x22d.google.com ([2607:f8b0:400d:c09::22d]:49927) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e5Nxi-0002BW-FM for emacs-orgmode@gnu.org; Thu, 19 Oct 2017 23:27:06 -0400 Received: by mail-qk0-x22d.google.com with SMTP id q83so12858895qke.6 for ; Thu, 19 Oct 2017 20:27:04 -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" To: emacs-orgmode@gnu.org org-capture-kill (C-c C-k) used to abort capturing puts the contents of the capture buffer into the kill ring. This is obstructive when the user wants to abort a capture, but save a portion of the text into the kill ring to yank elsewhere. The aborted capture contents will replace the desired content. Aborting capture should act transparently like killing a buffer. It shouldn't affect the kill ring. If the user wants to keep the capture contents, he can trivially run C-x h mark-whole-buffer M-w kill-ring-save