From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: =?UTF-8?B?UmU6IGV4cG9ydGluZyDOsS/OsiB0byBsYXRleC9wZGY=?= Date: Sun, 04 May 2014 12:03:51 -0400 Message-ID: <536664E7.6090904@gmail.com> References: <87k3a1tw46.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wgytb-0008K2-It for emacs-orgmode@gnu.org; Sun, 04 May 2014 12:04:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WgytS-0007GE-Hd for emacs-orgmode@gnu.org; Sun, 04 May 2014 12:04:07 -0400 Received: from mail-ie0-x236.google.com ([2607:f8b0:4001:c03::236]:55309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgytS-0007G2-DD for emacs-orgmode@gnu.org; Sun, 04 May 2014 12:03:58 -0400 Received: by mail-ie0-f182.google.com with SMTP id tp5so7121447ieb.13 for ; Sun, 04 May 2014 09:03:57 -0700 (PDT) Received: from [192.168.1.111] (cpe-24-165-203-246.neo.res.rr.com. [24.165.203.246]) by mx.google.com with ESMTPSA id b8sm17751395igx.3.2014.05.04.09.03.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 04 May 2014 09:03:56 -0700 (PDT) In-Reply-To: <87k3a1tw46.fsf@skimble.plus.com> 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: emacs-orgmode@gnu.org On 05/04/2014 11:13 AM, Sharon Kimble wrote: > I have these two symbols showing in my org-mode buffer with no > problems ╭──── │ alpha (ER-α) and beta (ER-β) ╰──── > > but they are not exported to latex/pdf. How then can I do so > please? Are you using LaTeX markup to get these symbols? Use $\alpha$ and $\beta$ to get these two symbols. Scott Randby