From fe591aa09fe96e72e5018e45798ce52bc037e339 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sat, 4 Mar 2023 12:36:40 +0100 Subject: 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 b088373..b10c525 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 -- cgit v1.0