diff options
author | Oscar Najera <hi@oscarnajera.com> | 2025-02-10 00:05:05 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2025-02-10 00:05:05 +0100 |
commit | 3b88c624684357f7514d1ff33f8a5a747017e3fe (patch) | |
tree | deb3b25a186cf163403d9a8f4d71b1b9f3ec587c | |
parent | 2f6fe77fc77bda7e1bcbad8e0bc5b0479ae48992 (diff) | |
download | dotfiles-3b88c624684357f7514d1ff33f8a5a747017e3fe.tar.gz dotfiles-3b88c624684357f7514d1ff33f8a5a747017e3fe.tar.bz2 dotfiles-3b88c624684357f7514d1ff33f8a5a747017e3fe.zip |
org-babel-execute:html
-rw-r--r-- | config/doom/config.org | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index 2a3c123..2a1bf43 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -201,7 +201,13 @@ Invited: %^t :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}") :unnarrowed t)) - org-roam-capture-ref-templates org-roam-capture-templates)) + org-roam-capture-ref-templates org-roam-capture-templates) + + ;; This is a pass through. Need it to export on my block html code loads + (defun org-babel-execute:html (body _params) + "Execute BODY of HTML code. +This function is called by `org-babel-execute-src-block'." + body)) (use-package! semantic-search :after org |