From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Export width for generated SVG image? Date: Tue, 26 Mar 2013 15:48:39 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKanT-00056I-DP for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 16:48:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKanR-0008TZ-RW for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 16:48:43 -0400 Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:43208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKanR-0008TL-Jc for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 16:48:41 -0400 Received: by mail-la0-f46.google.com with SMTP id fq12so14441048lab.19 for ; Tue, 26 Mar 2013 13:48:39 -0700 (PDT) In-Reply-To: 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: Ken Williams Cc: "emacs-orgmode@gnu.org" On Tue, Mar 26, 2013 at 3:16 PM, Ken Williams wrote: > I=E2=80=99m using a =E2=80=98dot=E2=80=99 section to create an SVG image,= then exporting my document > to HTML: [deleted] > My diagram ends up pretty huge though, and I want to shrink it down. > ":width 1000" doesn=E2=80=99t seem to have any effect, nor does wrapping = like so: [deleted] > Any suggestions? This works for me on version 8.0-pre #+attr_html: :width 100% [[image.svg]] Are you using the new exporter or old? I believe the old syntax would have = been: #+attr_html width=3D"100%" [[image.svg]] But try with and without quotes (I can't check for the old exporter syntax on my setup anymore... well, I /could/ but that's a lot of work!). John > > I=E2=80=99m using version 7.9.2-dist . Thanks. > > > > -- > > Ken Williams, Senior Research Scientist > > WindLogics > > http://windlogics.com > > > > > ________________________________ > > CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the > intended recipient(s) and may contain confidential and privileged > information. Any unauthorized review, use, disclosure or distribution of = any > kind is strictly prohibited. If you are not the intended recipient, pleas= e > contact the sender via reply e-mail and destroy all copies of the origina= l > message. Thank you.