emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Hendy <jw.hendy@gmail.com>
To: Rian Murphy <rianmurphy@yahoo.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Emacs23 on Ubuntu recognizes 'remember', not 'capture'
Date: Tue, 17 Jul 2012 11:42:13 -0500	[thread overview]
Message-ID: <CA+M2ft_dfQZ5_GXtLeUhU9+8o-q2ckd0Q1nomdN9m+wWO4Lxhg@mail.gmail.com> (raw)
In-Reply-To: <loom.20120717T180328-12@post.gmane.org>

On Tue, Jul 17, 2012 at 11:10 AM, Rian Murphy <rianmurphy@yahoo.com> wrote:
> Christopher Witte <chris <at> witte.net.au> writes:
>
>>
>> On 17 July 2012 16:53, Rian Murphy <rianmurphy <at> yahoo.com> wrote:
>> > Giovanni Ridolfi <giovanni.ridolfi <at> 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 <RET> org <RET>
`---

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

>
>
>
>

  parent reply	other threads:[~2012-07-17 16:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-17 13:32 Emacs23 on Ubuntu recognizes 'remember', not 'capture' Rian Murphy
2012-07-17 14:04 ` Giovanni Ridolfi
2012-07-17 14:53   ` Rian Murphy
2012-07-17 15:29     ` Christopher Witte
2012-07-17 16:10       ` Rian Murphy
2012-07-17 16:28         ` Christopher Witte
2012-07-17 16:48           ` Rian Murphy
2012-07-17 16:38         ` Nick Dokos
2012-07-17 17:48           ` Achim Gratz
2012-07-17 16:42         ` John Hendy [this message]
2012-07-17 16:51           ` Nick Dokos
2012-07-17 19:49         ` Rian Murphy
2012-07-31 16:40 ` Bastien
2012-07-31 23:37   ` Olaf Meeuwissen
2012-08-01 17:19     ` Achim Gratz
2012-08-01 23:45       ` Olaf Meeuwissen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+M2ft_dfQZ5_GXtLeUhU9+8o-q2ckd0Q1nomdN9m+wWO4Lxhg@mail.gmail.com \
    --to=jw.hendy@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=rianmurphy@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).