From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claudius Mueller Subject: Re: org-image-actual-width has no effect Date: Fri, 29 Aug 2014 09:47:46 -0400 Message-ID: <54008482.8040906@gmail.com> References: <53FFB9F8.1080605@gmail.com> <87bnr4jhrm.fsf@karnak.MagnumOpus.khem> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNMVl-00005n-9Q for emacs-orgmode@gnu.org; Fri, 29 Aug 2014 09:46:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNMVc-0000Kx-9N for emacs-orgmode@gnu.org; Fri, 29 Aug 2014 09:46:41 -0400 Received: from mail-qg0-x22c.google.com ([2607:f8b0:400d:c04::22c]:47858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNMVc-0000Kr-4B for emacs-orgmode@gnu.org; Fri, 29 Aug 2014 09:46:32 -0400 Received: by mail-qg0-f44.google.com with SMTP id j5so2211904qga.17 for ; Fri, 29 Aug 2014 06:46:31 -0700 (PDT) Received: from BrainDwork.site ([129.174.252.2]) by mx.google.com with ESMTPSA id t2sm182107qaj.1.2014.08.29.06.46.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 29 Aug 2014 06:46:30 -0700 (PDT) In-Reply-To: <87bnr4jhrm.fsf@karnak.MagnumOpus.khem> 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 Thank you for pointing this out. I compiled emacs 24.3 with imagemagick support: "ldd /usr/local/bin/emacs | grep Magick" ====> libMagickWand-6.Q16.so.1 => /usr/lib64/libMagickWand-6.Q16.so.1 (0x00007f3946278000) libMagickCore-6.Q16.so.1 => /usr/lib64/libMagickCore-6.Q16.so.1 (0x00007f3945dd9000) However, inline images are still not scaled at all if I include: (setq org-image-actual-width 50) in my .emacs file. Any other ideas of what I am doing wrong? Thank you very much for your help! Claudius On 08/28/2014 07:50 PM, Charles Philip Chan wrote: > On 28 Aug 2014, claudius.mueller@gmail.com wrote: > >> I am using emacs 24.3 in openSUSE 13.1. I have not compiled emacs >> myself, but the core imagemagick libraries are part of the >> dependencies, which makes me assume that it's been compiled with >> imagemagick support. > No, the Emacs in OpenSuSE 13.1 is not compiled with Image Magick > support- "ldd /usr/bin/emacs | grep Magick" produces nothing. Where as, > this is the output of my self-compiled version. > > ,----[ ldd /usr/local/bin/emacs | grep Magick ] > | libMagickWand-6.Q16.so.1 => /usr/lib64/libMagickWand-6.Q16.so.1 (0x00007fe7e8072000) > | libMagickCore-6.Q16.so.1 => /usr/lib64/libMagickCore-6.Q16.so.1 (0x00007fe7e7bd3000 > `---- > >> I can display inline images of several file types just fine (tif, png, >> gif, ...). > This is because Emacs is using libtiff, libjpeg, libpng, libxpm etc. > > Charles >