emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Replace the string in project setting
@ 2009-12-24  2:12 Water Lin
  2009-12-24  7:43 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Water Lin @ 2009-12-24  2:12 UTC (permalink / raw)
  To: emacs-orgmode


I set publishing project by
------
(require 'org-publish)
(setq org-publish-project-alist
-----

and I also want to embed css sheetstyle by setting
--------
:style "<style>...</style>"
--------

But the style is too long and I want to use a string to replace it.

So I set a string by
-------
(setq waterstyle "<style>....</style>")
-------

and replace the :style like following:
-------
:style waterstyle
-------

But while I publish the project, Emacs prompts an error about this.

I am not very familiar with elisp. Can I embed the style by a string
like this?

Thanks

Water Lin

-- 
Water Lin's notes and pencils: http://en.waterlin.org
Email: WaterLin@ymail.com
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

end of thread, other threads:[~2009-12-24  9:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-24  2:12 Replace the string in project setting Water Lin
2009-12-24  7:43 ` Carsten Dominik
2009-12-24  9:02   ` Water Lin

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