Docs: Fix outdated example

This commit is contained in:
Enis OEZGEN 2020-01-02 14:34:12 +01:00 committed by Adam Porter
parent e1c55b5568
commit 317b2ec1b7

View file

@ -68,7 +68,7 @@ Show entries that have any timestamp within the past week. Group by date using
'(ts :from -7 :to today) '(ts :from -7 :to today)
:title "Recent Items" :title "Recent Items"
:sort '(date priority todo) :sort '(date priority todo)
:groups '((:auto-ts t))) :super-groups '((:auto-ts t)))
#+END_SRC #+END_SRC
* Find entries matching a certain =CUSTOM_ID= * Find entries matching a certain =CUSTOM_ID=