From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Bug: org-export-babel-evaluate causes everything to be exported [8.3.4 (release_8.3.4-824-ga02fe8)] Date: Fri, 20 May 2016 13:44:50 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3oTo-0002bm-5w for emacs-orgmode@gnu.org; Fri, 20 May 2016 13:44:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3oTl-0000Zn-1f for emacs-orgmode@gnu.org; Fri, 20 May 2016 13:44:56 -0400 Received: from mail-qk0-x22c.google.com ([2607:f8b0:400d:c09::22c]:32843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3oTk-0000Zh-Sp for emacs-orgmode@gnu.org; Fri, 20 May 2016 13:44:52 -0400 Received: by mail-qk0-x22c.google.com with SMTP id n63so70834364qkf.0 for ; Fri, 20 May 2016 10:44:52 -0700 (PDT) In-reply-to: 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" To: "Charles C. Berry" Cc: emacs-org On 2016-05-20 at 13:29, Charles C. Berry wrote: > On Fri, 20 May 2016, Ken Mankoff wrote: >>> >>> #+BEGIN_SRC octave :exports results :cache nil >>> "hello, world" >>> #+END_SRC >>> #+RESULTS: >>> : hello, world >>> >>> Yes, the above appears to work. > > Really? I do not see the hash in your results block. Correct. I've never used cache, and ":cache t" doesn't work, it has to be ":cache yes". I'll try to set this up and see if it works better w/ caching. That may be the trick as you suggested in the other thread, and perhaps most of the issues here are my improper use of cache (which wasn't required before). -k.