From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: HTML export and blogging to blogger.com Date: Thu, 11 Nov 2010 22:45:48 -0500 Message-ID: <27816.1289533548@gamaville.dokosmarshall.org> References: <13856.1289515806@gamaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=54389 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGkaf-0008Ra-89 for emacs-orgmode@gnu.org; Thu, 11 Nov 2010 22:46:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGkae-0001RC-2p for emacs-orgmode@gnu.org; Thu, 11 Nov 2010 22:46:16 -0500 Received: from vms173013pub.verizon.net ([206.46.173.13]:46389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGkad-0001R5-Qy for emacs-orgmode@gnu.org; Thu, 11 Nov 2010 22:46:16 -0500 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LBR00IXJ6GCAC90@vms173013.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 11 Nov 2010 21:45:48 -0600 (CST) In-reply-to: Message from Samuel Wales of "Thu, 11 Nov 2010 16:06:51 MST." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Samuel Wales wrote: > That did not work for me. I did this: > > (setf org-export-html-auto-postamble nil) > (setf org-export-time-stamp-file nil) > > These are all nil. > > org-export-author-info > org-export-email-info > org-export-creator-info > org-export-html-validation-link > org-export-html-with-timestamp > > I did not use publishing for this. Should I? > I don't know why it didn't work for you. I did not use publishing either, just exported an org file to HTML. In my case, setting the variable in lisp, using the #+BIND: method or using John's #+OPTIONS: author:nil method worked, in the sense that the exported HTML file did not have a postamble at all or, with John's method, the postamble did not include the author. OTOH, the information in the preamble always includes the author, etc. The only way to not have *that* included is to export the only, either by writing your own elisp to call org-export-as-html with the appropriate arguments, or by giving a prefix argument to org-export-region-as-html. HTH, Nick