1 2010-04-18 Carsten Dominik <carsten.dominik@gmail.com>
3 * lisp/org-toc.el (org-toc-cycle-subtree, org-toc-show)
4 (org-toc-restore-config): Use the normal overlay API.
6 * lisp/org-expiry.el (org-expiry-process-entry): Use the normal
9 * babel/lisp/org-babel.el (org-babel-hide-hash)
10 (org-babel-hash-at-point, org-babel-show-result-all)
11 (org-babel-hide-result-toggle): Use the normal overlay API.
13 2010-03-31 Carsten Dominik <carsten.dominik@gmail.com>
15 * lisp/org-mac-iCal.el (org-mac-iCal): Snow Leopard
18 2010-02-20 Carsten Dominik <carsten.dominik@gmail.com>
20 * lisp/org-git-link.el (org-git-store-link): Check if there is a
21 file name associated with the buffer.
23 2010-02-04 Carsten Dominik <carsten.dominik@gmail.com>
25 * lisp/org-export-generic.el (org-export-generic): Provide.
27 2010-01-08 Carsten Dominik <carsten.dominik@gmail.com>
29 * lisp/org-export-generic.el (org-export-generic): Close body
32 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
34 * lisp/org-export-generic.el (org-set-generic-type): Use `aput'.
36 * lisp/org-git-link.el (org-git-gitrepos-p): Make definition
39 2009-11-01 Carsten Dominik <carsten.dominik@gmail.com>
41 * lisp/org-mac-iCal.el (omi-import-ics): Use `diary-file'
44 2009-10-22 Carsten Dominik <carsten.dominik@gmail.com>
46 * lisp/org-registry.el (org-registry-assoc-all)
47 (org-registry-find-all): Clean rewrite
49 2009-10-19 James TD Smith <ahktenzero@mohorovi.cc>
51 * lisp/org-registry.el (org-registry-assoc-all): Stop this from
52 deleting the links it finds from the registry.
53 (org-registry-find-all): Add a new function which returns all
54 registry entries which satisfy a test function.
56 2009-10-02 Carsten Dominik <carsten.dominik@gmail.com>
58 * lisp/org-special-blocks.el (org-special-blocks-ignore-regexp):
60 (org-special-blocks-make-special-cookies): Use
61 `org-special-blocks-ignore-regexp'.
63 2009-09-16 Carsten Dominik <carsten.dominik@gmail.com>
65 * lisp/org-invoice.el: New file.
67 2009-08-14 Carsten Dominik <carsten.dominik@gmail.com>
69 * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Use a
70 safer regular expression.
72 2009-08-07 Carsten Dominik <carsten.dominik@gmail.com>
74 * lisp/org-track.el: New file.
76 2009-08-03 Carsten Dominik <carsten.dominik@gmail.com>
78 * lisp/org-indent.el: File removed.
80 2009-07-21 Wes Hardaker <wjhns209@hardakers.net> (tiny change)
82 * lisp/org-export-generic.el (org-export-generic-format): Fix
83 compatibility issue with Emacs 23.
85 2009-07-12 James TD Smith <ahktenzero@mohorovi.cc>
87 * lisp/org-checklist.el (org-checklist): Add a custom group for
88 org-checklist. The options are all for the unchecked items export
90 (org-checklist-export-time-format): Allow customising the
91 timestamp appended to the saved unchecked items list
92 (org-checklist-export-function): Allow customising the output
93 format for the unchecked items list.
94 (org-checklist-export-params): Options for the exporter.
95 (org-checklist-a2ps-params): Printing options.
96 (org-make-checklist-export): Use values from custom vars. Printing
97 is now controlled by the PRINT_EXPORT property in the entry, and
98 the user is only asked if it is missing. Pass the switches to
101 2009-06-20 Carsten Dominik <carsten.dominik@gmail.com>
103 * README: List new file org-export-generic.el
105 * lisp/org-export-generic.el: New file.
107 2009-05-10 Carsten Dominik <carsten.dominik@gmail.com>
109 * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa)
110 (org-export-blocks-format-dot): Support ditaa export also for the
113 2009-05-07 Carsten Dominik <carsten.dominik@gmail.com>
115 * lisp/org-special-blocks.el: New file.
117 2009-04-08 Carsten Dominik <carsten.dominik@gmail.com>
119 * lisp/org-choose.el (org-choose-get-fn-map-group): Fix bug with
122 2009-04-01 Carsten Dominik <carsten.dominik@gmail.com>
124 * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Handle
125 multiple keys in a single \cite command.
127 2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
129 * lisp/org-mtags.el: Fix copyright year.
131 2009-03-13 Carsten Dominik <carsten.dominik@gmail.com>
133 * lisp/org-mtags.el (org-mtags-replace): Support literal docbook.
135 2009-03-12 Carsten Dominik <carsten.dominik@gmail.com>
137 * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Analyze
138 return value of the call to bibtex2html.
139 (org-export-bibtex-preprocess): Change Class to ID, there can only
141 (org-exp-bibtex-docites): Generalize the regexp looking for
144 2009-02-26 Carsten Dominik <carsten.dominik@gmail.com>
146 * lisp/org2rem.el: New version from Shatad Pratap.
148 2009-02-24 Carsten Dominik <carsten.dominik@gmail.com>
150 * lisp/org-choose.el (org-choose-get-fn-map-group): Only check
153 2009-02-18 Carsten Dominik <carsten.dominik@gmail.com>
155 * lisp/org-R.el: New file.
157 2009-02-13 Carsten Dominik <carsten.dominik@gmail.com>
159 * lisp/org-choose.el (org-choose-get-fn-map-group): Require
161 (cl): Require `cl' at runtime.
162 (org-choose-filter-one): Use `org-split-string' for consistency
163 accross Emacs version.
165 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
167 * lisp/org-choose.el ("org"): Use file name instead of feature for
168 `eval-after-load', this is XEmacs compatible.
170 2009-02-10 Carsten Dominik <carsten.dominik@gmail.com>
172 * lisp/org-choose.el (org-choose-get-fn-map-group): Call
173 `org-up-heading-all' instead of `outline-up-heading-all', which
176 2009-02-04 Carsten Dominik <carsten.dominik@gmail.com>
178 * lisp/org-depend.el (org-depend-act-on-sibling): New macro.
179 (org-depend-trigger-todo): Call `org-depend-act-on-sibling',
180 implement reacting on new keyword `chain-sibling-cheduled'.
182 2009-02-03 Carsten Dominik <carsten.dominik@gmail.com>
184 * lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
186 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
188 * lisp/org-depend.el (org-depend-block-todo): Set a tag when a
189 state change is blocked.
190 (org-depend-tag-blocked): New option.
192 2009-01-03 Carsten Dominik <carsten.dominik@gmail.com>
194 * lisp/org-mtags.el (org-mtags-replace): Extend muse tags syntax
195 to cater for the new export switched in src and example tags.
196 (org-mtags-replace): Fix bugs in prefix processing.
197 (org-mtags-get-tag-and-attributes): Add local variable bindings.
199 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
201 * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa): Catch
202 lines that have no space after the colon.
204 2008-12-08 Carsten Dominik <carsten.dominik@gmail.com>
206 * lisp/org-browser-url.el: New file.
208 * lisp/org-registry.el (org-registry-before-first-heading-p):
209 Function renamed to `org-before-first-heading-p', and moved to
212 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
214 * lisp/org-checklist.el: New file.
216 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
218 * lisp/org-mairix.el: Update to version 0.5.
220 2008-07-04 Christian Egli <christian.egli@alumni.ethz.ch>
222 * scripts/org2hpda: the default location of the diary file should
225 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
227 * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
228 as options in the include directive.
230 2008-06-18 Christian Egli <christian.egli@alumni.ethz.ch>
232 * scripts/org2hpda (DIARY): Make the location of the diary file
234 (all): reduce links to their destination, i.e. change
235 '[[http://foo][bar]]' to 'bar'
237 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
239 * lisp/org-mtags.el (org-mtags-replace)
240 (org-mtags-supported-tags): Fixed typo in contents tag.
241 (org-mtags-replace): Fix but that could lead to an infinite loop
244 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
246 * lisp/org-annotation-helper.el: Remove John Rakestraw from author
247 list, upon his request.
249 2008-05-17 Carsten Dominik <dominik@science.uva.nl>
251 * lisp/org-annotation-helper.el: New file.
253 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
255 * lisp/org-id.el (org-id-include-domain): New option.
256 (org-id-new): Add the domain name to an ID if
257 `org-id-include-domain' is set.
259 2008-05-04 Jason Riedy <jason@acm.org>
261 * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
262 default fmt function, collect only the first header line for
263 field names, and don't call plist-get for the table name on
266 2008-04-15 Jason Riedy <jason@acm.org>
268 * lisp/orgtbl-sqlinsert.el: New file.
269 * README: Add to list.
271 2008-04-07 Carsten Dominik <dominik@science.uva.nl>
273 * lisp/org-iswitchb.el: File removed, because the functionality is
274 now in org.el, in the core.
276 * lisp/org-mew.el: File moved into the core.
278 2008-03-14 Carsten Dominik <dominik@science.uva.nl>
280 * lisp/org-depend.el: Add `provide' for the module system.
282 * lisp/org-man.el: Add `provide' for the module system.
284 * lisp/org-interactive-query.el: Renamed from org-iq.el.
286 2008-03-05 Bastien Guerry <bzg@altern.org>
288 * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
289 Correctly handle function with no documentation.
291 2008-02-29 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
293 * lisp/org-bookmark.el (org-bookmark-store-link): Use
294 `bookmark-all-names' instead of `bookmark-alist'.
296 2008-02-29 Bastien Guerry <bzg@altern.org>
298 * lisp/org-bookmark.el (org-bookmark-in-dired)
299 (org-bookmark-when-visiting-a-file)
300 (org-bookmark-use-first-bookmark): New options.
301 (org-bookmark-store-link): Behave according to options.
303 2008-02-29 Bastien Guerry <bzg@altern.org>
305 * lisp/org-mairix.el (org-mairix): Use `org-link' group.
307 2008-02-28 Bastien Guerry <bzg@altern.org>
309 * lisp/org-bookmark.el: New file.
311 2008-02-26 Carsten Dominik <dominik@science.uva.nl>
313 * lisp/org-id.el: New file.
315 2008-02-21 Carsten Dominik <dominik@science.uva.nl>
317 * lisp/org-screen.el: New file.
319 2008-02-17 Christian Egli <christian.egli@alumni.ethz.ch>
321 * scripts/org2hpda: Added a Makefile for generation of hipster pda
324 2008-02-08 Phil Jackson <phil@shellarchive.co.uk>
326 * scripts/dir2org.zsh: New file.
328 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
330 * lisp/org-annotate-file.el: New file.
332 2008-02-07 Bastien Guerry <bzg@altern.org>
334 * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
337 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
339 * lisp/org-irc.el: New file.
341 * ChangeLog: New file.