Please try to make a backtrace of the bug, check the Org-mode
manual on how to produce one.  Thanks.

- Carsten

On Jul 13, 2007, at 13:16, francois wrote:

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



--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



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

Reply via email to