From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: How to format really long #+ lines Date: Thu, 03 Nov 2011 12:41:37 -0600 Message-ID: <87bostgiam.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RM2I8-0002Oe-Qn for emacs-orgmode@gnu.org; Thu, 03 Nov 2011 14:45:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RM2I7-0004qH-1D for emacs-orgmode@gnu.org; Thu, 03 Nov 2011 14:45:32 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:61483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RM2I6-0004q8-O8 for emacs-orgmode@gnu.org; Thu, 03 Nov 2011 14:45:30 -0400 Received: by gyg10 with SMTP id 10so1915097gyg.0 for ; Thu, 03 Nov 2011 11:45:30 -0700 (PDT) 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 Perhaps this thread should be merged with the About commit named "Allow multi-line properties to be specified in property blocks" thread? Best -- Eric 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 > -- Eric Schulte http://cs.unm.edu/~eschulte/