-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Pandoc-style citations #228
Comments
I don't see much hope for org-ref being aware of other syntax until the org-ref uses org-links right now because they are org-elements, which The simplest citation is just cite:key The link syntax is pretty limited, but can handle this: \citep[see][ p. 34-35]{tarleb} like this: [[citep:tarleb][see:: p. 34-35]] This: [see @tarleb p. 34-35] That is about as sophisticated as is possible with the link capability. I am not sure I have answered your questions. Albert Krewinkel writes:
Professor John Kitchin |
Thanks for the feedback. I guess you are right about wanting to wait till the official org-mode syntax finalizes. I'll close this issue for now. Pandoc support of org-ref syntax won't be complete for now, only Thanks again and happy hacking. |
Do you know the status of the org-mode official work? It seems, almost four years later, the citation branch is still WIP? They really need an issue tracker. |
I believe it is still wip. I haven't heard anything about it moving to master yet. |
I am the maintainer of Pandoc's Org-mode reader and want to improve the reader's citation support. org-ref seems to have evolved to the default referencing method, I am working towards enabling recognition of the org-ref-syntax with Pandoc.
Pandoc currently has its own citation syntax, designed by jgm for markdown and adapted to org-mode. It would be great if org-ref and Pandoc could understand each other's format.
Pandoc's current syntax is
for simple keys (LaTeX:
\cite{citationKey}
andfor more complex citations (
\citep[see][ p. 34-35]{tarleb}
).There is also a outstanding issue (jgm/pandoc#1978) requesting support for
@citeKey
syntax, which is also supported in Pandoc's Markdown implementation. It's nice and succinct syntax, yet I'm unsure if this should be implemented in the context of Org-mode; your opinions on this would be appreciated.The text was updated successfully, but these errors were encountered: