From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: bibtex fields in remember templates Date: Sun, 4 Nov 2007 14:49:12 +0100 Message-ID: <0F3DD24A-86E2-4452-B84F-1631E2E4AEB1@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iofqt-0001xb-E4 for emacs-orgmode@gnu.org; Sun, 04 Nov 2007 08:49:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iofqs-0001xE-Hc for emacs-orgmode@gnu.org; Sun, 04 Nov 2007 08:49:23 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iofqs-0001xB-FI for emacs-orgmode@gnu.org; Sun, 04 Nov 2007 08:49:22 -0500 Received: from mu-out-0910.google.com ([209.85.134.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iofqs-0006N9-5H for emacs-orgmode@gnu.org; Sun, 04 Nov 2007 08:49:22 -0500 Received: by mu-out-0910.google.com with SMTP id i2so2332824mue for ; Sun, 04 Nov 2007 05:49:21 -0800 (PST) In-Reply-To: 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: Austin Frank Cc: emacs-orgmode@gnu.org On 31Oct2007, at 2:51 AM, Austin Frank wrote: > Hello! > > I am wondering whether it would be possible to have access to the > values > of bibtex fields in remember templates when calling remember from a > buffer in bibtex mode. I would like to define a template that > includes > a link to the bibtex entry, but which also lays out a brief citation. > Something like > > "* TO_READ%?\n %a\n %:author (%:year). %:title. %:journal: %:pages." > > I know that links to bibtex entries are created using the custom > search > mechanism, but I can't figure out how to expose properties of the > bibtex > entry to remember or org-remember. This is, I think, hard using the current mechanism. I believe it would be much better to create a new link type for BibTeX, now that this is possible. The it would also be easy to set a lot of info that can be accessed by templates..... Any volunteers? - Carsten