helm-bibtex icon indicating copy to clipboard operation
helm-bibtex copied to clipboard

Search and manage bibliographies in Emacs

Results 69 helm-bibtex issues
Sort by recently updated
recently updated
newest added

Mendeley will escape every non-ascii character in the bib file it generated.The following is a small example generated by Mendeley. ``` @article{Moser2010, author = {Moser, Robin A. and Tardos, G{\'{a}}bor},...

enhancement

I have set helm-bibtex-library-path as a list of directories where helm-bibtex look for pdf files, however the notes are not found and the symbol (pencil) does not show up during...

enhancement

I wonder if it is possible to include a timestamp in the notes-template. E.g. when having the following template: ``` "\n** TODO ${year} - ${title}\n OPENED: {TIMESTAMP HERE}\n :PROPERTIES:\n :Custom_ID:...

enhancement

Delighted to see helm-bibtex aim for working with some papers management systems (the readme notes "JabRef, Zotero, and Mendeley"). http://papersapp.com/ is a common/popular application. It does not store all PDFs...

enhancement

Adding faces seems more friendly and help locating the item like 'helm-match' or 'helm-match-item'.

The sort column should be customizable.

enhancement

If one exports a bibtex file from Zotero one can have multiple `annote` fields per entry. If one has (setq helm-bibtex-additional-search-field '(annote))` only the contents of the last `annote` are...

enhancement

As I understand it, helm-bibtex uses a fixed set of fields for every search, possibly extended by the value of helm-bibtex-additional-search-fields. However, sometimes I want to search only a subset...

enhancement

Line 714: The idea here is to only catch keys if they are a `:BIBTEX-KEY:` property or at the start of an org-mode headline. Someone familiar with using regexps in...

This PR - adds `bibtex-completion-replace-tex` which is passed to `parsebib-read-entry` for `replace-tex` - adds `helm-bibtex-ignore-diacritics` which is passed to `:diacritics` in `helm-source-bibtex` Both are `nil` by default, preserving the current...