-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zotxt needs examples and a tutorial. #59
Comments
I am on doom emacs. I just want to see my list of zotero refs and create links to the underlying PDF files :D Can't figure out how to do this! But the fact that he software exists and is maintained is amazing <3 I think Emacs has a package for almost everything! |
Yes, I agree 😄 and I'm sorry, as you can see by my late response I can't promise anything - I've been busy with other things. In general, if you use org-mode, you probably can't (at the moment) end up with a proper paper with references and a bibliography - but you can insert links. If you use markdown + pandoc, you should be able to insert references. However, with the merge of the org-cite stuff, it should be possible to make the interaction work better. |
@egh I'd love to see this move forward. Is there anythhing I can do to make it easier to use zotero directly in my org cites? |
Hi @titaniumbones ! Sorry for the delay. Yes, my top priority is making zotxt work properly with org cite. I think it will be pretty easy to do. If you set
You should be able to insert org-cite citations with You'll still need to export a JSON or BibTeX file manually for use in your org document, but I'm hoping it will be pretty easy to to hook it up so you don't have to do this. |
I do agree that popular packages should always have strong example, tutorial, and documentation. But the nature of open source doesn't take developer time and populatiry projection into account. It is best to have ability to read and figure out code your self. I wouldn't say that this is a hard constraint, but if you going to go emacs route. 95 percent of the time you can blaze through the problem, but the last 5 percent will fall into similar problem you are having now. I am excited for a great documentation, nontheless. Good luck!. |
This does seem to be working. In the line at Line 412 in 3f24b29
if that is changed to
then things seem to work well for me with org-ref. My steps were:
There was a weird thing about needing to set the default library to ":all" to work with shared libraries, but that seemed to just need to be a custom variable to set, and it seems to be smooth sailing. Maybe breaking off the link formatting in the line linked to above so that we could write a custom function, or making a custom variable would help. It sounds like the one as-is is built around markdown formatting? I'm not sure what makes since here, besides just re-defining the whole function for now in my config files. |
And replying to my last message here in case anyone else runs into this. There's an issue with the
Key being the backtick for the lambda, and then the comma before |
Thanks, this is great! How do you handle citing multiple citations simultaneously? Mine show up as (Smith, 2020) (Rabbit, 2021). |
I ended up manually editing the links with multiple citations. So the |
I have used used
bibtex
for 34 years (and counting...). I recently started to useorg-mode
, where I useorg-ref
with.bib
files, and dabbled lightly with markdown (viapandoc
), again using.bib
files.I have, however, a strong incentive to use Zotero with as little interim steps as possible : Zotero is the base bibliographic tool of by workplace, where most of the work is done with Word, and none of my coworker is a LaTeX, org-mode or markdown user.
I tried, again, to figure out how to use
zotxt
: installation is easy, and I am able to useorg-zotxt-insert-reference-link
(C-c " i) to search for a publication and insert a "zotero link" in the buffer (a reference to the Zotero database and the (simplified) text of a citation).But I am unable to figure out how to use this link :
I am probably erring by drifting too close to the LaTeX/
org-mode
/pandoc model. A tutorial explaining the use of these links would be useful (notwithstanding the fact that the only commands bound to keys areorg-zotxt-insert-reference-link
andzotxt-citekey-insert
) ; an example file, quicker to create, could be sufficient.The text was updated successfully, but these errors were encountered: