Bug: org-collect-keywords is void when config uses org-babel-load-file [9.3.6 (release_9.3.6-683-g3b2de4 @ /home/eric/.emacs.d/straight/build/org/)]

2020-05-31 Thread Eric Berquist
When loading a configuration using `(org-babel-load-file (concat user-emacs-directory "config.org"))` in `init.el`, this message is reported: org-export--get-inbuffer-options: Symbol’s function definition is void: org-collect-keywords and export doesn't work. The last commit that didn't

Bug: Asterisk inside example is incorrectly parsed [9.3 (release_9.3 @ /usr/share/emacs/27.0.91/lisp/org/)]

2020-05-17 Thread Eric Berquist
The asterisk inside the example block isn't escaped properly, and appears as a header, leaving `#+begin_example` and `#+end_example` to appear as regular text. It occurs in at least both the HTML and LaTeX output. Here is a minimal example to reproduce the problem: * first section