Add: (link) predicate

This commit is contained in:
Adam Porter 2020-02-23 22:58:08 -06:00
parent 5d720b9fc3
commit 9a56141f6c
5 changed files with 204 additions and 22 deletions

View file

@ -381,6 +381,12 @@ Arguments are listed next to predicate names, where applicable.
Matches if heading level is equal to or between NUMBERs. (level
COMPARATOR NUMBER): Matches if heading level compares to NUMBER
with COMPARATOR. COMPARATOR may be <, <=, >, or >=.
link (&optional description-or-target &key description target regexp-p)
Return non-nil if current heading contains a link matching
arguments. DESCRIPTION-OR-TARGET is matched against the links
description and target. Alternatively, one or both of
DESCRIPTION and TARGET may be matched separately. Without
arguments, return non-nil if any link is found.
outline-path (&rest strings)
Return non-nil if current nodes outline path matches all of
STRINGS. Each string may appear as a substring in any part of
@ -732,6 +738,8 @@ File: README.info, Node: 05-pre, Next: 041, Up: Changelog
*Added*
• View dispatcher using transient.el (like Magit), bound to v in
search/view buffers.
• Predicate link, which matches descriptions and targets in Org
links.
*Changed*
• Binding to refresh search/view buffers changed to r.
@ -1105,27 +1113,27 @@ Node: org-ql-sparse-tree7044
Node: Queries7844
Node: Non-sexp query syntax8752
Node: General predicates10459
Node: Ancestor/descendant predicates15266
Node: Date/time predicates16394
Node: Functions / Macros19049
Node: Agenda-like views19282
Node: Listing / acting-on results20687
Node: Changelog25289
Node: 05-pre25853
Node: 04126121
Node: 0426363
Node: 03230294
Node: 03130671
Node: 0330866
Node: 02333839
Node: 02234065
Node: 02134331
Node: 0234528
Node: 0138563
Node: Notes38664
Node: Comparison with Org Agenda searches38826
Node: org-sidebar39698
Node: License39977
Node: Ancestor/descendant predicates15674
Node: Date/time predicates16802
Node: Functions / Macros19457
Node: Agenda-like views19690
Node: Listing / acting-on results21095
Node: Changelog25697
Node: 05-pre26261
Node: 04126610
Node: 0426852
Node: 03230783
Node: 03131160
Node: 0331355
Node: 02334328
Node: 02234554
Node: 02134820
Node: 0235017
Node: 0139052
Node: Notes39153
Node: Comparison with Org Agenda searches39315
Node: org-sidebar40187
Node: License40466

End Tag Table