From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: String nil error when export with ":EXPORT_OPTIONS: |:nil" (without exporting table) in properties drawer Date: Fri, 27 Nov 2015 23:23:48 +0100 Message-ID: <877fl3nksr.fsf@nicolasgoaziou.fr> References: <87bnafnpny.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2ROz-0007Or-0u for emacs-orgmode@gnu.org; Fri, 27 Nov 2015 17:22:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a2ROy-0007Iu-7g for emacs-orgmode@gnu.org; Fri, 27 Nov 2015 17:22:00 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:34541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2ROy-0007Iq-18 for emacs-orgmode@gnu.org; Fri, 27 Nov 2015 17:22:00 -0500 In-Reply-To: (Lei Zhe's message of "Sat, 28 Nov 2015 07:13:48 +0900") 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: Lei Zhe Cc: "emacs-orgmode@gnu.org" Lei Zhe writes: > I updated my org to 8.3.2. > When I only export the current sub-headline, the table can be extruded > successfully. But when I export the whole document, the tables in the > current sub-headline still be exported. This is to be expected. :EXPORT_OPTIONS: only applies to subtree export. Regards,