Timeline for Display inline eps images in Org mode
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 26, 2020 at 17:40 | comment | added | NickD | Excellent! Thanks for the update. | |
| Apr 26, 2020 at 16:52 | vote | accept | Philopolis | ||
| Apr 26, 2020 at 16:52 | comment | added | Philopolis | Thanks! With your help, the problem is finally identified. display image.eps from the command line produces an error: display: attempt to perform an operation not allowed by the security policy 'gs'. This is something ArchLinux has decided: bugs.archlinux.org/task/60580. So, this is bascially a security policy from my distro, and not a bug. I should be able to fix that on my own. Thanks again! | |
| Apr 24, 2020 at 14:33 | history | edited | NickD | CC BY-SA 4.0 | added 2 characters in body |
| Apr 24, 2020 at 13:29 | history | edited | NickD | CC BY-SA 4.0 | added 2045 characters in body |
| Apr 24, 2020 at 8:03 | comment | added | Philopolis | Many thanks! I think I'm close to the answer... but it still not works. There were two problems: 1/ (add-to-list 'image-file-name-extensions "eps") was indeed necessary, I added that line in my init file. 2/ org-image-actual-width was set to t. I've tried with (setq org-image-actual-width nil) or with a fixed value such as (setq org-image-actual-width 400), and both of them are still unsuccessful. I've updated my initial post accordingly. So I suspect there is yet another problem... | |
| Apr 23, 2020 at 15:53 | history | answered | NickD | CC BY-SA 4.0 |