From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Remove postamble in exported html from org-mode Date: Wed, 30 Dec 2015 00:46:30 -0500 Message-ID: <871ta4o5e1.fsf@pierrot.dokosmarshall.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aE9ar-0002Oa-Su for emacs-orgmode@gnu.org; Wed, 30 Dec 2015 00:46:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aE9ao-0003OJ-MX for emacs-orgmode@gnu.org; Wed, 30 Dec 2015 00:46:41 -0500 Received: from plane.gmane.org ([80.91.229.3]:56686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aE9ao-0003Nx-FA for emacs-orgmode@gnu.org; Wed, 30 Dec 2015 00:46:38 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aE9an-0007Fi-6b for emacs-orgmode@gnu.org; Wed, 30 Dec 2015 06:46:37 +0100 Received: from pool-74-104-158-160.bstnma.fios.verizon.net ([74.104.158.160]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Dec 2015 06:46:37 +0100 Received: from ndokos by pool-74-104-158-160.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Dec 2015 06:46:37 +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: emacs-orgmode@gnu.org Xin writes: > Is there any way to globally remove the postamble (author, created date, etc..) > of exported html from org-mode? > > I tried (setq org-html-postamble nil) in my init.el, but it doesn't work. > Try doing that *after* ox-html is loaded: (eval-after-load "ox-html" (setq org-html-postamble nil)) -- Nick