emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: my remember templates do not work anymore in 5.16


From: James TD Smith
Subject: Re: [Orgmode] Re: my remember templates do not work anymore in 5.16
Date: Mon, 3 Dec 2007 16:26:07 +0000
User-agent: mutt-ng/devel-r804 (FreeBSD)

On 2007-12-03 15:20:17(+0100), Rainer Stengele wrote:
> Carsten Dominik schrieb:
> > 
> > On Dec 3, 2007 2:10 PM, Rainer Stengele <address@hidden
> > <mailto:address@hidden>> wrote:
> > 
> >     Hi.
> >     I just noticed that my remember templates do not work anymore in 5.16.
> >     Error message is:
> > 
> > 
> >     Symbol's value as variable is void: x-last-selected-text-primary
> > 
> > 
> > Hmpf, I appied a patch without checking....
> > 
> > Fixed in 5.16a, available now.
> > 
> > - Carsten
> 
> Hi Carsten, thanks for the ultra fast answer but I still ghet this:
> 
> org-remember-apply-template: Wrong type argument: symbolp, (quote 
> x-last-selected-text)
> 
> Rainer

What version of emacs are you using? I forgot to test the patch I submitted on 
XEmacs.

Unless Carsten wants to try and get my X clipboard code working, I suggest the
relevant lines in org-remember be changed to 
(v-c (if (> (length kill-ring) 0) (current-kill 0) nil)) 
and I'll try to come up with something which doesn't break.

James 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]