From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: =?UTF-8?B?UmU6IG9yZy1yZWYgYW5kIGxpbmsgdG8gcGRmIGZpbGXCoD8=?= Date: Wed, 23 Mar 2016 10:55:54 +0100 Message-ID: <87lh597c2d.fsf@free.fr> References: <87io0dzi0z.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aifaD-0005XX-26 for emacs-orgmode@gnu.org; Wed, 23 Mar 2016 06:00:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aifa8-0000bk-0J for emacs-orgmode@gnu.org; Wed, 23 Mar 2016 06:00:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:56772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aifa7-0000aY-Ps for emacs-orgmode@gnu.org; Wed, 23 Mar 2016 06:00:03 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aifXn-0005JH-An for emacs-orgmode@gnu.org; Wed, 23 Mar 2016 10:57:39 +0100 Received: from gas45-3-82-244-252-119.fbx.proxad.net ([82.244.252.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Mar 2016 10:57:39 +0100 Received: from j.cubizolles by gas45-3-82-244-252-119.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Mar 2016 10:57:39 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Julien Cubizolles writes: > org-ref makes it very easy to download a pdf paper when creating a new > bibtex entry. However, there is no way that I could find to directly > open the pdf from the bibtex entry. Could org-ref add some custom field > like file={...} created when the pdf file is downloaded ? > > Julien. I just realized that clicking on the cite: link offer to open the pdf if it's named like the bibtex entry, so no need for a custom field. Julien.