From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [Org-mode] Stop exporting user@hostname to html Date: Fri, 26 Mar 2010 23:13:02 +0100 Message-ID: <84EFF9DD-56AC-423E-9332-28C0FFC617ED@gmail.com> References: <87tys3h7uc.wl%dmaus@ictsoc.de> <17810.1269615894@gamaville.dokosmarshall.org> <871vf7gjko.wl%dmaus@ictsoc.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvHm8-0006UN-JV for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 18:13:08 -0400 Received: from [140.186.70.92] (port=56864 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvHm7-0006Tc-0S for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 18:13:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvHm5-0007ma-5R for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 18:13:06 -0400 Received: from ey-out-1920.google.com ([74.125.78.144]:59217) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvHm4-0007mS-VG for emacs-orgmode@gnu.org; Fri, 26 Mar 2010 18:13:05 -0400 Received: by ey-out-1920.google.com with SMTP id 4so887360eyg.34 for ; Fri, 26 Mar 2010 15:13:04 -0700 (PDT) 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 Mar 26, 2010, at 11:04 PM, John Hendy wrote: > So, to get your change... do I need the current git version? Or a > fresh org-export.el? "Applied, thanks" means, you will have this change with the next "git pull" - Carsten > > On Fri, Mar 26, 2010 at 2:34 PM, Carsten Dominik > wrote: > Applied, thanks. > > - Carsten > > > On Mar 26, 2010, at 4:59 PM, David Maus wrote: > > Nick Dokos wrote: > David Maus 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. > > You *should* be able to suppress the author info by setting the > property :author-info to nil in the publish project alist. > > However, it looks like there's a malfunction on Org's side: Setting > this option to nil does have no effect. > > > Setting it globally by setting the variable org-export-author-info to > nil seems to work OK. But setting it in the file #+OPTIONS line: > > #+OPTIONS: author-info:nil > > does not seem to work, so there seems to be a disconnect there. > > It's a typo in the variables docstring: The infile option is > author:nil. > > (attached patch fixes typo) > > -- David > -- > OpenPGP... 0x99ADB83B5A4478E6 > Jabber.... dmjena@jabber.org > Email..... dmaus@ictsoc.de > info.diff>_______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > - Carsten > > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > - Carsten