浏览代码

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)