From 9c45a020c18c8382f014244afcfdf884f2136f90 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Tue, 13 Aug 2019 22:23:23 -0500 Subject: [PATCH] Docs: Update example --- examples.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.org b/examples.org index f48f8bb..d63e222 100644 --- a/examples.org +++ b/examples.org @@ -53,7 +53,7 @@ This defines a simple list of stored views and a command to easily access them w ;; Formatting isn't required, but it looks better in the header than a struct. ts-format))) (org-ql-search (org-agenda-files) - `(,type :from ,from :to ,(ts-now))))) + `(,type :from ,from :to ,(ts-format (ts-now)))))) ;; Show entries with any timestamp from last 7 days: (org-ql-agenda-last-days 7)