From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] org-entities: Add support for hbar. Date: Wed, 5 Jun 2013 17:49:14 +0200 Message-ID: <2AF04EC4-587F-44A5-AD24-235F440C00EC@gmail.com> References: <2038649.AEzzr0A33M@descartes> Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkFxa-0002Uq-5q for emacs-orgmode@gnu.org; Wed, 05 Jun 2013 11:49:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkFxY-00065G-Qr for emacs-orgmode@gnu.org; Wed, 05 Jun 2013 11:49:14 -0400 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:33382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkFxY-000655-K1 for emacs-orgmode@gnu.org; Wed, 05 Jun 2013 11:49:12 -0400 Received: by mail-we0-f182.google.com with SMTP id w58so1464302wes.13 for ; Wed, 05 Jun 2013 08:49:11 -0700 (PDT) In-Reply-To: <2038649.AEzzr0A33M@descartes> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?utf-8?Q?R=C3=BCdiger_Sonderfeld?= Cc: emacs-orgmode@gnu.org Applied, thanks. - Carsten On 5.6.2013, at 17:12, R=C3=BCdiger Sonderfeld = wrote: > * lisp/org-entities.el (org-entities): Add support for hbar. >=20 > Signed-off-by: R=C3=BCdiger Sonderfeld > --- > lisp/org-entities.el | 1 + > 1 file changed, 1 insertion(+) >=20 > 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]" = "=E2=8C=8B") > ("lang" "\\langle" t "⟨" "<" "<" "=E2=9F=A8") > ("rang" "\\rangle" t "⟩" ">" ">" "=E2=9F=A9") > + ("hbar" "\\hbar" t "ℏ" "hbar" "hbar" "=E2=84=8F") >=20 > "** Arrows" > ("larr" "\\leftarrow" t "←" "<-" "<-" "=E2=86=90") > --=20 > 1.8.3 >=20