From mboxrd@z Thu Jan 1 00:00:00 1970 From: scrawler@gmail.com Subject: plain text best practice? Date: Tue, 5 Jun 2012 22:38:13 -0500 Message-ID: <20120605223813.464454b5@tomsarchtoo> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sc75h-00025h-9T for emacs-orgmode@gnu.org; Tue, 05 Jun 2012 23:40:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sc74c-00006G-Rs for emacs-orgmode@gnu.org; Tue, 05 Jun 2012 23:39:24 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:41361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sc74c-00005r-Kh for emacs-orgmode@gnu.org; Tue, 05 Jun 2012 23:38:18 -0400 Received: by yhr47 with SMTP id 47so5252648yhr.0 for ; Tue, 05 Jun 2012 20:38:16 -0700 (PDT) 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 howdy guys, I want to use org-mode for writing documents that don't necessarily have very many headings or sub-headings. I could do: * Chapter One lots of text * Chapter Two lots more text or: * Chapter One - lots of text * Chapter Two - lots more text or: * Chapter One ** paragraph 1 lots of text ** paragraph 2 lots of text * Chapter Two ...but I'm not sure which to use. It almost seems like the last format is the best, but I don't want to type paragraph headings. Maybe the first few words of the paragraph could be a heading after the fact, but not as I write. Apologies for such a basic question, but I how can I leverage org-mode to just write? What do you do? thanks