2013-08-14 13:22:52 +00:00
|
|
|
diff --git a/lisp/org/org.el b/lisp/org/org.el
|
2014-10-24 12:50:15 +00:00
|
|
|
index 2b5603c..52545d0 100644
|
2013-08-14 13:22:52 +00:00
|
|
|
--- a/lisp/org/org.el
|
|
|
|
+++ b/lisp/org/org.el
|
2014-10-24 12:50:15 +00:00
|
|
|
@@ -1963,7 +1963,7 @@ See `org-file-apps'.")
|
|
|
|
'((auto-mode . emacs)
|
2013-08-14 13:22:52 +00:00
|
|
|
("\\.mm\\'" . default)
|
|
|
|
("\\.x?html?\\'" . default)
|
2014-10-24 12:50:15 +00:00
|
|
|
- ("\\.pdf\\'" . default))
|
|
|
|
+ ("\\.pdf\\'" . xdg-open))
|
2013-08-14 13:22:52 +00:00
|
|
|
"External applications for opening `file:path' items in a document.
|
|
|
|
Org-mode uses system defaults for different file types, but
|
2014-10-24 12:50:15 +00:00
|
|
|
you can use this variable to set the application for a given file
|