emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH] Add author and title to exported PDF properties


From: Marcel van der Boom
Subject: Re: [O] [PATCH] Add author and title to exported PDF properties
Date: Wed, 14 May 2014 14:24:08 +0200


On wo 14-mei-2014 09:05
Nicolas Goaziou <address@hidden> wrote:

> [...]
>> +               ?a (or (first (plist-get info :author)) "")
>> +               ?t (or (first (plist-get info :title)) "")  
> 

> The usual way to achieve this is to create an anonymous export
> back-end, derived from `latex', with `org-export-create-backend', and
> let it handle specially problematic objects. You then use it within
> `org-export-data-with-backend'. See `org-html--format-toc-headline'
> for an example.
>
Are you saying 'author' and 'title' are problematic? How do they differ
from, say 'subject'? Was this the reason they are not included by
default in the PDF info?

marcel

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]