Re: [O] [PATCH] ox-html.el: Remove superflous whitespace

2015-12-01 Thread Nicolas Goaziou
Hello, Ruben Maher writes: > * 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

[O] [PATCH] ox-html.el: Remove superflous whitespace

2015-11-30 Thread Ruben Maher
* 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

Re: [O] [PATCH] ox-html.el: Remove superflous whitespace

2015-11-30 Thread Nicolas Goaziou
Hello, Ruben Maher writes: > * 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

[O] [PATCH] ox-html.el: Remove superflous whitespace

2015-11-29 Thread Ruben Maher
* 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 |