On 2007-12-03 15:20:17(+0100), Rainer Stengele wrote: > Carsten Dominik schrieb: > > > > On Dec 3, 2007 2:10 PM, Rainer Stengele <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]>> 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 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
