From mboxrd@z Thu Jan 1 00:00:00 1970 From: charles snyder Subject: Changing Footer in org mode publishing Date: Fri, 3 Jul 2009 17:14:35 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0218735543==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMr1l-0000UU-Nb for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 18:14:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMr1h-0000PL-4m for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 18:14:41 -0400 Received: from [199.232.76.173] (port=44370 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMr1g-0000PI-VU for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 18:14:37 -0400 Received: from an-out-0708.google.com ([209.85.132.247]:19909) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMr1g-0000lz-Nf for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 18:14:36 -0400 Received: by an-out-0708.google.com with SMTP id b6so1480456ana.21 for ; Fri, 03 Jul 2009 15:14:35 -0700 (PDT) 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: emacs-orgmode@gnu.org --===============0218735543== Content-Type: multipart/alternative; boundary=0016368e1c0940850e046dd47ba8 --0016368e1c0940850e046dd47ba8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi This should be trivial to fix, but I can't seem to get rid of this: "Charles Snyder " in the footer of all my org-publish-project files. I have :email 'clsnyder at gmail dot com' in my org publish project alist ? Thanks! cls --0016368e1c0940850e046dd47ba8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi

This should be trivial to fix, but I can't seem to get rid of= this:

"Charles Snyder <cls@charles-sny= ders-computer-2.local>"

in the footer of all my org-publ= ish-project files.

I have

:email=A0 'clsnyder at gmail d= ot com'

in my org publish project alist

?

Thanks!

cls
--0016368e1c0940850e046dd47ba8-- --===============0218735543== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0218735543==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Changing Footer in org mode publishing Date: Fri, 03 Jul 2009 22:49:13 -0400 Message-ID: <9674.1246675753@gamaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMvL2-0002SH-KG for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 22:50:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMvKy-0002OF-5C for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 22:50:52 -0400 Received: from [199.232.76.173] (port=38674 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMvKx-0002Nt-OM for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 22:50:47 -0400 Received: from vms173009pub.verizon.net ([206.46.173.9]:12142) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMvKx-0004Ny-Cd for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 22:50:47 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.221]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KM800ACXL54Q2Q4@vms173009.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 21:48:46 -0500 (CDT) In-reply-to: Message from charles snyder of "Fri\, 03 Jul 2009 17\:14\:35 CDT." 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: charles snyder Cc: emacs-orgmode@gnu.org charles snyder wrote: > This should be trivial to fix, but I can't seem to get rid of this: >=20 > "Charles Snyder " >=20 > in the footer of all my org-publish-project files. >=20 > I have >=20 > :email=C2=A0 'clsnyder at gmail dot com' >=20 > in my org publish project alist >=20 I believe that those should be double quotes: :email "clsnyder at gmail dot com" This is lisp code and single quotes in lisp are special. I tried this in my setup and I got lisp errors. With double quotes, it worked fine. But be sure to avoid being bitten by caching: o First, re-evaluate the form that sets the org-publish-alist (or restart emacs). o Second, did you change the org-mode file? org-mode keeps track of time stamps, so unless it finds a changed file, it will not re-publish it. o Third, make sure that your browser is not giving you a cached old version. Clean out the browser cache and try again. HTH, Nick