From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maximilian Matthe Subject: Re: TAB in math-environment in list item Date: Wed, 03 Nov 2010 22:34:19 +0100 Message-ID: <4CD1D55B.5090203@web.de> References: <87tyjycdnc.wl%n.goaziou@gmail.com> Reply-To: Maxi.Matthe@web.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=40774 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDl18-00040q-Jq for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 17:37:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDkyc-0003Up-Dc for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 17:34:39 -0400 Received: from lo.gmane.org ([80.91.229.12]:46822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDkyc-0003Uc-8C for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 17:34:38 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PDkya-0001xP-UV for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 22:34:36 +0100 Received: from f053083039.adsl.alicedsl.de ([78.53.83.39]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Nov 2010 22:34:36 +0100 Received: from Maxi.Matthe by f053083039.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Nov 2010 22:34:36 +0100 In-Reply-To: <87tyjycdnc.wl%n.goaziou@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Cc: emacs-orgmode@gnu.org Am 03.11.2010 22:15, schrieb Nicolas Goaziou: > Hello, > >>>>>> Maximilian Matthe writes: > >> Hi guys, > >> I'm a really impressed orgmode-user. There is a thing that I don't >> like but I hope, it can be customized. When I type sth like this: >> (org-cdlatex-mode is enabeld) > >> - $a_{1}$ > >> an press TAB when the cursor is behind the 1 the cursor moves to the >> beginning of the line. I would more like to move it after the } as >> it does when the line doesn't contain a list item. > > I guess you're not using latest (stable) version of Org mode. If you > upgrade, point will not move at the beginning of the line anymore. > > But, if `org-cycle-include-plain-lists' is not nil, TAB will still > hide item's body before cdlatex kicks in. > > Regards, > > -- Nicolas > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > Thank you, that perfectly works!