From mboxrd@z Thu Jan 1 00:00:00 1970 From: Water Lin Subject: Re: Can embed css stylesheet directly? Date: Tue, 22 Dec 2009 12:18:42 +0800 Message-ID: <87y6kv8wv1.fsf@ymail.com> References: <874onroeib.fsf@ymail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NMwD0-0005Cx-K3 for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 23:18:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NMwCv-0005CU-2k for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 23:18:53 -0500 Received: from [199.232.76.173] (port=49153 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NMwCu-0005CM-UH for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 23:18:48 -0500 Received: from n19.bullet.mail.mud.yahoo.com ([68.142.206.146]:20365) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NMwCu-0001GY-Hh for emacs-orgmode@gnu.org; Mon, 21 Dec 2009 23:18:48 -0500 In-Reply-To: (Carsten Dominik's message of "Wed, 16 Dec 2009 08:43:11 +0100") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: > Whay don't you just try? > > The answer is yes, you need to surround the text by . > > - Carsten > On Dec 16, 2009, at 3:10 AM, Water Lin wrote: > >> >> I use org-mode to build my note sites. For some reason, I don't want >> to >> create a seperately css stylesheet which is linked by something like >> following in my org-publish-project-alist: >> --------- >> :style "> href=\"../common/stylesheet.css\" type=\"text/css\"/>" >> --------- Here coms a question. I can embed sheetstyle by surround the text by , but my style text is a little long and I want to use a string to replace it. So I try to set a string by: ------ (setq mystyle "") ------ and then I try to embed like following: ------ :style mystyle ------ But when I publish the project, Emacs provides a error message for me. I not very familiar with elisp, so could you kind to give me a suggestion about this kind of thing? Can I embed a style string like this in org configure file? Thanks Water Lin >> >> Can I insert the css stylesheet here directly rather than using a css >> file? >> >> 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 >> >> >> >> _______________________________________________ >> 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 > > > > -- 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