From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Leduc Subject: org-ref: renaming/moving an entire pdf library according to a bibtex file Date: Tue, 13 Sep 2016 23:25:04 -0400 Message-ID: Reply-To: ldcmrtn@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bk0pW-0007LG-QR for emacs-orgmode@gnu.org; Tue, 13 Sep 2016 23:25:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bk0pT-0004tv-J3 for emacs-orgmode@gnu.org; Tue, 13 Sep 2016 23:25:46 -0400 Received: from [195.159.176.226] (port=44191 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bk0pT-0004rB-B8 for emacs-orgmode@gnu.org; Tue, 13 Sep 2016 23:25:43 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bk0p8-0000DH-P8 for emacs-orgmode@gnu.org; Wed, 14 Sep 2016 05:25:22 +0200 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" To: emacs-orgmode@gnu.org Hi, I just discovered org-ref recently and would like to manage my entire pdf library with it. Basically, my set-up is a folder containing many scientific papers in pdf, and a bibtex file containing most of the entries related to these pdfs. My bibtex file is well linked to org-ref and I have already moved several pdfs into the bibtex-pdfs/ folder so that they can be opened easily using their bibtex entry. However, I found this to be a lot of work for moving/linking only a few pdfs. I'm wondering if there is a way to automate that. When I'm moving one of my pdfs onto the emacs window with the bibliography opened, it tries to download the pdf from the web using the doi (if found). However, is there a way to bypass the download (because I already have the file) and to directly move/rename the pdf to the bibtex-pdfs/ folder while validating my bibtex entry (or creating a new one, does not matter) ? Thanks for helping, Martin