Re: [O] Bug: org-string-display throws on image display property [9.1.9 (release_9.1.9-65-g5e4542 @ /home/blc/.local/share/emacs/27.0.50/lisp/org/)]

2018-10-25 Thread Nicolas Goaziou
Hello, "Basil L. Contovounesios" writes: > I realise that the 'display' property is a pretty complicated beast, so > it may be impractical for 'org-string-width' to do this, but I think > more accurate/useful behaviour would be to calculate the displayed width > of the image via 'image-size' or

Re: [O] Bug: org-string-display throws on image display property [9.1.9 (release_9.1.9-65-g5e4542 @ /home/blc/.local/share/emacs/27.0.50/lisp/org/)]

2018-09-03 Thread Basil L. Contovounesios
Nicolas Goaziou writes: > "Basil L. Contovounesios" writes: > >> Severity: minor >> >> 0. emacs -Q >> 1. M-x toggle-debug-on-error RET >> 2. Evaluate the following: >> >> (require 'org) >> (org-string-display >>(propertize " " 'display '(image :type svg >>

Re: [O] Bug: org-string-display throws on image display property [9.1.9 (release_9.1.9-65-g5e4542 @ /home/blc/.local/share/emacs/27.0.50/lisp/org/)]

2018-09-03 Thread Nicolas Goaziou
Hello, "Basil L. Contovounesios" writes: > Severity: minor > > 0. emacs -Q > 1. M-x toggle-debug-on-error RET > 2. Evaluate the following: > > (require 'org) > (org-string-display >(propertize " " 'display '(image :type svg > :file

[O] Bug: org-string-display throws on image display property [9.1.9 (release_9.1.9-65-g5e4542 @ /home/blc/.local/share/emacs/27.0.50/lisp/org/)]

2018-09-03 Thread Basil L. Contovounesios
Severity: minor 0. emacs -Q 1. M-x toggle-debug-on-error RET 2. Evaluate the following: (require 'org) (org-string-display (propertize " " 'display '(image :type svg :file "/path/to/image.svg"))) This gives the following error backtrace: Debugger