How do I make Org-mode open PDF files in Evince?

后端 未结 3 676
鱼传尺愫
鱼传尺愫 2020-12-15 03:25

In Org-mode when I try to open a link to a PDF file nothing happens. Also, when I do C-c C-e d to export as LaTeX and process to PDF and open the PDF is generated

3条回答
  •  遥遥无期
    2020-12-15 03:56

    M-x customize-variable [RET] org-file-apps [RET]
    

    If org uses your system defaults, you have to edit your ./mailcap file.

    Try adding this line:

    application/pdf; /usr/bin/evince %s
    

提交回复
热议问题