[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Org-cite follow function for ebib
From: |
Thomas S. Dye |
Subject: |
Re: Org-cite follow function for ebib |
Date: |
Mon, 09 Aug 2021 06:14:52 -1000 |
User-agent: |
mu4e 1.4.15; emacs 27.1 |
Aloha John,
Thanks!
All the best,
Tom
John Kitchin <jkitchin@andrew.cmu.edu> writes:
> If every thing is working right, you can get the file that a key is in like
> this:
>
> #+BEGIN_SRC emacs-lisp
> (cl-loop for (file . entries) in (org-cite-basic--parse-bibliography)
> when (gethash "some-key" entries)
> return file)
> #+END_SRC
>
> This returns the first file that matches.
>
> John
>
> -----------------------------------
> Professor John Kitchin (he/him/his)
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
>
>
>
> On Mon, Aug 9, 2021 at 6:45 AM Joost Kremers <joostkremers@fastmail.fm>
> wrote:
>
>> Hi Thomas & others,
>>
>> On Sat, Aug 07 2021, Thomas S. Dye wrote:
>> > Aloha Joost,
>> >
>> > Following some pointers from Eric and Bruce I have this in my
>> > configuration and it seems to work fine, though I haven't had a chance
>> > to use it very much.
>>
>> Thanks for figuring that out. :-) Once I get to implementing support, I'll
>> use
>> it as a starting point. There should also be a way to open the correct file
>> automatically, without the user having to select it.
>>
>>
>>
>> --
>> Joost Kremers
>> Life has its moments
>>
>>
--
Thomas S. Dye
https://tsdye.online/tsdye
- Re: Org-cite follow function for ebib, (continued)
- Re: Org-cite follow function for ebib, Thomas S. Dye, 2021/08/06
- Re: Org-cite follow function for ebib, Bruce D'Arcus, 2021/08/06
- Re: Org-cite follow function for ebib, Thomas S. Dye, 2021/08/06
- Re: Org-cite follow function for ebib, Bruce D'Arcus, 2021/08/06
- Re: Org-cite follow function for ebib, Thomas S. Dye, 2021/08/06
- Re: Org-cite follow function for ebib, Joost Kremers, 2021/08/07
- Re: Org-cite follow function for ebib, Thomas S. Dye, 2021/08/07
- Re: Org-cite follow function for ebib, Joost Kremers, 2021/08/09
- Re: Org-cite follow function for ebib, Bruce D'Arcus, 2021/08/09
- Re: Org-cite follow function for ebib, John Kitchin, 2021/08/09
- Re: Org-cite follow function for ebib,
Thomas S. Dye <=