]> git.donarmstrong.com Git - lib.git/commitdiff
call evince_annot instead of evince
authorDon Armstrong <don@donarmstrong.com>
Thu, 9 Jun 2016 18:00:28 +0000 (13:00 -0500)
committerDon Armstrong <don@donarmstrong.com>
Thu, 9 Jun 2016 18:00:28 +0000 (13:00 -0500)
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)