From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: How to format really long #+ lines Date: Wed, 02 Nov 2011 07:29:52 -1000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLedV-00052F-Cg for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 13:30:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLedU-0005rZ-60 for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 13:30:01 -0400 Received: from oproxy5-pub.bluehost.com ([67.222.38.55]:34874) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RLedT-0005rQ-Su for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 13:30:00 -0400 In-Reply-To: (Robert McIntyre's message of "Tue, 1 Nov 2011 22:46:00 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Robert McIntyre Cc: emacs-orgmode@gnu.org Robert McIntyre 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