Hi, I cannot reproduce this on 8.0.2, at least not with the info provided. E.g., the following works fine:
#+name: improvement-treatment #+begin_src R :results graphics :file test.png x <- 1:10 y <- x^2 plot(x, y) #+end_src #+RESULTS: improvement-treatment [[file:test.png]] So does any variation with an arbitrarily long string as NAME. Yours, Christian John Hendy writes: > I was just completely baffled for about 5-10 straight minutes as to > why my block was not producing a results section with my generated > graphics file from an R block. > > I kept double checking my header options one by one despite having > simply copied/pasted/modified it from a previous working block. Turns > out it appears that #+name has a character limit! > > This (on Org-mode version 8.0.2 (release_8.0.2-65-g1e32d7)), doesn't work: > > #+name: improvement-treatment > > It appears the name can be 20 characters long (the above is 21). > > Is this by design or something I accidentally uncovered? Forgive me if > it's come up before or is documented. I did a couple searches but > didn't see it. > > > Thanks, > John