From: Jurgen Defurne <jurgen.defurne@pandora.be>
To: emacs-orgmode@gnu.org
Subject: Re: Problem with remember and org-mode 6.01d
Date: Mon, 21 Apr 2008 21:19:18 +0200 [thread overview]
Message-ID: <20080421211918.3fecaf8a@caesar.gallia> (raw)
In-Reply-To: <20080421205733.51fff4c1@caesar.gallia>
On Mon, 21 Apr 2008 20:57:33 +0200
Jurgen Defurne <jurgen.defurne@pandora.be> 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
next prev parent reply other threads:[~2008-04-21 19:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-21 18:57 Problem with remember and org-mode 6.01d Jurgen Defurne
2008-04-21 19:19 ` Jurgen Defurne [this message]
2008-04-21 19:25 ` Carsten Dominik
2008-04-22 18:33 ` Jurgen Defurne
[not found] ` <E0F330D3-0B53-4945-8010-CF1DDA4E74E4@science.uva.nl>
2008-04-23 16:31 ` Jurgen Defurne
2008-04-23 18:54 ` James TD Smith
2008-04-24 18:43 ` Problem with remember and org-mode 6.01d : Finally success Jurgen Defurne
2008-04-25 13:52 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080421211918.3fecaf8a@caesar.gallia \
--to=jurgen.defurne@pandora.be \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).