Re: [BUG] [C-u C-u C-c C-o] open link with external program auto exited before child process open file

2021-01-10 Thread Christopher Miles
I found exactly same problem and some answer on this question: https://askubuntu.com/questions/646631/emacs-doesnot-work-with-xdg-open But I hope Org Mode can provide solution by default. Based on the description in answers. Is there something Org Mode can do to get around this problem? Nicolas

Re: [BUG] [C-u C-u C-c C-o] open link with external program auto exited before child process open file

2021-01-10 Thread Christopher Miles
I tested with following code: #+begin_src emacs-lisp (let ((cmd (format "%s %s" "xdg-open" (shell-quote-argument (expand-file-name "~/Downloads/伦敦底层社会 1,2章.doc") (start-process-shell-command cmd "*org-open-file*" cmd)) (start-p