emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: org-cature-ref


From: Henrik Frisk
Subject: Re: org-cature-ref
Date: Tue, 26 Jul 2022 12:34:53 +0200



Den tis 19 juli 2022 kl 15:39 skrev Ihor Radchenko <yantar92@gmail.com>:

There is nothing fancy there. Just

"%{fetch-bibtex}* TODO %?%(org-capture-ref-get-bibtex-field :title)"
":PROPERTIES:"
":ID: %(org-capture-ref-get-bibtex-field :key)"
":CREATED: %U"
":END:"
"#+begin_src bibtex"
"%(org-capture-ref-get-bibtex-field :bibtex)"
"#+end_src bibtex"

Yeah, now that I see it I'm embarrased I didn't figure it out by myself. Sigh.
 
> 2. When you write that there is support for Google Scholar "BiBTeX page",
> what do you mean? In a Google scholar search, if I click "Cite" and then
> choose BiBTeX, I don't get the expected result, but maybe you are referring
> to something else?

I am referring to what you said: "Cite" → "BibTeX". The opened page
should contain the BibTeX entry text. This page can be captured.

For example, the first item (Cite → BibTeX) in
https://scholar.google.com.sg/scholar?q=test

can be captured on my side.

I do not recommend this method though. Google Scholar does not provide
high quality BibTeX entries with DOI and sometimes provides plain wrong
entries.

This doesn't actually work for me. From the link above I'm getting:

#+begin_src bibtex
@misc{Scholar_Googleusercontent__506,
  created =      {[2022-07-26 tis 12:31]},
  howpublished = {Scholar.Googleusercontent},
  note =         {Online; accessed 26 juli 2022},
  url ="">                  {https://scholar.googleusercontent.com/scholar.bib?q=info:4QIfrBW26fcJ:scholar.google.com/&output=citation&scisdr=CgXRptZKEN2CnUnCgY8:AAGBfm0AAAAAYt_EmY-OX1Eyi54caLD4JrIGdgFtjnKP&scisig=AAGBfm0AAAAAYt_EmSP-yLhTDNSeuVdqtJ0UcrDks5SL&scisf=4&ct=citation&cd=-1&hl=sv},
}
#+end_src bibtex

where the expected would be

#+begin_src bibtex
@article{algozzine2001effects, title={Effects of interventions to promote self-determination for individuals with disabilities}, author={Algozzine, Bob and Browder, Diane and Karvonen, Meagan and Test, David W and Wood, Wendy M}, journal={Review of Educational Research}, volume={71}, number={2}, pages={219--277}, year={2001}, publisher={Sage Publications Sage CA: Thousand Oaks, CA} }
#+end_src bibtex
But, for the reasons you note below, this is not that important. I'm really happy to have the general capture template working.

Thanks again!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]