Open
Description
Reposting syl20bnr/spacemacs#16575 since it seems to be an issue with helm-org.
When I press SPC j i
(command spacemacs/helm-jump-in-buffer
) I get multiple errors:
⛔ Warning (org-element): ‘org-element-at-point’ cannot be used in non-Org buffer #<buffer *helm org inbuffer*> (helm-major-mode)
Reproduction
- Install spacemacs from scratch
mv ~/.emacs.d ~/.emacs.d.old
mv ~/.spacemacs ~/.spacemacs.old
git clone --recursive https://github.com/syl20bnr/spacemacs ~/.emacs.d
-
Create dotfile as
~/.spacemacs
. Only few lines changed from default dotfile - I added org layer, removed multi cursor layer and added these 2 lines:(setq helm-org-format-outline-path nil) (setq org-startup-indented 't)
-
Create sample org file eg
test.org
with content:* heading1 blabla
-
Start spacemacs and perform first time installation of all packages it asks for
Metadata
Metadata
Assignees
Labels
No labels