#+title: Org citations with the basic processor #+author: #+date: #+startup: showall align #+options: num:nil ^:nil toc:nil #+bibliography: Basic.bib #+cite_export: basic Something like =(cite//c:@friends)= is a citation that does not work. Test by changing the parentheses to square brackets and exporting. #+attr_latex: :environment longtable | style | variant | cite | result | |---------------+----------------+---------+-----------------------| | | | : | [cite:@friends] | | | b (bare) | //b: | [cite//b:@friends] | | | c (caps) | //c: | (cite//c:@friends) | | a (author) | | /a: | (cite/a:@friends) | | a (author) | c (caps) | /a/c: | (cite/a/c:@friends) | | ft (note) | | /ft: | [cite/ft:@friends] | | ft (note) | b (bare) | /ft/b: | [cite/ft/b:@friends] | | ft (note) | bc (bare-caps) | /ft/bc: | (cite/ft/bc:@friends) | | ft (note) | c (caps) | /ft/c: | (cite/ft/c:@friends) | | n (nocite) | | /n: | [cite/n:@friends] | | na (noauthor) | | /na: | [cite/na:@friends] | | na (noauthor) | b (bare) | /na/b: | [cite/na/b:@friends] | | nb (numeric) | | /nb: | [cite/nb:@friends] | | t (text) | | /t: | [cite/t:@friends] | | t (text) | b (bare) | /t/b: | [cite/t/b:@friends] | | t (text) | bc (bare-caps) | /t/bc: | (cite/t/bc:@friends) | | t (text) | c (caps) | /t/c: | (cite/t/c:@friends) | * Bibliography # You can specify "plain" or "numeric," and anything else turns into author-year. #+print_bibliography: