From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Re: org-entities-user Date: Thu, 20 May 2010 10:26:08 +0200 Message-ID: <4bf4f220.0f67f10a.0f31.2a94@mx.google.com> References: <4BF4EA7B.6050408@christianmoe.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=47195 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF157-0002H9-Ij for emacs-orgmode@gnu.org; Thu, 20 May 2010 04:26:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OF150-0002lL-6G for emacs-orgmode@gnu.org; Thu, 20 May 2010 04:26:17 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:42388) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OF150-0002lE-1B for emacs-orgmode@gnu.org; Thu, 20 May 2010 04:26:10 -0400 Received: by ewy8 with SMTP id 8so2317723ewy.8 for ; Thu, 20 May 2010 01:26:09 -0700 (PDT) In-Reply-To: <4BF4EA7B.6050408@christianmoe.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: mail@christianmoe.com Cc: emacs-orgmode@gnu.org You can also type ,---- ! C-x 8 RET `---- and then the hex code, instead of changing the input method in Emacs. . For instance, ,---- ! C-x 8 RET 221d `---- Darlan At Thu, 20 May 2010 09:53:31 +0200, Christian Moe wrote: > > Hi, > > > Nathaniel Flath wrote: > > Hello, > > I've been setting up org-entities-user with a few custom symbols, and > > managed to get a few aliases for items already in org-entities, but i'm > > a bit stuck on adding new items - specifically, the mathbb versions of Z > > and R (the symbols for the sets of integers and reals). I can't seem to > > find the UTF-8, latin-1, or HTML encodings of these entities - and I'm > > not sure how to input the utf-8 or latin-1 even if I do. Does anyone > > know how to do this? > > Yes, google... :) > The search string `symbol Z "set of integers" utf8' gives you a nice > first hit. > > HTML entities for double-struck capital Z and R are: > > R: ℝ (decimal), ℝ (hex) > Z: ℤ (decimal), ℤ (hex) > > Latin-1 does not support these characters. Fall back on plain "Z" and > "R" or use a description like "[set of integers]". > > To type in the character in Windows, hold down the Alt key while typing > the hex code, e.g. `211d' for R. On the Mac, open the Character Palette > and jump to Letterlike Symbols. > > In Emacs, you can select the Unicode input method with > > `C-x C-\ ucs ' > > Then typing U followed by the hex code, `U211d', will get you the > double-struck R. > > > > Christian Moe > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode