RefTeX will no longer load my custom citations commands when using the lines from Setting up RefTeX with biblatex citation commands in my init file. Nothing changed in my init file, but it no longer loads the custom citations commands and only shows the default citation commands with C-c [.
Is there any reason for this? I am using Ubuntu, and the same init file loads correctly in Windows.
.emacsare those lines you've linked to? Are you suggesting that you error messages are given when you open Emacs? Are you saying that your init files are identical on your two OSes? – jon Nov 08 '15 at 03:12\documentclass[man,12pt]{apa6}. The same document works properly on Windows. If I comment this line out and save the document, the document.el file in the 'auto' folder updates. When I reopen the document the custom commands return. So it appears to be some issue with how emacs andapa6interact. – Lee Nov 09 '15 at 20:59"apa6"and"apa612"from(TeX-run-style-hooks)the problem goes away. Any time I save the document, these lines will reappear, recreating the problem. – Lee Nov 09 '15 at 21:08(setq TeX-auto-save t)in myinitfile, and deleting theautodirectory created by AUCTeX. There appears to be an interaction with this command and theapa6class. Only in Ubuntu, not in Windows. – Lee Nov 09 '15 at 21:32