Spelling fix for 'hfy-optimizations'
* htmlfontify.el (hfy-optimizations): Rename from hfy-optimisations, with an obsolete alias. All uses changed.
This commit is contained in:
parent
93ce8b3309
commit
b884ff380d
7 changed files with 29 additions and 15 deletions
|
@ -262,7 +262,8 @@ This style is much the same as that of \"OrgFixedWidthBlock\"
|
|||
except that the foreground and background colors are set
|
||||
according to the default face identified by the `htmlfontify'.")
|
||||
|
||||
(defvar hfy-optimisations)
|
||||
(defvar hfy-optimizations)
|
||||
(define-obsolete-variable-alias 'hfy-optimisations 'hfy-optimizations "25.1")
|
||||
(defvar org-odt-embedded-formulas-count 0)
|
||||
(defvar org-odt-embedded-images-count 0)
|
||||
(defvar org-odt-image-size-probe-method
|
||||
|
@ -3116,8 +3117,8 @@ and prefix with \"OrgSrc\". For example,
|
|||
(" " "<text:s/>")
|
||||
(" " "<text:tab/>")))
|
||||
(hfy-face-to-css 'org-odt-hfy-face-to-css)
|
||||
(hfy-optimisations-1 (copy-sequence hfy-optimisations))
|
||||
(hfy-optimisations (add-to-list 'hfy-optimisations-1
|
||||
(hfy-optimizations-1 (copy-sequence hfy-optimizations))
|
||||
(hfy-optimizations (add-to-list 'hfy-optimizations-1
|
||||
'body-text-only))
|
||||
(hfy-begin-span-handler
|
||||
(lambda (style text-block text-id text-begins-block-p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue