Hi, I'm using Org mode from master, when I attempt to open an Org file with code blocks while `org-src-fontify-natively' as `t' I get "org-mode fontification error", I appear to be able to reproduce this using a minimal config.
╭──── │ (require 'org) │ (require 'ob-tangle) │ (setq org-src-fontify-natively t) │ │ (find-file "~/.emacs.d/config.org") ╰──── Which is loaded via: ‘emacs -Q -l r.el’ Emacs is also latest from the ‘emacs-25’ branch. Thanks! -- Zack Piper <z...@apertron.net> https://apertron.net