Replies: 3 comments 13 replies
-
Cool!
You may want to read through this page to get a general sense of the place of this package. https://github.com/emacs-citar/citar/wiki/Comparisons#citar-in-context On your question, citar defers to org itself for what is and isn't a citation (org does the parsing etc). From that POV, it isn't. But you can also configure custom major mode functions, though that only covers insertion (not at-point actions): https://github.com/emacs-citar/citar/wiki/major-mode-functions
I don't have time to look into the details on this ATM, but maybe check the org manual? There's also a few good blog posts on It does sound like you want to use the
You mean cross-references? No; I consider that out of scope; see #427. PS - I may convert this to a discussion. |
Beta Was this translation helpful? Give feedback.
-
I'd also like to switch to In emacs, an
can display in an emacs buffer something like this:
I remember when But I can't figure out how to do it. Can it be done? |
Beta Was this translation helpful? Give feedback.
-
"Old bibtex mode behavior": I'm talking about the behavior I get if I don't install org-ref or citar: what happens when I put the cursor on a bibtex file entry and run
I guess that's just an ordinary file link but with the auto-generated bibtex-specific link text. I used these for years because how the link was rendered in org was totally editable. Eventually, I switched to org-ref for all the perks. There, it was also possible to get arbitrary link text rendering, at the cost of complicating exports. But complicated exports was not a problem because... Exporting a technical, referenced article from org-mode is something I almost never do. I tried to make this work, but ended up doing my PhD and first papers in plain latex, because that's what my advisor wanted. Then in industry, anything published with references had to be in Word. Then back in academia, my students and colleagues all over the place universally wanted to use online latex editors, like Overleaf. Org-mode just wasn't feasible. But I love org-mode. It's where I keep almost all of my brainstorming and literature notes. Org is just for me. For that use case, it's best to have arbitrary link text displayed in org-mode, as org-mode is the only way I ever see my notes. Still, the new emacs cite links have even more perks than org-ref. I'd love to get that working. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I would like to jump from
org-ref
tocitar/org-cite
.I am just wondering if the citations in my org files, which are based on
org-ref
: [[cite:&citationkey]]will always be valid with
citar/org-cite
?Furthermore, here is how I configure
org-ref
for a particular org fileDo I need to change this for
citar/org-cite
?Also, a nice feature of
org-ref
I appreciate is the handling of references, especially that of mathenvironnments. Does
citar/org-ref
manages these references ?Regards
Beta Was this translation helpful? Give feedback.
All reactions