emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Error with org-mode-reftex-setup after upgrade


From: Loris Bennett
Subject: [O] Error with org-mode-reftex-setup after upgrade
Date: Fri, 16 May 2014 10:20:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

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.




reply via email to

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