Browse Source

Fix org heading size

master
Juan Placencia 4 years ago
parent
commit
3764f8ae1f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      uno/modules/doc/org.org

+ 2
- 2
uno/modules/doc/org.org View File

@ -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))

Loading…
Cancel
Save