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

Capture failed: No such file or directory, org-superstar #2918

Closed
C0DK opened this issue Apr 17, 2020 · 5 comments
Closed

Capture failed: No such file or directory, org-superstar #2918

C0DK opened this issue Apr 17, 2020 · 5 comments
Labels
invalid Unactionable, unrelated, inappropriate, or a pilot error

Comments

@C0DK
Copy link

C0DK commented Apr 17, 2020

What did you expect to happen?
Tried to capture a new TODO.

What actually happened?
Got an exception:

condition-case: Capture abort: Cannot open load file: No such file or directory, org-superstar

Additional details:

System information:

emacs   version    27.0.90
        features   XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND GPM DBUS GLIB NOTIFY INOTIFY ACL GNUTLS LIBXML2 FREETYPE HARFBUZZ LIBOTF ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD JSON PDUMPER LCMS2 GMP
        build      Apr 13, 2020
        buildopts  (--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --mandir=/usr/share/man --with-gameuser=:games --with-sound=alsa --with-modules --without-gconf --without-gsettings --with-x-toolkit=gtk3 --without-xaw3d --without-m17n-flt --with-cairo --without-compress-install 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -g -flto -s -fuse-ld=gold' CPPFLAGS=-D_FORTIFY_SOURCE=2 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now)
        windowsys  x
        daemonp    server-running
doom    version    2.0.9
        build      HEAD -> develop 10031153b 2020-04-16 03:37:19 -0400
        dir        ~/.dotfiles/home/.config/doom/
system  type       gnu/linux
        config     x86_64-pc-linux-gnu
        shell      /usr/bin/zsh
        uname      Linux 4.19.114-1-MANJARO #1 SMP Thu Apr 2 17:04:36 UTC 2020 x86_64
        path       (~/bin /usr/local/bin ~/.local/bin ~/go/bin ~/.config/emacs/bin/ ~/.local/bin ~/bin /usr/local/bin ~/.local/bin ~/go/bin ~/.emacs.d/bin/ ~/.local/bin /usr/local/bin /usr/bin /bin /usr/local/sbin /usr/lib/jvm/default/bin /usr/bin/site_perl /usr/bin/vendor_perl /usr/bin/core_perl /usr/lib/jvm/default/bin /usr/bin/site_perl /usr/bin/vendor_perl /usr/bin/core_perl /usr/lib/emacs/27.0.90/x86_64-pc-linux-gnu/)
config  envfile    envvar-file
        elc-files  0
        modules    (:completion company ivy :ui doom doom-dashboard doom-quit hl-todo modeline nav-flash ophints (popup +all +defaults) unicode vc-gutter vi-tilde-fringe window-select workspaces zen :editor (evil +everywhere) file-templates fold format multiple-cursors rotate-text snippets word-wrap :emacs (dired +ranger) electric ibuffer vc :term term :checkers syntax (spell +everywhere) :tools debugger editorconfig ein (eval +overlay) gist (lookup +docsets) lsp magit make pass pdf rgb :lang common-lisp csharp data emacs-lisp fsharp go (java +meghanada) javascript latex markdown (org +dragndrop +capture +export +publish +present) python rest sh web :app calendar (rss +org) :config literate (default +bindings +smartparens))
        packages   ((ox-twbs) (elfeed) (prettier-js) (ranger))
        unpin      (n/a)
        elpa       (n/a)
@C0DK C0DK added the is:bug Something isn't working as intended label Apr 17, 2020
@Emantor
Copy link

Emantor commented Apr 17, 2020

You are probably missing doom refresh doom update after git pull.

@hlissner
Copy link
Member

hlissner commented Apr 17, 2020

I recommend doom upgrade over git pull. It does all the housework for you (not just doom refresh).

@hlissner hlissner added status:unconfirmed Still under investigation. and removed is:bug Something isn't working as intended labels Apr 17, 2020
@C0DK
Copy link
Author

C0DK commented Apr 17, 2020

You guys are the freaking greatest - Awesome quick response time. It came after an upgrade, and clearing of the emacs cache. Hope to find time to contribute to this project soon! Thanks again!

However i still get the error in org capture.

this was the output of my doom upgrade, however:

Package cl is deprecated
Package error: (error Could not find package org-superstar in recipe repositories: (org-elpa melpa gnu-elpa-mirror emacsmirror-mirror))
Package error: (error Could not find package org-pdftools in recipe repositories: (org-elpa melpa gnu-elpa-mirror emacsmirror-mirror))
Compiling your literate config...
Followed link to /home/cdk/.dotfiles/home/.config/doom/config.org
Tangled 17 code blocks from config.org

Done!
> (Re)generating core autoloads...
  > Generating core autoloads...
  > Byte-compiling core autoloads file...
  ✓ Generated .local/autoloads.elc
> Updating packages (this may take a while)...
  > (261/297) Updating treemacs...
      From https://github.com/Alexander-Miller/treemacs
         8853f54..1b82dac  master     -> origin/master

  ✓ (261/297) treemacs updated (8853f54 -> 1b82dac)
  > (284/297) Updating eglot...
      From https://github.com/joaotavora/eglot
         e02479a..1056ef5  master     -> origin/master

  ✓ (284/297) eglot updated (e02479a -> 1056ef5)
✓ Updated 2 package(s)
> (Re)building packages...
  → Building treemacs...
  → Building treemacs...done
  → Building eglot...
  → Building eglot...done
  ✓ Rebuilt 2 package(s)
> (Re)generating package autoloads...
  > Generating package autoloads...
  > Byte-compiling package autoloads file...
  ✓ Generated .local/autoloads.pkg.elc
✓ Finished! (135.8593s)

@Emantor
Copy link

Emantor commented Apr 17, 2020

Same as #2909 which duplicates #2802, #2802 (comment) has the workaround.

@C0DK
Copy link
Author

C0DK commented Apr 17, 2020

#2802 (comment) fixed it. Thanks!

@C0DK C0DK closed this as completed Apr 17, 2020
@hlissner hlissner added invalid Unactionable, unrelated, inappropriate, or a pilot error and removed status:unconfirmed Still under investigation. labels Apr 17, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
invalid Unactionable, unrelated, inappropriate, or a pilot error
Projects
None yet
Development

No branches or pull requests

3 participants