branch: externals/listen
commit f212d1c5bd95b534a9ba1a0056a00b9f901c437f
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Docs: Tidy readme
---
README.org | 16 +++++++++++++++-
docs/README.org | 8 ++++----
2 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index 446bff86fb..0ef85c6343 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,4 @@
-# Created 2024-03-13 Wed 23:15
+#+options: broken-links:t *:t num:1 toc:1 author:nil timestamp:nil
#+title: listen.el
#+export_file_name: listen.texi
#+texinfo_dir_category: Emacs
@@ -19,6 +19,20 @@ A simple "library" view is provided that shows a list of
files organized into a
Note a silly limitation: a track may be present in a queue only once (but who
would want to have a track more than once in a playlist).
+* Contents
+:CONTENTS:
+- [[#screenshots][Screenshots]]
+- [[#installation][Installation]]
+- [[#configuration][Configuration]]
+- [[#usage][Usage]]
+- [[#changelog][Changelog]]
+- [[#development][Development]]
+:END:
+
+* Screenshots
+
+[[file:images/screenshot-modus-vivendi-tinted.png]]
+
* Installation
*Requirements:*
diff --git a/docs/README.org b/docs/README.org
index f6ce7653e1..00eac1fc8e 100644
--- a/docs/README.org
+++ b/docs/README.org
@@ -1,6 +1,7 @@
#+title: listen.el
# NOTE: It would be preferable to put these at the bottom of the file under
the export options heading, but it seems that "TEXINFO_DIR_CATEGORY" only works
at the top of the file.
+#+OPTIONS: broken-links:t *:t num:1 toc:1 author:nil timestamp:nil
#+EXPORT_FILE_NAME: listen.texi
#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: Listen: (listen)
@@ -21,11 +22,12 @@ A simple "library" view is provided that shows a list of
files organized into a
Note a silly limitation: a track may be present in a queue only once (but who
would want to have a track more than once in a playlist).
-* Contents :noexport:
+* Contents
:PROPERTIES:
:TOC: :include siblings :depth 0 :force (depth) :ignore (this) :local
(nothing)
:END:
:CONTENTS:
+- [[#screenshots][Screenshots]]
- [[#installation][Installation]]
- [[#configuration][Configuration]]
- [[#usage][Usage]]
@@ -33,7 +35,7 @@ Note a silly limitation: a track may be present in a queue
only once (but who wo
- [[#development][Development]]
:END:
-* Screenshots :noexport:
+* Screenshots
[[file:images/screenshot-modus-vivendi-tinted.png]]
@@ -350,8 +352,6 @@ Listen.el is published in GNU ELPA and is considered part
of GNU Emacs. Therefo
# Copied from org-super-agenda's readme, in which much was borrowed from Org's
=org-manual.org=.
-#+OPTIONS: broken-links:t *:t num:1 toc:1 author:nil
-
** Macros
#+MACRO: command-binding ~$1~ (~$2~)