From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: org-mode options Date: Mon, 24 Mar 2008 01:15:04 +0100 Message-ID: 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 1JdaLN-0004ot-Ol for emacs-orgmode@gnu.org; Sun, 23 Mar 2008 20:15:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JdaLM-0004oE-5s for emacs-orgmode@gnu.org; Sun, 23 Mar 2008 20:15:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JdaLL-0004o8-UJ for emacs-orgmode@gnu.org; Sun, 23 Mar 2008 20:15:15 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JdaLL-000197-5Z for emacs-orgmode@gnu.org; Sun, 23 Mar 2008 20:15:15 -0400 Received: by fg-out-1718.google.com with SMTP id d23so2501231fga.30 for ; Sun, 23 Mar 2008 17:15:09 -0700 (PDT) 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: org-mode Should the properties given here http://orgmode.org/manual/Publishing-options.html#Publishing-options be applicable in this form: ,---- | #+TITLE: Blog | #+AUTHOR: rgr | #+EMAIL: rgr | #+DATE: <2008-03-23 Sun> | #+LANGUAGE: en | #+TEXT: Test Blog | | :PROPERTIES: | :publishing-directory: ~/webs/web1/public_html | :table-of-contents: nil | :END: | | * Blog | | #+CATEGORY: Blog | | ** [2008-03-19 Wed 01:40] another blog entry :Personal: | `---- I can't seem to set the directory the html gets written to. But I should be able to do it without using org-publish-project-alist ? thanks for any info r.