From mboxrd@z Thu Jan 1 00:00:00 1970 From: regcl Subject: controling width of graphviz source block result Date: Fri, 21 Feb 2014 11:55:20 -0500 Message-ID: <87fvncpfrb.fsf@channing.harvard.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGtc6-0005Rt-9X for emacs-orgmode@gnu.org; Fri, 21 Feb 2014 12:10:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGtbz-0004df-1a for emacs-orgmode@gnu.org; Fri, 21 Feb 2014 12:10:14 -0500 Received: from plane.gmane.org ([80.91.229.3]:38744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGtby-0004bV-MY for emacs-orgmode@gnu.org; Fri, 21 Feb 2014 12:10:06 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WGtbw-0000qA-1n for emacs-orgmode@gnu.org; Fri, 21 Feb 2014 18:10:04 +0100 Received: from pool-71-184-176-2.bstnma.east.verizon.net ([71.184.176.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Feb 2014 18:10:04 +0100 Received: from regcl by pool-71-184-176-2.bstnma.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Feb 2014 18:10:04 +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 When I try to control the width of the image produced by included graphviz (DOT) code like so ... #+ATTR_HTML: :width 300 #+INCLUDE: gnus.dot SRC dot :file gnus.png :exports results ... width is not controlled. This works ... #+INCLUDE: "gnus.dot" SRC dot :file gnus.png :exports none #+ATTR_HTML: :width 300 file:gnus.png So it makes me wonder... Is this a bug or operator error? Thanks, regcl GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bars) of 2014-02-20 on e3 Org-mode version 8.2.5c (release_8.2.5c @ /home/regcl/.emacs.d/lisp/org-mode/lisp/)