diff --git a/README.org b/README.org index a6e0d62..64c3acb 100644 --- a/README.org +++ b/README.org @@ -64,7 +64,7 @@ The following table shows the customizable settings for /elfeed-export/: Which fields are exported can be configured with the ~elfeed-export-fields~ variable. You may want to remove certain fields from the default, or add new fields. The variable is an alist, each element has a symbol in the car for the column name, and a function in the cdr to retrieve a value. -Some elfeed extensions supplement the elfeed index with their data, such as elfeed-score. To add a field to the export which shows the score per entry, add the following in your configuration file: +Some elfeed extensions supplement the elfeed index with their data, such as [[https://github.com/sp1ff/elfeed-score][elfeed-score]]. To add a field to the export which shows the score per entry, add the following in your configuration file: #+begin_src elisp (add-to-list 'elfeed-export-fields @@ -72,7 +72,7 @@ Some elfeed extensions supplement the elfeed index with their data, such as elfe t) #+end_src -Likewise, if you use elfeed-annotate, you can export annotations as follows: +Likewise, if you use [[https://github.com/rnadler/elfeed-curate][elfeed-curate]], you can export annotations as follows: #+begin_src elisp (add-to-list 'elfeed-export-fields diff --git a/elfeed-export.info b/elfeed-export.info index bcfa1a0..3d9aae4 100644 --- a/elfeed-export.info +++ b/elfeed-export.info @@ -86,15 +86,17 @@ element has a symbol in the car for the column name, and a function in the cdr to retrieve a value. Some elfeed extensions supplement the elfeed index with their data, -such as elfeed-score. To add a field to the export which shows the -score per entry, add the following in your configuration file: +such as elfeed-score (https://github.com/sp1ff/elfeed-score). To add a +field to the export which shows the score per entry, add the following +in your configuration file: (add-to-list 'elfeed-export-fields '(score . elfeed-score-scoring-get-score-from-entry) t) - Likewise, if you use elfeed-annotate, you can export annotations as -follows: + Likewise, if you use elfeed-curate +(https://github.com/rnadler/elfeed-curate), you can export annotations +as follows: (add-to-list 'elfeed-export-fields '(annotation . elfeed-curate-get-entry-annotation) @@ -128,7 +130,7 @@ Node: Introduction357 Node: Installation865 Node: Configuration1270 Node: Customize export fields2004 -Node: Customize entry filters3020 +Node: Customize entry filters3101  End Tag Table