Hello emacs-orgmode list!
I am trying to prepare a talk using ox-beamer and am missing a function
that I am used to.
In beamer latex one can for example write
\author[speaker]{speaker \\ joint work with second author and third author}
Then I get my name and that of my coauthors on the titlepage
Eric S Fraga writes:
> #+latex_header: \author[speaker]{speaker \\ joint work with second author and
> third author}
> #+latex_header: \renewcommand{\author}[1]{}
Thank you very much! The second line is the one that I was missing.
Cheers,
Andrej
Hello,
I'm not sure if it is related...
In tables containing an url with http://something I cannot move as usual using
TAB.
(see also
http://emacs.stackexchange.com/questions/19874/external-http-link-not-recognized-as-link
)
The following error occurs
font-lock-fontify-keywords-region: Wrong t
|
|+|
| http://www.url1.de | http://www.url2.de |
Nicolas Goaziou writes:
> Hello,
>
> Andrej Depperschmidt writes:
>
>> The following error occurs
>>
>> font-lock-fontify-keywords-region: Wrong type argument: listp,
>> org-table
>
> It looks like the sa
e nil nil)
command-execute(org-cycle)
Nicolas Goaziou writes:
> Hello,
>
> Andrej Depperschmidt writes:
>
>> The minimal example are the two tables in an org-file. When I try to
>> move in those tables using TAB it is working okay in the first but not
>> in
Hello,
some package in my config installed org from ELPA as a dependency or
something similar (Karl Voit wrote about it a few days ago). Deleting it
manually solved the problem.
Thanks,
Andrej
Nicolas Goaziou writes:
> Hello,
>
> Andrej Depperschmidt writes:
>
>> Someh