From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Flint Subject: Export issues Date: Mon, 02 Dec 2013 10:20:00 -0600 Message-ID: <87fvqb6x8v.fsf@wall.flintfam.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnWED-0001Wr-J1 for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 11:20:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnWE7-0003yX-5I for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 11:20:09 -0500 Received: from [2600:3c00::f03c:91ff:fe70:9de9] (port=36564 helo=mail.flintfam.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnWE7-0003w6-0O for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 11:20:03 -0500 Received: from wall.flintfam.org.flintfam.org (wsip-72-214-238-154.om.om.cox.net [72.214.238.154]) (Authenticated sender: swflint@flintfam.org) by mail.flintfam.org (Postfix) with ESMTPSA id 4CC58847F for ; Mon, 2 Dec 2013 16:28:18 +0000 (UTC) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-Mode When I go to export a document to pdf, using C-c C-e, I get an error: Symbol's function definition is void: org-export-dispatch This diff should fix it: diff --git a/lisp/org.el b/lisp/org.el index c0c51c4..888478a 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -19231,7 +19231,7 @@ boundaries." (org-defkey org-mode-map "\C-c\C-a" 'org-attach) (org-defkey org-mode-map "\C-c}" 'org-table-toggle-coordinate-overlays) (org-defkey org-mode-map "\C-c{" 'org-table-toggle-formula-debugger) -(org-defkey org-mode-map "\C-c\C-e" 'org-export-dispatch) +(org-defkey org-mode-map "\C-c\C-e" 'org-export) (org-defkey org-mode-map "\C-c:" 'org-toggle-fixed-width-section) (org-defkey org-mode-map "\C-c\C-x\C-f" 'org-emphasize) (org-defkey org-mode-map "\C-c\C-xf" 'org-footnote-action) Thanks -- Sam Flint swflint@flintfam.org freenode: swflint (402) 517-8468 http://flintfam.org/~swflint BAFBF3FF