Re: Set the variable bibtex-completion-bibliography used by helm-bibtex to the dynamical generated bib files list corresponding to the current master tex file.

2023-05-04 Thread Hongyi Zhao
On Wed, May 3, 2023 at 8:08 AM Hongyi Zhao wrote: > > On Wed, May 3, 2023 at 1:55 AM Mandar Mitra wrote: > > > > Hongyi Zhao wrote (Tue, May 02, 2023 at 10:03:23PM +0800): > > > The example setting of this variable is as follows: > > > > > > (setq bibtex-completion-bibliography

Re: Set the variable bibtex-completion-bibliography used by helm-bibtex to the dynamical generated bib files list corresponding to the current master tex file.

2023-05-02 Thread Hongyi Zhao
On Wed, May 3, 2023 at 1:55 AM Mandar Mitra wrote: > > Hongyi Zhao wrote (Tue, May 02, 2023 at 10:03:23PM +0800): > > The example setting of this variable is as follows: > > > > (setq bibtex-completion-bibliography (directory-files-recursively > > (concat (getenv "HOME") >

Re: Set the variable bibtex-completion-bibliography used by helm-bibtex to the dynamical generated bib files list corresponding to the current master tex file.

2023-05-02 Thread Mandar Mitra
Hongyi Zhao wrote (Tue, May 02, 2023 at 10:03:23PM +0800): > The example setting of this variable is as follows: > > (setq bibtex-completion-bibliography (directory-files-recursively > (concat (getenv "HOME") > "/texmf/bibtex/bib/local") "^[A-Za-z].+.bib$")) > > But the