Browse Source

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

Eric Schulte 16 years ago
parent
commit
61daf1e762
1 changed files with 7 additions and 1 deletions
  1. 7 1
      org-babel.org

+ 7 - 1
org-babel.org

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