From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Export all headlines when some are set with :export: Date: Fri, 9 May 2014 22:11:02 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wixgm-00051l-26 for emacs-orgmode@gnu.org; Fri, 09 May 2014 23:11:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wixgl-0001oE-5s for emacs-orgmode@gnu.org; Fri, 09 May 2014 23:11:04 -0400 Received: from mail-oa0-x22d.google.com ([2607:f8b0:4003:c02::22d]:61759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wixgl-0001oA-0N for emacs-orgmode@gnu.org; Fri, 09 May 2014 23:11:03 -0400 Received: by mail-oa0-f45.google.com with SMTP id l6so5824424oag.4 for ; Fri, 09 May 2014 20:11:02 -0700 (PDT) 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 Hello, In creating a packing/buy list for an upcoming camping trip, I wanted two exports: - one for things to buy - one for everything on the list for packing My strategy was to tag things to buy with :export: (perhaps foolish, but it was the obvious choice to selectively export them) to create my shopping list. I'd also like an alternate export with all headlines in the subtree exported. Now the list is done like that, but I'm not sure how to export everything without undoing all the tags on the buy list items. I'm thinking I should have done something like a :buy: tag, then set SELECT_TAGS to target those items, followed by removing that export option and exporting as normal to get them all. Just thought I'd see if there was a way to override the function of :export: as it typically behaves. Thanks, John