ogdenwebb / emacs-kaolin-themes

Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
GNU General Public License v3.0
735 stars 28 forks source link

org-schedule-today causing org-habit misalignment #19

Closed yiufung closed 5 years ago

yiufung commented 5 years ago

Would be more consistent if :height is reset to default. Meanwhile, fix by customizing:

(use-package kaolin-themes
  ;; Original 1.2 will causing org-habit misalignment
  :custom-face (org-scheduled-today ((t (:height 1.0)))))
ogdenwebb commented 5 years ago

Now org-scheduled-today uses default face height, i.e. 1.0. Thank you for reporting.