From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: [ob-R] combine :post and :colnames Date: Sun, 25 Jan 2015 16:26:27 -0500 Message-ID: <877fwah7r0.fsf@gmail.com> References: <87egqiy4sz.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFUhV-0002ys-P3 for emacs-orgmode@gnu.org; Sun, 25 Jan 2015 16:26:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFUhR-0001R6-MY for emacs-orgmode@gnu.org; Sun, 25 Jan 2015 16:26:33 -0500 Received: from mail-qc0-x229.google.com ([2607:f8b0:400d:c01::229]:37435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFUhR-0001R2-JG for emacs-orgmode@gnu.org; Sun, 25 Jan 2015 16:26:29 -0500 Received: by mail-qc0-f169.google.com with SMTP id b13so4660208qcw.0 for ; Sun, 25 Jan 2015 13:26:29 -0800 (PST) In-Reply-To: <87egqiy4sz.fsf@gmx.us> 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: Rasmus , emacs-orgmode@gnu.org Hi Rasmus, You also have to add :colnames to the :post header: :post identity[:colnames yes](*this*) Another option is to add :colnames yes to the identity block itself: #+NAME: identity #+BEGIN_SRC emacs-lisp :var x="x" :colnames yes ... #+END_SRC -- Aaron Ecay