From 8eb0e5e7ff6695bb9845f2026e27c05b0dfd16c1 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sat, 3 Aug 2024 22:19:53 +0200 Subject: [PATCH] Show formats in tabular form --- README.org | 6 ++++-- elfeed-export.info | 11 ++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 7210eeb..b5a49ae 100644 --- a/README.org +++ b/README.org @@ -9,8 +9,10 @@ The following export formats are currently supported: -- JSON with the ~elfeed-export-to-json-file~ command. -- Emacs Lisp Data (*.eld) with the ~elfeed-export-to-lisp-file~ command. +| Format | Command | +|-------------------------+----------------------------| +| JSON | ~elfeed-export-to-json-file~ | +| Emacs Lisp Data (*.eld) | ~elfeed-export-to-lisp-file~ | * Installation diff --git a/elfeed-export.info b/elfeed-export.info index 82649eb..b56a1de 100644 --- a/elfeed-export.info +++ b/elfeed-export.info @@ -24,9 +24,10 @@ Emacs (https://github.com/skeeto/elfeed). The following export formats are currently supported: - • JSON with the ‘elfeed-export-to-json-file’ command. - • Emacs Lisp Data (*.eld) with the ‘elfeed-export-to-lisp-file’ - command. +Format Command +--------------------------------------------------------- +JSON ‘elfeed-export-to-json-file’ +Emacs Lisp Data (*.eld) ‘elfeed-export-to-lisp-file’  File: elfeed-export.info, Node: Installation, Next: Configuration, Prev: Introduction, Up: Top @@ -64,8 +65,8 @@ elfeed-export-predicates Entries that match all of these predicates are expo Tag Table: Node: Top87 Node: Introduction251 -Node: Installation699 -Node: Configuration1104 +Node: Installation759 +Node: Configuration1164  End Tag Table