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

org-transclusion-fringe does not display in doom emacs #252

Open
osheari1 opened this issue Sep 10, 2024 · 0 comments · May be fixed by #253
Open

org-transclusion-fringe does not display in doom emacs #252

osheari1 opened this issue Sep 10, 2024 · 0 comments · May be fixed by #253

Comments

@osheari1
Copy link

When settings the fringe variables, the source frindge displays correctly, however the transclusion fringe does not.

(custom-set-faces! '(org-transclusion-fringe
                     :forground "#ebf6fa"
                     :background "#ebf6fa"))
(custom-set-faces! '(org-transclusion-source-fringe
                     :forground "#ebf6fa"
                     :background "#ebf6fa"))

In the code below, it seems that the call to overlay-put may be missing?

....
      (overlay-put ov-tc 'line-prefix (org-transclusion-propertize-transclusion))
      (overlay-put ov-tc 'wrap-prefix (org-transclusion-propertize-transclusion))
...

https://github.com/nobiot/org-transclusion/blob/main/org-transclusion.el#L1080

Screenshot_20240910_162628

@osheari1 osheari1 linked a pull request Sep 10, 2024 that will close this issue
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 a pull request may close this issue.

1 participant