From: Sharon Kimble <boudiccas@skimble09.plus.com>
To: emacs-orgmode@gnu.org
Subject: The full details of - org-babel-load-file "~/.emacs.d/config24.org"
Date: Sun, 10 Nov 2024 11:15:16 +0000 [thread overview]
Message-ID: <20241110111516.23b65d23@london.london> (raw)
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
reply other threads:[~2024-11-10 11:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20241110111516.23b65d23@london.london \
--to=boudiccas@skimble09.plus.com \
--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).