From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Make html exporter respect css-url configuration variable. Date: Sat, 02 Mar 2013 18:47:14 +0100 Message-ID: <87lia53ck5.fsf@bzg.ath.cx> References: <20130220000649.GA9295@BigDog.local> <87ppzosiu3.fsf@gmail.com> <87zjysfsty.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBqlK-00089g-Li for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 13:02:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBqlH-0006Ev-Me for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 13:02:22 -0500 Received: from mail-wg0-f53.google.com ([74.125.82.53]:37721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBqlH-0006Ej-HE for emacs-orgmode@gnu.org; Sat, 02 Mar 2013 13:02:19 -0500 Received: by mail-wg0-f53.google.com with SMTP id fn15so3206932wgb.8 for ; Sat, 02 Mar 2013 10:02:18 -0800 (PST) In-Reply-To: <87zjysfsty.fsf@gmail.com> (Nicolas Goaziou's message of "Mon, 25 Feb 2013 14:04:09 +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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi Nicolas, Nicolas Goaziou writes: > By the way, `org-html-htmlized-org-css-url' docstring looks wrong. > `org-export-as-org' doesn't exist anymore, neither do "batch mode". > > So, is the variable still useful? If it is, could someone could fix its > docstring so it reflects what is really happening? It is useful if org-org-publish-to-org handles :htmlized-source from publishing projects. I resurrected this functionality, see my recent commit. -- Bastien