1 2009-10-02 Carsten Dominik <carsten.dominik@gmail.com>
3 * lisp/org-special-blocks.el (org-special-blocks-ignore-regexp):
5 (org-special-blocks-make-special-cookies): Use
6 `org-special-blocks-ignore-regexp'.
8 2009-09-16 Carsten Dominik <carsten.dominik@gmail.com>
10 * lisp/org-invoice.el: New file.
12 2009-08-14 Carsten Dominik <carsten.dominik@gmail.com>
14 * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Use a
15 safer regular expression.
17 2009-08-07 Carsten Dominik <carsten.dominik@gmail.com>
19 * lisp/org-track.el: New file.
21 2009-08-03 Carsten Dominik <carsten.dominik@gmail.com>
23 * lisp/org-indent.el: File removed.
25 2009-07-21 Wes Hardaker <wjhns209@hardakers.net> (tiny change)
27 * lisp/org-export-generic.el (org-export-generic-format): Fix
28 compatibility issue with Emacs 23.
30 2009-07-12 James TD Smith <ahktenzero@mohorovi.cc>
32 * lisp/org-checklist.el (org-checklist): Add a custom group for
33 org-checklist. The options are all for the unchecked items export
35 (org-checklist-export-time-format): Allow customising the
36 timestamp appended to the saved unchecked items list
37 (org-checklist-export-function): Allow customising the output
38 format for the unchecked items list.
39 (org-checklist-export-params): Options for the exporter.
40 (org-checklist-a2ps-params): Printing options.
41 (org-make-checklist-export): Use values from custom vars. Printing
42 is now controlled by the PRINT_EXPORT property in the entry, and
43 the user is only asked if it is missing. Pass the switches to
46 2009-06-20 Carsten Dominik <carsten.dominik@gmail.com>
48 * README: List new file org-export-generic.el
50 * lisp/org-export-generic.el: New file.
52 2009-05-10 Carsten Dominik <carsten.dominik@gmail.com>
54 * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa)
55 (org-export-blocks-format-dot): Support ditaa export also for the
58 2009-05-07 Carsten Dominik <carsten.dominik@gmail.com>
60 * lisp/org-special-blocks.el: New file.
62 2009-04-08 Carsten Dominik <carsten.dominik@gmail.com>
64 * lisp/org-choose.el (org-choose-get-fn-map-group): Fix bug with
67 2009-04-01 Carsten Dominik <carsten.dominik@gmail.com>
69 * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Handle
70 multiple keys in a single \cite command.
72 2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
74 * lisp/org-mtags.el: Fix copyright year.
76 2009-03-13 Carsten Dominik <carsten.dominik@gmail.com>
78 * lisp/org-mtags.el (org-mtags-replace): Support literal docbook.
80 2009-03-12 Carsten Dominik <carsten.dominik@gmail.com>
82 * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Analyze
83 return value of the call to bibtex2html.
84 (org-export-bibtex-preprocess): Change Class to ID, there can only
86 (org-exp-bibtex-docites): Generalize the regexp looking for
89 2009-02-26 Carsten Dominik <carsten.dominik@gmail.com>
91 * lisp/org2rem.el: New version from Shatad Pratap.
93 2009-02-24 Carsten Dominik <carsten.dominik@gmail.com>
95 * lisp/org-choose.el (org-choose-get-fn-map-group): Only check
98 2009-02-18 Carsten Dominik <carsten.dominik@gmail.com>
100 * lisp/org-R.el: New file.
102 2009-02-13 Carsten Dominik <carsten.dominik@gmail.com>
104 * lisp/org-choose.el (org-choose-get-fn-map-group): Require
106 (cl): Require `cl' at runtime.
107 (org-choose-filter-one): Use `org-split-string' for consistency
108 accross Emacs version.
110 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
112 * lisp/org-choose.el ("org"): Use file name instead of feature for
113 `eval-after-load', this is XEmacs compatible.
115 2009-02-10 Carsten Dominik <carsten.dominik@gmail.com>
117 * lisp/org-choose.el (org-choose-get-fn-map-group): Call
118 `org-up-heading-all' instead of `outline-up-heading-all', which
121 2009-02-04 Carsten Dominik <carsten.dominik@gmail.com>
123 * lisp/org-depend.el (org-depend-act-on-sibling): New macro.
124 (org-depend-trigger-todo): Call `org-depend-act-on-sibling',
125 implement reacting on new keyword `chain-sibling-cheduled'.
127 2009-02-03 Carsten Dominik <carsten.dominik@gmail.com>
129 * lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
131 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
133 * lisp/org-depend.el (org-depend-block-todo): Set a tag when a
134 state change is blocked.
135 (org-depend-tag-blocked): New option.
137 2009-01-03 Carsten Dominik <carsten.dominik@gmail.com>
139 * lisp/org-mtags.el (org-mtags-replace): Extend muse tags syntax
140 to cater for the new export switched in src and example tags.
141 (org-mtags-replace): Fix bugs in prefix processing.
142 (org-mtags-get-tag-and-attributes): Add local variable bindings.
144 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
146 * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa): Catch
147 lines that have no space after the colon.
149 2008-12-08 Carsten Dominik <carsten.dominik@gmail.com>
151 * lisp/org-browser-url.el: New file.
153 * lisp/org-registry.el (org-registry-before-first-heading-p):
154 Function renamed to `org-before-first-heading-p', and moved to
157 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
159 * lisp/org-checklist.el: New file.
161 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
163 * lisp/org-mairix.el: Update to version 0.5.
165 2008-07-04 Christian Egli <christian.egli@alumni.ethz.ch>
167 * scripts/org2hpda: the default location of the diary file should
170 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
172 * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
173 as options in the include directive.
175 2008-06-18 Christian Egli <christian.egli@alumni.ethz.ch>
177 * scripts/org2hpda (DIARY): Make the location of the diary file
179 (all): reduce links to their destination, i.e. change
180 '[[http://foo][bar]]' to 'bar'
182 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
184 * lisp/org-mtags.el (org-mtags-replace)
185 (org-mtags-supported-tags): Fixed typo in contents tag.
186 (org-mtags-replace): Fix but that could lead to an infinite loop
189 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
191 * lisp/org-annotation-helper.el: Remove John Rakestraw from author
192 list, upon his request.
194 2008-05-17 Carsten Dominik <dominik@science.uva.nl>
196 * lisp/org-annotation-helper.el: New file.
198 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
200 * lisp/org-id.el (org-id-include-domain): New option.
201 (org-id-new): Add the domain name to an ID if
202 `org-id-include-domain' is set.
204 2008-05-04 Jason Riedy <jason@acm.org>
206 * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
207 default fmt function, collect only the first header line for
208 field names, and don't call plist-get for the table name on
211 2008-04-15 Jason Riedy <jason@acm.org>
213 * lisp/orgtbl-sqlinsert.el: New file.
214 * README: Add to list.
216 2008-04-07 Carsten Dominik <dominik@science.uva.nl>
218 * lisp/org-iswitchb.el: File removed, because the functionality is
219 now in org.el, in the core.
221 * lisp/org-mew.el: File moved into the core.
223 2008-03-14 Carsten Dominik <dominik@science.uva.nl>
225 * lisp/org-depend.el: Add `provide' for the module system.
227 * lisp/org-man.el: Add `provide' for the module system.
229 * lisp/org-interactive-query.el: Renamed from org-iq.el.
231 2008-03-05 Bastien Guerry <bzg@altern.org>
233 * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
234 Correctly handle function with no documentation.
236 2008-02-29 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
238 * lisp/org-bookmark.el (org-bookmark-store-link): Use
239 `bookmark-all-names' instead of `bookmark-alist'.
241 2008-02-29 Bastien Guerry <bzg@altern.org>
243 * lisp/org-bookmark.el (org-bookmark-in-dired)
244 (org-bookmark-when-visiting-a-file)
245 (org-bookmark-use-first-bookmark): New options.
246 (org-bookmark-store-link): Behave according to options.
248 2008-02-29 Bastien Guerry <bzg@altern.org>
250 * lisp/org-mairix.el (org-mairix): Use `org-link' group.
252 2008-02-28 Bastien Guerry <bzg@altern.org>
254 * lisp/org-bookmark.el: New file.
256 2008-02-26 Carsten Dominik <dominik@science.uva.nl>
258 * lisp/org-id.el: New file.
260 2008-02-21 Carsten Dominik <dominik@science.uva.nl>
262 * lisp/org-screen.el: New file.
264 2008-02-17 Christian Egli <christian.egli@alumni.ethz.ch>
266 * scripts/org2hpda: Added a Makefile for generation of hipster pda
269 2008-02-08 Phil Jackson <phil@shellarchive.co.uk>
271 * scripts/dir2org.zsh: New file.
273 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
275 * lisp/org-annotate-file.el: New file.
277 2008-02-07 Bastien Guerry <bzg@altern.org>
279 * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
282 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
284 * lisp/org-irc.el: New file.
286 * ChangeLog: New file.