From 7a74a570cb2ea4621b6d6e8e104a4ce45d5124f6 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Fri, 14 Apr 2017 15:33:43 -0500 Subject: [PATCH] Set org-meta-line instead of org-block-begin-line --- solarized.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solarized.el b/solarized.el index a7ac9a1..0c9a813 100644 --- a/solarized.el +++ b/solarized.el @@ -1610,7 +1610,6 @@ customize the resulting theme." `(org-agenda-done ((,class (:foreground ,base01 :slant italic)))) `(org-archived ((,class (:foreground ,base01 :weight normal)))) `(org-block ((,class (:foreground ,base01)))) - `(org-block-begin-line ((,class (:foreground ,base01 :slant italic)))) `(org-checkbox ((,class (:background ,base03 :foreground ,base0 :box (:line-width 1 :style released-button))))) `(org-code ((,class (:foreground ,base01)))) @@ -1641,6 +1640,7 @@ customize the resulting theme." `(org-level-8 ((,class (:inherit ,s-variable-pitch :foreground ,blue)))) `(org-link ((,class (:foreground ,yellow :underline t)))) + `(org-meta-line ((,class (:foreground ,base01 :slant italic)))) `(org-sexp-date ((,class (:foreground ,violet)))) `(org-scheduled ((,class (:foreground ,green)))) `(org-scheduled-previously ((,class (:foreground ,cyan))))