From mboxrd@z Thu Jan 1 00:00:00 1970 From: SW Subject: Re: org-export-select-tags Date: Mon, 9 Jul 2012 21:16:03 +0000 (UTC) Message-ID: References: <10325.1341794219@alphaville> <20120709092045.GA18512@kuru.dyndns-at-home.com> <5932.1341844596@alphaville> <5517.1341867937@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]:40208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoLJf-0004uG-KG for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 17:16:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoLJd-00008A-ON for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 17:16:23 -0400 Received: from plane.gmane.org ([80.91.229.3]:53100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoLJd-00007u-IF for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 17:16:21 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SoLJZ-0004Yr-M2 for emacs-orgmode@gnu.org; Mon, 09 Jul 2012 23:16:17 +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 23:16:17 +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 23:16:17 +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 Nick Dokos hp.com> writes: > What does M-x locate-library RET org-install RET say? Library is file /usr/share/emacs/23.2/site-lisp/org-mode/org-install.elc (The latest version download is now different -- it no longer says version N/A N/A. It now says: Org-mode version N/A-fixup (N/A-fixup !!check installation!! @ mixed installation! /usr/share/emacs/23.2/site-lisp/org-mode/ and /tmp/org-mode/lisp/) which it didn't say before.) Because I could not get the latest version to compile, I tried running it directly from the /tmp folder according to the instructions here: http://orgmode.org/manual/Installation.html with: (setq load-path (cons "~/path/to/orgdir/lisp" load-path)) I didn't add it to .emacs because I am launching with -Q. Clearly that has probably not worked.