Просмотр исходного кода

Changing default min lines for block output to 10

Dan Davison 17 лет назад
Родитель
Сommit
c2b255e0da
1 измененных файлов с 1 добавлено и 1 удалено
  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