From mboxrd@z Thu Jan 1 00:00:00 1970 From: SW Subject: Re: org-export-select-tags Date: Mon, 9 Jul 2012 09:44:19 +0000 (UTC) Message-ID: References: <10325.1341794219@alphaville> <20120709092045.GA18512@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoAWi-0004Mz-46 for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 05:45:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoAWg-0002fy-Ek for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 05:45:07 -0400 Received: from plane.gmane.org ([80.91.229.3]:44398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoAWg-0002eT-8V for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 05:45:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SoAWe-0004LJ-3K for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 11:45:04 +0200 Received: from ss1.wits.ac.za ([146.141.1.91]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jul 2012 11:45:04 +0200 Received: from sabrewolfy by ss1.wits.ac.za with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jul 2012 11:45:04 +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 Suvayu Ali gmail.com> writes: > Have you tried with a minimal setup? It's quite easy. Some instructions > are included in the Org mode manual[1]. It also helps if you provide a > minimal example org file, we like to call that an ECM[2] on the list. If you would like a minimum example which is different to Nick's: ------------- * Headline1 * Headline2 ------------- Export with C-c C-e l This exports all three headlines. Modify as follows: ------------- * Headline1 * Headline2 :export: ------------- and export in the same way. This exports Headline1 and Headline2. Modify: ------------- * Headline1 :export: * Headline2 ------------- and export. This exports only Headline1.