From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kristofer Bergstrom Subject: Re: clocktable and :tags Date: Sat, 5 Jun 2010 18:25:45 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=33053 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OL4cX-000771-LL for emacs-orgmode@gnu.org; Sat, 05 Jun 2010 21:25:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OL4cW-0001Ur-A0 for emacs-orgmode@gnu.org; Sat, 05 Jun 2010 21:25:49 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:34488) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OL4cW-0001UZ-5a for emacs-orgmode@gnu.org; Sat, 05 Jun 2010 21:25:48 -0400 Received: by pva18 with SMTP id 18so2940531pva.0 for ; Sat, 05 Jun 2010 18:25:46 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Problem solved! After upgrading from 6.21b to 6.36c, the :tags option is now working! Below is what I did to upgrade. Thank you to Sebastian, Matt, Bernt, and sshelagh for help along the way! Kris wget http://orgmode.org/org-6.36c.tar.gz tar xzvf org-6.36c.tar.gz sudo mv org-6.36c /usr/share/emacs/site-lisp/ cd /usr/share/emacs/site-lisp/org-6.36c following http://orgmode.org/manual/Installation.html#Installation : edit the top four variables in "Makefile" as described in Makefile make make-install restart emacs23 On Sat, Jun 5, 2010 at 3:30 PM, Bernt Hansen wrote: > Kristofer Bergstrom writes: > >> I would like to upgrade my version of org-mode (I'm using Emacs23), >> with the hopes it will solve a problem of the :tags option not being >> evaluated in clocktable dynamic blocks. =A0According to "M-x >> org-version", I am currently using 6.21b. =A0Matt pointed me to >> http://orgmode.org/org-6.36c.tar.gz . >> >> Is there information available about how to upgrade, or install >> multiple versions of org-mode? =A0The "Installation" instructions in the >> org-mode manual refer to Emacs22 or to enabling the pre-installed >> Emacs23 version. >> >> Thank you in advance! > > Hi, > > just download the new version and unpack it in some directory then add > that directory to your load path. > > HTH, > Bernt >