From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jan_B=F6cker?= Subject: Re: [Org-mode] Stop exporting user@hostname to html Date: Fri, 26 Mar 2010 08:09:30 +0100 Message-ID: <4BAC5DAA.7040206@jboecker.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nv3gn-0001oE-Ml for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 03:10:41 -0400 Received: from [140.186.70.92] (port=40530 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nv3gi-0001l4-Vi for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 03:10:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nv3ga-0004Rh-HP for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 03:10:36 -0400 Received: from mail7.worldserver.net ([217.13.200.27]:55620) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nv3gZ-0004Qv-Cv for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 03:10:28 -0400 In-Reply-To: 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: John Hendy Cc: emacs-orgmode@gnu.org On 26.03.2010 04:15, John Hendy wrote: > Perhaps a silly question: just wondering if it's possible to stop having > this at the bottom of every html file I export: > > /------------- > | Author: John W. Henderson > | Date: 2010-03-25 21:56:05 CDT > | HTML generated by org-mode 6.34trans in emacs 23 > \-------------- > > I'm all for the date and supporting people knowing this is from > org-mode/emacs but I don't really want the username/hostname thingy > there. I have Author set via #+AUTHOR. I can't find any reference to > host/hostname in the manual and with other google searches. > > Thanks, > John > Hi John, that's your email address - at least what org mode guesses it might be, because it does not know. You can set this with #+EMAIL. Unfortunately, from what I gather from (info "(org) Export options"), there seems to be no way to turn the email address off independently. The manual says: "author: turn on/off inclusion of author name/email into exported file" So it seems author and email address can only be switched on/off together. HTH, Jan