emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Kaushal Modi
Subject: `#+author:' stopped setting the author to empty string
Date: Mon, 18 May 2020 09:57:45 -0400

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]