emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How to format really long #+<whatever> lines
@ 2011-11-02  5:46 Robert McIntyre
  2011-11-02 17:29 ` Thomas S. Dye
  2011-11-03 18:41 ` Eric Schulte
  0 siblings, 2 replies; 3+ messages in thread
From: Robert McIntyre @ 2011-11-02  5:46 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to format really long #+<whatever> lines
  2011-11-02  5:46 How to format really long #+<whatever> lines Robert McIntyre
@ 2011-11-02 17:29 ` Thomas S. Dye
  2011-11-03 18:41 ` Eric Schulte
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas S. Dye @ 2011-11-02 17:29 UTC (permalink / raw)
  To: Robert McIntyre; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to format really long #+<whatever> lines
  2011-11-02  5:46 How to format really long #+<whatever> lines Robert McIntyre
  2011-11-02 17:29 ` Thomas S. Dye
@ 2011-11-03 18:41 ` Eric Schulte
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Schulte @ 2011-11-03 18:41 UTC (permalink / raw)
  To: Robert McIntyre; +Cc: emacs-orgmode

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 <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
>

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-03 18:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-02  5:46 How to format really long #+<whatever> lines Robert McIntyre
2011-11-02 17:29 ` Thomas S. Dye
2011-11-03 18:41 ` Eric Schulte

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).