branch: externals/org-modern commit ff1160a03c7b8cbffbb69775bb9837633d8b0204 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
org-modern-label: Fix line-spacing handling --- org-modern.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org-modern.el b/org-modern.el index 88040df1e9..91b39bf06b 100644 --- a/org-modern.el +++ b/org-modern.el @@ -130,7 +130,8 @@ Set to nil to disable the progress bar." :inherit variable-pitch :width condensed :weight regular :underline nil - :box (:line-width ,(- org-modern-line-spacing)))) + ,@(and org-modern-line-spacing + `(:box (:line-width ,(- org-modern-line-spacing)))))) "Parent face for labels.") (defface org-modern-block-keyword