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
=====

Observed output:


=====
<value of user-full-name>

Table of Contents
_________________




Test
=====

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?

--
Kaushal Modi