Fix regexp quoting in +default/search-notes-for-symbol-at-point
This commit is contained in:
parent
9113eab65a
commit
e47d357e56
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ If prefix ARG is set, prompt for a known project to search from."
|
||||||
"Conduct a text search in the current project for symbol at point. If prefix
|
"Conduct a text search in the current project for symbol at point. If prefix
|
||||||
ARG is set, prompt for a known project to search from."
|
ARG is set, prompt for a known project to search from."
|
||||||
(interactive
|
(interactive
|
||||||
(list (thing-at-point 'symbol t)))
|
(list (rxt-quote-pcre (or (thing-at-point 'symbol t) ""))))
|
||||||
(require 'org)
|
(require 'org)
|
||||||
(let ((default-directory org-directory))
|
(let ((default-directory org-directory))
|
||||||
(+default/search-project-for-symbol-at-point
|
(+default/search-project-for-symbol-at-point
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue