Carsten Dominik <dominik <at> science.uva.nl> writes:

> How about
>     (and (buffer-file-name)
>          (file-exists-p (buffer-file-name))
>          (reftex-parse-all))


hi,

I have still the same error. It seems that the cause is not reftex-parse-all.
Even removed, i am facing with same problem. Here is my minimalist
org-mode-setup hook.

(defun my-org-mode-setup ()
  (load-library "reftex")
  (reftex-set-cite-format
     '((?b . "[[bib::%l]]")
       (?n . "[[note::%l]]")
       (?c . "\\cite{%l}")))
   (define-key org-mode-map "\C-c\C-g" 'reftex-citation)
   (flyspell-mode)
)

did I do something wrong?



_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to