1 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
3 * lisp/org-export-generic.el (org-set-generic-type): Use `aput'.
5 * lisp/org-git-link.el (org-git-gitrepos-p): Make definition
8 2009-11-01 Carsten Dominik <carsten.dominik@gmail.com>
10 * lisp/org-mac-iCal.el (omi-import-ics): Use `diary-file'
13 2009-10-22 Carsten Dominik <carsten.dominik@gmail.com>
15 * lisp/org-registry.el (org-registry-assoc-all)
16 (org-registry-find-all): Clean rewrite
18 2009-10-19 James TD Smith <ahktenzero@mohorovi.cc>
20 * lisp/org-registry.el (org-registry-assoc-all): Stop this from
21 deleting the links it finds from the registry.
22 (org-registry-find-all): Add a new function which returns all
23 registry entries which satisfy a test function.
25 2009-10-02 Carsten Dominik <carsten.dominik@gmail.com>
27 * lisp/org-special-blocks.el (org-special-blocks-ignore-regexp):
29 (org-special-blocks-make-special-cookies): Use
30 `org-special-blocks-ignore-regexp'.
32 2009-09-16 Carsten Dominik <carsten.dominik@gmail.com>
34 * lisp/org-invoice.el: New file.
36 2009-08-14 Carsten Dominik <carsten.dominik@gmail.com>
38 * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Use a
39 safer regular expression.
41 2009-08-07 Carsten Dominik <carsten.dominik@gmail.com>
43 * lisp/org-track.el: New file.
45 2009-08-03 Carsten Dominik <carsten.dominik@gmail.com>
47 * lisp/org-indent.el: File removed.
49 2009-07-21 Wes Hardaker <wjhns209@hardakers.net> (tiny change)
51 * lisp/org-export-generic.el (org-export-generic-format): Fix
52 compatibility issue with Emacs 23.
54 2009-07-12 James TD Smith <ahktenzero@mohorovi.cc>
56 * lisp/org-checklist.el (org-checklist): Add a custom group for
57 org-checklist. The options are all for the unchecked items export
59 (org-checklist-export-time-format): Allow customising the
60 timestamp appended to the saved unchecked items list
61 (org-checklist-export-function): Allow customising the output
62 format for the unchecked items list.
63 (org-checklist-export-params): Options for the exporter.
64 (org-checklist-a2ps-params): Printing options.
65 (org-make-checklist-export): Use values from custom vars. Printing
66 is now controlled by the PRINT_EXPORT property in the entry, and
67 the user is only asked if it is missing. Pass the switches to
70 2009-06-20 Carsten Dominik <carsten.dominik@gmail.com>
72 * README: List new file org-export-generic.el
74 * lisp/org-export-generic.el: New file.
76 2009-05-10 Carsten Dominik <carsten.dominik@gmail.com>
78 * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa)
79 (org-export-blocks-format-dot): Support ditaa export also for the
82 2009-05-07 Carsten Dominik <carsten.dominik@gmail.com>
84 * lisp/org-special-blocks.el: New file.
86 2009-04-08 Carsten Dominik <carsten.dominik@gmail.com>
88 * lisp/org-choose.el (org-choose-get-fn-map-group): Fix bug with
91 2009-04-01 Carsten Dominik <carsten.dominik@gmail.com>
93 * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Handle
94 multiple keys in a single \cite command.
96 2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
98 * lisp/org-mtags.el: Fix copyright year.
100 2009-03-13 Carsten Dominik <carsten.dominik@gmail.com>
102 * lisp/org-mtags.el (org-mtags-replace): Support literal docbook.
104 2009-03-12 Carsten Dominik <carsten.dominik@gmail.com>
106 * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Analyze
107 return value of the call to bibtex2html.
108 (org-export-bibtex-preprocess): Change Class to ID, there can only
110 (org-exp-bibtex-docites): Generalize the regexp looking for
113 2009-02-26 Carsten Dominik <carsten.dominik@gmail.com>
115 * lisp/org2rem.el: New version from Shatad Pratap.
117 2009-02-24 Carsten Dominik <carsten.dominik@gmail.com>
119 * lisp/org-choose.el (org-choose-get-fn-map-group): Only check
122 2009-02-18 Carsten Dominik <carsten.dominik@gmail.com>
124 * lisp/org-R.el: New file.
126 2009-02-13 Carsten Dominik <carsten.dominik@gmail.com>
128 * lisp/org-choose.el (org-choose-get-fn-map-group): Require
130 (cl): Require `cl' at runtime.
131 (org-choose-filter-one): Use `org-split-string' for consistency
132 accross Emacs version.
134 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
136 * lisp/org-choose.el ("org"): Use file name instead of feature for
137 `eval-after-load', this is XEmacs compatible.
139 2009-02-10 Carsten Dominik <carsten.dominik@gmail.com>
141 * lisp/org-choose.el (org-choose-get-fn-map-group): Call
142 `org-up-heading-all' instead of `outline-up-heading-all', which
145 2009-02-04 Carsten Dominik <carsten.dominik@gmail.com>
147 * lisp/org-depend.el (org-depend-act-on-sibling): New macro.
148 (org-depend-trigger-todo): Call `org-depend-act-on-sibling',
149 implement reacting on new keyword `chain-sibling-cheduled'.
151 2009-02-03 Carsten Dominik <carsten.dominik@gmail.com>
153 * lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
155 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
157 * lisp/org-depend.el (org-depend-block-todo): Set a tag when a
158 state change is blocked.
159 (org-depend-tag-blocked): New option.
161 2009-01-03 Carsten Dominik <carsten.dominik@gmail.com>
163 * lisp/org-mtags.el (org-mtags-replace): Extend muse tags syntax
164 to cater for the new export switched in src and example tags.
165 (org-mtags-replace): Fix bugs in prefix processing.
166 (org-mtags-get-tag-and-attributes): Add local variable bindings.
168 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
170 * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa): Catch
171 lines that have no space after the colon.
173 2008-12-08 Carsten Dominik <carsten.dominik@gmail.com>
175 * lisp/org-browser-url.el: New file.
177 * lisp/org-registry.el (org-registry-before-first-heading-p):
178 Function renamed to `org-before-first-heading-p', and moved to
181 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
183 * lisp/org-checklist.el: New file.
185 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
187 * lisp/org-mairix.el: Update to version 0.5.
189 2008-07-04 Christian Egli <christian.egli@alumni.ethz.ch>
191 * scripts/org2hpda: the default location of the diary file should
194 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
196 * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
197 as options in the include directive.
199 2008-06-18 Christian Egli <christian.egli@alumni.ethz.ch>
201 * scripts/org2hpda (DIARY): Make the location of the diary file
203 (all): reduce links to their destination, i.e. change
204 '[[http://foo][bar]]' to 'bar'
206 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
208 * lisp/org-mtags.el (org-mtags-replace)
209 (org-mtags-supported-tags): Fixed typo in contents tag.
210 (org-mtags-replace): Fix but that could lead to an infinite loop
213 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
215 * lisp/org-annotation-helper.el: Remove John Rakestraw from author
216 list, upon his request.
218 2008-05-17 Carsten Dominik <dominik@science.uva.nl>
220 * lisp/org-annotation-helper.el: New file.
222 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
224 * lisp/org-id.el (org-id-include-domain): New option.
225 (org-id-new): Add the domain name to an ID if
226 `org-id-include-domain' is set.
228 2008-05-04 Jason Riedy <jason@acm.org>
230 * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
231 default fmt function, collect only the first header line for
232 field names, and don't call plist-get for the table name on
235 2008-04-15 Jason Riedy <jason@acm.org>
237 * lisp/orgtbl-sqlinsert.el: New file.
238 * README: Add to list.
240 2008-04-07 Carsten Dominik <dominik@science.uva.nl>
242 * lisp/org-iswitchb.el: File removed, because the functionality is
243 now in org.el, in the core.
245 * lisp/org-mew.el: File moved into the core.
247 2008-03-14 Carsten Dominik <dominik@science.uva.nl>
249 * lisp/org-depend.el: Add `provide' for the module system.
251 * lisp/org-man.el: Add `provide' for the module system.
253 * lisp/org-interactive-query.el: Renamed from org-iq.el.
255 2008-03-05 Bastien Guerry <bzg@altern.org>
257 * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
258 Correctly handle function with no documentation.
260 2008-02-29 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
262 * lisp/org-bookmark.el (org-bookmark-store-link): Use
263 `bookmark-all-names' instead of `bookmark-alist'.
265 2008-02-29 Bastien Guerry <bzg@altern.org>
267 * lisp/org-bookmark.el (org-bookmark-in-dired)
268 (org-bookmark-when-visiting-a-file)
269 (org-bookmark-use-first-bookmark): New options.
270 (org-bookmark-store-link): Behave according to options.
272 2008-02-29 Bastien Guerry <bzg@altern.org>
274 * lisp/org-mairix.el (org-mairix): Use `org-link' group.
276 2008-02-28 Bastien Guerry <bzg@altern.org>
278 * lisp/org-bookmark.el: New file.
280 2008-02-26 Carsten Dominik <dominik@science.uva.nl>
282 * lisp/org-id.el: New file.
284 2008-02-21 Carsten Dominik <dominik@science.uva.nl>
286 * lisp/org-screen.el: New file.
288 2008-02-17 Christian Egli <christian.egli@alumni.ethz.ch>
290 * scripts/org2hpda: Added a Makefile for generation of hipster pda
293 2008-02-08 Phil Jackson <phil@shellarchive.co.uk>
295 * scripts/dir2org.zsh: New file.
297 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
299 * lisp/org-annotate-file.el: New file.
301 2008-02-07 Bastien Guerry <bzg@altern.org>
303 * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
306 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
308 * lisp/org-irc.el: New file.
310 * ChangeLog: New file.