Skip to content

Commit 6ec7323

Browse files
committed
refact: renamed property to link
1 parent c632500 commit 6ec7323

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

org-ql-search.el

+3-2
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,9 @@ Valid parameters include:
296296
:ts-format Optional format string used to format
297297
timestamp-based columns.
298298
299-
:not-links Optional boolean. If non-nil, don't make headings
300-
into links.
299+
:link Optional flag. Defaults to `t`. When non-nil, links
300+
are displayed as links, otherwise they are displayed
301+
as plain text.
301302
302303
For example, an org-ql dynamic block header could look like
303304
this (must be a single line in the Org buffer):

0 commit comments

Comments
 (0)