summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-03-13 16:46:04 +0100
committerBastien Guerry <bzg@altern.org>2014-03-13 16:46:04 +0100
commit3cf92b5bd8f342cdaad878303fdcc957a2d85d5a (patch)
treeaf1c49db44912c5cbe505e8005b556f6f0854574
parentcec03f07b91082d4a215267ce71f1e235adf75b3 (diff)
downloadorg-mode-3cf92b5bd8f342cdaad878303fdcc957a2d85d5a.tar.gz
org-entities.el (org-entities): Add "langle" and "rangle" aliases
* org-entities.el (org-entities): Add "langle" and "rangle" as aliases for "lang" and "rang". Thanks to Anders Johansson for suggesting this.
-rw-r--r--lisp/org-entities.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index ba1eed1..9bd043c 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -403,6 +403,8 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("rfloor" "\\rfloor" t "&rfloor;" "[right floor]" "[right floor]" "⌋")
("lang" "\\langle" t "&lang;" "<" "<" "⟨")
("rang" "\\rangle" t "&rang;" ">" ">" "⟩")
+ ("langle" "\\langle" t "&lang;" "<" "<" "⟨")
+ ("rangle" "\\rangle" t "&rang;" ">" ">" "⟩")
("hbar" "\\hbar" t "&hbar;" "hbar" "hbar" "ℏ")
("mho" "\\mho" t "&mho;" "mho" "mho" "℧")