Explorar el Código

Changing default min lines for block output to 10

Dan Davison hace 16 años
padre
commit
c2b255e0da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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