From mboxrd@z Thu Jan 1 00:00:00 1970 From: William =?UTF-8?B?TMOJQ0hFTExF?= Subject: Re: plain text best practice? Date: Wed, 06 Jun 2012 00:02:45 -0400 Message-ID: <8762b584uy.wl%william.lechelle@ens-lyon.fr> References: <20120605223813.464454b5@tomsarchtoo> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sc7TS-0008FR-G2 for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 00:08:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sc7SO-00070q-21 for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 00:03:58 -0400 Received: from jabiru.ens-lyon.fr ([140.77.51.2]:32916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sc7SN-00070i-Rl for emacs-orgmode@gnu.org; Wed, 06 Jun 2012 00:02:51 -0400 In-Reply-To: <20120605223813.464454b5@tomsarchtoo> 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: scrawler@gmail.com Cc: emacs-orgmode@gnu.org I'd go the first way if you don't need/use much markup, but if you want to structure more deeply your document, you can have subheadings without actually giving them a title (just the stars and a blank space are enough for a heading) It's also a matter of what you want to do with the document, if you plan to export it, the subheadings will change the result in ways you may like or dislike. (You don't seem to have any usage of lists, so simply don't go for them.) At Tue, 5 Jun 2012 22:38:13 -0500, scrawler@gmail.com wrote: > > 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 > > > >