emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sam Flint <swflint@flintfam.org>
To: Org-Mode <emacs-orgmode@gnu.org>
Subject: Export issues
Date: Mon, 02 Dec 2013 10:20:00 -0600	[thread overview]
Message-ID: <87fvqb6x8v.fsf@wall.flintfam.org> (raw)

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

             reply	other threads:[~2013-12-02 16:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-02 16:20 Sam Flint [this message]
2013-12-02 16:24 ` Export issues Jambunathan K

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fvqb6x8v.fsf@wall.flintfam.org \
    --to=swflint@flintfam.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).