From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Babel trims leading 0s for certain numbers of tables Date: Sun, 10 Jul 2016 13:37:09 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMIfI-0002i6-SJ for emacs-orgmode@gnu.org; Sun, 10 Jul 2016 13:37:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMIfI-00032M-5a for emacs-orgmode@gnu.org; Sun, 10 Jul 2016 13:37:12 -0400 Received: from mail-qk0-x229.google.com ([2607:f8b0:400d:c09::229]:33641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMIfI-00032H-0j for emacs-orgmode@gnu.org; Sun, 10 Jul 2016 13:37:12 -0400 Received: by mail-qk0-x229.google.com with SMTP id p74so40966617qka.0 for ; Sun, 10 Jul 2016 10:37:11 -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 orgmode-mailinglist On 2016-07-10 at 16:50, Charles C. Berry wrote: > For the latter, send the output to a file. Maybe use :file or pipe it > from your script. I'm now capturing results to :file. This also make the code less dependent on Org. I still manage all the code in Org Babel blocks, but for the following block, which takes several hours to run, I cut-and-paste the code to a terminal. I can do that now that its input is from a file and not from an Org RESULTS block. -k.