X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=blobdiff_plain;f=emacs_el%2Fconfiguration%2Forg-mode-configuration.el;h=835e23123409cd18b11c072cd2ba1081e4ddd3ce;hp=6b942a8fdf31dd104ca2377f500214884c409745;hb=a1ee6fa5e31ad89aeb37a6c808969c181ee71a7b;hpb=0e30697e213aabd31948d7576934c54324162432 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)