emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: William Denton
Subject: [O] "Symbol's value as variable is void: org-file-apps"
Date: Mon, 21 Dec 2015 20:18:04 -0500 (EST)
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)

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"))

This was fine last week, but today, on startup, either line causes this error:

Symbol's value as variable is void: org-file-apps

If I C-x C-e those two lines after startup has halted, there are no complaints.

Did something about this variable change? I had a bit of a look but didn't see what could have caused it.

Bill
--
William Denton ↔  Toronto, Canada ↔  https://www.miskatonic.org/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]