emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: charles snyder <clsnyder@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Changing Footer in org mode publishing
Date: Fri, 03 Jul 2009 22:49:13 -0400	[thread overview]
Message-ID: <9674.1246675753@gamaville.dokosmarshall.org> (raw)
In-Reply-To: Message from charles snyder <clsnyder@gmail.com> of "Fri\, 03 Jul 2009 17\:14\:35 CDT." <fa09ca6d0907031514k398338c2lee6d90916c20d844@mail.gmail.com>

charles snyder <clsnyder@gmail.com> wrote:


> This should be trivial to fix, but I can't seem to get rid of this:
> 
> "Charles Snyder <cls@charles-snyders-computer-2.local>"
> 
> in the footer of all my org-publish-project files.
> 
> I have
> 
> :email  'clsnyder at gmail dot com'
> 
> in my org publish project alist
> 

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

      reply	other threads:[~2009-07-04  2:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-03 22:14 Changing Footer in org mode publishing charles snyder
2009-07-04  2:49 ` Nick Dokos [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9674.1246675753@gamaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.com \
    --cc=clsnyder@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).