From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: export of src block ignores :results Date: Thu, 29 Sep 2016 14:02:58 -0700 Message-ID: References: <87r383ky0w.fsf@biostat.ku.dk> <87a8eqv5x2.fsf@biostat.ku.dk> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpiTy-0004em-FV for emacs-orgmode@gnu.org; Thu, 29 Sep 2016 17:03:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpiTs-000119-Hq for emacs-orgmode@gnu.org; Thu, 29 Sep 2016 17:03:05 -0400 Received: from iport-acv2-out.ucsd.edu ([132.239.0.174]:60821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpiTs-00010U-9h for emacs-orgmode@gnu.org; Thu, 29 Sep 2016 17:03:00 -0400 In-Reply-To: <87a8eqv5x2.fsf@biostat.ku.dk> 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: Thomas Alexander Gerds Cc: emacs-orgmode@gnu.org On Thu, 29 Sep 2016, Thomas Alexander Gerds wrote: > Hi Chuck > > thanks for checking. my org-version is the same > release_8.3.6-1178-g2b22d5 > > to get the date and time of the in the results: > > (setq org-babel-hash-show-time t) > > but even without this option the results of the block are exported no > matter what. could someone point to the place in the export process > where the :results option is interpreted? You probably want `org-babel-current-result-hash', which AFAICS does not recognize the `show-time' variant. I think you'll need some regexp magic to make it work. Chuck