From mboxrd@z Thu Jan 1 00:00:00 1970 From: francois Subject: Re: org mode and reftex Date: Fri, 13 Jul 2007 07:18:29 +0000 (UTC) Message-ID: References: <57102278d9c24eb3221bb0f00d49352b@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I9FQJ-0007j8-Sx for emacs-orgmode@gnu.org; Fri, 13 Jul 2007 03:18:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I9FQH-0007fF-74 for emacs-orgmode@gnu.org; Fri, 13 Jul 2007 03:18:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9FQH-0007en-26 for emacs-orgmode@gnu.org; Fri, 13 Jul 2007 03:18:41 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I9FQG-00066X-IV for emacs-orgmode@gnu.org; Fri, 13 Jul 2007 03:18:40 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I9FQD-0000jU-Lo for emacs-orgmode@gnu.org; Fri, 13 Jul 2007 09:18:37 +0200 Received: from is003308.intra.cea.fr ([132.166.134.48]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Jul 2007 09:18:37 +0200 Received: from francois.temp1 by is003308.intra.cea.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Jul 2007 09:18:37 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carsten Dominik science.uva.nl> writes: thanks for your prompt reply. > > To customize this citation I have defined in my .emacs > > (defun my-org-mode-setup () > Are you adding this function to org-mode-hook? yes > Change > > (reftex-parse-all) ; to make reftex aware of the biblio > > ; # \bibliography{biblio} > to this: > > (if (buffer-file-name) (reftex-parse-all)) I have just tried, but it didn't change anything. The reftex-parse-all seems to be still called. Hoevewer I would really appreciate to use this feature...