diff --git a/README.org b/README.org index 11799db..efedb72 100644 --- a/README.org +++ b/README.org @@ -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. diff --git a/setup-emacs.org b/setup-emacs.org index d193abf..a5dc0a3 100644 --- a/setup-emacs.org +++ b/setup-emacs.org @@ -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))