Re: `#+author:' stopped setting the author to empty string

2020-05-20 Thread Kaushal Modi
On Tue, May 19, 2020 at 8:38 PM Kyle Meyer wrote: > Nicolas Goaziou writes: > > > At first glance, it looks harmless. If the test suite passes, we can > > apply it. > > The test suite does pass with the change. Pushed, along with a > regression test (962b8e765). > Thank you for the debug and

Re: `#+author:' stopped setting the author to empty string

2020-05-19 Thread Kyle Meyer
Nicolas Goaziou writes: > At first glance, it looks harmless. If the test suite passes, we can > apply it. The test suite does pass with the change. Pushed, along with a regression test (962b8e765). Thanks.

Re: `#+author:' stopped setting the author to empty string

2020-05-19 Thread Kaushal Modi
On Mon, May 18, 2020 at 7:30 PM Kyle Meyer wrote: > > It bisects to b4e91b7e9 (New function: org-collect-keywords, > 2020-04-26). I haven't done much digging, but I was able to restore the > behavior with the change below, which may be a bad idea for other > reasons. > Thanks for that bisect!

Re: `#+author:' stopped setting the author to empty string

2020-05-19 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > It bisects to b4e91b7e9 (New function: org-collect-keywords, > 2020-04-26). I haven't done much digging, but I was able to restore the > behavior with the change below, which may be a bad idea for other > reasons. > > diff --git a/lisp/org.el b/lisp/org.el > index

Re: `#+author:' stopped setting the author to empty string

2020-05-18 Thread Kyle Meyer
Kaushal Modi writes: > At some point in the past month or so, I have noticed that on Org master, > #+author: does not set the author to empty in the exports. > > Simply example to reproduce: Thanks for the minimal example. > I looked through the commits on master in the past month, but I don't

Re: `#+author:' stopped setting the author to empty string

2020-05-18 Thread Julius Müller
Am 18.05.20 um 15:57 schrieb Kaushal Modi: > I looked through the commits on master in the past month, but I don't > see any author-specific change that would affect *all* the exporter > backends. > > Can anyone else reproduce this issue? Same observation here (org master from about a week ago,

`#+author:' stopped setting the author to empty string

2020-05-18 Thread Kaushal Modi
Hello, At some point in the past month or so, I have noticed that on Org master, #+author: does not set the author to empty in the exports. Simply example to reproduce: = #+author: Test = Run C-c C-e t A Expected output: = Table of Contents _ Test =