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

(fix): links not displayed properly in org-roam-buffer #2236

Merged
merged 1 commit into from Jul 23, 2022
Merged

(fix): links not displayed properly in org-roam-buffer #2236

merged 1 commit into from Jul 23, 2022

Conversation

ntharim
Copy link
Contributor

@ntharim ntharim commented Jul 18, 2022

Closes #2228.

Motivation for this change

org-fold was recently implemented in Org Mode. The default org-fold-core-style is text-properties, which causes links to be displayed incorrectly as reported in #2228. Switching to the overlays style fixes this.

(My current org is pinned to emacs-straight/org-mode@e9da29b).

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.

Links not displayed properly in org-roam-buffer
2 participants