Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

toc-org error #1915

Closed
edwintorok opened this issue Jun 10, 2015 · 6 comments
Closed

toc-org error #1915

edwintorok opened this issue Jun 10, 2015 · 6 comments

Comments

@edwintorok
Copy link
Contributor

Tried updating to latest develop branch, but I get this error on startup:

Required feature `toc-org' was not provided
@edwintorok
Copy link
Contributor Author

Removing toc-org from contrib/org/packages.el and adding it back again seems to have fixed it.
Maybe I had an old version of it installed?

@syl20bnr
Copy link
Owner

mmmhhh I would like to be able to reproduce it to understand what was going here.
I hope it will happen again.

@edwintorok
Copy link
Contributor Author

I got this error after pressing Update and restarting emacs, its not toc-org but another package:

Debugger entered--Lisp error: (error "Required feature `dash' was not provided")
  require(dash nil noerror)
  (let ((pkg-elpa-dir (spacemacs//get-package-directory pkg))) (if pkg-elpa-dir (add-to-list (quote load-path) pkg-elpa-dir) (if log (progn (spacemacs-buffer/append (format "(Bootstrap) Installing %s...\n" pkg)) (spacemacs//redisplay))) (package-refresh-contents) (package-install pkg) (setq pkg-elpa-dir (spacemacs//get-package-directory pkg))) (require pkg nil (quote noerror)) (if file-to-load (progn (load-file (concat pkg-elpa-dir file-to-load)))) pkg-elpa-dir)
  (condition-case nil (require pkg) (error (require (quote cl)) (let ((pkg-elpa-dir (spacemacs//get-package-directory pkg))) (if pkg-elpa-dir (add-to-list (quote load-path) pkg-elpa-dir) (if log (progn (spacemacs-buffer/append (format "(Bootstrap) Installing %s...\n" pkg)) (spacemacs//redisplay))) (package-refresh-contents) (package-install pkg) (setq pkg-elpa-dir (spacemacs//get-package-directory pkg))) (require pkg nil (quote noerror)) (if file-to-load (progn (load-file (concat pkg-elpa-dir file-to-load)))) pkg-elpa-dir)))
  spacemacs/load-or-install-package(dash)
  (progn (spacemacs/load-or-install-package (quote dash)))
  (if (or (eq (quote zonokai-blue) theme) (eq (quote zonokai-red) theme) (eq (quote solarized-light) theme) (eq (quote solarized-dark) theme)) (progn (spacemacs/load-or-install-package (quote dash))))
  spacemacs/load-theme(solarized-light)
  (let ((default-theme (car dotspacemacs-themes))) (spacemacs/load-theme default-theme) (setq spacemacs-used-theme-packages (delq nil (mapcar (quote spacemacs//get-theme-package) dotspacemacs-themes))) (setq-default spacemacs--cur-theme default-theme) (setq-default spacemacs--cycle-themes (cdr dotspacemacs-themes)))
  spacemacs/init()
  (progn (load-file (concat user-emacs-directory "core/core-load-paths.el")) (require (quote core-spacemacs)) (require (quote core-configuration-layer)) (spacemacs/init) (configuration-layer/sync) (spacemacs/setup-after-init-hook) (spacemacs/maybe-install-dotfile) (require (quote server)) (if (server-running-p) nil (server-start)))
  (if (spacemacs/emacs-version-ok) (progn (load-file (concat user-emacs-directory "core/core-load-paths.el")) (require (quote core-spacemacs)) (require (quote core-configuration-layer)) (spacemacs/init) (configuration-layer/sync) (spacemacs/setup-after-init-hook) (spacemacs/maybe-install-dotfile) (require (quote server)) (if (server-running-p) nil (server-start))))
  eval-buffer(#<buffer  *load*> nil "/home/edwin/.emacs.d/init.el" nil t)  ; Reading at buffer position 912
  load-with-code-conversion("/home/edwin/.emacs.d/init.el" "/home/edwin/.emacs.d/init.el" t t)
  load("/home/edwin/.emacs.d/init" t t)
  #[0 "�\205\262

Can I provide any info to help debug this? (note that spacemacs says 'Spacemacs is ready' if I run it without -debug-init but looks like just a regular emacs)

@CestDiego
Copy link
Contributor

That happened to me yesterday! I had to reinstall everythin ;_;

@sschuldenzucker
Copy link

Possibly related: all the links in the table of contents in, e.g., the main documentation (DOCUMENTATION.org) are broken: the corresponding IDs like #core-pillars do not exist.
This has the effect that, for example, export via ,ehH says 'Unable to resolve ID "core-pillars"'

System Info

  • OS: gnu/linux
  • Emacs: 24.4.1
  • Spacemacs: 0.104.2
  • Spacemacs branch: master (rev. 074f425)
  • Distribution: spacemacs
  • Layers:
(emacs-lisp markdown org latex spell-checking)

@TheBB
Copy link
Collaborator

TheBB commented May 31, 2016

No activity, can't be reproduced.

@TheBB TheBB closed this as completed May 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants