From: Don Armstrong Date: Thu, 9 Jun 2016 18:00:28 +0000 (-0500) Subject: call evince_annot instead of evince X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=a1ee6fa5e31ad89aeb37a6c808969c181ee71a7b;hp=0e30697e213aabd31948d7576934c54324162432 call evince_annot instead of evince --- 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)