Thank you Nicolas!
* lisp/ox-html.el (org-html-template): Add lang attribute to exported
html tag. Some features of the CSS Text Module (Level 3) require this
attribute to be present (for example, so that the browser knows how to
hyphenate the text). For more info, please take a look here:
https://drafts.css
Added TINYCHANGE cookie.
* lisp/ox-html.el: Remove superfluous whitespace from meta tags, put
there by `org-html--buld-meta-info' and `org-html--build-head'.
`org-html-close-tag' already inserts a space, so it is not necessary
to add another. Previously these affected tags would look like
.
TINYCHANGE
---
lisp/o
* lisp/ox-html.el: Remove superfluous whitespace from meta tags, put
there by `org-html--buld-meta-info' and `org-html--build-head'.
`org-html-close-tag' already inserts a space, so it is not necessary
to add another. Previously these affected tags would look like
.
---
lisp/ox-html.el |
* lisp/ox-html.el (org-html-template): Add lang attribute to exported
html tag. Some features of the CSS Text Module (Level 3) require this
attribute to be present (for example, so that the browser knows how to
hyphenate the text). For more info, please take a look here:
https://drafts.css
Nicolas Goaziou writes:
> Can't you simply use org-publish-after-publishing-hook to copy the
> published file elsewhere?
>
> Or, if you write your own exporter, do it à la "ox-latex.el", i.e.,
> publish in :base-directory and move it elsewhere with
> `org-publish-attachment'?
>
>>
>> I have achie
Rasmus writes:
> OK. I did not test your patch, but can you please test and indicate
> whether the following features work as expected with your patch:
>
> - automatic sitemap.
> - linking org files (foo.org links to bar.org).
> - async export (since you change org-export-output-fi
k-with-args 'org-publish-after-publishing-hook
filename
output
#+end_src
...to the actual publishing function.
I believe a change like this would go a ways to making publishing
backends more extensible for Org users.
Please tell me your thoughts.
* lisp/ox.el (org-export-output-file-name): Remove docstring for
nonexistent argument VISIBLE-ONLY.
---
lisp/ox.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lisp/ox.el b/lisp/ox.el
index 020d525..b06211b 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -5905,9 +5905,6 @@ of subtree at poi
10 matches
Mail list logo