all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* can't get org-mode/remember integration working right
@ 2008-04-11 21:20 Daniel Goldin
  2008-04-11 22:23 ` Bernt Hansen
  0 siblings, 1 reply; 10+ messages in thread
From: Daniel Goldin @ 2008-04-11 21:20 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 922 bytes --]

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.

[-- Attachment #1.2: Type: text/html, Size: 1112 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-04-12 13:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-11 21:20 can't get org-mode/remember integration working right Daniel Goldin
2008-04-11 22:23 ` Bernt Hansen
2008-04-11 22:59   ` Daniel Goldin
2008-04-12  3:46     ` Shelagh Manton
2008-04-12  4:44       ` Daniel Goldin
2008-04-12  4:49         ` Shelagh Manton
2008-04-12  4:55         ` Carsten Dominik
2008-04-12  7:59           ` Daniel Goldin
2008-04-12 13:30             ` Bernt Hansen
2008-04-12 13:40             ` Carsten Dominik

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.