emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Pieter Praet <pieter@praet.org>
To: Renato <rennabh@gmail.com>,
	Sebastien Vauban <wxhgmqzgwmuf@spammotel.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: setting up org-remember
Date: Mon, 29 Aug 2011 22:33:51 +0200	[thread overview]
Message-ID: <87mxes555c.fsf@praet.org> (raw)
In-Reply-To: <20110829204748.0e5d3225@gmail.com>

On Mon, 29 Aug 2011 20:47:48 +0200, Renato <rennabh@gmail.com> wrote:
> On Mon, 29 Aug 2011 16:13:22 +0200
> "Sebastien Vauban" <wxhgmqzgwmuf@spammotel.com> wrote:
> 
> > Hi Renato,
> > 
> > Renato wrote:
> > > Hello, I'm trying to set up org-remember, however I'm having some
> > > problems. I seem to miss the function org-remember-insinuate (No
> > > Match). However that function seems to be defined in
> > > org-remember.el.gz which is in /usr/share/emacs/23.3/lisp/org (and
> > > this path is in load-path). 
> > >
> > > should I post somewhere my .emacs?
> > >
> > > I'm on archlinux, emacs version 23.3.1 and the org-mode shipped
> > > with it (6.33)
> > 
> > If you can, try updating to Org 7.7 or something approaching.
> > Org-remember has been replaced by a very similar, but still different
> > set of variales/templates/etc., package called Org-capture.
> 
> yeah, I've seen it (going through the compact guide for 7.7 which
> treats org-capture). But since I saw -on the org manual I think- that
> upgrading from org-remember to org-capture is rather painless, I was
> hoping to be able to stick to the org shipped with emacs. Archlinux
> doesn't provide binaries for "standalone" org and compiling it myself
> would make future updates more cumbersome - though I'll indeed go that
> route if I can't solve this issue in the next few days.

Seriously?  Not being bolted down to stale software is one of the main
reasons why people run Arch in the first place :D.

There's PKGBUILDs for both the stable [1] as well as the dev [2] version
in the AUR.  Using one of the "AUR Helpers" [3] (Clyde [4] is my personal
favourite) makes keeping up to date only slightly more "cumbersome"
than running `pacman -Syu'.


Even better, while Org *can* be compiled (or rather byte-compiled),
you don't *have* to:

  #+begin_src sh
    mdir -p ~/src
    git clone git://orgmode.org/org-mode.git ~/src/org-mode
  #+end_src

and stuff this in your `.emacs':

   #+begin_src emacs-lisp
    (add-to-list 'load-path "~/src/org-mode/lisp")
    (add-to-list 'load-path "~/src/org-mode/contrib/lisp")
    (require 'org-install)
  #+end_src

... and an occasional `cd ~/src/org-mode ; git pull' will be all you
need to stay on the cutting edge.


At the pace Org is evolving, running old code will surely cause you more
grief in the long run, so there's really no reason not to keep up to date.

> so, no idea on why I can't call org-remember-insinuate?

Sebastien covered this, but just in case, put this at the top of your `.emacs':

  #+begin_src emacs-lisp
    (setq debug-on-error t)
  #+end_src

... which will provide you with a much more informative error message.

> cheers,
> renato
> 
> 


Peace

-- 
Pieter

[1] https://aur.archlinux.org/packages.php?ID=18206
[2] https://aur.archlinux.org/packages.php?ID=25234
[3] https://wiki.archlinux.org/index.php/AUR_Helpers
[4] https://wiki.archlinux.org/index.php/Clyde

  parent reply	other threads:[~2011-08-29 20:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-29 14:07 setting up org-remember Renato
2011-08-29 14:13 ` Sebastien Vauban
2011-08-29 18:47   ` Renato
2011-08-29 19:33     ` Sebastien Vauban
     [not found]     ` <CAEWDx5dAuhX=Pu_MZnXAPLyFnJnCEH=nLxU2PKPmUN7J5sN-aQ@mail.gmail.com>
2011-08-29 20:08       ` Fwd: " Jonathan Leech-Pepin
2011-08-29 20:33     ` Pieter Praet [this message]
2011-08-30 16:46     ` Achim Gratz
2011-08-30  9:42 ` Renato
2011-09-02  4:12   ` David Maus
2011-09-02  7:23     ` Pieter Praet

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=87mxes555c.fsf@praet.org \
    --to=pieter@praet.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=rennabh@gmail.com \
    --cc=wxhgmqzgwmuf@spammotel.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).