emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] scale inline images in orgmode


From: AW
Subject: Re: [O] scale inline images in orgmode
Date: Thu, 30 Aug 2012 19:38:14 +0200
User-agent: KMail/4.8.4 (Linux/3.5.2-39-desktop; KDE/4.8.4; x86_64; ; )

Am Donnerstag, 30. August 2012, 15:52:59 schrieb Bastien:
> Hi Alexander,
> 
> AW <address@hidden> 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
> 
> (setq org-image-actual-width '(400))
>   => if there is a #+ATTR.*: width="200", resize to 200,
>      otherwise resize to 400
> 
> (setq org-image-actual-width nil)
>   => if there is a #+ATTR.*: width="200", resize to 200,
>      otherwise don't resize
> 
> (setq org-image-actual-width t)
>   => Never resize and use original width (the default)
> 
> HTH,

Hi Bastien,

indeed, that helps a lot! Thank you very much. 

Kind regards,
Alexander



reply via email to

[Prev in Thread] Current Thread [Next in Thread]