- Name
- citar-extract-bibtex.el
- Version
- 0.1
- Author
- mlmbl
- URL
- https://github.com/mlmbl/citar-extract-bibtex
- Keywords
- citar, bibtex, org-mode
citar-extract-bibtex
is a tool designed to work alongside the citar package, providing functionality for extracting and exporting BibTeX entries from citations in Org-mode files. This package scans the current Org-mode buffer for cited references, retrieves their corresponding BibTeX entries from the citar bibliography
, and formats them into a BibTeX file.
This is especially useful when you want to generate a standalone BibTeX file that contains only the references cited within a specific document, making it easier to manage and share bibliographies related to specific papers or projects.
- Clone or download the package from the GitHub repository:
git clone https://github.com/mlmbl/citar-extract-bibtex.git
- Add the directory to your Emacs load-path. You can do this by adding the following line to your Emacs configuration file (init.el or .emacs.d):
(add-to-list 'load-path "/path/to/citar-extract-bibtex")
- Load the package
(require 'citar-extract-bibtex)
(leaf citar-extract-bibtex
:require t
:el-get mlmbl/citar-extract-bibtex)
- Emacs
- 27.1 or later
- Org-mode (builtin)
- 9.6.15 or later
- Citar
- 20240907.1157 (MELPA) or later
This package is distributed under the MIT License.