Re: [O] Loss of Fontification partway through file

2014-06-19 Thread Thorsten Jolitz
Jacob Gerlach writes: > The MWE (with native fontification -> t) looks ok for me, > > Thanks for taking time to check this. I should note that if I find a > new file (test.org) and yank the MWE, it is fontified correctly, but > if I save and kill the buffer and then find the file again, that

Re: [O] Loss of Fontification partway through file

2014-06-19 Thread Jacob Gerlach
> > The MWE (with native fontification -> t) looks ok for me, Thanks for taking time to check this. I should note that if I find a new file (test.org) and yank the MWE, it is fontified correctly, but if I save and kill the buffer and then find the file again, that is when the problem occurs. In ge

Re: [O] Loss of Fontification partway through file

2014-06-19 Thread Thorsten Jolitz
Jacob Gerlach writes: > Hello List, > > I just converted my init file to an init.org to load with babel. I > prefer to view the source blocks with font lock > (org-src-fontify-natively). My problem is that certain parts of the > file don't show the fontification. > > I had a lot of trouble narrow

[O] Loss of Fontification partway through file

2014-06-18 Thread Jacob Gerlach
Hello List, I just converted my init file to an init.org to load with babel. I prefer to view the source blocks with font lock (org-src-fontify-natively). My problem is that certain parts of the file don't show the fontification. I had a lot of trouble narrowing down my init to provide a good MWE