emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SOLVED]: Issue opening files with accented words, using org-attach-open


From: Kepa
Subject: [SOLVED]: Issue opening files with accented words, using org-attach-open
Date: Sun, 18 Aug 2024 17:31:38 +0000

Thanks, Ihor.

That change worked.

 

 

(when (eq system-type 'windows-nt)

  (setq org-file-apps

        '((\\.\\(docx\\|doc\\)\\' . system)

          (\\.\\(xlsx\\|xls\\)\\' . system)

          (\\.\\(pdf\\)\\' . system)

          (\\.\\(pptx\\|ppt\\)\\' . system)

          (auto-mode . emacs))))

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]