emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] trying to write a guidebook for students using org , need help


From: Rick Frankel
Subject: Re: [O] trying to write a guidebook for students using org , need help with formating
Date: Wed, 23 Oct 2013 09:32:00 -0400
User-agent: Roundcube Webmail/0.9.0

On 2013-10-23 02:11, Xebar Saram wrote:
i think i can live with the  #+BEGIN_EXAMPLE blocks , is there a way
to define wrapping text in the block? as you said using the block
currently cuts off text towards the lines end

Well, you can use fill-paragraph manually, but that requires lines
separated by spaces.

You could also map `do-auto-fill' to a keystroke and use that to
justify lines.

But a better approach would be to define your own latex list environment for
program steps and use lists:

#+BEGIN_SRC org
* Example steps:

#+ATTR_LATEX :environment step-list

- step 1
- step 2
#+END_SRC

you could also redefine the default list (=itemize=) environment...

rick



reply via email to

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