From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: can't get org-mode/remember integration working right Date: Fri, 11 Apr 2008 18:23:59 -0400 Message-ID: <874pa86neo.fsf@gollum.intra.norang.ca> References: 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 1JkRfQ-0007SI-4q for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 18:24:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkRfO-0007S0-GF for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 18:24:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkRfO-0007Ru-B7 for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 18:24:18 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JkRfO-0001UI-0X for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 18:24:18 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JkRfD-00015v-Ns for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 22:24:07 +0000 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Apr 2008 22:24:07 +0000 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Apr 2008 22:24:07 +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 "Daniel Goldin" writes: > I'm running org 5.23a, on emacs 22.0.90.1 -- Ubuntu 7.04 > > Here is the relevant code I use to enable org/remember integration. > > (setq org-directory "~/orgfiles/") > > (setq org-default-notes-file "~/.notes") > (setq remember-annotation-functions '(org-remember-annotation)) > (setq remember-handler-functions '(org-remember-handler)) > (add-hook 'remember-mode-hook 'org-remember-apply-template) > > (setq org-remember-store-without-prompt t) > > When I run M-x remember, I get an org buffer that looks right and lets > me add notes. But when I run c-c C-c, I get a prompt asking me where > to save file, instead of just going > > to me org-default file. If I put into the prompt "~/notes," the file > saves but when I run remember again, the same prompt comes up in the > mini-buffer asking where I want to save the file, and If plug in > "/notes," I > > I am forced to overwright what I previously saved in that file. > > Any help gratefully appreciated. Try M-x org-remember instead of M-x remember -Bernt