From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Emacs23 on Ubuntu recognizes 'remember', not 'capture' Date: Tue, 17 Jul 2012 11:42:13 -0500 Message-ID: References: <1342533859.84269.YahooMailNeo@web29802.mail.ird.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrAqn-0005iV-Io for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 12:42:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrAql-0002O9-DF for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 12:42:17 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:36467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrAql-0002NL-6A for emacs-orgmode@gnu.org; Tue, 17 Jul 2012 12:42:15 -0400 Received: by bkcjc3 with SMTP id jc3so607745bkc.0 for ; Tue, 17 Jul 2012 09:42:13 -0700 (PDT) In-Reply-To: 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: Rian Murphy Cc: emacs-orgmode@gnu.org On Tue, Jul 17, 2012 at 11:10 AM, Rian Murphy wrote: > Christopher Witte witte.net.au> writes: > >> >> On 17 July 2012 16:53, Rian Murphy yahoo.com> wrote: >> > Giovanni Ridolfi yahoo.it> writes: >> > ... >> >> > I'd prefer to use capture on my Ubuntu installation. I searched the gmane >> >> > archives and didn't find any clues. >> >> > ... >> >> Upgrading org is easy and there are instructions in the FAQ, >> http://orgmode.org/worg/org-faq.html#updating-org >> >> Chris. >> >> > Chris, thanks for your help. I should have looked in the org-mode > FAQ to start with -- I apologize. > Oddly, however, when I do a 'git pull' and a 'make up2', then restart > emacs, 'org-version' still tells me I have version 6.30c. > 'emacs-version' still says 23.1.50.1. > Maybe it's a Ubuntu thing.... Thanks again, R.M. I've not used `make up2`, so I can't comment on how that's working. It might help if you clearly listed the specific steps you used to get orgmode from git. My process, for example, is: - cd ~/.elisp - git clone http://orgmode.org/org-mode.git org.git - cd org.git - make clean && make && make doc I don't `make install`. You'll need to tell emacs where to run org from via your .emacs. Mine has this line: ,--- | (add-to-list 'load-path "~/.elisp/org.git/lisp") `--- Lastly, someone suggested I run this when I was having trouble getting org setup on my Mac with an out of date version despite having done the git thing: ,--- | M-x locate-library org `--- This will show you what path emacs *thinks* org is at, despite where you think it *should* be looking. ETA: I see some other emails came in. And yes, per Nick, make sure you set the load path *before* requiring org! I made that mistake once -- quite frustrating :) Good luck! John > > > >