Re: [BUG] Image width specifications like :width 300px not working

2024-09-15 Thread Karthik Chikmagalur
> Probably, we can extend the regexp to treat things like px/pt as pixel > width as well. > > I suggest doing it in a separate patch rather than making many changes > together with introducing a new feature as you suggested. Having too > many things in a single commit can lead to confusion. Okay.

Re: [BUG] Image width specifications like :width 300px not working

2024-09-15 Thread Ihor Radchenko
Karthik Chikmagalur writes: > Due to the change in 50be048ad0cbe0e9150ca2351b894b041ae7cf49, image > display specifications like > > #+attr_org: 300px > > don't work. From the commit message, it looks like the intent was to > ignore specifications like :width 4in. I'm not sure if ignoring "px"

Re: [BUG] Image width specifications like :width 300px not working

2024-09-13 Thread Karthik Chikmagalur
> Due to the change in 50be048ad0cbe0e9150ca2351b894b041ae7cf49, image > display specifications like > > #+attr_org: 300px > > don't work. From the commit message, it looks like the intent was to > ignore specifications like :width 4in. I'm not sure if ignoring "px" > specifications was intentio

[BUG] Image width specifications like :width 300px not working

2024-09-13 Thread Karthik Chikmagalur
Due to the change in 50be048ad0cbe0e9150ca2351b894b041ae7cf49, image display specifications like #+attr_org: 300px don't work. From the commit message, it looks like the intent was to ignore specifications like :width 4in. I'm not sure if ignoring "px" specifications was intentional. If this