change org-reveal-history and -roling-links to default nil

This commit is contained in:
yujie 2013-10-19 22:53:31 +08:00
parent 36e4b26fd3
commit 7f4974df36
1 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ can be include."
:group 'org-export-reveal
:type 'boolean)
(defcustom org-reveal-history t
(defcustom org-reveal-history nil
"Reveal history applet."
:group 'org-export-reveal
:type 'boolean)
@ -147,7 +147,7 @@ can be include."
:group 'org-export-reveal
:type 'boolean)
(defcustom org-reveal-rolling-links t
(defcustom org-reveal-rolling-links nil
"Reveal use rolling links."
:group 'org-export-reveal
:type 'boolean)