;ELC   
;;; Compiled
;;; in Emacs version 29.3
;;; with all optimizations.



(byte-code "\300\301\302\303\304\305%\210\306\307\310\302#\210\311\211\2030 \211@\307N\203) \310N\204) \312\310\307N#\210A\266\202\202 \210\313\307\310\314#\210\315\310\316\317\320DD\321\322\323\304\301&\210\315\324\316\317\325DD\326\322\327\304\301&\207" [custom-declare-group doom-themes-org nil "Options for doom's org customizations." :group doom-themes defvaralias doom-org-special-tags doom-themes-org-fontify-special-tags (saved-value saved-variable-comment) put make-obsolete-variable "2021-02-10" custom-declare-variable funcall function #[0 "\300\207" [t] 1 #1=""] "If non-nil, fontify #hashtags and @attags.\nUses `doom-themes-org-at-tag' and `doom-themes-org-hash-tag' faces." :type boolean doom-themes-org-fontify-exclude-types #[0 "\300\207" [(src-block link citation-reference)] 1 #1#] "A list of org elements not to highlight special tags in.\nSee `doom-themes-org-fontify-special-tags'." (repeat symbol)] 8)
(custom-declare-face 'doom-themes-org-at-tag '((t :inherit org-formula)) "Face used to fontify @-tags in org-mode." :group 'doom-themes-org)
(custom-declare-face 'doom-themes-org-hash-tag '((t :inherit org-tag)) "Face used to fontify #hashtags in org-mode." :group 'doom-themes-org)#@85 Return the face to use for the currently matched tag.
N is the match index.

(fn N)
(defalias 'doom-themes--org-tag-face #[257 "\301 \302\303\"\216\304 )\262\305!>?\205) \306!\211\307\267\202& \310\202' \311\202' \312\262\207" [doom-themes-org-fontify-exclude-types match-data make-closure #[0 "\301\300\302\"\207" [V0 set-match-data t] 3] org-element-context org-element-type match-string #s(hash-table size 2 test equal rehash-size 1.5 rehash-threshold 0.8125 purecopy t data ("#" 30 "@" 34)) doom-themes-org-hash-tag doom-themes-org-at-tag nil] 5 (#$ . 1299)])
(byte-code "\300\301\302\303#\300\301\304\303#\300\207" [function-put doom-themes--org-tag-face pure t side-effect-free] 5)#@500 Correct (and improve) org-mode's font-lock keywords.

  1. Re-set `org-todo' & `org-headline-done' faces, to make them respect
     (inherit) underlying faces.
  2. Make statistic cookies respect (inherit) underlying faces.
  3. Fontify item bullets (make them stand out)
  4. Fontify item checkboxes (and when they're marked done), like TODOs that are
     marked done.
  5. Fontify #hashtags and @at-tags, for personal convenience; see
     `doom-themes-org-fontify-special-tags' to disable this.
(defalias 'doom-themes-enable-org-fontification #[0 "\306	\"\306\307\310\311\n\312#\313Q\"\314\315!\316\317\316\320\321BD\205# \322BC\323\f>\205* \324#\"\325BC\2059 \326BC\323\f>\205@ \327\330\331\316\205I \332\333\n\205P \334#BD\205X \335\205^ \336&\211\207" [org-heading-keyword-regexp-format org-todo-regexp org-done-keywords org-fontify-done-headline org-activate-links org-font-lock-extra-keywords format "\\(?:" mapconcat regexp-quote "\\|" "\\)" featurep org-indent append org-delete-all ("\\[\\([0-9]*%\\)\\]\\|\\[\\([0-9]*\\)/\\([0-9]*\\)\\]" (0 (org-get-checkbox-statistics-face) t)) ((2 (org-get-todo-face 2) t)) ((2 'org-headline-done t)) date ((org-activate-dates (0 'org-date t))) ((2 (org-get-todo-face 2) prepend)) ((2 'org-headline-done prepend)) ((org-activate-dates (0 'org-date prepend))) ("\\[\\([0-9]*%\\)\\]\\|\\[\\([0-9]*\\)/\\([0-9]*\\)\\]" (0 (org-get-checkbox-statistics-face) prepend)) "^\\( *\\)\\([-+]\\(?:[ 	].*[ 	]::\\)?\\|\\(?:[0-9]+\\|[a-zA-Z]\\)[).]\\)\\([ 	]\\)" ((1 'org-indent append)) ((2 'org-list-dt append)) ((3 'org-indent append)) (("^[ 	]*\\(?:[-+*]\\|[0-9]+[).]\\)[ 	]+\\(\\(?:\\[@\\(?:start:\\)?[0-9]+\\][ 	]*\\)?\\[\\(?:X\\|\\([0-9]+\\)/\\2\\)\\][^\n]*\n\\)" 1 'org-headline-done prepend)) (("\\(?:\\s-\\|^\\)\\(\\([#@]\\)[A-Za-z0-9_.-]+\\)" 1 (doom-themes--org-tag-face 2) prepend)) doom-themes-org-fontify-special-tags] 14 (#$ . 1999)])
(add-hook 'org-font-lock-set-keywords-hook 'doom-themes-enable-org-fontification)#@29 Load `doom-themes-ext-org'.
(defalias 'doom-themes-org-config #[0 "\300\207" ["Load `doom-themes-ext-org'."] 1 (#$ . 3990)])
(provide 'doom-themes-ext-org)
