From c19cc4d6d21b2a4c41eb4738d316eed527377732 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Tue, 23 Jul 2019 19:16:10 -0500 Subject: [PATCH] Docs: (README.org) Remove Predicates from ToC --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 693c7f1..8c3c1f7 100644 --- a/README.org +++ b/README.org @@ -16,7 +16,6 @@ - [[#usage][Usage]] - [[#commands][Commands]] - [[#queries][Queries]] - - [[#predicates][Predicates]] - [[#functions--macros][Functions / Macros]] - [[#changelog][Changelog]] - [[#notes][Notes]] @@ -105,6 +104,9 @@ Here's an example of using it to generate an agenda-like view for certain files A query is a lisp form which may contain arbitrary lisp forms, as well as certain built-in predicates. It is byte-compiled into a predicate function which is tested with point on each heading in an Org buffer; when it returns non-nil, the heading matches the query. *** Predicates +:PROPERTIES: +:TOC: ignore +:END: Arguments are listed next to predicate names, where applicable.