emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-remember problem
@ 2009-07-19 21:42 Mark Scala
  2009-07-20  1:11 ` Nick Dokos
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Scala @ 2009-07-19 21:42 UTC (permalink / raw)
  To: emacs-orgmode

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.)


-- 
Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-remember problem
  2009-07-19 21:42 org-remember problem Mark Scala
@ 2009-07-20  1:11 ` Nick Dokos
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Dokos @ 2009-07-20  1:11 UTC (permalink / raw)
  To: Mark Scala; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-20  1:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-19 21:42 org-remember problem Mark Scala
2009-07-20  1:11 ` Nick Dokos

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).