From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tyler Smith" Subject: default value for org-capture-templates Date: Fri, 28 Dec 2018 11:17:19 -0500 Message-ID: <99a3fff5-b9c2-44e9-965a-e40c9fe89ffe@www.fastmail.com> Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gcv90-0005uU-L7 for emacs-orgmode@gnu.org; Fri, 28 Dec 2018 11:37:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gcupR-0006bH-A5 for emacs-orgmode@gnu.org; Fri, 28 Dec 2018 11:18:04 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:58055) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gcupP-0006Vz-7h for emacs-orgmode@gnu.org; Fri, 28 Dec 2018 11:17:40 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 5A4C421FED for ; Fri, 28 Dec 2018 11:17:36 -0500 (EST) 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 Org-Mode Help Hi, A question came up on StackOverflow asking about how to use the default capture template (`Task`) in combination with user-defined templates: https://emacs.stackexchange.com/questions/46794/where-is-default-org-mode-capture-template-for-tasks-located The default Task template is actually stored in the function `org-capture-select-template`. This is a bit surprising, and requires the user to manually transfer it to the the variable `org-capture-templates` if they want to keep it as one of their options. Is there a reason not to set this built-in `Task` template as the default value of `org-capture-templates`? That would provide the user with a transparent way of keeping it as an option, modifying it, or removing it, as they prefer, through the usual customize interface. I can put together a patch to do this if I haven't overlooked a problem this would create. Best, Tyler -- plantarum.ca