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

@@ -19,5 +19,5 @@ All personal information, that emacs should use (username, e-mail address, etc.)
** Notable Features
*** Inlining CSS into Org HTML exports
The ~org-css~ folder contains some CSS files for better looking HTML org exports.
Before exporting ~M-x toggle-org-custom-inline-syle~ can be used to enable inlining CSS into the exported HTML file.
Before exporting ~M-x org-html-inline-syle~ can be used to enable inlining CSS into the exported HTML file.
This results in a single, self contained HTML file with the desired look.

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))