From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: bibtex fields in remember templates Date: Tue, 06 Nov 2007 09:14:35 +0000 Message-ID: <87k5ovg2h0.fsf@bzg.ath.cx> References: <0F3DD24A-86E2-4452-B84F-1631E2E4AEB1@science.uva.nl> <878x5cnsov.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpJaJ-0003tK-9R for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 03:14:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpJaH-0003s1-Um for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 03:14:55 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpJaH-0003rv-OI for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 03:14:53 -0500 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IpJaH-0000Ry-IK for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 03:14:53 -0500 Received: from mu-out-0910.google.com ([209.85.134.187]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpJaG-0004nc-TL for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 03:14:53 -0500 Received: by mu-out-0910.google.com with SMTP id i2so3374986mue for ; Tue, 06 Nov 2007 00:14:50 -0800 (PST) In-Reply-To: (Carsten Dominik's message of "Tue, 6 Nov 2007 06:22:42 +0100") 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 writes: > On 6Nov2007, at 1:06 AM, Bastien wrote: > >> >> Please check org-bibtex.el here: >> >> http://www.cognition.ens.fr/~guerry/u/org-bibtex.el > > Hey cool! I had been thinking about a full new link type with its own > prefix and search routine.... But yes, a new link prefix is > not necessary, it is just a file, after all. > Great solution, as well for the Lisp symbols - but I cannot > get the :keys to work. How is it supposed to work? I didn't know whether the question was for org-bibtex.el or for org-elisp-symbol.el but it appears it was relevant in both cases :) - org-bibtex.el: you can now use the :key property to get the "=key=" value of an entry (as well as the :btype for bibliographic type, if any) - org-elisp-symbol.el: fixed! You can use the :keys property to get the keys associated with the command. -- Bastien