Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-09-07 Thread Kaushal Modi
On Sun, Sep 6, 2020, 5:37 PM Bastien wrote: > Hi Kaushal, > > sorry for the late reply, and thanks for the detailed report. > > Kaushal Modi writes: > > > *The regression is that earlier (org-babel--string-to-number "1,3-5") > > used to return nil, but now it returns 1.* > > This should be

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-09-06 Thread Bastien
Hi Kaushal, sorry for the late reply, and thanks for the detailed report. Kaushal Modi writes: > *The regression is that earlier (org-babel--string-to-number "1,3-5") > used to return nil, but now it returns 1.* This should be fixed now in master, as of 15a6836e4, it will be in Org 9.4.

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-05-21 Thread Bastien
Hi Kyle, Kyle Meyer writes: > Daniel Kraus writes: > >> Just want to say that I'm (like everyone else who uses the Emacs >> `native-comp` branch >> with org-mode from master) are also affected by this and >> would appreciate if this can be merged. > > I'll plan to bring that commit into

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-05-11 Thread Carsten Dominik
Strange. I did pull and compile, to no avail. I will check. Carsten On Mon, May 11, 2020 at 4:27 PM Kyle Meyer wrote: > Carsten Dominik writes: > > > I just tried to archive something and hit again the issue that > > org-get-outline-paths undefined. Is there a specific holdup why this > >

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-05-11 Thread Kyle Meyer
Carsten Dominik writes: > I just tried to archive something and hit again the issue that > org-get-outline-paths undefined. Is there a specific holdup why this > function has not been moved back into org.el? org-get-outline-path was moved back to org.el in 3c3194113 (2020-04-26). % git

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-05-11 Thread Carsten Dominik
Hi everyone, I just tried to archive something and hit again the issue that org-get-outline-paths undefined. Is there a specific holdup why this function has not been moved back into org.el? Thanks Carsten On Thu, Feb 27, 2020 at 3:02 PM Kaushal Modi wrote: > Hello, > > I recently updated

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-04-28 Thread Bastien
Hi Kyle and everyone, thanks for taking care of this issue. I have taken two days off on thursday and friday to be able to contribute to fixing remaining issues before 9.4. Best, -- Bastien

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-04-25 Thread Kyle Meyer
Kyle Meyer writes: > I'll plan to bring that commit into master tomorrow. We can > reevaluate/rework the change if needed when Bastien is back in action. Done with 3c31941139ed6de14aebee950141dabbd7c0b468.

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-04-24 Thread Kyle Meyer
Daniel Kraus writes: > Just want to say that I'm (like everyone else who uses the Emacs > `native-comp` branch > with org-mode from master) are also affected by this and > would appreciate if this can be merged. I'll plan to bring that commit into master tomorrow. We can reevaluate/rework the

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-04-24 Thread Carsten Dominik
On Fri, Feb 28, 2020 at 1:04 AM Adam Porter wrote: > 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.

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-04-24 Thread Daniel Kraus
Hi! Kyle Meyer writes: > Despite being sympathetic to any attempt to break up org.el, I agree > that it'd be good to move the outline path functionality back. Also, > there are a number of loading issues related to the org-refile move, > which can be seen by running `make single'. > > I've

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-04-15 Thread Kyle Meyer
Adam Porter writes: > 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

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-03-05 Thread Kaushal Modi
On Thu, Mar 5, 2020 at 9:04 AM Bastien wrote: > Hi Kaushal, > > Kaushal Modi writes: > > > I'm just pinging again on this thread to bring it to attention. > > I'm reading the list but I didn't find the time to reply to the > threads yet, I'll get back to this. > > Thanks, > Thanks, no hurry. I

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-03-05 Thread Bastien
Hi Kaushal, Kaushal Modi writes: > I'm just pinging again on this thread to bring it to attention. I'm reading the list but I didn't find the time to reply to the threads yet, I'll get back to this. Thanks, -- Bastien

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-03-05 Thread Kaushal Modi
Hello, I'm just pinging again on this thread to bring it to attention. Thanks. Kaushal

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-02-27 Thread Adam Porter
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 >

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-02-27 Thread Kaushal Modi
On Thu, Feb 27, 2020 at 9:13 AM Kaushal Modi wrote: > The regression is caused by > https://code.orgmode.org/bzg/org-mode/commit/6b2a7cb20b357e730de151522fe4204c96615f98 > or the later commit that changes `org-babel--string-to-number'. > > Using this function redefinition with additional debug

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-02-27 Thread Kaushal Modi
On Thu, Feb 27, 2020 at 9:00 AM Kaushal Modi wrote: > Failure 2: Change in parsing of org babel header arguments. > > The relevant snippet where I parse the header arguments in ox-hugo.el is > at >

Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-02-27 Thread Kaushal Modi
Hello, I recently updated to the latest org-mode master and it is failing ox-hugo[1] build and tests at 2 places. 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