From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonas Bernoulli Subject: Two formerly internal libraries that are still being required but no longer exist Date: Tue, 28 Feb 2017 10:59:04 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114f0a1437efdd0549944090 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cieZ6-0004G5-4M for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 04:59:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cieZ5-0002EC-CG for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 04:59:28 -0500 Received: from mail-it0-x22a.google.com ([2607:f8b0:4001:c0b::22a]:38876) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cieZ5-0002Da-7f for emacs-orgmode@gnu.org; Tue, 28 Feb 2017 04:59:27 -0500 Received: by mail-it0-x22a.google.com with SMTP id y135so6011859itc.1 for ; Tue, 28 Feb 2017 01:59:25 -0800 (PST) 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 --001a114f0a1437efdd0549944090 Content-Type: text/plain; charset=UTF-8 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~. - 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. These issues exist in both the ~master~ and ~maint~ branches. Warm regards, Jonas --001a114f0a1437efdd0549944090 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I've run into these two feature inconsistencies:<= /div>

- The command ~org-protocol-create-for-org~ does ~(requ= ire 'org-publish)~, but that should now be ~ox-publish~.

=
- The command ~org-capture-import-remember-templates~ does ~(require &= #39;org-remember)~, which makes sense because its purpose is to convert fro= m the ~org-remember~ format into the ~org-capture-templates~ format. Howeve= r ~org-remember~ has been removed, so this won't work.

These issues exist in both the ~master~ and ~maint~ branches.

=C2=A0 Warm regards,
=C2=A0 Jonas
--001a114f0a1437efdd0549944090--