Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use expand-file-name rather than concat with org-directory #58

Open
emacs18 opened this issue Dec 28, 2018 · 0 comments
Open

use expand-file-name rather than concat with org-directory #58

emacs18 opened this issue Dec 28, 2018 · 0 comments

Comments

@emacs18
Copy link

emacs18 commented Dec 28, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant