From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: [PATCH] Make html export honor html-viewport option Date: Sun, 19 Jul 2015 10:52:09 +0200 Message-ID: <87zj2sil6u.fsf@gmx.us> References: <87615gvag6.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGkKf-0004J9-Gd for emacs-orgmode@gnu.org; Sun, 19 Jul 2015 04:52:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGkKc-00008O-4x for emacs-orgmode@gnu.org; Sun, 19 Jul 2015 04:52:25 -0400 Received: from plane.gmane.org ([80.91.229.3]:38807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGkKb-00007y-V1 for emacs-orgmode@gnu.org; Sun, 19 Jul 2015 04:52:22 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZGkKV-0001Nv-Qa for emacs-orgmode@gnu.org; Sun, 19 Jul 2015 10:52:15 +0200 Received: from tsn109-201-152-244.dyn.nltelcom.net ([109.201.152.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Jul 2015 10:52:15 +0200 Received: from rasmus by tsn109-201-152-244.dyn.nltelcom.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Jul 2015 10:52:15 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 change it document wise using a BIND keyword. > > You can't set it to nil through customize. I was trying to export html > without the viewport meta tags. Setting the customize variables to nil > just resulted in bogus viewport values. You are right you cannot set it to nil via Customize. If you do (setq org-html-viewport nil) you will not get a viewport. Rasmus -- Not everything that goes around comes back around, you know