emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: org mode and reftex


From: Carsten Dominik
Subject: Re: [Orgmode] Re: org mode and reftex
Date: Fri, 13 Jul 2007 13:42:15 +0200

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
address@hidden
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





reply via email to

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