소스 검색

org-lparse: Disable flashy warning by default

* contrib/lisp/org-lparse.el (org-lparse-use-flashy-warning):
Disable it by default.
Jambunathan K 14 년 전
부모
커밋
3178cf4afa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contrib/lisp/org-lparse.el

+ 1 - 1
contrib/lisp/org-lparse.el

@@ -454,7 +454,7 @@ The variable is an list of the form (PROCESS ARG1 ARG2 ARG3
 %D output dir as a URL"
   :group 'org-lparse)
 
-(defcustom org-lparse-use-flashy-warning t
+(defcustom org-lparse-use-flashy-warning nil
   "Use flashy warnings when exporting to ODT."
   :type 'boolean
   :group 'org-export)