Re: [O] [PATCH] Make html export honor html-viewport option

2015-07-20 Thread Nicolas Goaziou
Rasmus writes: > It's in 216a53d6cc88bd858fbc3aee82a2702a854fa8d6. Thank you. Regards,

Re: [O] [PATCH] Make html export honor html-viewport option

2015-07-20 Thread Rasmus
Nicolas Goaziou writes: > I think we could offer the option to set it to nil via Customize. WDYT? Of course, I'm just very slow at getting Customize right. It's in 216a53d6cc88bd858fbc3aee82a2702a854fa8d6. Richard: Is there any reason why you want to disable viewport? I added it as it makes m

Re: [O] [PATCH] Make html export honor html-viewport option

2015-07-20 Thread Nicolas Goaziou
Rasmus writes: > Richard Hoskins writes: > >> On Sun, Jul 19, 2015 at 4:05 AM, Nicolas Goaziou >> wrote: >>> It can already be changed by customizing `org-html-viewport'. I don't >>> think it is useful to change it through OPTIONS keywords, as your patch >>> suggest, since the value is a bit c

Re: [O] [PATCH] Make html export honor html-viewport option

2015-07-19 Thread Rasmus
Richard Hoskins writes: > On Sun, Jul 19, 2015 at 4:05 AM, Nicolas Goaziou > wrote: >> It can already be changed by customizing `org-html-viewport'. I don't >> think it is useful to change it through OPTIONS keywords, as your patch >> suggest, since the value is a bit complicated. >> >> You may

Re: [O] [PATCH] Make html export honor html-viewport option

2015-07-19 Thread Richard Hoskins
On Sun, Jul 19, 2015 at 4:05 AM, Nicolas Goaziou wrote: > It can already be changed by customizing `org-html-viewport'. I don't > think it is useful to change it through OPTIONS keywords, as your patch > suggest, since the value is a bit complicated. > > You may change it document wise using a BIN

Re: [O] [PATCH] Make html export honor html-viewport option

2015-07-19 Thread Nicolas Goaziou
Hello, Richard Hoskins writes: > * ox-html.el (options-alist) Change html-viewport to honor > html-viewport: option in org file. > > Value of `html-viewport' is being checked by `org-html--build-meta-info', > but it could not be changed due to its `options-alist' entry. Thank you for the patc

[O] [PATCH] Make html export honor html-viewport option

2015-07-18 Thread Richard Hoskins
* ox-html.el (options-alist) Change html-viewport to honor html-viewport: option in org file. Value of `html-viewport' is being checked by `org-html--build-meta-info', but it could not be changed due to its `options-alist' entry. TINYCHANGE --- lisp/ox-html.el | 2 +- 1 file changed, 1 inserti