1
0
mirror of https://github.com/yjwen/org-reveal.git synced 2024-06-25 07:27:40 +02:00

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

View File

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