[Emacs] Change org-export use-package to ox

This commit is contained in:
Ivan Malison 2016-10-25 12:58:22 -07:00
parent ee9a9496de
commit bc70eef5c5
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3121,7 +3121,7 @@ as its link target.
This function replaces the default naming scheme with a call to This function replaces the default naming scheme with a call to
~imalison:generate-name~, and uses a slightly different uniquify approach. ~imalison:generate-name~, and uses a slightly different uniquify approach.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package org-export (use-package ox
:ensure nil :ensure nil
:config :config
(defun org-export-get-reference (datum info) (defun org-export-get-reference (datum info)