From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Grant Rettke Newsgroups: gmane.emacs.help Subject: Re: org-mode superscript and subscripts Date: Thu, 17 Apr 2014 19:58:07 -0500 Message-ID: References: <30762a04-94ac-4964-8e40-e392523c92a5@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1397782712 23653 80.91.229.3 (18 Apr 2014 00:58:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Apr 2014 00:58:32 +0000 (UTC) Cc: Emacs Help To: abhinav.predicate@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 18 02:58:26 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wax8I-0000yo-14 for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Apr 2014 02:58:22 +0200 Original-Received: from localhost ([::1]:35689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wax8H-000261-D3 for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Apr 2014 20:58:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wax86-00025v-5j for help-gnu-emacs@gnu.org; Thu, 17 Apr 2014 20:58:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wax85-0005Ea-8l for help-gnu-emacs@gnu.org; Thu, 17 Apr 2014 20:58:10 -0400 Original-Received: from mail-oa0-x22a.google.com ([2607:f8b0:4003:c02::22a]:51582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wax85-0005EV-3I for help-gnu-emacs@gnu.org; Thu, 17 Apr 2014 20:58:09 -0400 Original-Received: by mail-oa0-f42.google.com with SMTP id i4so1217542oah.15 for ; Thu, 17 Apr 2014 17:58:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=Ir4urZZ5SeymoiU3AGaCIJUrTqXfnTzV73P4e15F3oc=; b=Co9KZ5kJbi547+MwIFTRcdN52jylpAxJwaiz7+3UBiHzR4G8cThizH0E8QfCmPkZVL gr8JnBq7JLhWLEv/QnD24MQ3NYP6CtK2lJwShfLSddldPpZM1k6mwnflvL6aS8V6b7xk dTUVF209cuGz7jGEgN3yPkRoOayrEtsWP4+37PXk7DF/xQ+viqnx8G548F/n9Mo6sO0y tb+agQA74F9OECIKCr5EDZvsPCFKyUkHARZpq7MYphOhMLN+ip20mmoz4gEXahjHAufN T7988cJCE9vJC3dxlXLUTN2ATEP49EOZ3smsVHZycqdAXaMU38yw+FKxqBfSedZdRH/4 K1RA== X-Received: by 10.183.1.34 with SMTP id bd2mr14682936obd.4.1397782687943; Thu, 17 Apr 2014 17:58:07 -0700 (PDT) Original-Received: by 10.182.50.135 with HTTP; Thu, 17 Apr 2014 17:58:07 -0700 (PDT) In-Reply-To: <30762a04-94ac-4964-8e40-e392523c92a5@googlegroups.com> X-Google-Sender-Auth: Q5wEIw4sRXNte7AQn0dpuZwUkTc X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::22a X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97179 Archived-At: You might try asking the org mode list: https://lists.gnu.org/mailman/listinfo/emacs-orgmode Grant Rettke | AAAS, ACM, FSF, IEEE, Sigma Xi grettke@acm.org | http://www.wisdomandwonder.com/ =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) =E2=80=9CLife has become immeasurably better since I have been forced to st= op taking it seriously.=E2=80=9D --Thompson On Thu, Apr 17, 2014 at 1:05 PM, wrote: > I was using org mode and wanted to get some text in superscripts and subs= cripts but whenever is use _ or ^, the text is just concatenated : > like when I type abc_def and use "C-c C-x \" to go to UTF8 display, I get= abcdef, > same for subscripts, > can someone please tell me what is wrong here ? > > abhinav