Hi, notice that references are “inherited” by children to populate Linked References and Simple Queries. This means that these actually tag the quote with the author name:
- "Lorem ipsum, dolor sit amet" ([[John Doe]], Somewhere)
- [[John Doe]]
- "Lorem ipsum, dolor sit amet"
- "Another quote by the same author"
But the quote is not tagged by the author name if you put it in a child block:
- "Lorem ipsum, dolor sit amet"
- [[John Doe]], Somewhere
Here’s generally how I structure things, just one block:
#+BEGIN_QUOTE
Don't demand that things happen as you wish, but wish that they happen as they do happen, and you will go on well.
-- Epictetus, Enchiridion, 8
#+END_QUOTE
Either with or without page references. (I should probably start adding page references lol)