ox-*: single-armed “if” -> “when”
commit673165c0352cf65d8ba3c17c997344b46bcc6a75
authorAaron Ecay <aaronecay@gmail.com>
Thu, 10 May 2018 00:17:12 +0000 (10 01:17 +0100)
committerAaron Ecay <aaronecay@gmail.com>
Thu, 10 May 2018 00:17:12 +0000 (10 01:17 +0100)
tree0dea6f1c3ed41c312b7cb14f7fdc2b9e21c9bd96
parentccfe51d83c2af13de55569e9e87e8811428cfb12
ox-*: single-armed “if” -> “when”

* lisp/ox-html.el (org-html-htmlize-generate-css):
(org-html-template, org-html-final-function):
* lisp/ox-publish.el (org-publish-cache-set-file-property):
* lisp/ox-texinfo.el (org-texinfo-quote-block): Transform ‘if’ with no
else to ‘when’.
lisp/ox-html.el
lisp/ox-publish.el
lisp/ox-texinfo.el