From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Elston Subject: Re: Problem with org-remember Date: Mon, 19 Jan 2009 14:09:42 -0800 Message-ID: <4974FA26.10301@advantest-ard.com> References: <4974DEFF.9060402@advantest-ard.com> <8222.1232396549@alphaville.usa.hp.com> <4974E375.5080108@advantest-ard.com> <9099.1232399183@alphaville.usa.hp.com> <4974EE68.60303@advantest-ard.com> <9717.1232400732@alphaville.usa.hp.com> Reply-To: m.elston@advantest-ard.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LP2JW-00042t-9U for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 17:09:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LP2JV-00042a-5L for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 17:09:45 -0500 Received: from [199.232.76.173] (port=37237 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LP2JU-00042K-V6 for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 17:09:45 -0500 Received: from [192.84.20.196] (port=4759 helo=mailhub.ardeng.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LP2JU-0006yY-Lc for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 17:09:44 -0500 In-Reply-To: <9717.1232400732@alphaville.usa.hp.com> 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: nicholas.dokos@hp.com Cc: Org Mode List Nick, I'm always glad to be of service ... :) Thanks for helping me track this all down. Mark * Nick Dokos wrote (on 1/19/2009 1:32 PM): > Mark Elston wrote: > >> I got it working. As I was looking at my .emacs I noticed that I >> had commented out the line: >> >> (org-remember-insinuate) >> >> Once I uncommented this line it worked as expected. I see that >> this function does largely what yours does. >> > > Nice! I can now simplify my setup as well: I didn't know about > org-remember-insinuate. > > >