emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Two formerly internal libraries that are still being required but no


From: Jonas Bernoulli
Subject: [O] Two formerly internal libraries that are still being required but no longer exist
Date: Tue, 28 Feb 2017 10:59:04 +0100

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]