Skip to content

Commit

Permalink
Merge pull request #76 from nanzhong/fix-wrong-unadvise
Browse files Browse the repository at this point in the history
fix: unadvise the correct function
  • Loading branch information
nanzhong authored Jul 4, 2024
2 parents 217bdac + 40eadb3 commit 69bbd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblorg.el
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,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))
Expand Down

0 comments on commit 69bbd0f

Please sign in to comment.