From 40eadb302b369f4d9a4505290026df3fe4a19754 Mon Sep 17 00:00:00 2001 From: Nan Zhong Date: Fri, 29 Dec 2023 00:17:51 -0500 Subject: [PATCH] fix: unadvise the correct function --- weblorg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weblorg.el b/weblorg.el index 3dd2ac4..468a0cd 100644 --- a/weblorg.el +++ b/weblorg.el @@ -1063,7 +1063,7 @@ an INPUT-PATH to resolve relative links and INCLUDES from." ;; Uninstall advices (ad-unadvise 'org-html-template) (ad-unadvise 'org-html-keyword) - (ad-unadvise 'org-element-property) + (ad-unadvise 'org-html-headline) ;; Add the generated HTML as a property to the collected keywords ;; as well (weblorg--prepend keywords (cons "html" html))