emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Publishing htaccess files with a project


From: Jeff Horn
Subject: Re: [Orgmode] Publishing htaccess files with a project
Date: Wed, 20 Oct 2010 16:21:05 -0400

>    The :include property may be used to include extra files.  Its value
>    may be a list of filenames to include. The filenames are considered
>    relative to the base directory.

D'oh! Begging your pardon.

> (setq org-publish-project-alist
>      '(("test-htaccess"
>         :base-directory "~/org/"
>         :base-extension "org"
>         :exclude ".org"
>         :include ("subdir/one/.htaccess" "subdir/two/.htaccess")
>         :publishing-directory "~/public_html/"
>         :recursive t
>         :publishing-function org-publish-attachment)))

Works like a charm. Thanks for your persistence, and patience!

-- 
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University

(704) 271-4797
address@hidden
address@hidden

http://www.failuretorefrain.com/jeff/



reply via email to

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