Merge pull request #10 from gcv/master

Thanks, Constantine, It is really a bug I didn't notice. Thanks again for your quick correction!
This commit is contained in:
Yujie Wen 2013-06-22 19:49:05 -07:00
commit 346a8f9002
1 changed files with 4 additions and 4 deletions

View File

@ -169,17 +169,17 @@ can be include."
:group 'org-export-reveal
:type 'integer)
(defcustom org-reveal-margin -1
(defcustom org-reveal-margin "-1"
"Slide margin"
:group 'org-export-reveal
:type 'string)
(defcustom org-reveal-min-scale -1
(defcustom org-reveal-min-scale "-1"
"Minimum bound for scaling slide."
:group 'org-export-reveal
:type 'string)
(defcustom org-reveal-max-scale -1
(defcustom org-reveal-max-scale "-1"
"Maximum bound for scaling slide."
:group 'org-export-reveal
:type 'string)