Implement bibtex keywords field <-> org-mode tags
commit1af957a906ebc6072b1f6800497428c0914912d1
authorMatt Lundin <mdl@imapmail.org>
Sun, 1 May 2011 20:54:01 +0000 (1 16:54 -0400)
committerEric Schulte <schulte.eric@gmail.com>
Mon, 2 May 2011 16:19:26 +0000 (2 10:19 -0600)
treef8e18f9ad7ef981bff5fb4533c4c05a24a198202
parenta8b6fa0bf37823c99b3c3ea5ac6d2e354550e923
Implement bibtex keywords field <-> org-mode tags

* lisp/org-bibtex.el (org-bibtex-tags): New variable
  (org-bibtex-tags-are-keywords): New variable
  (org-bibtex-no-export-tags): New variable
  (org-bibtex-headline): Export tags as comma-separated bibtex keywords
  (org-bibtex-read): Import bibtex keywords field as tags

Bibtex users often rely on the keywords field to tag their entries.
With biblatex, the keywords field can be used to organize and filter
bibliographic entries. This patch adds an option to import keywords as
org-mode tags, and to export tags as bibtex keywords.

It also adds an option to add user-defined tags to newly created bib
headlines.
lisp/org-bibtex.el