From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Add author and title to exported PDF properties Date: Wed, 14 May 2014 14:48:03 +0200 Message-ID: <87y4y4le64.fsf@gmail.com> References: <1399930810-23164-1-git-send-email-marcel@hsdev.com> <8738gcn8lx.fsf@gmail.com> <20140514142408.29f5225b@hsdev.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkYat-0001q3-PA for emacs-orgmode@gnu.org; Wed, 14 May 2014 08:47:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkYan-0002Z6-75 for emacs-orgmode@gnu.org; Wed, 14 May 2014 08:47:35 -0400 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:64561) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkYan-0002Yu-1F for emacs-orgmode@gnu.org; Wed, 14 May 2014 08:47:29 -0400 Received: by mail-we0-f180.google.com with SMTP id t61so1874190wes.11 for ; Wed, 14 May 2014 05:47:28 -0700 (PDT) In-Reply-To: <20140514142408.29f5225b@hsdev.com> (Marcel van der Boom's message of "Wed, 14 May 2014 14:24:08 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcel van der Boom Cc: emacs-orgmode@gnu.org Marcel van der Boom 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