From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daniel Goldin" Subject: can't get org-mode/remember integration working right Date: Fri, 11 Apr 2008 14:20:32 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1041008718==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JkQfo-0008QO-1J for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 17:20:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkQfm-0008PD-7d for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 17:20:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkQfm-0008Ov-3u for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 17:20:38 -0400 Received: from wf-out-1314.google.com ([209.85.200.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JkQfl-0007e0-KN for emacs-orgmode@gnu.org; Fri, 11 Apr 2008 17:20:37 -0400 Received: by wf-out-1314.google.com with SMTP id 29so650505wff.24 for ; Fri, 11 Apr 2008 14:20:33 -0700 (PDT) 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 --===============1041008718== Content-Type: multipart/alternative; boundary="----=_Part_889_24764079.1207948832972" ------=_Part_889_24764079.1207948832972 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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. d. ------=_Part_889_24764079.1207948832972 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
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.

d.

------=_Part_889_24764079.1207948832972-- --===============1041008718== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1041008718==--