From mboxrd@z Thu Jan 1 00:00:00 1970 From: SW Subject: Re: org-export-select-tags Date: Mon, 9 Jul 2012 20:50:05 +0000 (UTC) Message-ID: References: <10325.1341794219@alphaville> <20120709092045.GA18512@kuru.dyndns-at-home.com> <5932.1341844596@alphaville> 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]:35971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoKuZ-0007st-4I for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 16:50:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoKuX-0001da-Dc for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 16:50:26 -0400 Received: from plane.gmane.org ([80.91.229.3]:51741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoKuX-0001dR-6k for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 16:50:25 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SoKuV-0000g5-5u for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 22:50:23 +0200 Received: from 41-135-53-154.dsl.mweb.co.za ([41.135.53.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jul 2012 22:50:23 +0200 Received: from sabrewolfy by 41-135-53-154.dsl.mweb.co.za with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jul 2012 22:50:23 +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 (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.