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