Questions tagged [citation]
3 questions
4
votes
0 answers
Add a source reference to org blocks
During research, I often cite a passage from some website, a local document or org file. For context and later use, I always add the source reference after the block:
* Public transport
** Bus
Buses are used a lot:
#+BEGIN_QUOTE
The urban bus…

Bas Peeters
- 193
- 5
0
votes
0 answers
Org citations produced by src are not rendered in tabulated results
For example to reproduce:
#+BEGIN_SRC emacs-lisp :results table replace
"Prior research [cite:@paper] suggests that..."
#+END_SRC
#+RESULTS:
| Prior research suggests that... |
The expected outcome:
#+RESULTS:
| Prior research [cite:@paper]…

Stas
- 191
- 5
0
votes
1 answer
Change behavior of citation link when clicked
When I click on a citation like this:
cite:Thompson_CalculusMadeEasy2014
I get to choose from a list of citation actions which include adding notes.
When I follow the link below, it only brings up a buffer that shows the relevant bibtex…

Sati
- 775
- 6
- 21