From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo Date: Thu, 27 Feb 2020 18:03:29 -0600 Message-ID: <875zfrtw6m.fsf@alphapapa.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37682) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7T80-0001uS-Or for emacs-orgmode@gnu.org; Thu, 27 Feb 2020 19:03:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7T7z-0000E0-OV for emacs-orgmode@gnu.org; Thu, 27 Feb 2020 19:03:40 -0500 Received: from ciao.gmane.io ([159.69.161.202]:56192) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j7T7z-0000Bd-IX for emacs-orgmode@gnu.org; Thu, 27 Feb 2020 19:03:39 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1j7T7x-0009IX-1l for emacs-orgmode@gnu.org; Fri, 28 Feb 2020 01:03:37 +0100 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Kaushal Modi writes: > Failure 1: org-get-outline-path has moved, and not mentioned in ORG-NEWS > > Compiling ox-hugo.el now gives: > > ox-hugo.el:4284:1: Warning: the function ‘org-get-outline-path’ is not known to be defined. > > I see that defun has now moved to org-refile.el. I see that > org-get-outline-path has nothing to do specific to refiling. Can that > be moved back to org.el, or may be a separate library? Otherwise, > ox-hugo.el will have to load org-refile.el too (yes, I don't use > org-refile (yet), and that's how I discovered this :)) Yes, please move that function back. This is going to cause breakage in a variety of packages that use that function but do not load org-refile. I can hear the bug reports rumbling already... ;)