Re: Exporting multiple #+AUTHOR keywords

2024-02-17 Thread Juan Manuel Macías
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

Re: Exporting multiple #+AUTHOR keywords

2024-02-16 Thread ypuntot
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, Patric

Re: Exporting multiple #+AUTHOR keywords

2024-02-05 Thread Ihor Radchenko
Max Nikulin writes: >> Another option is to have a new set of keywords: >> #+LATEX_AUTHOR: >> #+HTML_AUTHOR: ... > ... > Another idea: > > #+metadata: > - author :: >- John Doe >- Luke Skywalker > - title :: Some text > > With overrides for specific backends This implies that #+AUTHO

Re: Exporting multiple #+AUTHOR keywords

2024-02-04 Thread Juan Manuel Macías
Max Nikulin writes: > On 04/02/2024 22:21, Ihor Radchenko wrote: >> >> Another option is to have a new set of keywords: >> #+LATEX_AUTHOR: >> #+HTML_AUTHOR: ... >> >> For multiple authors, we may introduce something like >> >> #+AUTHOR: John Doe >> #+AUTHOR+: Luke Skywalker > > Another idea: >

Re: Exporting multiple #+AUTHOR keywords

2024-02-04 Thread Max Nikulin
On 04/02/2024 22:21, Ihor Radchenko wrote: Another option is to have a new set of keywords: #+LATEX_AUTHOR: #+HTML_AUTHOR: ... For multiple authors, we may introduce something like #+AUTHOR: John Doe #+AUTHOR+: Luke Skywalker Another idea: #+metadata: - author :: - John Doe - Luke Skyw

Re: Exporting multiple #+AUTHOR keywords

2024-02-04 Thread Ihor Radchenko
Juan Manuel Macías writes: > ... I think the basic problem is that org uses #+author, #+title, etc. > as a single source for both the metadata strings and the exported > format, i.e. the title, the author, the date that is printed somewhere. > > Perhaps the ideal would be to distinguish in some w

Re: Exporting multiple #+AUTHOR keywords

2024-02-02 Thread Juan Manuel Macías
Ihor Radchenko writes: > Juan Manuel Macías writes: > >> Sorry if this is off topic, but something like this: >> >> #+AUTHOR: Fred Astaire >> #+AUTHOR: Ginger Rogers >> >> is exported to LaTeX as: >> >> \author{Fred Astaire Ginger Rogers} >> >> Shouldn't there be some separation? In LaTeX the usu