eggcaker / jekyll-org

org-mode converter for Jekyll.
http://eggcaker.github.io/jekyll-org
MIT License
133 stars 29 forks source link

Error: uninitialized constant RSpec #39

Closed chs513 closed 6 years ago

chs513 commented 6 years ago

I followed https://github.com/eggcaker/jekyll-org and http://emacs.cc/jekyll-org. But it's still a mistake.

chai@DESKTOP-6HHV9CC:~/chs513.github.io>bundle exec jekyll serve --watch
Configuration file: /home/chai/chs513.github.io/_config.yml
/home/chai/chs513.github.io/_plugins/jekyll-org/lib/jekyll-org.rb:37: warning: already initialized constant Jekyll::Document::DATELESS_FILENAME_MATCHER
/var/lib/gems/2.5.0/gems/jekyll-3.8.4/lib/jekyll/document.rb:14: warning: previous definition of DATELESS_FILENAME_MATCHER was here
/home/chai/chs513.github.io/_plugins/jekyll-org/lib/jekyll-org.rb:38: warning: already initialized constant Jekyll::Document::DATE_FILENAME_MATCHER
/var/lib/gems/2.5.0/gems/jekyll-3.8.4/lib/jekyll/document.rb:15: warning: previous definition of DATE_FILENAME_MATCHER was here
jekyll 3.8.4 | Error:  uninitialized constant RSpec

Any idea?