emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Changing Footer in org mode publishing
@ 2009-07-03 22:14 charles snyder
  2009-07-04  2:49 ` Nick Dokos
  0 siblings, 1 reply; 2+ messages in thread
From: charles snyder @ 2009-07-03 22:14 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 315 bytes --]

Hi

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

"Charles Snyder
<cls@charles-snyders-computer-2.local><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

?

Thanks!

cls

[-- Attachment #1.2: Type: text/html, Size: 425 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Changing Footer in org mode publishing
  2009-07-03 22:14 Changing Footer in org mode publishing charles snyder
@ 2009-07-04  2:49 ` Nick Dokos
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Dokos @ 2009-07-04  2:49 UTC (permalink / raw)
  To: charles snyder; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-04  2:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-03 22:14 Changing Footer in org mode publishing charles snyder
2009-07-04  2:49 ` Nick Dokos

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).