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

cut and paste org heading with org-bullets + emojify #77

Open
holtzermann17 opened this issue Oct 22, 2020 · 0 comments
Open

cut and paste org heading with org-bullets + emojify #77

holtzermann17 opened this issue Oct 22, 2020 · 0 comments

Comments

@holtzermann17
Copy link

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))
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

No branches or pull requests

1 participant