From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: org-export-select-tags Date: Tue, 10 Jul 2012 02:39:17 +0530 Message-ID: <81ehokiqv6.fsf@gmail.com> References: <10325.1341794219@alphaville> <20120709092045.GA18512@kuru.dyndns-at-home.com> <5932.1341844596@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoLD3-00040D-2s for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 17:09:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoLCy-0006hn-RP for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 17:09:32 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:41191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoLCy-0006hQ-Il for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 17:09:28 -0400 Received: by pbbrp2 with SMTP id rp2so22468287pbb.0 for ; Mon, 09 Jul 2012 14:09:26 -0700 (PDT) In-Reply-To: (SW's message of "Mon, 9 Jul 2012 20:50:05 +0000 (UTC)") 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: SW Cc: emacs-orgmode@gnu.org While in your org buffer do a C-c C-e t You will now have a set of headers (as below). Specifically note the select and exclude tags directive. Now do a export and report what happens. Just to be sure, do a M-x locate-library RET org RET to make sure the path is right. #+TITLE: 1.org #+AUTHOR: Jambunathan K #+EMAIL: kjambunathan@gmail.com #+DATE: 2012-07-10 Tue #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:dvipng skip:nil d:t todo:t pri:nil tags:t #+EXPORT_SELECT_TAGS: export <=================== #+EXPORT_EXCLUDE_TAGS: noexport <================= #+LINK_UP: #+LINK_HOME: #+XSLT: > (1) I extracted the latest tar.gz file downloaded from org-mode.org > (org-mode-9d16365c201201679b190c601c8d32e06530a21a.tar.gz) to /tmp/org-mode. > > (2) I loaded Emacs with "emacs -Q" and then entered: > > (setq load-path (cons "/tmp/org-mode/lisp" load-path)) > > into the scratch buffer. > > (4) I marked it and ran "eval-region". "M-x org-version" reported "N/A N/A" > instead of 7.8.11-1. > > (5) I then tried the minimal file and exported to LaTeX and it *STILL* exports > Headline1 and Headline2: > > ------------- > * Headline1 > * Headline2 :export: > ------------- > > (6) I repeated by evaluating: > > (add-to-list 'load-path "/tmp/org-mode/lisp") > (require 'org-install) > > in the scratch buffer and exporting again. As above. > > I don't know what more I can do on this issue. > > > --