Browse Source

org-lparse: Disable flashy warning by default

* contrib/lisp/org-lparse.el (org-lparse-use-flashy-warning):
Disable it by default.
Jambunathan K 13 năm trước cách đây
mục cha
commit
3178cf4afa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)