From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: =?UTF-8?B?UmU6IG9yZy1wdWJsaXNoIHBhcmFtZXRlcnMgbWlzbWF0Y2gg4oaS?= =?UTF-8?B?IGNhbm5vdCBwdWJsaXNoIHRvIEhUTUw=?= Date: Thu, 28 Nov 2013 13:19:05 +0700 Message-ID: <87y549t5eu.wl%n142857@gmail.com> References: <8738miv3sg.wl%n142857@gmail.com> <87siuikl9p.fsf@gmail.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vluwd-0004Kx-U9 for emacs-orgmode@gnu.org; Thu, 28 Nov 2013 01:19:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VluwY-0003VH-7t for emacs-orgmode@gnu.org; Thu, 28 Nov 2013 01:19:23 -0500 Received: from mail-pb0-x22a.google.com ([2607:f8b0:400e:c01::22a]:61117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VluwY-0003V4-0P for emacs-orgmode@gnu.org; Thu, 28 Nov 2013 01:19:18 -0500 Received: by mail-pb0-f42.google.com with SMTP id uo5so12015882pbc.29 for ; Wed, 27 Nov 2013 22:19:16 -0800 (PST) In-Reply-To: <87siuikl9p.fsf@gmail.com> 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: Nick Dokos Cc: emacs-orgmode@gnu.org > > > > org-publish-org-to-html seems to have its parameters in the same > > order (filename, extension, plist). Correct me if I'm wrong. > > > > If you are using org8.X, then org-publish-org-to-html no longer > exists. If it does, you are picking up old org bits from somewhere. > True. And I was following an outdated page which used org-publish-org-to-html: http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html With the new function, it works, thanks. Can we use define-obsolete-function-alias for the old functions?