* Two formerly internal libraries that are still being required but no longer exist
@ 2017-02-28 9:59 Jonas Bernoulli
2017-02-28 16:34 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Jonas Bernoulli @ 2017-02-28 9:59 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 522 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 668 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Two formerly internal libraries that are still being required but no longer exist
2017-02-28 9:59 Two formerly internal libraries that are still being required but no longer exist Jonas Bernoulli
@ 2017-02-28 16:34 ` Nicolas Goaziou
2017-03-01 21:49 ` Jonas Bernoulli
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2017-02-28 16:34 UTC (permalink / raw)
To: Jonas Bernoulli; +Cc: emacs-orgmode
Hello,
Jonas Bernoulli <jonasbernoulli@gmail.com> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Two formerly internal libraries that are still being required but no longer exist
2017-02-28 16:34 ` Nicolas Goaziou
@ 2017-03-01 21:49 ` Jonas Bernoulli
0 siblings, 0 replies; 3+ messages in thread
From: Jonas Bernoulli @ 2017-03-01 21:49 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: emacs-orgmode
> 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.
Makes sense, and is more friendly than the alternative.
> The other option is to remove the function altogether.
On the other hand, users will still have to somehow get their hands on that
file. So maybe a wiki page which linked to the last `org-remember.el' and
also featured the definition of `org-capture-import-remember-templates'
would be the best option.
But just leaving it as-is, works for me too.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-03-01 21:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-28 9:59 Two formerly internal libraries that are still being required but no longer exist Jonas Bernoulli
2017-02-28 16:34 ` Nicolas Goaziou
2017-03-01 21:49 ` Jonas Bernoulli
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).