|
|
@ -50,8 +50,8 @@ Define Org document package. |
|
|
'(org-level-2 ((t (:inherit outline-2 :height 1.5)))) |
|
|
'(org-level-2 ((t (:inherit outline-2 :height 1.5)))) |
|
|
'(org-level-3 ((t (:inherit outline-3 :height 1.4)))) |
|
|
'(org-level-3 ((t (:inherit outline-3 :height 1.4)))) |
|
|
'(org-level-4 ((t (:inherit outline-4 :height 1.3)))) |
|
|
'(org-level-4 ((t (:inherit outline-4 :height 1.3)))) |
|
|
'(org-level-4 ((t (:inherit outline-5 :height 1.2)))) |
|
|
|
|
|
'(org-level-5 ((t (:inherit outline-6 :height 1.1))))))) |
|
|
|
|
|
|
|
|
'(org-level-5 ((t (:inherit outline-5 :height 1.2)))) |
|
|
|
|
|
'(org-level-6 ((t (:inherit outline-6 :height 1.1))))))) |
|
|
:config |
|
|
:config |
|
|
(require 'ox-beamer)) |
|
|
(require 'ox-beamer)) |
|
|
|
|
|
|
|
|
|