From becc384b97f44b9889f50a0cd547b882698dc6d1 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 20 Nov 2021 16:54:44 +0100 Subject: add examples of how to use with Orgzly --- README.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.org b/README.org index 20d7e93..9fc9dd2 100644 --- a/README.org +++ b/README.org @@ -21,6 +21,18 @@ Next, create your reading list file =my_reading_list.org= and open it in Emacs. Finally, call the =bibli-paris/import-from-csv= function with argument the path to =Export.csv=. +** Using with Orgzly + +To use the Orgzly mobile app with a reading list, the following searches may be useful. + +| Name | Query | +|--------------------------------+---------------------------------------------------------------------------| +| To borrow | =b.my_reading_list .i.DONE s.None .o.st= | +| To book | =b.my_reading_list (i.TODO OR i.NEXT) s.ge.-100y .o.st= | +| To book at the central reserve | =b.my_reading_list (i.TODO OR i.NONE) t.RéserveCentrale s.ge.-100y .o.st= | +| Booked | =b.my_reading_list i.BOOKED .o.st= | + + * Commands The following commands are available. -- cgit v1.2.3