* [SOLVED]: Issue opening files with accented words, using org-attach-open
@ 2024-08-18 17:31 Kepa
0 siblings, 0 replies; only message in thread
From: Kepa @ 2024-08-18 17:31 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 406 bytes --]
Thanks, Ihor.
That change worked.
(when (eq system-type 'windows-nt)
(setq org-file-apps
'((\\.\\(docx\\|doc\\)\\'<file://.//(docx/|doc/)/'> . system)
(\\.\\(xlsx\\|xls\\)\\'<file://.//(xlsx/|xls/)/'> . system)
(\\.\\(pdf\\)\\'<file://.//(pdf/)/'> . system)
(\\.\\(pptx\\|ppt\\)\\'<file://.//(pptx/|ppt/)/'> . system)
(auto-mode . emacs))))
[-- Attachment #2: Type: text/html, Size: 2624 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-08-18 17:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-18 17:31 [SOLVED]: Issue opening files with accented words, using org-attach-open Kepa
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).