From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Worg publishing issue Date: Thu, 07 Feb 2013 13:43:52 +0100 Message-ID: <87txpol2ev.fsf@gmail.com> References: <20130206131903.GA8184@kuru.dyndns-at-home.com> <87mwvg3340.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3Qpo-0004bN-UY for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 07:44:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3Qpn-00088S-Si for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 07:44:12 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:49906) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3Qpn-00088K-Lk for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 07:44:11 -0500 Received: by mail-wi0-f177.google.com with SMTP id hm14so2821955wib.4 for ; Thu, 07 Feb 2013 04:44:11 -0800 (PST) In-Reply-To: <87mwvg3340.fsf@bzg.ath.cx> (Bastien's message of "Thu, 07 Feb 2013 09:42:15 +0100") 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: Bastien Cc: Emacs Org mode Hello, Bastien writes: > 2 problems, a trivial one and a let's-prepare-for-headache one: > > 1. `org-publish-org-to-html' does not exist in the new export/publish > libraries -- Nicolas, would that be enough to have aliases here > (from org-publish-org-to-html to org-html-publish-to-html)? I > guess many people rely on thse org-publish-org-to* functions. Publishing functions have been moved into their respective back-end. That way, ox-publish.el doesn't have to know about every back-end defined. It's not very clean, but you can probably define aliases in ox-publish.el, since real publishing functions should be autoloaded anyway. If you do so, I suggest to, at least, provide a deprecation notice. Regards, -- Nicolas Goaziou