Alan Schmitt <alan.schm...@polytechnique.org> writes: > So you are correct the footnote applies to the text search. However, I > think is also applies to the headline search (as suggested by the second > line of the snippet). In other words, if I search for > > file:projects.org::*Headline > > with `org-link-search-must-match-exact-headline' set to > 'query-to-create, then I will be asked to create a headline. > > Should I add a footnote to that effect?
Sure. While you're at it, it should be @code{query-to-create}, not @code{'query-to-create}. Also, `org-link-search-must-match-exact-headline' docstring could be improved: "When nil, the link..." doesn't apply to "*headline" type paths. Thanks.