mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-03 08:30:03 +00:00
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:
parent
68ccd547e5
commit
3178cf4afa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user