From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Bug: M-return on list items in quote blocks Date: Thu, 02 Dec 2010 11:08:59 +0100 Message-ID: <4CF7703B.9000509@christianmoe.com> Reply-To: mail@christianmoe.com 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=53801 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POAK2-0001L7-85 for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 09:40:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PO64Q-0007cj-CP for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 05:07:28 -0500 Received: from mars.hitrost.net ([91.185.193.39]:48809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PO64Q-0007Lu-6n for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 05:07:22 -0500 Received: from lk.92.63.17.213.dc.cable.static.lj-kabel.net ([92.63.17.213] helo=Celebrian.local) by mars.hitrost.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1PO63n-0006VN-II for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 11:06:43 +0100 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: Org Mode Hi, Within quote blocks, M-return on a list item does not insert a new list item, as expected, but a heading at the same level as the previous heading. Example: --------- * A heading Pressing M-return in the following list inserts a new list item. - Item A - Item B Pressing M-return in the list within the following quote inserts a new heading. #+begin_quote - Item A #+end_quote -------- It's a minor hassle, but I actually do frequently want to quote a long passage that includes a few list items, and my fingertips want to do M-return. Yours, Christian