We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Supposing I have a heading structure set up in Org Mode like so:
* Navigation :noexport: ** This
If I was to copy the second line to the one below I would expect to get:
* Navigation :noexport: ** This ** This
But when I use the emacs-emojify package together with org-bullet, copy/paste breaks as follows:
* Navigation :noexport: ** This *🔰 This
My config:
(use-package org-bullets :config (add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))) (setq org-bullets-bullet-list '("👻" "🔰" "🐩" "🍄" "💀" "👽" )) (use-package emojify :hook (after-init . global-emojify-mode))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Supposing I have a heading structure set up in Org Mode like so:
If I was to copy the second line to the one below I would expect to get:
But when I use the emacs-emojify package together with org-bullet, copy/paste breaks as follows:
My config:
The text was updated successfully, but these errors were encountered: