#+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 "\\_