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 via email to