]> git.donarmstrong.com Git - lib.git/blobdiff - emacs_el/configuration/org-mode-configuration.el
call evince_annot instead of evince
[lib.git] / emacs_el / configuration / org-mode-configuration.el
index 6b942a8fdf31dd104ca2377f500214884c409745..835e23123409cd18b11c072cd2ba1081e4ddd3ce 100644 (file)
@@ -409,7 +409,7 @@ Maildir, or by Message-ID."
   "Open a paper pdf by bibtex key"
   (interactive "bibtex key: ")
   (shell-command
-   (format "%s -p evince %s"
+   (format "%s -p evince_annot %s"
        (substitute-in-file-name "$HOME/bin/bibtex_to_paper") bibtexkey)))
 (org-add-link-type "papers-pdf" 'open-research-paper-pdf)