emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* HTML export fails with (void-variable org-version)
@ 2012-04-23 13:13 Eric Schulte
  2012-04-23 15:32 ` Bastien
  0 siblings, 1 reply; 11+ messages in thread
From: Eric Schulte @ 2012-04-23 13:13 UTC (permalink / raw)
  To: Org Mode Mailing List

Hi,

I'm getting export failures due to the org-version variable no longer
being defined.  See the following minimal debug output [1].  If I
manually give the org-version variable a value, e.g.,

  (setq org-version "special")

then export works as expected.  This can be re-created using the latest
git HEAD with

  $ emacs -Q

  (add-to-list 'load-path "path/to/org/lisp")
  (load "path/to/org/lisp/org.el")
  (org-reload)

  ;; open an Org-mode buffer
  ;; Export with C-c C-e h

Best,

Footnotes: 
[1]  Debugger entered--Lisp error: (void-variable org-version)
  org-export-as-html(nil hidden)
  org-export-as-html-and-open(nil)
  call-interactively(org-export-as-html-and-open)
  org-export(nil)
  call-interactively(org-export nil nil)


-- 
Eric Schulte
http://cs.unm.edu/~eschulte/

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-04-27  5:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23 13:13 HTML export fails with (void-variable org-version) Eric Schulte
2012-04-23 15:32 ` Bastien
2012-04-23 15:49   ` Torsten Wagner
2012-04-23 16:04   ` Achim Gratz
2012-04-25 16:21     ` Bernt Hansen
2012-04-25 17:18       ` Jonathan Leech-Pepin
2012-04-25 21:07         ` Bernt Hansen
2012-04-26  4:42           ` Achim Gratz
2012-04-27  1:25             ` Bernt Hansen
2012-04-27  5:26               ` Achim Gratz
2012-04-25 18:15       ` Achim Gratz

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