From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Limit on length of babel block #+name: value? Date: Wed, 15 May 2013 23:41:09 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ucq08-00082G-8A for emacs-orgmode@gnu.org; Thu, 16 May 2013 00:41:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ucq07-0000MB-Bp for emacs-orgmode@gnu.org; Thu, 16 May 2013 00:41:12 -0400 Received: from mail-lb0-f182.google.com ([209.85.217.182]:48969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ucq07-0000Lv-4t for emacs-orgmode@gnu.org; Thu, 16 May 2013 00:41:11 -0400 Received: by mail-lb0-f182.google.com with SMTP id z5so294862lbh.27 for ; Wed, 15 May 2013 21:41:09 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode 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