emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Failing to load, showing this 'Symbol's function definition is void: defvar-1'
@ 2022-12-17 15:58 Sharon Kimble
  2022-12-18  1:24 ` Tim Cross
  0 siblings, 1 reply; 3+ messages in thread
From: Sharon Kimble @ 2022-12-17 15:58 UTC (permalink / raw)
  To: org-mode


I unfortunately upgraded this morning to emacs-30.0.50, and since then I can't get into my usual emacs of 29.0.50. 

When I'm loading emacs-29.0.50 from /usr/local/bin/ it is consistently failing to load saying "Symbol's function definition is void: defvar-1".

My init.el is this -
====
;;; init.el --- sharon's config -*- eval: (read-only-mode 1) -*-
;; Make sure that Git version of Org mode is being loaded instead of the built-in version.
(add-to-list 'load-path (expand-file-name "/home/boudiccas/.emacs.d/elpa/org-9.5.5"))
;;;(add-to-list 'load-path (expand-file-name "/home/boudiccas/.emacs.d/elpa/org-9.6"))
(add-to-list 'load-path (expand-file-name "/home/boudiccas/git/org-contrib/lisp"))

(require 'package)
(setq package-enable-at-startup nil)
(package-initialize)


(require 'ob-tangle)
(org-babel-load-file "/home/boudiccas/.emacs.d/config22-2.org")
====

It seems to be baulking at the last 2 lines, can somebody help please?

Thanks
   Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
DrugFacts = https://www.drugfacts.org.uk
Debian 11.5, fluxbox 1.3.7, emacs 29.0.5.0, Org mode 9.5.5


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

end of thread, other threads:[~2022-12-18 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-17 15:58 Failing to load, showing this 'Symbol's function definition is void: defvar-1' Sharon Kimble
2022-12-18  1:24 ` Tim Cross
2022-12-18 13:58   ` Sharon Kimble

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