Re: [Orgmode] Can embed css stylesheet directly?

2009-12-21 Thread Water Lin
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 wh

Re: [Orgmode] Can embed css stylesheet directly?

2009-12-16 Thread Water Lin
Carsten Dominik writes: > Whay don't you just try? > > The answer is yes, you need to surround the text by > OK. I will try it. Thanks Water Lin > - 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 >

Re: [Orgmode] Can embed css stylesheet directly?

2009-12-15 Thread Carsten Dominik
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 i

[Orgmode] Can embed css stylesheet directly?

2009-12-15 Thread Water Lin
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 "" - Can I insert the css stylesheet here directly rather than using a css file? Thanks