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

"," is not bound correctly if the org file contains #+SETUPFILE: #5548

Closed
liaowang11 opened this issue Mar 20, 2016 · 2 comments
Closed

"," is not bound correctly if the org file contains #+SETUPFILE: #5548

liaowang11 opened this issue Mar 20, 2016 · 2 comments

Comments

@liaowang11
Copy link
Contributor

Description

spacemacs-org-mode-map-prefix is not bound if the org file contains #+SETUPFILE:

Reproduction guide

  • Start Emacs
  • Write a new org file with #+SETUPFILE: ../anyfile.setup line (any file works)
  • Close this buffer
  • Reopen the new org file

Work arounds:

  • Delete the line #+SETUPFILE: ../anyfile.setup
  • Or, edit anything in the file, "," is bound back. Weird....

Observed behaviour:
, reports "No previous search" as it's bound to evil-repeat-find-char-reverse

Expected behaviour:
, should be bound to spacemacs-org-mode-map-prefix

System Info

  • OS: gnu/linux
  • Emacs: 24.5.1
  • Spacemacs: 0.105.14
  • Spacemacs branch: nil (rev. 744cd0f)
  • Graphic display: t
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
(personal spacemacs-helm themes-megapack
          (auto-completion :variables auto-completion-enable-snippets-in-popup t auto-completion-enable-help-tooltip nil auto-completion-enable-sort-by-usage t)
          better-defaults emacs-lisp
          (colors :variables colors-enable-nyan-cat-progress-bar t)
          (git :variables git-magit-status-fullscreen t magit-push-always-verify nil magit-save-repository-buffers 'dontask magit-revert-buffers 'silent magit-refs-show-commit-count 'all magit-revision-show-gravatars nil)
          github
          (ibuffer :variables ibuffer-group-buffers-by 'projects)
          (org :variables org-enable-github-support t)
          (shell :variables shell-default-height 30 shell-default-position 'bottom shell-default-term-shell "/bin/zsh")
          (syntax-checking :variables syntax-checking-enable-by-default nil)
          (spell-checking :variables spell-checking-enable-by-default nil)
          (vinegar :variables vinegar-reuse-dired-buffer t)
          (version-control :variables version-control-diff-tool 'diff-hl version-control-global-margin t)
          (chinese :variables chinese-enable-youdao-dict t chinese-enable-fcitx t)
          xkcd emoji
          (clojure :variables clojure-enable-fancify-symbols t)
          yaml html java javascript markdown
          (python :variables python-enable-yapf-format-on-save t)
          ruby rust sql scala vimscript c-c   semantic shell-scripts pdf-tools plantuml erc fasd
          (elfeed :variables rmh-elfeed-org-files
                  (list "./feeds.org"))
          (ranger :variables ranger-show-preview t)
          prodigy gtags
          (spacemacs-layouts :variables layouts-enable-autosave t layouts-autosave-delay 300)
          eyebrowse tmux)

Backtrace

BACKTRACE IF RELEVANT
@adherzog
Copy link

What was the resolution for this? I've starting experiencing the exact same behavior myself, with the latest spacemacs release and with the develop branch. I'm not sure if it's something broken by the most recent org release or if there's something I should be doing differently.

@TheBB
Copy link
Collaborator

TheBB commented Jul 30, 2016

#6643

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

4 participants