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

(bugfix): propagate org-roam-directory to temp buffers #275

Merged
merged 4 commits into from
Mar 11, 2020
Merged

(bugfix): propagate org-roam-directory to temp buffers #275

merged 4 commits into from
Mar 11, 2020

Conversation

herbertjones
Copy link
Contributor

Motivation for this change

Fixes rebuilding the database and creating the graph when org-roam-directory is overridden by .dir-locals.el.

org-roam.el Outdated Show resolved Hide resolved
org-roam.el Outdated Show resolved Hide resolved
org-roam.el Outdated Show resolved Hide resolved
org-roam.el Outdated
@@ -426,8 +426,8 @@ https://github.com/kaushalmodi/ox-hugo/blob/a80b250987bc770600c424a10b3bca6ff728
ret)))

(defmacro org-roam--with-temp-buffer (&rest body)
"Call \"with-temp-buffer\", propagating \"org-roam-directory\"
to the temp buffer."
"Call `with-temp-buffer`, propagating `org-roam-directory` to
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the closing quote is a single quote, you should see a difference in the syntax highlight.

@jethrokuan jethrokuan merged commit f856bef into org-roam:develop Mar 11, 2020
@jethrokuan
Copy link
Member

Thanks! @herbertjones develop branch is going away, because MELPA builds master.

@herbertjones herbertjones deleted the propagate_org_roam_directory_temp_buf branch October 14, 2020 16:08
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

Successfully merging this pull request may close these issues.

None yet

2 participants