From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: How to put a Greek sigma into the spreadsheet? Date: Mon, 03 Jun 2013 14:43:45 +0200 Message-ID: <8738sz2wla.fsf@bzg.ath.cx> References: <20130603125334.03dffe9a@aga-netbook> <87a9n7h08i.fsf@gmail.com> <20130603142922.569477bf@aga-netbook> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjU7A-0006FT-AJ for emacs-orgmode@gnu.org; Mon, 03 Jun 2013 08:44:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjU71-0000bx-RG for emacs-orgmode@gnu.org; Mon, 03 Jun 2013 08:43:56 -0400 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:51254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjU71-0000bJ-Jw for emacs-orgmode@gnu.org; Mon, 03 Jun 2013 08:43:47 -0400 Received: by mail-wi0-f180.google.com with SMTP id hn14so2615396wib.1 for ; Mon, 03 Jun 2013 05:43:46 -0700 (PDT) In-Reply-To: <20130603142922.569477bf@aga-netbook> (Marcin Borkowski's message of "Mon, 3 Jun 2013 14:29:22 +0200") 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: Marcin Borkowski Cc: emacs-orgmode@gnu.org Hi Marcin, Marcin Borkowski writes: > The point is, I do not want to export the table, just use/display it in > Org. So "\Sigma" doesn't look very cool (though, as I said, I could > live with it.) Use C-x RET C-\ TeX RET to select TeX as the input method, then type \Sigma to insert the character. -- Bastien