From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: bug in new lisp code or user error? Date: Sat, 22 Jan 2011 18:56:08 +0100 Message-ID: <87y66cstzb.wl%n.goaziou@gmail.com> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=46814 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pghhk-0004R1-Fv for emacs-orgmode@gnu.org; Sat, 22 Jan 2011 12:57:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pghh5-0002im-Oq for emacs-orgmode@gnu.org; Sat, 22 Jan 2011 12:56:52 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:47785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pghh5-0002iU-JU for emacs-orgmode@gnu.org; Sat, 22 Jan 2011 12:56:11 -0500 Received: by wwb17 with SMTP id 17so3096493wwb.30 for ; Sat, 22 Jan 2011 09:56:10 -0800 (PST) In-Reply-To: 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 To: Samuel Wales Cc: emacs-orgmode@gnu.org Hello, >>>>> Samuel Wales writes: > When point is at [] and I press TAB, nothing happens. > ... > 27) bikeshedding (talking about something you think you > []know about instead of what is important -- in this case, > talking about what the audience thinks it knows about) > ... User error in this case. Your second line is less or equally indented than your last item: by definition, list ends where your cursor is. So, when you ask for indentation, the text is put at the right spot. On the other hand, you can set org-list-ending-method to 'regexp. Then, indentation will not end lists anymore, and your text will happily go inside the item in that case. Regards, -- Nicolas