Re: [O] scale inline images in orgmode

2015-02-24 Thread Shavkat Rustamov
Hello, This setting works fine: (setq org-image-actual-width 300) = always resize inline images to 300 pixels However, this does not {it falls back to 400 and ignores #+ATTR}: (setq org-image-actual-width '(400)) = if there is a #+ATTR.*: width=200, resize to 200, otherwise resize

Re: [O] scale inline images in orgmode

2013-05-25 Thread Klaus-Dieter Bauer
Bastien bzg at altern.org writes: Hi Alexander, AW alexander.willand at t-online.de writes: 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 . You can now (from git master) use `org-image-actual-width'. (setq

Re: [O] scale inline images in orgmode

2012-08-30 Thread Bastien
Hi Alexander, AW alexander.will...@t-online.de writes: 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 . You can now (from git master) use `org-image-actual-width'. (setq org-image-actual-width 300) = always resize

Re: [O] scale inline images in orgmode

2012-08-30 Thread AW
Am Donnerstag, 30. August 2012, 15:52:59 schrieb Bastien: Hi Alexander, AW alexander.will...@t-online.de writes: 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 . You can now (from git master) use

Re: [O] scale inline images in orgmode

2012-08-29 Thread Jeffrey Spencer
+1 On Aug 29, 2012 7:31 AM, Detlef Steuer detlef.ste...@gmx.de wrote: On Tue, 28 Aug 2012 15:34:59 -0500 Russell Adams rlad...@adamsinfoserv.com wrote: On Tue, Aug 28, 2012 at 10:13:18PM +0200, AW wrote: I would like to scale the images on screen in the buffer, often I don't need a

Re: [O] scale inline images in orgmode

2012-08-28 Thread Russell Adams
On Tue, Aug 28, 2012 at 10:13:18PM +0200, AW wrote: 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 ? Alexander, I believe

Re: [O] scale inline images in orgmode

2012-08-28 Thread Detlef Steuer
On Tue, 28 Aug 2012 15:34:59 -0500 Russell Adams rlad...@adamsinfoserv.com wrote: On Tue, Aug 28, 2012 at 10:13:18PM +0200, AW wrote: 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