1
0
Fork 0

Add info file

This commit is contained in:
Bram Schoenmakers 2024-08-03 22:15:08 +02:00
parent c4d73622cd
commit e730c75351
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

75
elfeed-export.info Normal file
View file

@ -0,0 +1,75 @@
This is elfeed-export.info, produced by makeinfo version 7.1 from
elfeed-export.texi.

File: elfeed-export.info, Node: Top, Next: Introduction, Up: (dir)
elfeed-export
*************
* Menu:
* Introduction::
* Installation::
* Configuration::

File: elfeed-export.info, Node: Introduction, Next: Installation, Prev: Top, Up: Top
1 Introduction
**************
_elfeed-export_ exports your feed entries from the elfeed RSS reader for
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.

File: elfeed-export.info, Node: Installation, Next: Configuration, Prev: Introduction, Up: Top
2 Installation
**************
_elfeed-export_ is not on MELPA, therefore clone the directory first:
git clone https://codeberg.org/bram85/elfeed-export.git
Then configure the package as follows:
(use-package elfeed-export
:ensure nil
:load-path "/path/to/elfeed-export")

File: elfeed-export.info, Node: Configuration, Prev: Installation, Up: Top
3 Configuration
***************
The following table shows the customizable settings for _elfeed-export_:
Custom variable Description
----------------------------------------------------------------------------------------------------
elfeed-export-exclude-tags Do not export entries that have any of these tags.
elfeed-export-fields Which fields to export per entry and a function to obtain the value.
elfeed-export-include-tags Export entries that have any of these tags.
elfeed-export-predicates Entries that match all of these predicates are exported.

Tag Table:
Node: Top87
Node: Introduction251
Node: Installation699
Node: Configuration1104

End Tag Table

Local Variables:
coding: utf-8
End: