Rasmus writes:
> It's in 216a53d6cc88bd858fbc3aee82a2702a854fa8d6.
Thank you.
Regards,
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
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
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
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
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
* 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