Robert McIntyre <r...@mit.edu> writes:

> In my literate org projects at http://aurellem.com/, I often have to
> use very long lines such as:
>
> #+description: Capture video from a JMonkeyEngine3 Application with
> Xuggle, and use gstreamer to compress the video to upload to YouTube.
>
> #+begin_src clojure :noweb yes :tangle ../src/pokemon/types.clj :var
> pokemon-table-gen-one=pokemon-table-gen-one :var
> pokemon-table-gen-two=pokemon-table-gen-two :exports none
>
> They wrap off the end of my screen and are hard to edit.
>
> Is there a way to use multiple lines to achieve the same effect?  I
> couldn't find anything in the org manual.
>
> sincerely,
> --Robert McIntyre
>
>

Aloha Robert,

Here's a partial solution:

#+HEADER: :noweb yes :tangle ../src/pokemon/types.clj
#+HEADER: :var pokemon-table-gen-one=pokemon-table-gen-one
#+HEADER: :var pokemon-table-gen-two=pokemon-table-gen-two :exports none
#+begin_src clojure   

hth,
Tom
-- 
Thomas S. Dye
http://www.tsdye.com

Reply via email to