You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest that the setup instruction be modified. Rather than
(concat org-directory "notes.org")
I think following should be used
(expand-file-name "notes.org" org-directory)
The latter works whether or not the value of org-directory has trailing slash.
On my emacs 27, the default value of this is "~/org" without a trailing slash.