From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Invalid search bound (wrong side of point) using Remember Date: Fri, 16 Nov 2007 16:25:52 +0000 Message-ID: <878x4yb1in.fsf@bzg.ath.cx> References: <2c75873c0711160614y736c62a0i71451703d71e503e@mail.gmail.com> <87ve826wh9.fsf@bzg.ath.cx> <2c75873c0711160746k176b294bsc8786472caecd44a@mail.gmail.com> <871waqch1j.fsf@bzg.ath.cx> <2c75873c0711160810t6cdae167idf7e7d8a23891b31@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1It410-0002Ep-LX for emacs-orgmode@gnu.org; Fri, 16 Nov 2007 11:25:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1It40z-0002Bz-Da for emacs-orgmode@gnu.org; Fri, 16 Nov 2007 11:25:57 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1It40z-0002BX-8A for emacs-orgmode@gnu.org; Fri, 16 Nov 2007 11:25:57 -0500 Received: from an-out-0708.google.com ([209.85.132.240]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1It40y-0006zc-T8 for emacs-orgmode@gnu.org; Fri, 16 Nov 2007 11:25:57 -0500 Received: by an-out-0708.google.com with SMTP id c38so188499ana for ; Fri, 16 Nov 2007 08:25:55 -0800 (PST) In-Reply-To: <2c75873c0711160810t6cdae167idf7e7d8a23891b31@mail.gmail.com> (Graham Smith's message of "Fri, 16 Nov 2007 16:10:56 +0000") 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: emacs-orgmode@gnu.org "Graham Smith" writes: > I wonder if it could be related to the line in the Remember set up > that has > > (add hook 'remember -mode-hook 'org-remember-apply-template) ... Please copy correct excerpts of code, this could be confusing for other users: (add-hook 'remember-mode-hook 'org-remember-apply-template) And no, I don't think the error comes from this. `org-remember-apply-template' is a function that prepares the remember buffer *before* the user write into it. Your problem occurs when you try to send the remember annotation through `org-remember-handler' (which is called by C-c C-c in the remember buffer.) Thanks for your help! -- Bastien