From 418c0a59b3cf09d303f368dc95b5712d20a7e63f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 7 Nov 2016 12:11:09 -0800 Subject: [PATCH] [Emacs] Demand ox --- dotfiles/emacs.d/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index a0e30b0a..a33dd883 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3260,6 +3260,7 @@ This function replaces the default naming scheme with a call to #+BEGIN_SRC emacs-lisp (use-package ox :ensure nil + :demand t :config (defun org-export-get-reference (datum info) "Return a unique reference for DATUM, as a string.