branch: externals/compat
commit fe591aa09fe96e72e5018e45798ce52bc037e339
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@posteo.net>

    Remove unnecessary decoration from NEWS.org export
    
    For the exported text to focus on the necessary information, we strip
    away everything that is not useful.  This includes the table of
    contents (since we are only interested in a single heading), numbering
    of heading (same reason) and the authorship.  We also remove the
    "#+title" to avoid rendering a double-title at no advantage.
---
 NEWS.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index b088373bdf..b10c5259f5 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,5 +1,5 @@
-#+title: compat.el - Changelog
-#+link:  compat https://todo.sr.ht/~pkal/compat/
+#+link:    compat https://todo.sr.ht/~pkal/compat/
+#+options: toc:nil num:nil author:nil
 
 * Development
 

Reply via email to