emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to format really long #+<whatever> lines


From: Thomas S. Dye
Subject: Re: [O] How to format really long #+<whatever> lines
Date: Wed, 02 Nov 2011 07:29:52 -1000

Robert McIntyre <address@hidden> 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

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