Re: [O] What happened to ATTR_ORG?

2019-05-24 Thread Cheong Yiu Fung
I'm using the latest Org and it's working. If you'd like to dig the cause you might want to dig in `org-display-inline-images'. It accepts `:width' in any #+ATTR.*-like option, then immediately call `create-image'. I would guess it's an imagemagick problem too. steen writes: > I am also having

Re: [O] What happened to ATTR_ORG?

2019-05-24 Thread steen
I am also having the same issue. I don't have time right now to try to track down causes, but this is not a unique problem. The behavior I am seeing is that #+ATTR_ORG no longer causes the images to be resized, they display at original size. -- Steen On Fri, May 24, 2019 at 8:34 AM John Kitchin

Re: [O] What happened to ATTR_ORG?

2019-05-24 Thread John Kitchin
I still use this. Do you see any issues in the Messages? If you try attr_latex does it work? If not you may have an imagemagick problem that can’t rescale the thumbnail. Note you will have to toggle the image display after you add that. On Fri, May 24, 2019 at 11:18 AM William Denton wrote: >

[O] What happened to ATTR_ORG?

2019-05-24 Thread William Denton
It used to be possible use ATTR_ORG on images to make them display at a different size, which was very useful when the images were large. It worked like this: #+ATTR_ORG: :width 300 [[file:very-large-image.jpg]] I haven't needed it for a while, but today I went to use it and it's gone! I