From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Berry, Charles" Subject: Re: Missing `Specific Header Arguments' in Manual Date: Wed, 2 May 2018 17:47:33 +0000 Message-ID: References: <8D4BA262-9F3F-412B-8DF1-5F6A6E3E671C@ucsd.edu> <87o9hzf3mu.fsf@nicolasgoaziou.fr> <9AB3025E-69D6-4971-989F-70A62695E470@ucsd.edu> <87fu3afhr0.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDvr2-0004xP-PM for emacs-orgmode@gnu.org; Wed, 02 May 2018 13:47:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDvqy-0003kT-QW for emacs-orgmode@gnu.org; Wed, 02 May 2018 13:47:48 -0400 Received: from iport-acv2-out.ucsd.edu ([132.239.0.174]:4503) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1fDvqy-0003jY-7i for emacs-orgmode@gnu.org; Wed, 02 May 2018 13:47:44 -0400 In-Reply-To: <87fu3afhr0.fsf@nicolasgoaziou.fr> Content-Language: en-US Content-ID: 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: Nicolas Goaziou Cc: emacs-orgmode > On May 2, 2018, at 3:56 AM, Nicolas Goaziou wrot= e: >=20 > Hello, >=20 > "Berry, Charles" writes: >=20 >> cmdline (not in the previous info version either) >> sep >=20 > I'm not sure what these two are about (the :sep is not documented > either). Re :sep, FWIW I found this in org.texi from late 2017: @node sep @subsubsection @code{:sep} @cindex @code{:sep}, src header argument The @code{:sep} header argument is the delimiter for saving results as tabl= es to files (@pxref{file}) external to Org mode. Org defaults to tab delimite= d output. The function, @code{org-open-at-point}, which is bound to @kbd{C-c C-o}, also uses @code{:sep} for opening tabular results. --- HTH, Chuck