Hi, I have just upgraded to version Org-mode version 8.2.6 (8.2.6-18-gaaae4a-elpaplus @ /home/loris/.emacs.d/elpa/org-plus-contrib-20140512/
>From Thomas Dye's description of how to create an annotated bibliography (http://orgmode.org/worg/exporters/anno-bib-template-worg.html) I'm using: ,------------------------------------------------- | (defun org-mode-reftex-setup () | (interactive) | (load-library "reftex") | (and (buffer-file-name) | (file-exists-p (buffer-file-name)) | (reftex-parse-all))) | | (add-hook 'org-mode-hook 'org-mode-reftex-setup) `------------------------------------------------- Following the update, this now seems to throw the error: ,-------------------------------------------------------------------- | Loading reftex...done | File mode specification error: (wrong-type-argument sequencep dwim) `-------------------------------------------------------------------- Any ideas? Cheers, Loris -- This signature is currently under construction.