* [PATCH] org-entities: Add support for hbar.
@ 2013-06-05 15:12 Rüdiger Sonderfeld
2013-06-05 15:49 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Rüdiger Sonderfeld @ 2013-06-05 15:12 UTC (permalink / raw)
To: emacs-orgmode
* lisp/org-entities.el (org-entities): Add support for hbar.
Signed-off-by: Rüdiger Sonderfeld <ruediger@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] org-entities: Add support for hbar.
2013-06-05 15:12 [PATCH] org-entities: Add support for hbar Rüdiger Sonderfeld
@ 2013-06-05 15:49 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2013-06-05 15:49 UTC (permalink / raw)
To: Rüdiger Sonderfeld; +Cc: emacs-orgmode
Applied, thanks.
- Carsten
On 5.6.2013, at 17:12, Rüdiger Sonderfeld <ruediger@c-plusplus.de> wrote:
> * lisp/org-entities.el (org-entities): Add support for hbar.
>
> Signed-off-by: Rüdiger Sonderfeld <ruediger@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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-05 15:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-05 15:12 [PATCH] org-entities: Add support for hbar Rüdiger Sonderfeld
2013-06-05 15:49 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.