From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: html-export - limit size of pic to page-size? Date: Sun, 03 Feb 2013 15:41:08 +0100 Message-ID: <87fw1de9yz.fsf@googlemail.com> References: <87y5f63yrk.fsf@googlemail.com> <871ucxpp0d.fsf@urmel.duenenhof-wilhelm.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U20ky-0008Qs-6W for emacs-orgmode@gnu.org; Sun, 03 Feb 2013 09:41:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U20kx-0000Yu-66 for emacs-orgmode@gnu.org; Sun, 03 Feb 2013 09:41:20 -0500 Received: from plane.gmane.org ([80.91.229.3]:49815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U20kw-0000Yo-VX for emacs-orgmode@gnu.org; Sun, 03 Feb 2013 09:41:19 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U20lE-0002BT-2G for emacs-orgmode@gnu.org; Sun, 03 Feb 2013 15:41:36 +0100 Received: from e178116032.adsl.alicedsl.de ([85.178.116.32]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Feb 2013 15:41:36 +0100 Received: from tjolitz by e178116032.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Feb 2013 15:41:36 +0100 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 Dieter Wilhelm writes: > For example > > #+ATTR_HTML: width="600" Actually my question was meant with regards to Org-babel code blocks, e.g. ,-------------------------------------------- | +name: class-diagram | +begin_src plantuml :file class-diagram.png `-------------------------------------------- Is it possible to specify the html 'width=600' or 'width=auto' in the 'begin_src' line or in the subtree-properties - or do I have to let my program write the ,------------------------ | +ATTR_HTML: width="600" `------------------------ on top of the inserted link to 'class-diagram.png' when exporting to html? -- cheers, Thorsten