From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Jaderholm Subject: empty-line-terminates-plain-lists and indentation Date: Sun, 5 Jul 2009 23:33:47 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNgqG-0001q6-4D for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 01:34:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNgqA-0001oz-Tc for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 01:34:15 -0400 Received: from [199.232.76.173] (port=36099 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNgqA-0001ow-MY for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 01:34:10 -0400 Received: from mail-yx0-f185.google.com ([209.85.210.185]:33308) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNgqA-0003X2-CL for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 01:34:10 -0400 Received: by yxe15 with SMTP id 15so514506yxe.14 for ; Sun, 05 Jul 2009 22:34:07 -0700 (PDT) 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 mailing list Hi, Is (setq org-empty-line-terminates-plain-lists t) supposed to change indentation in emacs org buffers? Even with the above setting, the following snippet: * Heading Some text: - a - b More text: - a - b is automatically indented as follows: * Heading Some text: - a - b More text: - a - b Thanks, Scott