Rename html export style inlining function
This commit is contained in:
@@ -19,5 +19,5 @@ All personal information, that emacs should use (username, e-mail address, etc.)
|
|||||||
** Notable Features
|
** Notable Features
|
||||||
*** Inlining CSS into Org HTML exports
|
*** Inlining CSS into Org HTML exports
|
||||||
The ~org-css~ folder contains some CSS files for better looking HTML org 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.
|
This results in a single, self contained HTML file with the desired look.
|
||||||
|
|||||||
@@ -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.
|
When exporting to HTML emacs will ask which css theme to use.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defun toggle-org-custom-inline-style ()
|
(defun org-html-inline-style ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((hook 'org-export-before-parsing-hook)
|
(let ((hook 'org-export-before-parsing-hook)
|
||||||
(fun 'set-org-html-style))
|
(fun 'set-org-html-style))
|
||||||
|
|||||||
Reference in New Issue
Block a user