From: tsd@tsdye.com (Thomas S. Dye)
To: Robert McIntyre <rlm@mit.edu>
Cc: emacs-orgmode@gnu.org
Subject: Re: How to format really long #+<whatever> lines
Date: Wed, 02 Nov 2011 07:29:52 -1000 [thread overview]
Message-ID: <m1hb2m8mb3.fsf@tsdye.com> (raw)
In-Reply-To: <CABqqNd008KUrEMGoxxp+4ayhsvPT-+JPjycDg1qTOeTC-_Vw9Q@mail.gmail.com> (Robert McIntyre's message of "Tue, 1 Nov 2011 22:46:00 -0700")
Robert McIntyre <rlm@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
next prev parent reply other threads:[~2011-11-02 17:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-02 5:46 How to format really long #+<whatever> lines Robert McIntyre
2011-11-02 17:29 ` Thomas S. Dye [this message]
2011-11-03 18:41 ` Eric Schulte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m1hb2m8mb3.fsf@tsdye.com \
--to=tsd@tsdye.com \
--cc=emacs-orgmode@gnu.org \
--cc=rlm@mit.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).