From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Unicode (hindi/devnagari) in beamer export Date: Fri, 3 Feb 2012 04:49:16 +0530 Message-ID: <20120202231915.GA3751@panahar> References: <20120202114751.GA19477@panahar> <81mx91gwl4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rt5wa-0006WQ-U7 for emacs-orgmode@gnu.org; Thu, 02 Feb 2012 18:19:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rt5wX-0008PC-Qd for emacs-orgmode@gnu.org; Thu, 02 Feb 2012 18:19:56 -0500 Received: from mail-pw0-f41.google.com ([209.85.160.41]:38240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rt5wX-0008Ob-Fo for emacs-orgmode@gnu.org; Thu, 02 Feb 2012 18:19:53 -0500 Received: by pbaa12 with SMTP id a12so2738954pba.0 for ; Thu, 02 Feb 2012 15:19:52 -0800 (PST) Content-Disposition: inline In-Reply-To: <81mx91gwl4.fsf@gmail.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: Jambunathan K Cc: emacs-orgmode > > C-x C-m C-\ devanagari- TAB (pick whatever) > C-h C-\ (gives you the keymap) > C-\ (to switch to English again) > C-\ (to switch to devanagari) This works beautifully. Thanks. I have to make a presentation for a workshop in Devnagari. Normally, I use org-mode for making the presentation. The presentation includes some work done on R and included using org-babel. So there are source codes. Now it turns out that the presentation has to be in devnagari because most people in the audience do not understand hindi. So, I have to translate my data so when they are processed in R and presented as graphs and tables, they come in Devanagari. This works. I have to type my notes in org-mode in Devnagari. I can do this using scim and also using the above solution provided by you. Then I need to export the whole thing via xetex/beamer to PDF. I am yet to get this right but Suvayu has given some clues. Will check them out and report back. Thanks both of you, Vikas