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): fall back to org-id search ID face computation #1195

Merged
merged 2 commits into from
Oct 19, 2020
Merged

Conversation

jethrokuan
Copy link
Member

@jethrokuan jethrokuan commented Oct 19, 2020

Fixes the scenario where the face is reported as invalid although it is part of Org's ID files (e.g. in the agenda).

Fixes #1191.

This can however slow face computation a lot (when there are many org id/agenda files). Here, we choose to focus on correctness. To mitigate this issue, we change the default scope of application of the face to Org-roam notes only.

Fixes the scenario where the face is reported as invalid although it is
part of Org's ID files (e.g. in the agenda).

Fixes #1191.

This can however slow face computation a lot (when there are many org
id/agenda files). Here, we choose to focus on correctness.
@jethrokuan jethrokuan merged commit 5d483f2 into master Oct 19, 2020
@jethrokuan jethrokuan deleted the fix/id-face branch October 19, 2020 05:47
(const :tag "Apply custom faces everywhere" everywhere)
(const :tag "Do not apply custom faces" nil))
(const :tag "Use custom faces inside Org-roam notes" t)
(const :tag "Apply custom faces everywhere" everywhere)
Copy link
Contributor

Choose a reason for hiding this comment

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

I didn't know about everywhere option. Thanks for adding information to docs!

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 using org-id are displayed as broken by org-roam
2 participants