From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: export options and exporting subtrees Date: Sat, 22 Aug 2015 16:24:02 +0800 Message-ID: <87a8tj689p.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZT46J-0001fv-Ex for emacs-orgmode@gnu.org; Sat, 22 Aug 2015 04:24:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZT46G-0004Dt-8u for emacs-orgmode@gnu.org; Sat, 22 Aug 2015 04:24:31 -0400 Received: from plane.gmane.org ([80.91.229.3]:33778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZT46G-0004DP-2m for emacs-orgmode@gnu.org; Sat, 22 Aug 2015 04:24:28 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZT468-0003hr-C5 for emacs-orgmode@gnu.org; Sat, 22 Aug 2015 10:24:20 +0200 Received: from 50.56.99.223 ([50.56.99.223]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Aug 2015 10:24:20 +0200 Received: from eric by 50.56.99.223 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Aug 2015 10:24:20 +0200 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: emacs-orgmode@gnu.org I'm not sure why I've never noticed this issue before, but... Is it intentional that, when exporting a subtree, EXPORT_OPTIONS lines at the top of the file (or EXPORT_OPTIONS properties on parent headlines) are ignored? I have `org-use-property-inheritance' set to t. I'm not wrong that that's what happens, am I? I found this a bit surprising, but I guess I could understand why it might happen. Is it intentional? Thanks, Eric