[O] :wrap behaviour

2013-02-28 Thread Mike Gauland
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

Re: [O] :wrap behaviour

2013-02-28 Thread Tom Regner
Mike Gauland mikely...@no8wireless.co.nz 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

Re: [O] :wrap behaviour

2013-02-28 Thread Michael Gauland
Tom Regner tom at 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.