annotate lisp/textmodes/org-publish.el @ 85613:ae9da278f53b

(org-publish-attachment): Re-install accidentally deleted change.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 24 Oct 2007 15:50:28 +0000
parents 5b20f92e9f29
children 32faacf8f0bf 4bc33ffdda1a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
81170
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
1 ;;; org-publish.el --- publish related org-mode files as a website
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
2
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
3 ;; Copyright (C) 2006, 2007 Free Software Foundation, Inc.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
4
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
5 ;; Author: David O'Toole <dto@gnu.org>
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
6 ;; Keywords: hypermedia, outlines
85554
5b20f92e9f29 Installed org-mode 5.13d
John Wiegley <johnw@newartisans.com>
parents: 85500
diff changeset
7 ;; Version: 1.80a
81170
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
8
84933
d6e2d9d9924a 2007-09-26 Bastien Guerry <bzg@altern.org>
John Wiegley <johnw@newartisans.com>
parents: 84500
diff changeset
9 ;; This file is free software; you can redistribute it and/or modify
81170
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
10 ;; it under the terms of the GNU General Public License as published by
84391
d47318b5ff25 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 84384
diff changeset
11 ;; the Free Software Foundation; either version 3, or (at your option)
81170
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
12 ;; any later version.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
13
84933
d6e2d9d9924a 2007-09-26 Bastien Guerry <bzg@altern.org>
John Wiegley <johnw@newartisans.com>
parents: 84500
diff changeset
14 ;; This file is distributed in the hope that it will be useful,
81170
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
17 ;; GNU General Public License for more details.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
18
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
19 ;; You should have received a copy of the GNU General Public License
84933
d6e2d9d9924a 2007-09-26 Bastien Guerry <bzg@altern.org>
John Wiegley <johnw@newartisans.com>
parents: 84500
diff changeset
20 ;; along with GNU Emacs; see the file COPYING. If not, write to
d6e2d9d9924a 2007-09-26 Bastien Guerry <bzg@altern.org>
John Wiegley <johnw@newartisans.com>
parents: 84500
diff changeset
21 ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
81170
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
22 ;; Boston, MA 02110-1301, USA.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
23
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
24 ;; This file is part of GNU Emacs.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
25
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
26 ;;; Commentary:
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
27
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
28 ;; Requires at least version 4.27 of org.el
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
29 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
30 ;; The official org-mode website:
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
31 ;; http://staff.science.uva.nl/~dominik/Tools/org/
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
32 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
33 ;; Home page for org-publish.el:
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
34 ;; http://dto.freeshell.org/notebook/OrgMode.html
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
35
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
36 ;; This program extends the HTML publishing support of Emacs Org-mode
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
37 ;; to allow configurable publishing of related sets of files as a
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
38 ;; complete website.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
39 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
40 ;; org-publish.el can do the following:
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
41 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
42 ;; + Publish all one's org-files to html
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
43 ;; + Upload html, images, attachments and other files to a web server
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
44 ;; + Exclude selected private pages from publishing
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
45 ;; + Publish a clickable index of pages
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
46 ;; + Manage local timestamps, for publishing only changed files
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
47 ;; + Accept plugin functions to extend range of publishable content
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
48 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
49 ;; Special thanks to the org-mode maintainer Carsten Dominik for his
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
50 ;; ideas, enthusiasm, and cooperation.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
51
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
52 ;;; Installation:
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
53
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
54 ;; Put org-publish.el in your load path, byte-compile it, and then add
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
55 ;; the following lines to your emacs initialization file:
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
56
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
57 ;; (autoload 'org-publish "org-publish" nil t)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
58 ;; (autoload 'org-publish "org-publish-all" nil t)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
59 ;; (autoload 'org-publish "org-publish-current-file" nil t)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
60 ;; (autoload 'org-publish "org-publish-current-project" nil t)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
61
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
62 ;; NOTE: When org-publish.el is included with org.el, those forms are
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
63 ;; already in the file org-install.el, and hence don't need to be put
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
64 ;; in your emacs initialization file in this case.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
65
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
66 ;;; Usage:
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
67 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
68 ;; The program's main configuration variable is
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
69 ;; `org-publish-project-alist'. See below for example configurations
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
70 ;; with commentary.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
71
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
72 ;; The main interactive functions are:
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
73 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
74 ;; M-x org-publish
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
75 ;; M-x org-publish-all
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
76 ;; M-x org-publish-current-file
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
77 ;; M-x org-publish-current-project
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
78
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
79 ;;;; Simple example configuration:
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
80
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
81 ;; (setq org-publish-project-alist
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
82 ;; (list
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
83 ;; '("org" . (:base-directory "~/org/"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
84 ;; :base-extension "org"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
85 ;; :publishing-directory "~/public_html"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
86 ;; :with-section-numbers nil
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
87 ;; :table-of-contents nil
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
88 ;; :style "<link rel=stylesheet href=\"../other/mystyle.css\" type=\"text/css\">")))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
89
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
90 ;;;; More complex example configuration:
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
91
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
92 ;; Imagine your *.org files are kept in ~/org, your images in
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
93 ;; ~/images, and stylesheets in ~/other. Now imagine you want to
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
94 ;; publish the files through an ssh connection to a remote host, via
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
95 ;; Tramp-mode. To maintain relative links from *.org files to /images
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
96 ;; and /other, we should replicate the same directory structure in
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
97 ;; your web server account's designated html root (in this case,
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
98 ;; assumed to be ~/html)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
99
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
100 ;; Once you've done created the proper directories, you can adapt the
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
101 ;; following example configuration to your specific paths, run M-x
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
102 ;; org-publish-all, and it should publish the files to the correct
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
103 ;; directories on the web server, transforming the *.org files into
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
104 ;; HTML, and leaving other files alone.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
105
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
106 ;; (setq org-publish-project-alist
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
107 ;; (list
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
108 ;; '("orgfiles" :base-directory "~/org/"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
109 ;; :base-extension "org"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
110 ;; :publishing-directory "/ssh:user@host:~/html/notebook/"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
111 ;; :publishing-function org-publish-org-to-html
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
112 ;; :exclude "PrivatePage.org" ;; regexp
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
113 ;; :headline-levels 3
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
114 ;; :with-section-numbers nil
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
115 ;; :table-of-contents nil
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
116 ;; :style "<link rel=stylesheet href=\"../other/mystyle.css\" type=\"text/css\">"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
117 ;; :auto-preamble t
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
118 ;; :auto-postamble nil)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
119 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
120 ;; ("images" :base-directory "~/images/"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
121 ;; :base-extension "jpg\\|gif\\|png"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
122 ;; :publishing-directory "/ssh:user@host:~/html/images/"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
123 ;; :publishing-function org-publish-attachment)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
124 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
125 ;; ("other" :base-directory "~/other/"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
126 ;; :base-extension "css"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
127 ;; :publishing-directory "/ssh:user@host:~/html/other/"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
128 ;; :publishing-function org-publish-attachment)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
129 ;; ("website" :components ("orgfiles" "images" "other"))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
130
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
131 ;; For more information, see the documentation for the variable
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
132 ;; `org-publish-project-alist'.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
133
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
134 ;; Of course, you don't have to publish to remote directories from
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
135 ;; within emacs. You can always just publish to local folders, and
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
136 ;; then use the synchronization/upload tool of your choice.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
137
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
138
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
139 ;;; List of user-visible changes since version 1.27
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
140
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
141 ;; 1.78: Allow list-valued :publishing-function
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
142 ;; 1.77: Added :preparation-function, this allows you to use GNU Make etc.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
143 ;; 1.65: Remove old "composite projects". They're redundant.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
144 ;; 1.64: Allow meta-projects with :components
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
145 ;; 1.57: Timestamps flag is now called "org-publish-use-timestamps-flag"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
146 ;; 1.52: Properly set default for :index-filename
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
147 ;; 1.48: Composite projects allowed.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
148 ;; :include keyword allowed.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
149 ;; 1.43: Index no longer includes itself in the index.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
150 ;; 1.42: Fix "function definition is void" error
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
151 ;; when :publishing-function not set in org-publish-current-file.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
152 ;; 1.41: Fixed bug where index isn't published on first try.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
153 ;; 1.37: Added interactive function "org-publish". Prompts for particular
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
154 ;; project name to publish.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
155 ;; 1.34: Added force-publish option to all interactive functions.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
156 ;; 1.32: Fixed "index.org has changed on disk" error during index publishing.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
157 ;; 1.30: Fixed startup error caused by (require 'em-unix)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
158
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
159 ;;; Code:
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
160
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
161
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
162 (eval-when-compile
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
163 (require 'cl))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
164
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
165
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
166 (defgroup org-publish nil
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
167 "Options for publishing a set of Org-mode and related files."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
168 :tag "Org Publishing"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
169 :group 'org)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
170
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
171
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
172 (defcustom org-publish-project-alist nil
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
173 "Association list to control publishing behavior.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
174 Each element of the alist is a publishing 'project.' The CAR of
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
175 each element is a string, uniquely identifying the project. The
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
176 CDR of each element is in one of the following forms:
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
177
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
178 (:property value :property value ... )
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
179
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
180 OR,
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
181
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
182 (:components (\"project-1\" \"project-2\" ...))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
183
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
184 When the CDR of an element of org-publish-project-alist is in
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
185 this second form, the elements of the list after :components are
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
186 taken to be components of the project, which group together files
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
187 requiring different publishing options. When you publish such a
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
188 project with M-x org-publish, the components all publish.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
189
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
190 When a property is given a value in org-publish-project-alist, its
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
191 setting overrides the value of the corresponding user variable
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
192 (if any) during publishing. However, options set within a file
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
193 override everything.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
194
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
195 Most properties are optional, but some should always be set:
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
196
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
197 :base-directory Directory containing publishing source files
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
198 :base-extension Extension (without the dot!) of source files.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
199 This can be a regular expression.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
200 :publishing-directory Directory (possibly remote) where output
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
201 files will be published
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
202
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
203 The :exclude property may be used to prevent certain files from
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
204 being published. Its value may be a string or regexp matching
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
205 file names you don't want to be published.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
206
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
207 The :include property may be used to include extra files. Its
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
208 value may be a list of filenames to include. The filenames are
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
209 considered relative to the publishing directory.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
210
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
211 When both :include and :exclude properties are given values, the
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
212 exclusion step happens first.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
213
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
214 One special property controls which back-end function to use for
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
215 publishing files in the project. This can be used to extend the
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
216 set of file types publishable by org-publish, as well as the set
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
217 of output formats.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
218
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
219 :publishing-function Function to publish file. The default is
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
220 org-publish-org-to-html, but other
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
221 values are possible. May also be a
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
222 list of functions, in which case
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
223 each function in the list is invoked
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
224 in turn.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
225
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
226 Another property allows you to insert code that prepares a
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
227 project for publishing. For example, you could call GNU Make on a
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
228 certain makefile, to ensure published files are built up to date.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
229
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
230 :preparation-function Function to be called before publishing
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
231 this project.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
232
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
233 Some properties control details of the Org publishing process,
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
234 and are equivalent to the corresponding user variables listed in
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
235 the right column. See the documentation for those variables to
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
236 learn more about their use and default values.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
237
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
238 :language org-export-default-language
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
239 :headline-levels org-export-headline-levels
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
240 :section-numbers org-export-with-section-numbers
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
241 :table-of-contents org-export-with-toc
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
242 :emphasize org-export-with-emphasize
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
243 :sub-superscript org-export-with-sub-superscripts
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
244 :TeX-macros org-export-with-TeX-macros
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
245 :fixed-width org-export-with-fixed-width
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
246 :tables org-export-with-tables
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
247 :table-auto-headline org-export-highlight-first-table-line
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
248 :style org-export-html-style
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
249 :convert-org-links org-export-html-link-org-files-as-html
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
250 :inline-images org-export-html-inline-images
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
251 :expand-quoted-html org-export-html-expand
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
252 :timestamp org-export-html-with-timestamp
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
253 :publishing-directory org-export-publishing-directory
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
254 :preamble org-export-html-preamble
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
255 :postamble org-export-html-postamble
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
256 :auto-preamble org-export-html-auto-preamble
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
257 :auto-postamble org-export-html-auto-postamble
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
258 :author user-full-name
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
259 :email user-mail-address
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
260
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
261 The following properties may be used to control publishing of an
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
262 index of files or summary page for a given project.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
263
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
264 :auto-index Whether to publish an index during
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
265 org-publish-current-project or org-publish-all.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
266 :index-filename Filename for output of index. Defaults
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
267 to 'index.org' (which becomes 'index.html')
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
268 :index-title Title of index page. Defaults to name of file.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
269 :index-function Plugin function to use for generation of index.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
270 Defaults to 'org-publish-org-index', which
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
271 generates a plain list of links to all files
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
272 in the project.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
273 "
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
274 :group 'org-publish
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
275 :type 'alist)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
276
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
277
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
278 (defcustom org-publish-use-timestamps-flag t
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
279 "When non-nil, use timestamp checking to publish only changed files.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
280 When nil, do no timestamp checking and always publish all
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
281 files."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
282 :group 'org-publish
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
283 :type 'boolean)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
284
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
285
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
286 (defcustom org-publish-timestamp-directory "~/.org-timestamps/"
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
287 "Name of directory in which to store publishing timestamps."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
288 :group 'org-publish
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
289 :type 'string)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
290
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
291
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
292 ;;;; Timestamp-related functions
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
293
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
294
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
295 (defun org-publish-timestamp-filename (filename)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
296 "Return path to timestamp file for filename FILENAME."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
297 (while (string-match "~\\|/" filename)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
298 (setq filename (replace-match "_" nil t filename)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
299 (concat org-publish-timestamp-directory filename ".timestamp"))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
300
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
301
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
302 (defun org-publish-needed-p (filename)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
303 "Check whether file should be published.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
304 If org-publish-use-timestamps-flag is set to nil, this function always
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
305 returns t. Otherwise, check the timestamps folder to determine
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
306 whether file should be published."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
307 (if org-publish-use-timestamps-flag
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
308 (progn
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
309 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
310 ;; create folder if needed
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
311 (if (not (file-exists-p org-publish-timestamp-directory))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
312 (make-directory org-publish-timestamp-directory)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
313 (if (not (file-directory-p org-publish-timestamp-directory))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
314 (error "org-publish-timestamp-directory must be a directory.")))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
315 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
316 ;; check timestamp. ok if timestamp file doesn't exist
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
317 (let* ((timestamp (org-publish-timestamp-filename filename))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
318 (rtn (file-newer-than-file-p filename timestamp)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
319 (if rtn
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
320 ;; handle new timestamps
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
321 (if (not (file-exists-p timestamp))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
322 ;; create file
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
323 (with-temp-buffer
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
324 (make-directory (file-name-directory timestamp) :parents)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
325 (write-file timestamp)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
326 (kill-buffer (current-buffer)))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
327 rtn))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
328 t))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
329
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
330
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
331 (defun org-publish-update-timestamp (filename)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
332 "Update publishing timestamp for file FILENAME."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
333 (let ((timestamp (org-publish-timestamp-filename filename)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
334 ;; Emacs 21 doesn't have set-file-times
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
335 (if (fboundp 'set-file-times)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
336 (set-file-times timestamp)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
337 (call-process "touch" nil 0 nil timestamp))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
338
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
339
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
340 ;;;; A hash mapping files to project names
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
341
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
342
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
343 (defvar org-publish-files (make-hash-table :test 'equal) "Hash
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
344 table mapping file names to project names.")
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
345
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
346
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
347 ;;;; Checking filenames against this hash
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
348
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
349
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
350 (defun org-publish-validate-link (link &optional directory)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
351 (gethash (file-truename (expand-file-name link directory))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
352 org-publish-files))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
353
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
354
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
355 ;;;; Getting project information out of org-publish-project-alist
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
356
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
357
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
358 (defun org-publish-get-plists (&optional project-name)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
359 "Return a list of property lists for project PROJECT-NAME.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
360 When argument is not given, return all property lists for all projects."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
361 (let ((alist (if project-name
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
362 (list (assoc project-name org-publish-project-alist))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
363 org-publish-project-alist))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
364 (project nil)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
365 (plists nil)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
366 (single nil)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
367 (components nil))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
368
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
369 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
370 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
371 (while (setq project (pop alist))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
372 ;; what kind of project is it?
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
373 (if (setq components (plist-get (cdr project) :components))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
374 ;; meta project. annotate each plist with name of enclosing project
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
375 (setq single
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
376 (apply 'append
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
377 (mapcar 'org-publish-get-plists components)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
378 ;; normal project
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
379 (setq single (list (cdr project))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
380 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
381 (setq plists (append plists single))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
382 (dolist (p single)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
383 (let* ((exclude (plist-get p :exclude))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
384 (files (org-publish-get-base-files p exclude)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
385 (dolist (f files)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
386 (puthash (file-truename f) (car project) org-publish-files)))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
387 plists))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
388
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
389
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
390
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
391 (defun org-publish-get-base-files (plist &optional exclude-regexp)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
392 "Return a list of all files in project defined by PLIST.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
393 If EXCLUDE-REGEXP is set, this will be used to filter out
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
394 matching filenames."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
395 (let* ((dir (file-name-as-directory (plist-get plist :base-directory)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
396 (include-list (plist-get plist :include))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
397 (extension (or (plist-get plist :base-extension) "org"))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
398 (regexp (concat "^[^\\.].*\\.\\(" extension "\\)$"))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
399 (allfiles (directory-files dir t regexp)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
400 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
401 ;; exclude files
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
402 (setq allfiles
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
403 (if (not exclude-regexp)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
404 allfiles
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
405 (delq nil
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
406 (mapcar (lambda (x)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
407 (if (string-match exclude-regexp x) nil x))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
408 allfiles))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
409 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
410 ;; include extra files
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
411 (let ((inc nil))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
412 (while (setq inc (pop include-list))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
413 (setq allfiles (cons (expand-file-name inc dir) allfiles))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
414
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
415 allfiles))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
416
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
417
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
418 (defun org-publish-get-project-from-filename (filename)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
419 "Figure out which project a given FILENAME belongs to, if any.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
420 Filename should contain full path. Returns name of project, or
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
421 nil if not found."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
422 (org-publish-get-plists)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
423 (gethash (file-truename filename) org-publish-files))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
424
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
425
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
426 (defun org-publish-get-plist-from-filename (filename)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
427 "Return publishing configuration plist for file FILENAME."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
428 (let ((found nil))
85554
5b20f92e9f29 Installed org-mode 5.13d
John Wiegley <johnw@newartisans.com>
parents: 85500
diff changeset
429 (mapcar
81170
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
430 (lambda (plist)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
431 (let ((files (org-publish-get-base-files plist)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
432 (if (member (expand-file-name filename) files)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
433 (setq found plist))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
434 (org-publish-get-plists))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
435 found))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
436
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
437
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
438
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
439 ;;;; Pluggable publishing back-end functions
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
440
82757
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
441 (defun org-publish-org-to-latex (plist filename)
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
442 "Publish an org file to LaTeX."
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
443 (org-publish-org-to "latex" plist filename))
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
444
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
445 (defun org-publish-org-to-html (plist filename)
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
446 "Publish an org file to HTML."
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
447 (org-publish-org-to "html" plist filename))
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
448
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
449 (defun org-publish-org-to (format plist filename)
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
450 "Publish an org file to FORMAT.
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
451 PLIST is the property list for the given project.
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
452 FILENAME is the filename of the org file to be published."
85554
5b20f92e9f29 Installed org-mode 5.13d
John Wiegley <johnw@newartisans.com>
parents: 85500
diff changeset
453 (require 'org)
82757
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
454 (let* ((arg (plist-get plist :headline-levels)))
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
455 (progn
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
456 (find-file filename)
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
457 (funcall (intern (concat "org-export-as-" format))
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
458 arg nil plist)
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
459 (kill-buffer (current-buffer)))))
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
460
00bb6352b55a * textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik <dominik@science.uva.nl>
parents: 82162
diff changeset
461
81170
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
462 (defun org-publish-attachment (plist filename)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
463 "Publish a file with no transformation of any kind.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
464 PLIST is the property list for the given project.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
465 FILENAME is the filename of the file to be published."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
466 ;; make sure eshell/cp code is loaded
85613
ae9da278f53b (org-publish-attachment): Re-install
Dan Nicolaescu <dann@ics.uci.edu>
parents: 85554
diff changeset
467 (eval-and-compile
ae9da278f53b (org-publish-attachment): Re-install
Dan Nicolaescu <dann@ics.uci.edu>
parents: 85554
diff changeset
468 (require 'eshell)
ae9da278f53b (org-publish-attachment): Re-install
Dan Nicolaescu <dann@ics.uci.edu>
parents: 85554
diff changeset
469 (require 'esh-maint)
ae9da278f53b (org-publish-attachment): Re-install
Dan Nicolaescu <dann@ics.uci.edu>
parents: 85554
diff changeset
470 (require 'em-unix))
81170
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
471 (let ((destination (file-name-as-directory (plist-get plist :publishing-directory))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
472 (eshell/cp filename destination)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
473
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
474
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
475 ;;;; Publishing files, sets of files, and indices
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
476
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
477
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
478 (defun org-publish-file (filename)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
479 "Publish file FILENAME."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
480 (let* ((project-name (org-publish-get-project-from-filename filename))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
481 (plist (org-publish-get-plist-from-filename filename))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
482 (publishing-function (or (plist-get plist :publishing-function) 'org-publish-org-to-html)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
483 (if (not project-name)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
484 (error (format "File %s is not part of any known project." filename)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
485 (when (org-publish-needed-p filename)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
486 (if (listp publishing-function)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
487 ;; allow chain of publishing functions
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
488 (mapc (lambda (f)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
489 (funcall f plist filename))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
490 publishing-function)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
491 (funcall publishing-function plist filename))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
492 (org-publish-update-timestamp filename))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
493
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
494
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
495 (defun org-publish-plist (plist)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
496 "Publish all files in set defined by PLIST.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
497 If :auto-index is set, publish the index too."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
498 (let* ((exclude-regexp (plist-get plist :exclude))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
499 (publishing-function (or (plist-get plist :publishing-function) 'org-publish-org-to-html))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
500 (index-p (plist-get plist :auto-index))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
501 (index-filename (or (plist-get plist :index-filename) "index.org"))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
502 (index-function (or (plist-get plist :index-function) 'org-publish-org-index))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
503 (preparation-function (plist-get plist :preparation-function))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
504 (f nil))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
505 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
506 (when preparation-function
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
507 (funcall preparation-function))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
508 (if index-p
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
509 (funcall index-function plist index-filename))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
510 (let ((files (org-publish-get-base-files plist exclude-regexp)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
511 (while (setq f (pop files))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
512 ;; check timestamps
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
513 (when (org-publish-needed-p f)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
514 (if (listp publishing-function)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
515 ;; allow chain of publishing functions
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
516 (mapc (lambda (func)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
517 (funcall func plist f))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
518 publishing-function)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
519 (funcall publishing-function plist f))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
520 (org-publish-update-timestamp f))))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
521
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
522
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
523 (defun org-publish-org-index (plist &optional index-filename)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
524 "Create an index of pages in set defined by PLIST.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
525 Optionally set the filename of the index with INDEX-FILENAME;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
526 default is 'index.org'."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
527 (let* ((dir (file-name-as-directory (plist-get plist :base-directory)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
528 (exclude-regexp (plist-get plist :exclude))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
529 (files (org-publish-get-base-files plist exclude-regexp))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
530 (index-filename (concat dir (or index-filename "index.org")))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
531 (index-buffer (find-buffer-visiting index-filename))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
532 (ifn (file-name-nondirectory index-filename))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
533 (f nil))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
534 ;;
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
535 ;; if buffer is already open, kill it to prevent error message
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
536 (if index-buffer
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
537 (kill-buffer index-buffer))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
538 (with-temp-buffer
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
539 (while (setq f (pop files))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
540 (let ((fn (file-name-nondirectory f)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
541 (unless (string= fn ifn) ;; index shouldn't index itself
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
542 (insert (concat " + [[file:" fn "]["
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
543 (file-name-sans-extension fn)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
544 "]]\n")))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
545 (write-file index-filename)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
546 (kill-buffer (current-buffer)))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
547
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
548
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
549 ;(defun org-publish-meta-index (meta-plist &optional index-filename)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
550 ; "Create an index for a metaproject."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
551 ; (let* ((plists (
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
552
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
553
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
554 ;;;; Interactive publishing functions
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
555
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
556
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
557 ;;;###autoload
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
558 (defun org-publish (project-name &optional force)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
559 "Publish the project PROJECT-NAME."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
560 (interactive (list (completing-read "Project name: " org-publish-project-alist
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
561 nil t)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
562 current-prefix-arg))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
563 (save-window-excursion
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
564 (let ((org-publish-use-timestamps-flag (if force nil t))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
565 (plists (org-publish-get-plists project-name)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
566 (mapcar 'org-publish-plist plists))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
567
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
568
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
569 ;;;###autoload
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
570 (defun org-publish-current-project (&optional force)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
571 "Publish the project associated with the current file.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
572 With prefix argument, force publishing all files in project."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
573 (interactive "P")
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
574 (save-window-excursion
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
575 (let* ((project-name (org-publish-get-project-from-filename (buffer-file-name)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
576 (org-publish-use-timestamps-flag (if force nil t)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
577 (if (not project-name)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
578 (error (format "File %s is not part of any known project." (buffer-file-name))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
579 (org-publish project-name))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
580
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
581
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
582 ;;;###autoload
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
583 (defun org-publish-current-file (&optional force)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
584 "Publish the current file.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
585 With prefix argument, force publish the file."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
586 (interactive "P")
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
587 (save-window-excursion
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
588 (let ((org-publish-use-timestamps-flag
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
589 (if force nil t)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
590 (org-publish-file (buffer-file-name)))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
591
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
592
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
593 ;;;###autoload
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
594 (defun org-publish-all (&optional force)
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
595 "Publish all projects.
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
596 With prefix argument, force publish all files."
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
597 (interactive "P")
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
598 (save-window-excursion
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
599 (let ((org-publish-use-timestamps-flag
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
600 (if force nil t))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
601 (plists (org-publish-get-plists)))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
602 (mapcar 'org-publish-plist plists))))
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
603
84933
d6e2d9d9924a 2007-09-26 Bastien Guerry <bzg@altern.org>
John Wiegley <johnw@newartisans.com>
parents: 84500
diff changeset
604
d6e2d9d9924a 2007-09-26 Bastien Guerry <bzg@altern.org>
John Wiegley <johnw@newartisans.com>
parents: 84500
diff changeset
605
84391
d47318b5ff25 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 84384
diff changeset
606 (provide 'org-publish)
84392
a796776e3ec3 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 84391
diff changeset
607
84391
d47318b5ff25 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 84384
diff changeset
608 ;; arch-tag: 72807f3c-8af0-4a6b-8dca-c3376eb25adb
81170
8b347979875b New file.
Carsten Dominik <dominik@science.uva.nl>
parents:
diff changeset
609 ;;; org-publish.el ends here