Skip to content

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

@emacs18

Description

@emacs18

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions