org-download icon indicating copy to clipboard operation
org-download copied to clipboard

org-download-heading-lvl with German umlaut

Open fab6 opened this issue 3 years ago • 0 comments

Hi,

I am using these settings to get screenshots into directories fitting to the header title:

(setq org-download-method 'directory)
(setq-default org-download-image-dir "./img")
(setq-default org-download-heading-lvl 1)

This works quite good! As I am writing often in German it happens that I have German umlaute in the title. This creates the screenshot and puts it in the correct directory, but I am not able to preview it, e.g. like here

image

image

When I change the umlaut ü to ue the preview works good again. image image

Is there an option which automatically replaces the different umlaute (ü,ä, ö) before saving? Or do you have some other hint for this?

Thanks!

fab6 avatar Sep 15 '21 07:09 fab6