emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [ob-R] combine :post and :colnames


From: Aaron Ecay
Subject: Re: [O] [ob-R] combine :post and :colnames
Date: Sun, 25 Jan 2015 16:26:27 -0500
User-agent: Notmuch/0.19+20~g2bbe5e0 (http://notmuchmail.org) Emacs/25.0.50.2 (x86_64-unknown-linux-gnu)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]