From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lennart Fricke Subject: Bug: Org image scaling and source block results [7.9.1 (release_7.9.1-384-g60127b @ /home/lennart/.emacs.d/site-lisp/org/lisp/)] Date: Thu, 27 Sep 2012 19:51:19 +0200 Message-ID: <87y5jvqrqg.fsf@tee.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THIFJ-00038A-NM for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 13:51:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THIFI-0005wL-Cv for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 13:51:33 -0400 Received: from smtpa1.mediabeam.com ([194.25.41.13]:48845 helo=smtpa2.mediabeam.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THIFI-0005w4-3q for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 13:51:32 -0400 Received: from IMAP3 (balancer7.mediabeam.com [10.100.1.80]) by smtpa2.mediabeam.com (8.13.8/8.13.1) with ESMTP id q8RHpTsx003954 for ; Thu, 27 Sep 2012 19:51:29 +0200 Received: from localhost (178-24-204-58-dynip.superkabel.de [178.24.204.58] (may be forged)) (authenticated bits=0) by smtpa.mediabeam.com (8.13.8/8.13.1) with ESMTP id q8RHpOqW003893 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Thu, 27 Sep 2012 19:51:28 +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 Hello everybody, it seems that org-mode only considers #+ATTR.*: in the line preceeding an image, if org-image-actual-width is a list or nil. Maybe it would be better to make it work like in exports. For example #+RESULTS: 3D #+ATTR: width="100" [[file:test.png]] does scale #+ATTR: width="100" #+RESULTS: 3D [[file:test.png]] does not. Emacs : GNU Emacs 24.1.1 (i686-redhat-linux-gnu, GTK+ Version 2.24.11) of 2012-08-13 on buildvm-23.phx2.fedoraproject.org Package: Org-mode version 7.9.1 (release_7.9.1-384-g60127b @ /home/lennart/.emacs.d/site-lisp/org/lisp/)