From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: New exporter - publishing org files doesn't include :tangle Date: Wed, 24 Apr 2013 10:17:07 -0400 Message-ID: <8761zcrp24.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV0VX-000203-Py for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 10:17:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UV0VS-0007Vr-NO for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 10:17:15 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:50476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV0VS-0007Vj-KG for emacs-orgmode@gnu.org; Wed, 24 Apr 2013 10:17:10 -0400 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi Nicolas, James Yuan noticed that the .org file that is published with my document (http://doc.norang.ca/org-mode.org does not contain :tangle on any of the source blocks. One of the uses of this document is to pull up the file and tangle it to create an emacs configuration but this seems to be broken in 8.0. I'm using --8<---------------cut here---------------start------------->8--- :publishing-function (org-html-publish-to-html org-org-publish-to-org) --8<---------------cut here---------------end--------------->8--- Regards, Bernt