From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: A problem about publishing CSS file Date: Tue, 10 Nov 2009 10:25:22 +0100 Message-ID: <0BE6FBCD-2EF5-4BC5-B6BA-023500D8C70C@gmail.com> References: <83639jw1tl.fsf@ymail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7myj-00067q-VV for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 04:25:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7myf-00064S-8a for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 04:25:33 -0500 Received: from [199.232.76.173] (port=50240 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7mye-00064K-M6 for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 04:25:28 -0500 Received: from pony.ic.uva.nl ([145.18.40.181]:55744) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7myc-0003ui-HU for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 04:25:27 -0500 In-Reply-To: <83639jw1tl.fsf@ymail.com> 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: Water Lin Cc: emacs-orgmode@gnu.org On Nov 10, 2009, at 3:28 AM, Water Lin wrote: > > I want to publish org file to webpage using my own CSS file. I added a > line like this in my org file: > ---------------- > #+STYLE: > > But after I publish the org file using M-x org-publish-current-file, > the > output webpage file doesn't use the .. path. The result is like this: > ---------------- > I cannot reproduce that either. Maybe you are overwriting this setting somehow. Maybe with something in org-publish-alist??? - Carsten