emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [PATCH] ox-html: Fix meta tag output for properties


From: Kyle Machulis
Subject: [O] [PATCH] ox-html: Fix meta tag output for properties
Date: Sat, 1 Jun 2013 15:12:00 -0700

There are a few document properties (author, description, keywords) that should automatically be made meta tags if they exist on export. These were currently being checked as part of an and block that would evaluate both, creating the string, then just return a newline on success, meaning the meta tags were never added to the document (since they're part of a larger concat that never got the string added to it). This patch wraps the needed logic check into a when, then concats the tag creation and newline addition to return.

Attachment: 0001-ox-html.el-Fix-output-of-meta-tags-when-properties-a.patch
Description: Binary data


reply via email to

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