From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Don't push url to kill-ring when invoking org-protocol-capture Date: Tue, 18 Apr 2017 08:27:58 +0200 Message-ID: <87a87e1b81.fsf@nicolasgoaziou.fr> References: <87vaq2lb6b.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0McM-0006uz-Cf for emacs-orgmode@gnu.org; Tue, 18 Apr 2017 02:28:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0McL-0000hG-Hj for emacs-orgmode@gnu.org; Tue, 18 Apr 2017 02:28:02 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:49321) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d0McL-0000fU-CV for emacs-orgmode@gnu.org; Tue, 18 Apr 2017 02:28:01 -0400 Received: from saiph.selenimh (00004301000000000000074b.ipv6.commingeshautdebit.fr [IPv6:2a03:a0a0:0:4301::74b]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id B2C8C1720D6 for ; Tue, 18 Apr 2017 08:27:58 +0200 (CEST) Received: from ngz by saiph.selenimh with local (Exim 4.89) (envelope-from ) id 1d0McI-0008Eb-1J for emacs-orgmode@gnu.org; Tue, 18 Apr 2017 08:27:58 +0200 In-Reply-To: <87vaq2lb6b.fsf@fastmail.fm> (Matt Lundin's message of "Mon, 17 Apr 2017 21:08:44 -0500") 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: Org Mode Hello, Matt Lundin writes: > Subject: [PATCH] Don't push url to kill-ring when invoking org-protocol-capture > > * lisp/org-protocol.el: (org-protocol-do-capture) Don't push link to > kill-ring when invoking org-protocol-capture. Otherwise, > org-protocol-do-capture interferes with capture templates that > insert the contents of the clipboard or the kill ring. Applied. Thank you. Regards, -- Nicolas Goaziou