From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonas Bernoulli Subject: Re: Two formerly internal libraries that are still being required but no longer exist Date: Wed, 1 Mar 2017 22:49:16 +0100 Message-ID: References: <87bmtmcm0i.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjC7x-0008Vw-6F for emacs-orgmode@gnu.org; Wed, 01 Mar 2017 16:49:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjC7w-0005bg-Dp for emacs-orgmode@gnu.org; Wed, 01 Mar 2017 16:49:41 -0500 Received: from mail-it0-x22d.google.com ([2607:f8b0:4001:c0b::22d]:35564) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cjC7w-0005Yo-92 for emacs-orgmode@gnu.org; Wed, 01 Mar 2017 16:49:40 -0500 Received: by mail-it0-x22d.google.com with SMTP id 203so107386946ith.0 for ; Wed, 01 Mar 2017 13:49:37 -0800 (PST) In-Reply-To: <87bmtmcm0i.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org > 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.