emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] plain text best practice?


From: Eric Abrahamsen
Subject: Re: [O] plain text best practice?
Date: Wed, 06 Jun 2012 12:33:10 +0800
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

On Wed, Jun 06 2012, address@hidden 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

Is there anything wrong with this approach? I've used Org for novel
translations, and do it just like this. If there are no logical
divisions within chapters you probably don't want additional markup, it
will just get in the way.

If navigation is the problem, getting accustomed to keybindings like C-c
C-n, C-c C-p, and C-c C-u can be very helpful. Also look at the
docstring for `org-cycle', and you might consider binding a few
outline-mode commands (like `hide-other') to your own keys, to help keep
navigation and visibility under control.

Keep it simple!

Eric

> 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
>
>
>
>
>

-- 
GNU Emacs 24.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10)
 of 2012-06-06 on pellet
7.8.10




reply via email to

[Prev in Thread] Current Thread [Next in Thread]