Arnaud Bailly <[EMAIL PROTECTED]> writes: > I may be a bit dumb but I cannot find if there is a key binding for > linking a buffer into a muse or planner page. I currently use remember > (bound to F8) to generate the link which I copy/paste to my file. > > This is not optimal :-) > > Any hint would be appreciated.
I use: (global-set-key [f5 ?p ?a] 'planner-annotation-as-kill) That will put the link you want into your kill-ring. -- -John Sullivan -http://www.wjsullivan.net -GPG Key: AE8600B6 _______________________________________________ Muse-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/muse-el-discuss
