From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremie Juste Subject: suppress leading ":" in org-babel output Date: Mon, 27 May 2019 08:13:09 +0100 Message-ID: <8736l08j5m.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:44523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hV9os-0003rC-0l for emacs-orgmode@gnu.org; Mon, 27 May 2019 03:13:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hV9or-0007j8-6r for emacs-orgmode@gnu.org; Mon, 27 May 2019 03:13:18 -0400 Received: from mail-wm1-x32a.google.com ([2a00:1450:4864:20::32a]:40552) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hV9op-0007hI-Jl for emacs-orgmode@gnu.org; Mon, 27 May 2019 03:13:15 -0400 Received: by mail-wm1-x32a.google.com with SMTP id 15so14646502wmg.5 for ; Mon, 27 May 2019 00:13:13 -0700 (PDT) Received: from freegnu ([194.167.235.219]) by smtp.gmail.com with ESMTPSA id b10sm20273210wrh.59.2019.05.27.00.13.10 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 27 May 2019 00:13:10 -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" To: emacs-orgmode@gnu.org Hello, I recall seeing this thread on the mailing list but I cannot find it back. I would like to suppress the first line leading ":" in the following output #+NAME:mean_purchase_per_shopping_trip #+BEGIN_SRC R :var x=6 :results output :session *R* a <-sprintf("%.2f",12.234324) cat(a,sep="\n") #+END_SRC #+RESULTS: mean_purchase_per_shopping_trip : : 12.23 Best regards, Jeremie Org mode version 9.2.1 (9.2.1-8-g1b1797-elpaplus @ /home/djj/.emacs.d/elpa/org-plus-contrib-20190211/) GNU Emacs 26.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2019-05-16