Waleed Yousef <[email protected]> writes: > Thanks so much; it is exactly as you expected. It seems that org-ref > loads in the background reftex. So, I just put the line (setq > reftex-extra-bindings t) before both org-ref and reftex.
You're welcome. I suggest you use the customize interface provided by Emacs and simply move the additions from the end to the beginning of your init file. > Now, one more question please: When I do C-c s (to search a whole > document) what is the keybinding for (search again) that exists on the > mouse menu? ,----[ C-h f reftex-search-document RET ] | reftex-search-document is an interactive autoloaded compiled Lisp | function in ‘reftex-global.el’. | | (reftex-search-document &optional REGEXP) | | Regexp search through all files of the current document. | Starts always in the master file. Stops when a match is found. | To continue searching for next match, use command M-x tags-loop-continue. | No active TAGS table is required. `---- `tags-loop-continue' is not bound to a key; you have to define one yourself. Best, Arash _______________________________________________ auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex
