Rename html export style inlining function

This commit is contained in:
2020-03-12 09:11:06 +01:00
parent 389f8a337a
commit e2e8d42563
2 changed files with 2 additions and 2 deletions

View File

@@ -453,7 +453,7 @@ To use it type ~M-x toggle-org-custom-inline-style~ into an org-mode buffer.
When exporting to HTML emacs will ask which css theme to use.
#+BEGIN_SRC emacs-lisp
(defun toggle-org-custom-inline-style ()
(defun org-html-inline-style ()
(interactive)
(let ((hook 'org-export-before-parsing-hook)
(fun 'set-org-html-style))