Docs: Add custom predicate tutorial

This commit is contained in:
Adam Porter 2020-11-23 00:05:52 -06:00
parent b1008d0c52
commit b8cbe36fb3
2 changed files with 310 additions and 0 deletions

View file

@ -5,6 +5,7 @@
:TOC: :include siblings :ignore this
:END:
:CONTENTS:
- [[#custom-predicates][Custom predicates]]
- [[#agenda-like-view][Agenda-like view]]
- [[#entries-from-the-past-week][Entries from the past week]]
- [[#find-entries-matching-a-certain-custom_id][Find entries matching a certain CUSTOM_ID]]
@ -18,6 +19,10 @@
- [[#task-list-for-files-in-subdirectories][Task list for files in subdirectories]]
:END:
* Custom predicates
+ [[file:examples/defpred.org][Custom predicate tutorial]]
* Agenda-like view
Show an agenda-like view, similar to a "traditional" Org Agenda with Log Mode turned on.