From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: abhinav.predicate@gmail.com Newsgroups: gmane.emacs.help Subject: org-mode superscript and subscripts Date: Thu, 17 Apr 2014 11:05:46 -0700 (PDT) Message-ID: <30762a04-94ac-4964-8e40-e392523c92a5@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1397768680 30861 80.91.229.3 (17 Apr 2014 21:04:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Apr 2014 21:04:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 17 23:04:34 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 1WatU1-0001gi-PR for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Apr 2014 23:04:33 +0200 Original-Received: from localhost ([::1]:35087 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WatU1-0008Os-CH for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Apr 2014 17:04:33 -0400 X-Received: by 10.43.88.73 with SMTP id az9mr5524785icc.5.1397757947459; Thu, 17 Apr 2014 11:05:47 -0700 (PDT) X-Received: by 10.50.178.196 with SMTP id da4mr1066806igc.17.1397757947314; Thu, 17 Apr 2014 11:05:47 -0700 (PDT) Original-Path: usenet.stanford.edu!ur14no9603159igb.0!news-out.google.com!gi6ni523igc.0!nntp.google.com!l13no8009401iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=14.139.82.6; posting-account=DpwEdAoAAACxo2uKP0g8In6VAJ_WT0hQ Original-NNTP-Posting-Host: 14.139.82.6 User-Agent: G2/1.0 Injection-Date: Thu, 17 Apr 2014 18:05:47 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:204912 X-Mailman-Approved-At: Thu, 17 Apr 2014 17:04:15 -0400 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:97177 Archived-At: I was using org mode and wanted to get some text in superscripts and subscripts 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