From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert McIntyre Subject: How to format really long #+ lines Date: Tue, 1 Nov 2011 22:46:00 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLTeF-0005cN-RS for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 01:46:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLTeF-0006DW-2R for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 01:46:03 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:44670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLTeE-0006DJ-Vh for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 01:46:03 -0400 Received: by iagf6 with SMTP id f6so12035659iag.0 for ; Tue, 01 Nov 2011 22:46:01 -0700 (PDT) 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: emacs-orgmode@gnu.org 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