From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: managing articles in my personal library, and their citational material, using org mode instead of bibtex Date: Tue, 19 Nov 2013 08:28:57 +0000 Message-ID: <528B2149.5040702@wilkesley.net> References: <528AC19F.3000803@binghamton.edu> Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViggE-0005OT-2k for emacs-orgmode@gnu.org; Tue, 19 Nov 2013 03:29:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vigg7-0007uA-Vq for emacs-orgmode@gnu.org; Tue, 19 Nov 2013 03:29:06 -0500 Received: from mail2.wilkesley.net ([109.74.196.44]:57777 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vigg7-0007rI-Ox for emacs-orgmode@gnu.org; Tue, 19 Nov 2013 03:28:59 -0500 Received: from scamper2.bantercat.co.uk (unknown [46.33.134.31]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id EA01A10DEE7 for ; Tue, 19 Nov 2013 08:28:57 +0000 (UTC) In-Reply-To: <528AC19F.3000803@binghamton.edu> 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 On 19/11/13 01:40, Christopher W. Ryan wrote: > Not sure "citational" is even a word, but hopefully it conveys my meaning! > > I've been using LaTeX for academic writing and reading for quite some > time, with emacs as my editor. I'm pretty familiar with managing a .bib > file containing all the references I've collected, and using it in LaTeX > \cite commands. > > I've come to org-mode more recently. I'm trying to imagine how I might > use it to manage my "personal library." I have a directory full of pdf > files, each a downloaded article. Some articles I reference in papers I > write; others I just read and want to keep. I also have a .bib file > where I put the citational material for all those articles. Whenever I > download an article, I add its entry to my .bib file. I tend to manage > this with JabRef because it searches Medline so easily, but I also will > edit the .bib file directly when necessary. > > I like the idea of an org file containing the citational information > (authors, title, journal, etc) *plus* links to the pdfs on my hard > drive, or on the internet. I could also include my notes about the > articles. But what would that org file look like? How do I insert a > reference to an article into the org file which contains the article I > am writing? > > I'd be grateful for any explanations, or links to tutorials. > Can't help with managing the citations in org, as the last time I had to do this I was using a card index file:) However, to address your other questions one way of doing this would be to create an org file with a heading for each article: * Article 1. Here are some notes. * Article 2 My notes You can create hyperlinks to each article from org. See http://orgmode.org/org.html#Hyperlinks for more detailed information. However, you should perhaps decide first how you might structure your org file. You might want to group articles under an author heading, or perhaps more likely by subject area, with a sub heading for each article under the main heading. You may also want to tag each article. See http://orgmode.org/org.html#Tags Org lets you quickly narrow your view of an org file so that you are only seeing headings with specific tags. Ian.