From 98ef5835e7bb995ac786a886e549bcb748596d16 Mon Sep 17 00:00:00 2001 From: jethrokuan Date: Thu, 1 Oct 2020 04:30:38 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=206759b?= =?UTF-8?q?ee56b381d6f3148ee03493c82a4277efb4e=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manual/FAQ.html | 2 + ...dy-matches-one-of-the-candidates_003f.html | 91 +++++++++++++++++++ ...-do-I-migrate-from-Roam-Research_003f.html | 6 +- manual/index.html | 3 + org-roam.org | 11 +++ org-roam.texi | 18 ++++ 6 files changed, 128 insertions(+), 3 deletions(-) create mode 100644 manual/How-do-I-create-a-note-whose-title-already-matches-one-of-the-candidates_003f.html diff --git a/manual/FAQ.html b/manual/FAQ.html index 55846af..37b3716 100644 --- a/manual/FAQ.html +++ b/manual/FAQ.html @@ -74,6 +74,8 @@ Previous: How do I migrate from Roam Research?:   +• How do I create a note whose title already matches one of the candidates?:   + diff --git a/manual/How-do-I-create-a-note-whose-title-already-matches-one-of-the-candidates_003f.html b/manual/How-do-I-create-a-note-whose-title-already-matches-one-of-the-candidates_003f.html new file mode 100644 index 0000000..5462db3 --- /dev/null +++ b/manual/How-do-I-create-a-note-whose-title-already-matches-one-of-the-candidates_003f.html @@ -0,0 +1,91 @@ + + + + + + +How do I create a note whose title already matches one of the candidates? (Org-roam User Manual) + + + + + + + + + + + + + + + + + + +
+

+Previous: , Up: FAQ   [Contents]

+
+
+ +

20.3 How do I create a note whose title already matches one of the candidates?

+ +

This situation arises when, for example, one would like to create a note titled +“bar” when “barricade” already exists. +

+

The solution is dependent on the mini-buffer completion framework in use. Here +are the solutions: +

+
+
Ivy
+

call ivy-immediate-done, typically bound to C-M-j. Alternatively, set ivy-use-selectable-prompt to t, so that “bar” is now selectable. +

+
Helm
+

Org-roam should provide a selectable “[?] bar” candidate at the top of the candidate list. +

+
+ +

Emacs 28.0.50 (Org mode 9.4) +

+ + + + diff --git a/manual/How-do-I-migrate-from-Roam-Research_003f.html b/manual/How-do-I-migrate-from-Roam-Research_003f.html index ae1baf6..4582de5 100644 --- a/manual/How-do-I-migrate-from-Roam-Research_003f.html +++ b/manual/How-do-I-migrate-from-Roam-Research_003f.html @@ -25,6 +25,7 @@ General Public License for more details. +