* lisp/org-entities.el (org-entities): Add support for hbar. Signed-off-by: Rüdiger Sonderfeld <ruedi...@c-plusplus.de> --- lisp/org-entities.el | 1 + 1 file changed, 1 insertion(+)
diff --git a/lisp/org-entities.el b/lisp/org-entities.el index 019b6c8..a1519b0 100644 --- a/lisp/org-entities.el +++ b/lisp/org-entities.el @@ -366,6 +366,7 @@ (defconst org-entities ("rfloor" "\\rfloor" t "⌋" "[right floor]" "[right floor]" "⌋") ("lang" "\\langle" t "⟨" "<" "<" "⟨") ("rang" "\\rangle" t "⟩" ">" ">" "⟩") + ("hbar" "\\hbar" t "ℏ" "hbar" "hbar" "ℏ") "** Arrows" ("larr" "\\leftarrow" t "←" "<-" "<-" "←") -- 1.8.3