Skip to content

Commit f76c1ba

Browse files
Update examples.org
1 parent 3f8cdb4 commit f76c1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Then using the following code:
248248
#+BEGIN_SRC elisp
249249
(setq org-agenda-custom-commands
250250
'(("u" "My Agenda"
251-
((org-ql-block '(and (todo ) (ancestors "Projects"))
251+
((org-ql-block '(and (todo) (ancestors "Projects"))
252252
((org-ql-block-header "Projects")
253253
(org-super-agenda-groups '((:auto-parent t)))))))))
254254
#+END_SRC

0 commit comments

Comments
 (0)