fix(emacs): grammar

This commit is contained in:
Pavel Korytov 2023-02-13 18:38:57 +03:00
parent 45cc0e249d
commit 5ec42f4356

View file

@ -4780,14 +4780,14 @@ A set of keybindings to quickly access things in Org Roam.
"C-c i" 'org-roam-node-insert)) "C-c i" 'org-roam-node-insert))
#+end_src #+end_src
**** Backlinks count display **** Backlinks count display
Occasionally I want to see how much backlinks does a particular page have. Occasionally I want to see how many backlinks a particular page has.
This idea came to my mind because I occasionally write a note in the following form: This idea came to my mind because I often write a note in the following form:
#+begin_example #+begin_example
According to <This Person>, <some opinion> According to <This Person>, <some opinion>
#+end_example #+end_example
And I have a note called =#Personalities=, which looks like that: And I have a note called =#Personalities= that looks like that:
#+begin_example #+begin_example
Philosophers: Philosophers:
- <This Person> - <This Person>
@ -4796,7 +4796,7 @@ Philosophers:
... ...
#+end_example #+end_example
So I'm curious to see how many notes do I have linked to each: So I'm curious to see how many notes I have linked to each:
#+begin_example #+begin_example
Philosophers: Philosophers:
- <This Person> [30] - <This Person> [30]