emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] org-mode options


From: Bastien Guerry
Subject: Re: [Orgmode] org-mode options
Date: Tue, 25 Mar 2008 01:40:19 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

Hi Richard,

Richard G Riley <address@hidden> writes:

> 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

You can set most of the options listed on this page by setting the
proper flag on the #+OPTIONS: line.

E.g. the table of contents: 

  #+OPTIONS: toc:nil 

This is documented here:

  http://orgmode.org/manual/Export-options.html#Export-options

The #+OPTIONS line is not a suitable place for setting the publishing
directory, because the value for this is likely to be too long.

For now, there is no other mean to set the publishing directory but to
define a project or to set `org-export-publishing-directory' locally in
the file.  But I agree that a simple(r) way to set this would be nice.

What about #+EXPORT_DIRECTORY ? (Instead of a property in :PROPERTIES:)

Note: the export/publish semantic is a bit misleading here.  The manual
talks about export options and publishing options.  Many export options
are also publishing options, but not all publishing options are export
options -- the most obvious example being the :recursive publishing
option, which only makes sense for projects/directories.

I will try to clarify this and to refactor the option names a bit.
Thanks for bringing this up.

> 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 ?

As mentionned above, for now:

* COMMENT Local variables

# Local Variables:
# org-export-publishing-directory: "~/public_html/"
# End:

-- 
Bastien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]