org-bullets icon indicating copy to clipboard operation
org-bullets copied to clipboard

utf-8 bullets for org-mode

Results 17 org-bullets issues
Sort by recently updated
recently updated
newest added

# minimal.el ```lisp (when (>= emacs-major-version 24) (require 'package) (add-to-list 'package-archives '("melpa" . "https://raw.githubusercontent.com/d12frosted/elpa-mirror/master/melpa/") t) (package-initialize) ) (use-package org-bullets :config (add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))) (setq org-bullets-bullet-list '(;;; Large...

The Org manual suggests NOT using * to mark unordered lists as this can conflict with recognition of headlines. However, if one uses '+' or '-' instead, then org-bullets does...

When I first start emacs there is no `*` shows up. But after some time I start to see following output, where `*` shows up before bullets, I am not...

Whenever org-bullets is enabled, scrolling (and even fast typing) becomes laggy. I'm running `GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2015-04-10 on builder10-9.porkrind.org`. If there is a way I can...

Removes "package cl is deprecated" warning in emacs 27.1. For more info see this thread: https://github.com/kiwanami/emacs-epc/issues/35

Preceding bullets are "fontified" in the same way: ![image](https://user-images.githubusercontent.com/47029233/97674848-e5ef1680-1a96-11eb-955a-0201981029e8.png) Is there a fix to this? Otherwise, excellent work.

It would be nice if `org-bullets` transformed all of the bullets into UTF-8 instead of just the visible one, for instance: ![screenshot from 2015-12-24 09-37-01](https://cloud.githubusercontent.com/assets/19060/11996535/110be9be-aa22-11e5-96f6-a3ed817508c6.png) And then, when I copy...

I haven't been successful getting the font-face Font Awesome Pro Regular or Light to work. Instead, Emacs appears to fallback to Font Awesome Pro Solid. Here's what I've done/found so...

so this is a stange issue. i am using a package called org-bullets. before the upgrade it worked really well. here is the config ``` (setq org-bullets-bullet-list '( "①" "②"...

This basically removes a feature since org-mode already has it.