Tom Regner goochesa.de> writes:
>
> I'd suggest: nowrap
>
> regards
> Tom
That inspires another idea: specifying :nowrap to turn off wrapping for the
block. Thus,
#+BEGIN_SRC emacs-lisp :nowrap
...
would not be wrapped, even if :wrap were set at a higher level.
Mike Gauland schrieb:
>I've been using the :wrap parameter extensively, to give me control
>over the
>formatting of results from code blocks. For files with many such
>blocks, it
>makes sense to specify the formatting at the file level. This works
>well, unless
>I want a particular block to be
I've been using the :wrap parameter extensively, to give me control over the
formatting of results from code blocks. For files with many such blocks, it
makes sense to specify the formatting at the file level. This works well, unless
I want a particular block to be unwrapped. Just specifying :wrap