Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-25 Thread Jambunathan K
Alan L Tyree writes: > Is there such a DB and tool? I don't use bibliography much. But, I *feel* ox-jabref.el + JabRef is worth exploring. You may have to create a layout file - possibly for one each backend - that's about it. Jambunathan K.

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-25 Thread John Kitchin
I have the following org/bibtex habits: 1. I keep all bibtex entries in a single bibtex file, usually by pasting them from one source to the file. I save the pdf of the article with a filename equal to the bibtex key in a single directory. With the point on the bibtex entry, I run a command defin

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-22 Thread Richard Lawrence
Hi Eric, On Thu, Nov 21, 2013 at 03:00:00PM -0700, Eric Schulte wrote: > Very cool, > > I think some of these functions could be merged into > contrib/lisp/org-bibtex-extras.el to very good effect. Sure! I'd be happy to help out with this. I see you are the author of org-bibtex-extras; feel fr

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-21 Thread Alan L Tyree
On 22/11/13 15:04, Eric Schulte wrote: Alan L Tyree writes: On 20/11/13 17:27, Jambunathan K wrote: Alan L Tyree writes: What I mean is to enter something like \cite{mann82} in the text and have it spit out (Mann 1982) in each and every export as well as constructing an entry for the bibli

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-21 Thread Eric Schulte
Alan L Tyree writes: > On 20/11/13 17:27, Jambunathan K wrote: >> Alan L Tyree writes: >> >>> What I mean is to enter something like \cite{mann82} in the text and >>> have it spit out (Mann 1982) in each and every export as well as >>> constructing an entry for the bibliography. >> (For benefit

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-21 Thread Eric Schulte
> In the mean time I just pushed up a small change to this file which > will resolve cite: links and export them correctly to LaTeX. > I just reverted my addition to org-bibtex-extras.el as it looks like ox-bibtex.el (also in contrib) already handles cite: links on export. Best, -- Eric Schulte

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-21 Thread Eric Schulte
Richard Lawrence writes: > Eric Schulte writes: > >> Ian Barton writes: >> >>> 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,

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-21 Thread Alan L Tyree
On 20/11/13 17:27, Jambunathan K wrote: Alan L Tyree writes: What I mean is to enter something like \cite{mann82} in the text and have it spit out (Mann 1982) in each and every export as well as constructing an entry for the bibliography. (For benefit of others) ox-jabref.el and JabRef can s

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-21 Thread Jambunathan K
Alan L Tyree writes: > What I mean is to enter something like \cite{mann82} in the text and > have it spit out (Mann 1982) in each and every export as well as > constructing an entry for the bibliography. (For benefit of others) ox-jabref.el and JabRef can spit things out in different formats.

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-20 Thread Jorge A. Alfaro Murillo
I once tried to do something similar in org mode, at the end I thought I was doing twice the work, so I ended up with just one big .bib file. I copy the bib info from the website and then I have a function to yank it a little bit cleaner into my bib file, something like this: (defun bibtex-yank

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-20 Thread Richard Lawrence
Eric Schulte writes: > Ian Barton writes: > >> 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

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-19 Thread Alan L Tyree
On 20/11/13 14:37, Eric Schulte wrote: Alan L Tyree writes: On 20/11/13 03:25, Eric Schulte wrote: Ian Barton writes: 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 re

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-19 Thread Eric Schulte
Alan L Tyree writes: > On 20/11/13 03:25, Eric Schulte wrote: >> Ian Barton writes: >> >>> 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

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-19 Thread Alan L Tyree
On 20/11/13 03:25, Eric Schulte wrote: Ian Barton writes: 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 f

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-19 Thread Eric Schulte
Ian Barton writes: > 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 >

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-19 Thread Karl Voit
Hi Christopher! * Christopher W. Ryan wrote: > > 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 summarized how I manage my papers and references with Org-mode here: https://github.com/novoid/extract_pdf_annotations_to_orgm

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-19 Thread Ian Barton
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 reference

[O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-18 Thread Christopher W. Ryan
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 co