org-lparse: Disable flashy warning by default

* contrib/lisp/org-lparse.el (org-lparse-use-flashy-warning):
Disable it by default.
This commit is contained in:
Jambunathan K 2011-07-09 02:24:00 +05:30
parent 68ccd547e5
commit 3178cf4afa
1 changed files with 1 additions and 1 deletions

View File

@ -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)