diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2023-03-04 12:36:40 +0100 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2023-03-04 12:36:40 +0100 |
| commit | fe591aa09fe96e72e5018e45798ce52bc037e339 (patch) | |
| tree | cab3d5bb0d14875ecf98fa0e7a214dd81793db9b /NEWS.org | |
| parent | 0ec09b94d1aab6491c6e2637c6273b9a08a12615 (diff) | |
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.
Diffstat (limited to 'NEWS.org')
| -rw-r--r-- | NEWS.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
