Browse Source

Changing default min lines for block output to 10

Dan Davison 16 years ago
parent
commit
c2b255e0da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-babel.el

+ 1 - 1
lisp/org-babel.el

@@ -61,7 +61,7 @@ then run `org-babel-pop-to-session'."
 (defvar org-babel-inline-src-block-regexp nil
 (defvar org-babel-inline-src-block-regexp nil
   "Regexp used to test when on an inline org-babel src-block")
   "Regexp used to test when on an inline org-babel src-block")
 
 
-(defvar org-babel-min-lines-for-block-output 2
+(defvar org-babel-min-lines-for-block-output 10
   "If number of lines of output is equal to or exceeds this
   "If number of lines of output is equal to or exceeds this
   value, the output is placed in a
   value, the output is placed in a
   #+begin_example...#+end_example block. Otherwise the output is
   #+begin_example...#+end_example block. Otherwise the output is