On Mon, 21 Apr 2008 20:57:33 +0200 Jurgen Defurne <[EMAIL PROTECTED]> wrote:
> Hello, > > I am trying to upgrade to the newest org-mode, but I really need the remember > functionality. > > I have two systems, one that acts as 'production' and one that acts as > 'test'. On production I am still on the org-mode 5.23 + remember 1.9. I am > now trying remember 2.0 (although I have tested after failure with 1.9) with > org-mode 6.01d. I have setup the test system that it has the same emacs > startup commands as the production system. > > When I try to enter a remember template, C-c r works, but upon selection of > the template I get > > symbol's function definition is void : x-selection-value > > Does any one have a clue about this problem ? > > Regards, > > Jurgen > > > _______________________________________________ > 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 I just tried the same on a different, clean machine and I still get the same problem. This is the content of my .emacs file : (add-to-list 'load-path "/usr/share/emacs/site-lisp/remember") (add-to-list 'load-path "/usr/share/emacs/site-lisp/org") (require 'org-install) (require 'remember) (org-remember-insinuate) (setq org-directory "~/agenda") (setq org-default-notes-file (concat org-directory "/notes.org")) (define-key global-map "\C-cr" 'org-remember) (setq org-remember-templates '(("Todo" ?t "* TODO %?\n %i\n %a" "~/org/TODO.org" "Tasks") ("Journal" ?j "* %U %?\n\n %i\n %a" "~/org/JOURNAL.org") ("Idea" ?i "* %^{Title}\n %i\n %a" "~/org/JOURNAL.org" "New Ideas"))) Regards, Jurgen _______________________________________________ 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