syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!

Home Page:http://spacemacs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No auto-fill in Org

bb010g opened this issue · comments

Description

Org mode does not work with the auto-fill minor mode.

Reproduction guide

  • Start Emacs
  • Open an Org buffer
  • Enable auto-fill
  • Hit space after your fill column has been reached

Observed behaviour:
An error appears stating "An element cannot be parsed line 10". No wrapping occurs.

Expected behaviour:
The line would wrap, as it does in text mode.

System Info

  • OS: gnu/linux
  • Emacs: 24.5.1
  • Spacemacs: 0.105.16
  • Spacemacs branch: master (rev. cf8563b)
  • Graphic display: t
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
(auto-completion better-defaults clojure emacs-lisp emoji games git github java lua markdown org
                 (shell :variables shell-default-height 30 shell-default-position 'bottom)
                 spell-checking
                 (syntax-checking :variables syntax-checking-enable-tooltips nil)
                 version-control xkcd)

Do you have an example file? Because I didn't managed to reproduce this.

I'm not able to repro on my work computer, but I was able to repro earlier at home. So it may have to do with recent changes in org, maybe?

Packages up-to-date here, still can't reproduce :-/

Yeah, I also can't reproduce any more.

@bb010g update everything?

I just cleaned my packages, updated to 3274e7d, and reproduced this.

I also get this in *Messages* when I type over the fill column:

user-error: An element cannot be parsed line 21

Updating to develop fixed it...

@bb010g Can you confirm about develop?

Confirmed fixed in develop. Clearing out my packages when switching back to master also solved this.