From c4d73622cd5e397288a9ca020ee107deabdcc723 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sat, 3 Aug 2024 22:11:33 +0200 Subject: [PATCH] Add README --- README.org | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..7210eeb --- /dev/null +++ b/README.org @@ -0,0 +1,69 @@ +#+title: elfeed-export +#+author: Bram Schoenmakers +#+export_file_name: elfeed-export.info +#+property: header-args:elisp :results none :exports code + +* Introduction + +/elfeed-export/ exports your feed entries from the [[https://github.com/skeeto/elfeed][elfeed RSS reader for Emacs]]. + +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. + +* 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: + +#+begin_src elisp + (use-package elfeed-export + :ensure nil + :load-path "/path/to/elfeed-export") +#+end_src + +* Configuration + +The following table shows the customizable settings for /elfeed-export/: + +#+begin_src emacs-lisp :exports results :results table :colnames '("Custom variable" "Description") + (let ((rows)) + (mapatoms + (lambda (symbol) + (when (and (string-match "\\_