Did you know ... Search Documentation:
Pack orgref_fix -- prolog/orgref_search.pl
PublicShow source
author
- Christian Gimenez
license
- GPLv3
 search_citations(+Org:string, -Lst_cites:list)
Search for the citation keys used in the Org text. This citations have got the format expressed by the regexp citation_regexp/1.

Look for all of those "cite" and "parencite" and return only the key strings on Lst_cites.

Arguments:
Org- The whole Org file in string format.
Lst_cites- A list of citation key strings.
 search_refs(+Org:string, -Lst_refs:list)
Search for all the references and return their keys on Lst_refs.
Arguments:
Org- The whole Org file in string format.
Lst_refs- A list of reference key strings