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