In BibDesk 1.3.12, I can execute the following Applescript:

tell document 1 of application "BibDesk"
        set thePub to get publications whose cite key is myCiteKey
        return templated text using "Abbrv export" for thePub
end tell

...and I get the Abbrv export representation of the item corresponding  
to myCiteKey, as expected.

If I execute the following script, which calls templated rich text  
rather than templated text:

tell document 1 of application "BibDesk"
        set thePub to get publications whose cite key is myCiteKey
        return templated rich text using "Abbrv export" for thePub
end tell

...I get an error, "BibDesk got an error: The handler some object is  
not defined."

Can anyone point out the blatantly obvious mistake I'm making in this?

Jim Harrison
Univ. of Virginia



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users

Reply via email to