Re: [O] [PATCH] ox-html.el: Add lang attribute to html tag

2015-12-01 Thread Ruben Maher
Thank you Nicolas!

[O] [PATCH] ox-html.el: Add lang attribute to html tag

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

Re: [O] [PATCH] ox-html.el: Add lang attribute to html tag

2015-11-30 Thread Ruben Maher
Added TINYCHANGE cookie.

[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

[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 |

[O] [PATCH] ox-html.el: Add lang attribute to html tag

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

Re: [O] [Feature Request] Let publishing-function decide :output-file and whether publishing is needed

2015-08-21 Thread Ruben Maher
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

Re: [O] [Feature Request] Let publishing-function decide :output-file and whether publishing is needed

2015-08-21 Thread Ruben Maher
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

[O] [Feature Request] Let publishing-function decide :output-file and whether publishing is needed

2015-07-25 Thread Ruben Maher
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.

[O] [PATCH] ox.el: Remove docstring for nonexistent argument

2015-07-25 Thread Ruben Maher
* 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