Re: [O] "Symbol's value as variable is void: org-file-apps"

2015-12-21 Thread Nick Dokos
William Denton writes: > After compiling from a fresh pull from Git today, setting > org-file-apps is causing problems. I have this so make Org exports to > PDF open in evince instead of Emacs's built-in docview: > > (delete '("\\.pdf\\'" . default) org-file-apps) > (add-to-list 'org-file-apps '

[O] "Symbol's value as variable is void: org-file-apps"

2015-12-21 Thread William Denton
After compiling from a fresh pull from Git today, setting org-file-apps is causing problems. I have this so make Org exports to PDF open in evince instead of Emacs's built-in docview: (delete '("\\.pdf\\'" . default) org-file-apps) (add-to-list 'org-file-apps '("\\.pdf\\'" . "evince %s")) Thi