From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-remember problem Date: Sun, 19 Jul 2009 21:11:43 -0400 Message-ID: <18002.1248052303@gamaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MShRW-00021a-Nx for emacs-orgmode@gnu.org; Sun, 19 Jul 2009 21:13:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MShRR-0001vM-EU for emacs-orgmode@gnu.org; Sun, 19 Jul 2009 21:13:25 -0400 Received: from [199.232.76.173] (port=53706 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MShRR-0001vJ-8m for emacs-orgmode@gnu.org; Sun, 19 Jul 2009 21:13:21 -0400 Received: from vms173011pub.verizon.net ([206.46.173.11]:51251) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MShRQ-0002B4-Vn for emacs-orgmode@gnu.org; Sun, 19 Jul 2009 21:13:21 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KN200EB23AV8R58@vms173011.mailsrvcs.net> for emacs-orgmode@gnu.org; Sun, 19 Jul 2009 20:11:19 -0500 (CDT) In-reply-to: Message from Mark Scala of "Sun, 19 Jul 2009 16:42:24 CDT." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Mark Scala Cc: emacs-orgmode@gnu.org Mark Scala 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