1
0
Fork 0

Show formats in tabular form

This commit is contained in:
Bram Schoenmakers 2024-08-03 22:19:53 +02:00
parent e730c75351
commit 8eb0e5e7ff
Signed by: bram
GPG key ID: 0CCD19DFDC63258F
2 changed files with 10 additions and 7 deletions

View file

@ -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

View file

@ -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