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 resiz

Re: [O] scale inline images in orgmode

2013-05-25 Thread Klaus-Dieter Bauer
Bastien altern.org> writes: > > Hi Alexander, > > AW 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-a

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 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-

Re: [O] scale inline images in orgmode

2012-08-30 Thread Bastien
Hi Alexander, AW 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 inline images to 300 pixels (s

Re: [O] scale inline images in orgmode

2012-08-29 Thread Jeffrey Spencer
+1 On Aug 29, 2012 7:31 AM, "Detlef Steuer" wrote: > On Tue, 28 Aug 2012 15:34:59 -0500 > Russell Adams 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 re

Re: [O] scale inline images in orgmode

2012-08-28 Thread Detlef Steuer
On Tue, 28 Aug 2012 15:34:59 -0500 Russell Adams 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 to > > scale the

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 believ

[O] scale inline images in orgmode

2012-08-28 Thread AW
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 imag