Docs: Fix outdated example
This commit is contained in:
parent
e1c55b5568
commit
317b2ec1b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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=
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue