From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Two formerly internal libraries that are still being required but no longer exist Date: Tue, 28 Feb 2017 17:34:21 +0100 Message-ID: <87bmtmcm0i.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cikjL-00047O-BE for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 11:34:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cikjK-0001mw-LH for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 11:34:27 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:36566) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cikjK-0001m5-FW for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 11:34:26 -0500 In-Reply-To: (Jonas Bernoulli's message of "Tue, 28 Feb 2017 10:59:04 +0100") 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: Jonas Bernoulli Cc: emacs-orgmode@gnu.org Hello, Jonas Bernoulli writes: > I've run into these two feature inconsistencies: > > - The command ~org-protocol-create-for-org~ does ~(require 'org-publish)~, > but that should now be ~ox-publish~. Fixed. Thank you. > > - The command ~org-capture-import-remember-templates~ does ~(require > 'org-remember)~, which makes sense because its purpose is to convert from > the ~org-remember~ format into the ~org-capture-templates~ format. However > ~org-remember~ has been removed, so this won't work. I don't think this is an issue. This function only makes sense if user has an old `org-remember' library lying around. Otherwise, it raises an error. This is the actual behaviour. The other option is to remove the function altogether. WDYT? Regards, -- Nicolas Goaziou