From mboxrd@z Thu Jan 1 00:00:00 1970 From: lars@lamasti.net (Lars =?utf-8?Q?Bj=C3=B8rndal?=) Subject: Citations with org-ref in apa style Date: Thu, 25 May 2017 13:47:19 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDrEm-0004Zy-4V for emacs-orgmode@gnu.org; Thu, 25 May 2017 07:47:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDrEi-0006dy-84 for emacs-orgmode@gnu.org; Thu, 25 May 2017 07:47:28 -0400 Received: from lamasti.net ([195.159.152.110]:53052 helo=dalen.lamasti.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dDrEi-0006db-0h for emacs-orgmode@gnu.org; Thu, 25 May 2017 07:47:24 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by dalen.lamasti.net (Postfix) with ESMTP id 2841B24045 for ; Thu, 25 May 2017 13:47:21 +0200 (CEST) Received: from dalen.lamasti.net ([127.0.0.1]) by localhost (dalen.lamasti.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I-2OMgFoLhJX for ; Thu, 25 May 2017 13:47:19 +0200 (CEST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi, list! I'm currently writing an exam in org-mode with org-ref, installed from elpa. I think the institution expects to get the referances in apa style. So I wonder if I can do that, and how I can do it. In the .org file, I have a line like this, that I suppose I have to change: (all in one line) #+LATEX_HEADER: \usepackage[citestyle=authoryear-icomp,bibstyle=authoryear, hyperref=true,backref=false,maxcitenames=3,url=true,backend=biber,natbib=true] {biblatex} With this line, the c-c c-e l p command compiles to pdf, according to the following setting in my .emacs file: (setq org-latex-pdf-process '("pdflatex -interaction nonstopmode -output-directory %o %f" "biber %b" "pdflatex -interaction nonstopmode -output-directory %o %f" "pdflatex -interaction nonstopmode -output-directory %o %f")) Org-mode version: Org-mode version 8.2.10 (release_8.2.10 @ /usr/share/emacs/25.2/lisp/org/) Thanks and regards, Lars