emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: Mark Scala <markscala@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-remember problem
Date: Sun, 19 Jul 2009 21:11:43 -0400	[thread overview]
Message-ID: <18002.1248052303@gamaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Mark Scala <markscala@gmail.com> of "Sun, 19 Jul 2009 16:42:24 CDT." <b93a3d4a0907191442l7772de60y4353bd56a687e3@mail.gmail.com>

Mark Scala <markscala@gmail.com> wrote:

> Org-mode newbie here.  I was having trouble getting org-remember to
> work for me.  I have the git version installed and followed the
> org-manual instructions, but (org-remember-insinuate) kept throwing an
> error while loading my .emacs.  With other solutions suggested on the
> web, I kept getting an error saying that `Autoload couldn't define
> org-remember' (or something like that).  Googling didn't turn up any
> other solutions that worked, so I mucked around on my own a bit and
> found that adding (load-file "~/org-mode/lisp/org-remember.el") to my
> .emacs solves the problem. (After doing that, (org-remember-insinuate)
> worked fine.)
> 

I just tried the following: 

o started emacs without *any* initialization:

  emacs -Q

o modified my load-path to point to the org lisp files:

  (add-to-list 'load-path "/path/to/org/lisp")

o Did a require on org-install

  (require 'org-install)

That is all that should be necessary to be able to use any
core org facility. In particular, the call to org-remember-insinuate
succeeds:

(org-remember-insinuate) -> (org-remember-apply-template)

[The return value is the value of remember-mode-hook, a list
of one element at this point.]

Does this not work for you? If not, what breaks? If something does
break, please read the Feedback section of the manual
(http://orgmode.org/manual/Feedback.html#Feedback) and send a bug report
with as much information as possible.

Thanks,
Nick

      reply	other threads:[~2009-07-20  1:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-19 21:42 org-remember problem Mark Scala
2009-07-20  1:11 ` Nick Dokos [this message]

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=18002.1248052303@gamaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=markscala@gmail.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).