From 53945ab7688f686a58fce03a367e966da565b97e Mon Sep 17 00:00:00 2001 From: Daniel Fleischer Date: Sat, 2 Jul 2022 18:12:28 +0300 Subject: [PATCH] Update README Having a working example with property lists, similar to #24. I missed the README, sorry. --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 642c2d3..8f8e073 100644 --- a/README.org +++ b/README.org @@ -26,12 +26,12 @@ For instance, here's a subset of my scoring file at the moment: ;;; Elfeed score file -*- lisp -*- (("title" (:text "OPEN THREAD" :value -1000 :type S) - (:text "raymond c\\(hen\\)?" :value 250 :type r) :tags (t .(@dev))) + (:text "raymond c\\(hen\\)?" :value 250 :type r :tags (t . @dev)) ("content" (:text "type erasure" :value 500 :type s)) ("title-or-content" - (:text "california" 150 100 :type s) - (:text "china" 150 100 :type w)) + (:text "california" :title-value 150 :content-value 100 :type s) + (:text "china" :title-value 150 :content-value 100 :type w)) ("feed" (:text "Essays in Idleness" :value 250 :type S :attr t) (:text "Irreal" :value 250 :type S :attr t)