From mboxrd@z Thu Jan 1 00:00:00 1970 From: AW Subject: scale inline images in orgmode Date: Tue, 28 Aug 2012 22:13:18 +0200 Message-ID: <14024726.E93JukLEF0@linux-nyil.site> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6SAE-0001bS-19 for emacs-orgmode@gnu.org; Tue, 28 Aug 2012 16:13:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6SAC-0005Jk-SQ for emacs-orgmode@gnu.org; Tue, 28 Aug 2012 16:13:29 -0400 Received: from mailout05.t-online.de ([194.25.134.82]:49635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6SAC-0005JU-Mr for emacs-orgmode@gnu.org; Tue, 28 Aug 2012 16:13:28 -0400 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 Hi! If I include an image in an *.org file, let's say [[large-image.jpg]], I can toggle the inline image with C-c C-x C-v . I would like to scale the images on screen in the buffer, often I don't need a large picture, but just a reminder, what's on the picture. Is there a way to scale the image on screen, something like #+ATTR: scale=0.5 ? Regards, Alexander