emacs-orgmode
[Top][All Lists]
Advanced

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

[O] org-export and open odt files always opened in emacs


From: Amos Bird
Subject: [O] org-export and open odt files always opened in emacs
Date: Mon, 09 Oct 2017 15:27:38 +0800
User-agent: mu4e 0.9.19; emacs 25.3.1

Greetings!

I'm trying to export and open odt files outside emacs. I've set

  (setq org-file-apps
        `(("\\.org$" . emacs)
          ("\\.cpp$" . emacs)
          (t . ,(cond (IS-MAC "open -R \"%s\"")
                      (IS-LINUX "xdg-open \"%s\"")))))

However exported files are still opened inside emacs. What can I do?

regards,
Amos


reply via email to

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