From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giacomo M Subject: org-cdlatex subscripts Date: Wed, 3 Feb 2016 15:38:18 +0100 Message-ID: <56B210DA.1090707@gmail.com> Mime-Version: 1.0 Content-Type: text/html; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQyZd-0004Wq-WD for emacs-orgmode@gnu.org; Wed, 03 Feb 2016 09:38:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQyZY-0000qW-VP for emacs-orgmode@gnu.org; Wed, 03 Feb 2016 09:38:25 -0500 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]:35820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQyZY-0000qI-ML for emacs-orgmode@gnu.org; Wed, 03 Feb 2016 09:38:20 -0500 Received: by mail-wm0-x22f.google.com with SMTP id r129so168137812wmr.0 for ; Wed, 03 Feb 2016 06:38:20 -0800 (PST) Received: from [127.0.0.1] ([212.189.161.135]) by smtp.googlemail.com with ESMTPSA id ka4sm6821708wjc.47.2016.02.03.06.38.18 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 03 Feb 2016 06:38:18 -0800 (PST) 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 Dear all,
I'm experimenting with org-cdlatex subscripting facilities. As far as I understood from the manual, if I type:
$t_disp<TAB>
I should get
$t_{disp}
with the cursor placed after the last brace.
Instead I get:
$t_{d}isp
with the cursor after the next word.

Any ideas on how to make this work as expected?

Thanks,

Giacomo