From: francois <francois.temp1@bruit.gotdns.org>
To: emacs-orgmode@gnu.org
Subject: Re: org mode and reftex
Date: Fri, 13 Jul 2007 11:16:55 +0000 (UTC) [thread overview]
Message-ID: <loom.20070713T131309-243@post.gmane.org> (raw)
In-Reply-To: 3b8d86984febb43bd550fa8f7f78a53c@science.uva.nl
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?
next prev parent reply other threads:[~2007-07-13 11:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-12 14:34 org mode and reftex francois
2007-07-12 19:26 ` Carsten Dominik
2007-07-13 7:18 ` francois
2007-07-13 10:36 ` Carsten Dominik
2007-07-13 11:16 ` francois [this message]
2007-07-13 11:42 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20070713T131309-243@post.gmane.org \
--to=francois.temp1@bruit.gotdns.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.