From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Christopher W. Ryan" Subject: Re: can I export all PROPERTIES to my ascii output? Date: Wed, 29 Mar 2017 09:15:53 -0400 Message-ID: <62bd7d65-3df5-fb86-7ea4-6850057b31d7@binghamton.edu> References: <87inmsqnns.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ctDSB-0005Tm-GE for emacs-orgmode@gnu.org; Wed, 29 Mar 2017 09:16:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ctDS8-0001OM-BE for emacs-orgmode@gnu.org; Wed, 29 Mar 2017 09:15:59 -0400 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.226]:49179 helo=cdptpa-oedge-vip.email.rr.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ctDS8-0001O3-7Z for emacs-orgmode@gnu.org; Wed, 29 Mar 2017 09:15:56 -0400 In-Reply-To: <87inmsqnns.fsf@nicolasgoaziou.fr> 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@gnu.org Thank Nicolas, but what exactly do you mean by "see" org-export-properties? I use org-mode a little, but I have to admit I have never really looked under the hood and played around with variables much. --Chris Nicolas Goaziou wrote: > Hello, > > Christopher W Ryan writes: > >> I'd like to make all the PROPERTIES show up in ascii output when I export. >> How can I do that? >> >> #+OPTIONS: properties:t >> >> does not export properties. Neither does: >> >> #+OPTIONS: with-properties:t > > See `org-export-with-properties'. Also, you could try M-x org-lint on > your document. > > Regards, >