* The full details of - org-babel-load-file "~/.emacs.d/config24.org"
@ 2024-11-10 11:15 Sharon Kimble
0 siblings, 0 replies; only message in thread
From: Sharon Kimble @ 2024-11-10 11:15 UTC (permalink / raw)
To: emacs-orgmode
Following on from my previous email, this is the full bug-hunter-file error report
````
Doing some initial tests...
Initial tests done. Hunting for the cause...
"/home/boudiccas/.emacs.d/init.el", line 21 pos 0:
There's a Invalid modifier in string on this position, and that is not valid elisp syntax.
Caused by the following expression:
(org-babel-load-file "~/.emacs.d/config24.org")
````
And this is the init.el file
````
;;; 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/git/org-9.6.19"))
;;(add-to-list 'load-path (expand-file-name "/home/boudiccas/git/org-mode-bugfix"))
;;(add-to-list 'load-path (expand-file-name "/home/boudiccas/git/org-mode/lisp"))
;;(add-to-list 'load-path (expand-file-name "/home/boudiccas/.emacs.d/lisp"))
;;(require 'bugfix-ihor)
;;(add-to-list 'load-path (expand-file-name "/home/boudiccas/git/org-mode-bugfix/lisp"))
;;(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.7.16"))
(add-to-list 'load-path (expand-file-name "/home/boudiccas/git/org-contrib/lisp"))
(require 'package)
(setq package-enable-at-startup nil)
;;(setq package-install-upgrade-built-in t)
;;(package-activate-all)
(add-to-list 'default-frame-alist '(fullscreen . maximized))
(package-initialize)
(require 'ob-tangle)
(org-babel-load-file "~/.emacs.d/config24.org")
````
Any clues please folks?
Thanks
Sharon.
--
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
DrugFacts = https://www.drugfacts.org.uk
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-10 11:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-10 11:15 The full details of - org-babel-load-file "~/.emacs.d/config24.org" 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).