0

When I click on a link to a certain recent screenshot, this is shown rather than the image itself.

  /Users/satibodhi/Creation/notes:
  wildcard 楷{氵尸}.png
  -rw-r--r--@ 1 satibodhi  staff  2373 Jul  3 09:24 楷{氵尸}.png

All my other image links show properly with org-display-inline-images.

Drew
  • 75,699
  • 9
  • 109
  • 225
Sati
  • 775
  • 6
  • 21

1 Answers1

1

Your file name contains an opening curly bracket. org-open-at-point uses the characters * and { to detect shell-style patterns in the file name and runs dired instead of org-open-file.

What you see is that dired buffer.

Tobias
  • 32,569
  • 1
  • 34
  • 75