From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Schmidt Subject: Re: plain text best practice? Date: Wed, 6 Jun 2012 04:50:42 +0100 (BST) Message-ID: <873969nlo0@ch.ristopher.com> References: <20120605223813.464454b5@tomsarchtoo> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sc7KE-0006AP-CR for emacs-orgmode@gnu.org; Tue, 05 Jun 2012 23:55:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sc7Gi-0003fX-0t for emacs-orgmode@gnu.org; Tue, 05 Jun 2012 23:54:25 -0400 Received: from ristopher.com ([146.185.21.93]:33725 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sc7Gh-0003ew-Fa for emacs-orgmode@gnu.org; Tue, 05 Jun 2012 23:50:47 -0400 In-Reply-To: <20120605223813.464454b5@tomsarchtoo> (scrawler@gmail.com's message of "Tue, 5 Jun 2012 22:38:13 -0500") 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 scrawler@gmail.com writes: > * Chapter One > - lots of text > * Chapter Two > - lots more text These are lists (info "(org)Plain lists"). I do not think you want that. > * Chapter One > ** paragraph 1 > lots of text > ** paragraph 2 > lots of text > * Chapter Two This is exactly what org-indent-mode is for. Check (info "(org)Clean view"). Christopher