From a1ee6fa5e31ad89aeb37a6c808969c181ee71a7b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 9 Jun 2016 13:00:28 -0500 Subject: [PATCH 1/1] call evince_annot instead of evince --- emacs_el/configuration/org-mode-configuration.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index 6b942a8..835e231 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -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) -- 2.39.2