From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: [Patch] org-protocol default template should be nil Date: Fri, 03 Sep 2010 01:53:43 +0200 Message-ID: <87lj7jzoqg.fsf@gmx.de> References: <878w3m2ua3.fsf@gmx.de> <8739tsyz8y.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=44451 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrJbQ-00048a-PX for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 19:53:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrJbP-0005Hi-AF for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 19:53:56 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:58902 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OrJbO-0005HL-TA for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 19:53:55 -0400 In-Reply-To: <8739tsyz8y.fsf@gnu.org> (Bastien's message of "Thu, 02 Sep 2010 16:51:57 +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: Bastien Cc: Emacs-orgmode mailing list Bastien writes: > Sebastian Rose writes: > >> We always used the "w" template as the default for `org-remember' and >> also used it for `org-capture' for historical reasons. >> >> Unfortunately, this breaks, if the user has no "w" template defined. >> >> The patch below simply set's the custom variable > > Applied, thanks! > >> `org-protocol-default-template-key' to nil, so the interactive template >> selection is used by default. This works for both, remember an capture. >> >> I will adjust the docs, once the patch is applied. > > You can go ahead! Done and thanks! Sebastian