Closed jingxuanlim closed 2 years ago
Sorry, I realized my mistake. I didn't read the documentation and just tried to copy someone else's config without also fully understanding what the behavior of their config is. Setting org-noter-notes-window-location
to horizontal-split
fixed it for me.
Hello. I just tried to implement a journal article note-taking workflow that I read about in this guide. Whenever I start
M-x org-noter
from an org file, I expect my frame to be split into two windows. However, a new frame is created. This is unexpected behavior, as I understand that settingorg-noter-always-create-frame
tonil
should prevent this.Here's what I think is the relevant block of code (taken straight from the tutorial).
Not sure if this is relevant, but I'm running Ubuntu 20.04 on WSL2 and forwarding GUI Emacs via VcXsrv.
Any help from anyone would be appreciated. Thanks!