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: Nicolas Goaziou
Subject: Re: [O] [PATCH] Add author and title to exported PDF properties
Date: Wed, 14 May 2014 14:48:03 +0200

Marcel van der Boom <address@hidden> writes:

> Are you saying 'author' and 'title' are problematic? 

I am saying that they need to be treated differently, and with more
care.

> How do they differ from, say 'subject'?

"subject", which refers to :description property, only contains a single
string, no Org syntax. OTOH, TITLE and AUTHOR keywords have their
contents parsed and, as such, can contain parsed objects. E.g.,

  | keyword     | value       | property value             |
  |-------------+-------------+----------------------------|
  | DESCRIPTION | some *text* | "some *text*"              |
  | TITLE       | some *text* | ("some" (bold ... "text")) |

See also `org-element-document-properties'.

> Was this the reason they are not included by default in the PDF info?

They are not included by default in Org 8 because they were not included
in Org 7 either. I don't know the historical reason, though.


Regards,

-- 
Nicolas Goaziou



reply via email to

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