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

Lack of svg support causes SPC-m to be undefined in org with embedded svg files #6651

Closed
asalt opened this issue Jul 21, 2016 · 1 comment
Closed
Labels
- Bug tracker - Org stale marked as a stale issue/pr (usually by a bot)

Comments

@asalt
Copy link

asalt commented Jul 21, 2016

Description

SPC-m is undefined in org-mode when an .org file contains images that are not supported (at least for svg)

Reproduction guide

  • Start Emacs with (image-type-available-p 'svg) evaluating to nil
  • open an org file that contains [[/path/to/svg/file.svg]]

Observed behaviour:
In Messages: File mode specification error: (error "Invalid image typesvg'")
SPC-m is undefined
Opening another org file without an svg file has no problems.

Expected behaviour:
org continues to work as normal (except for inline svg support)
SPC-m is still defined even if (image-type-available-p 'svg) evaluates to nil

System Info

  • OS: gnu/linux
  • Emacs: 24.5.1
  • Spacemacs: 0.105.21
  • Spacemacs branch: master (rev. 0283f64)
  • Graphic display: t
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
(auto-completion c-c   emacs-lisp latex
                 (latex :variables latex-enable-folding t)
                 git ranger org
                 (org :variables org-export-latex-classes nil org-enable-reveal-js t)
                 spell-checking python themes-megapack javascript
                 (javascript :variables javascript-disable-tern-port-files nil)
                 syntax-checking
                 (syntax-checking :variables syntax-checking-enable-by-default nil)
                 html markdown shell ibuffer yaml)

Backtrace

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- Bug tracker - Org stale marked as a stale issue/pr (usually by a bot)
Projects
None yet
Development

No branches or pull requests

2 participants