nobiot / Zero-to-Emacs-and-Org-roam

Step by step guide from zero to installing and setting up Emacs and Org-roam on Windows 10
Other
627 stars 47 forks source link

30.Set-up-Org-roam.md - Reference to M-h e #7

Closed pajot closed 3 years ago

pajot commented 3 years ago

In the section Set-up Org-roam, there is this line:

Now you can save this. Let's quit Emacs and relaunch it. Once you see the start screen, invoke M-h e to view "echo message." Do you notice the two files and one link you created earlier have been added to Org-roam's database?

By default, M-h is bound to mark-paragraph, so "M-h e" just types 'e' into the active buffer. Screenshot_20201217_162421 Another custom configuration I've missed, perhaps?

nobiot commented 3 years ago

oh thanks! no you didn't miss anything. it's me. it should be C-h e, not M-h e. I'll fix this. thank you for pointing it out.

nobiot commented 3 years ago

9 fixes this incorrect reference. Thank you for the PR.