From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michel Schinz Subject: Why does v8.2.10 include such an old version of ox-html.el? Date: Mon, 8 Dec 2014 19:19:47 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy2uo-0004XN-Az for emacs-orgmode@gnu.org; Mon, 08 Dec 2014 13:20:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xy2um-0008Qk-Em for emacs-orgmode@gnu.org; Mon, 08 Dec 2014 13:20:10 -0500 Received: from mail-qg0-x233.google.com ([2607:f8b0:400d:c04::233]:61364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy2um-0008Q7-Bo for emacs-orgmode@gnu.org; Mon, 08 Dec 2014 13:20:08 -0500 Received: by mail-qg0-f51.google.com with SMTP id e89so2698776qgf.24 for ; Mon, 08 Dec 2014 10:20:07 -0800 (PST) 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: emacs-orgmode@gnu.org Hi, I recently wanted org to export SVG images as HTML objects instead of images and, browsing the mailing list, I found a thread dating back from January 2014 [1] addressing that issue. In that thread, Rick Frankel says that he applied a patch to ox-html.el for that, and searching for it in the git repo, I found the commit (e955be90), dating back from January 16, 2014. Now what baffles me is that the contents of this patch is *not* included in version 8.2.10 of org, despite the fact that v8.2.10 was released 10 month after the commit was made. Even more surprising to me, the version of org distributed through ELPA (which I thought to be the bleeding edge, an impression that seems to be vindicated by the frequency of updates) does *not* contain this commit either... I did check that this commit wasn't reverted, and it doesn't seem to be: one can easily find the org-html--svg-image function that was introduced by it in the HEAD version of ox-html.el. So my question is: am I doing something wrong? How can I get a version of org that includes this almost-one-year-old patch, ideally without having to resort to manual installation? Thanks, Michel. [1] http://thread.gmane.org/gmane.emacs.orgmode/80668