[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Exporting multiple #+AUTHOR keywords
From: |
Juan Manuel Macías |
Subject: |
Re: Exporting multiple #+AUTHOR keywords |
Date: |
Sat, 17 Feb 2024 10:34:40 +0000 |
ypuntot writes:
> Is it related with AUTHOR property?
> I am starting to add these properties to every book, and chapter of
> the book, that I study. I hope this doesn't lead to a suboptimal
> workflow.
>
> Doesn't this work?
>
> :PROPERTIES:
> :AUTHOR: García-Ael, Cristina and Pérez-Garín, Daniel and Recio
> Saboya, Patricia
> :BTYPE: incollection
> :BOOKTITLE: Psicología de los Grupos
> :TITLE: Métodos y Técnicas de Investigación en Psicología de
> los Grupos.
>
> :PUBLISHER: UNED
>
> :ADDRESS: C/ Bravo Murillo, 38; 28015; Madrid
> :INSTITUTION: UNED
> :YEAR: 2017
> :CHAPTER: 2
> :PAGES: 49-83
> :END:
What we are dealing with here is the keyword #+AUTHOR or the
EXPORT_AUTHOR property (when exporting a subtree), that is, the author
of the document (see 'Export settings' in the Org Manual), not the
AUTHOR property of org-ref. Your workflow is correct.