From e730c75351de5371839d99336b190051455ffe08 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sat, 3 Aug 2024 22:15:08 +0200 Subject: [PATCH] Add info file --- elfeed-export.info | 75 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 elfeed-export.info diff --git a/elfeed-export.info b/elfeed-export.info new file mode 100644 index 0000000..82649eb --- /dev/null +++ b/elfeed-export.info @@ -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: