-
Notifications
You must be signed in to change notification settings - Fork 39
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
Integrate with org-bullets-mode #25
Comments
Hi, Glad you like the package and thanks for the bug report. It seems org-bullets uses the same mechanism as Thanks |
Hi @eddsteel, I have just pushed a general method for handling composed text on master branch. From my initial testing this seems to work well with Thanks |
Looks great! Thanks so much. |
Great, I am closing this issue. Thanks 😄 |
It seems that problem with bullets has been resolved. (require 'font-lock)
(require 'font-lock+) before loading emojify. Org-ellipsis is another issue. |
Hi, there, I still met with the same problems. Currently, my setting is as
(defun dotspacemacs/user-config () And these emoji files can show correctly. But when I open the org file, these org-bullets become ":" instead of what they should be. I wonder whether the author could give some hint on how to solve this. PS: based on my understanding, this problem should be solved with the new emojify package, However, I used the newest version but it seems does not work. |
Hi @zhanghanghitomi, Looking at the emoji layer in Spacemacs it does not seem that it uses this ( |
I use emoji for my org bullets, using org-bullets to customise them. When I look at the config with global emojify mode on I see that the emoji are correctly appearing. My config is:
When I look at an org-mode file I see the bullets appearing as boxes, i.e. emojify is not changing the characters to images. I assume this is caused by something about the way that org-bullets-mode works. It looks like it uses
compose-region
fromcomposite.el
. Is this the same thing as thecomposition
property you mentioned in #16? I tried updating to latest in MELPA and setting(emojify-set-emoji-style '(prettify-symbol ascii unicode github))
but it didn't help.Let me know if you have any ideas! Thanks for this great project!
The text was updated successfully, but these errors were encountered: