0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-12 07:39:58 +00:00

promoted to TODO: use example block for large amounts of stdout output?

This commit is contained in:
Eric Schulte 2009-07-18 13:14:27 -06:00
parent f0adc09a42
commit 61daf1e762

View file

@ -220,7 +220,7 @@ would then be [[#sandbox][the sandbox]].
contents of a source-code block directly I can think of no
efficient way of maintaining the timestamp.
** PROPOSED use example block for large amounts of stdout output?
** TODO use example block for large amounts of stdout output?
We're currently `examplizing' with : at the beginning of the line,
but should larger amounts of output be in a
\#+begin_example...\#+end_example block? What's the cutoff? > 1
@ -228,6 +228,12 @@ would then be [[#sandbox][the sandbox]].
output. Sometimes one will want to see stdout just to check
everything looks OK, and then fold it away.
Yea, that makes sense. (either that or allow folding of large
blocks escaped with =:=).
Proposed cutoff of 10 lines, we can save this value in a user
customizable variable.
** TODO make tangle files read-only?
With a file-local variable setting, yea that makes sense. Maybe
the header should reference the related org-mode file.