Hello, stardiviner <[email protected]> writes:
> Here is an attached file screenshot of my inline image size attribute issue. > > You can see, the last inline image has a local size attribute 600. It should > have highest priority over headline property value 100. But in the current > implementation, it's not. WDYT? Reading the docstring for org-image-actual-width reveals that it has absolute and infinite power when set to a number. If you'd like it to yield to local size attribute then you need to set it to a list. Does changing the property to the following fix your problem? :ORG-IMAGE-ACTUAL-WIDTH: (100)
