Blame emacs-pdf-default.patch
|
Jaromír Končický |
50c7e7 |
diff --git a/lisp/org/org.el b/lisp/org/org.el
|
|
Petr Hracek |
7d937a |
index 2b5603c..52545d0 100644
|
|
Jaromír Končický |
50c7e7 |
--- a/lisp/org/org.el
|
|
Jaromír Končický |
50c7e7 |
+++ b/lisp/org/org.el
|
|
Petr Hracek |
7d937a |
@@ -1963,7 +1963,7 @@ See `org-file-apps'.")
|
|
Petr Hracek |
7d937a |
'((auto-mode . emacs)
|
|
Jaromír Končický |
50c7e7 |
("\\.mm\\'" . default)
|
|
Jaromír Končický |
50c7e7 |
("\\.x?html?\\'" . default)
|
|
Petr Hracek |
7d937a |
- ("\\.pdf\\'" . default))
|
|
Petr Hracek |
7d937a |
+ ("\\.pdf\\'" . xdg-open))
|
|
Jaromír Končický |
50c7e7 |
"External applications for opening `file:path' items in a document.
|
|
Jaromír Končický |
50c7e7 |
Org-mode uses system defaults for different file types, but
|
|
Petr Hracek |
7d937a |
you can use this variable to set the application for a given file
|