From: Tom Roche <Tom_Roche@pobox.com>
To: emacs-orgmode@gnu.org
Subject: Re: [22] [newbie] install remember?
Date: Mon, 20 Jul 2009 13:30:42 -0400 (EDT) [thread overview]
Message-ID: <20090720173043.18FF614084B3F@cedar.isis.unc.edu> (raw)
(edited with org-mode :-)
Tom Roche Mon, 20 Jul 2009 02:23:35 -0400 (EDT)
>>> * specific question: if I'm running a (GNU) emacs 22 (like the
>>> current stock ubuntu
>>> http://packages.ubuntu.com/jaunty/emacs
>>> ), do I need to install remember.el separately? (I'm thinking
>>> "yes.")
Bastien Mon, 20 Jul 2009 15:59:39 +0200
> I have slightly modified the paragraph describing remember.el in
> org.texi like this:
> | The Remember package by John Wiegley lets you store quick notes
> | with little interruption of your work flow.
> + It is an excellent way to add new notes and tasks to Org files.
> + The remember.el package is part of Emacs 23, not Emacs 22.
> | See http://www.emacswiki.org/cgi-bin/wiki/RememberMode for more
> | information. Org significantly expands the possibilities of
Thanks, much better. Presumably that will filter into
http://orgmode.org/org.pdf
http://orgmode.org/manual/index.html
as well? since those were what I was working from. (Because
`make install-info-debian` did not work for me, but
init.el
> (add-to-list 'Info-default-directory-list
> ; current version of org, as of 19 Jul 09
> ; from http://orgmode.org/
> ; must be installed: see
> ; http://orgmode.org/manual/Installation.html#Installation
> ; and logfile.090719
> (concat MY-LOCAL-EMACS-LISP-DIR "/" ORG-VERSION "/doc")
does now.) You might also link to section 9.1 from section 1.2
(Installation). (Is the top-level doc worg-able? An idle question at
this point, since getting org-mode setup is a subtask of "organizing
my life in plain text," and setting up git is farther down the
priority list.)
One more doc suggestion:
http://www.emacswiki.org/emacs/RememberMode#toc7
>>>> Setting up for OrgMode
>>>> Basically you should follow the instructions in the org-mode info
>>>> file. However this currently forgets that you also need something
>>>> like this in your .emacs:
>>>> (require 'remember)
appears to be correct, since
http://orgmode.org/manual/Setting-up-Remember.html#Setting-up-Remember
>>>>> 9.1.1 Setting up Remember
>>>>> The following customization will tell Remember to use Org files
>>>>> as target, and to create annotations compatible with Org links.
>>>>> (org-remember-insinuate)
>>>>> (setq org-directory "~/path/to/my/orgfiles/")
>>>>> (setq org-default-notes-file (concat org-directory "/notes.org"))
>>>>> (define-key global-map "\C-cr" 'org-remember)
>>> * general question: is there an "elisp which"?
Bastien Mon, 20 Jul 2009 15:59:39 +0200
>> (featurep 'remember)
pre-install *scratch*
> (featurep 'remember)
> nil
post-install *scratch*
> (featurep 'remember)
> t
Double thanks! Tom Roche <Tom_Roche@pobox.com>
next reply other threads:[~2009-07-20 17:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-20 17:30 Tom Roche [this message]
2009-07-20 19:07 ` [22] [newbie] install remember? Bastien
-- strict thread matches above, loose matches on Subject: below --
2009-07-20 6:23 Tom Roche
2009-07-20 7:10 ` Bastien
2009-07-20 7:47 ` Memnon Anon
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090720173043.18FF614084B3F@cedar.isis.unc.edu \
--to=tom_roche@pobox.com \
--cc=emacs-orgmode@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.