From 03563a75442d06985c79a4867aba761f35929c52 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 9 Jul 2023 23:11:52 -0700 Subject: Fix typo --- oni-org/oni-org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index f1b2a11..0bac2a2 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2023.0628.233444 +;; Version: 2023.0709.230625 ;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table) ;; This program is free software; you can redistribute it and/or modify @@ -772,7 +772,7 @@ This is an around advice for ‘org-html--svg-image’ as FUN." (buffer-string))) (funcall fun source attributes info))) -(with-eval-after-load 'ox-hmtl +(with-eval-after-load 'ox-html (advice-add 'org-html--format-image :around #'oni-org-html-svg-image-embed) ;; These two I've added because when I try to upload text with either of these ;; characters to Tekuti I just end up with sending ? for each. This is not an -- cgit v1.2.3-54-g00ecf