Merge from emacs-23; up to 2010-06-16T23:27:20Z!jay.p.belanger@gmail.com.
[bpt/emacs.git] / lisp / org / ChangeLog
CommitLineData
79b70037
GM
12011-05-10 Jim Meyering <meyering@redhat.com>
2
3 Fix doubled-word typos.
4 * org-agenda.el (org-agenda-entry-types): the the -> the
5 * org-table.el (org-table-get-remote-range): or or -> or
6 * org-wl.el (org-wl-folder-type): the the -> the
7 * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
8
0adf5618
SM
92011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10
11 * org-src.el (org-src-switch-to-buffer):
12 * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
13 * org-mouse.el (org-mouse-agenda-type):
14 * org-freemind.el (org-freemind-node-to-org):
15 * ob-sql.el (org-babel-execute:sql):
16 * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
17 * ob-ref.el (org-babel-ref-resolve): Fix use of case.
18
33383987
JB
192011-03-07 Chong Yidong <cyd@stupidchicken.com>
20
21 * Version 23.3 released.
22
01c35094
JB
232011-03-06 Juanma Barranquero <lekktu@gmail.com>
24
25 * org.el (org-blank-before-new-entry, org-context-in-file-links)
26 (org-refile-targets, org-log-repeat, org-insert-link)
27 (org-speed-command-default-hook, org-speed-command-hook)
28 (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
29 Fix typos in docstrings.
30 (org-toggle-pretty-entities): Fix typo in message.
31
845fc5e5
JB
322011-03-06 Juanma Barranquero <lekktu@gmail.com>
33
34 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
35
b016851c
SM
362011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * org-remember.el (org-remember-mode-map):
39 * org-src.el (org-src-mode-map): Move initialization into declaration.
40
4d789d84
SM
412011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
42
43 * org-remember.el (org-remember-mode):
44 * org-capture.el (org-capture-mode): Don't run hook redundantly.
45
12e1f328
CY
462011-01-09 Chong Yidong <cyd@stupidchicken.com>
47
48 * org-faces.el (org-link): Inherit from link face.
49 Suggested by Joakim Verona.
50
acedf35c
CD
512010-12-11 Tassilo Horn <tassilo@member.fsf.org>
52
53 * org-footnote.el (org-footnote-create-definition): Place
54 Footnotes section before message-signature-separator also in modes
55 derived from message-mode.
56
572010-12-11 Julien Danjou <julien@danjou.info>
58
59 * org.el (org-make-tags-matcher): Remove useless cat-p value.
60
612010-12-11 Julien Danjou <julien@danjou.info>
62
63 * org.el (org-entry-properties): Enhance docstring.
64
652010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
66
67 * org-list.el (org-list-top-point-with-indent)
68 (org-list-bottom-point-with-indent): Pay also attention to
69 'original-indentation property of text, as blocks are put to
70 column 0 upon exporting.
71
722010-12-11 Dan Davison <dandavison7@gmail.com>
73
74 * ob.el (org-babel-remove-temporary-directory): Handle exception
75 with message informing of failure to remove directory.
76
772010-12-11 Eric Schulte <schulte.eric@gmail.com>
78
79 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
80 `package' to the list of Clojure header arguments which will be read
81 from heading properties.
82
832010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
84
85 * org-inlinetask.el (org-inlinetask-export-templates): Add
01c35094 86 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
acedf35c
CD
87 not default as it requires an additional LaTeX package: "todonotes".
88
892010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
90
91 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
92
93 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
94 templates to export inline tasks.
95
962010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
97
98 * org.el (org-current-level): Ignore inline tasks when getting current
99 level of entry.
100
1012010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
102
103 * org.el (org-indent-line-function): Ignore drawers inside inline
104 tasks if the line to indent isn't inside an inline task itself.
105
1062010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
107
108 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
109
110 * org-indent.el (org-indent-add-properties): Find true level of
111 indentation wrt inline tasks.
112
1132010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
114
115 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
116
117 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
118
119 * org-inlinetask.el (org-inlinetask-goto-end): New function.
120
121 * org.el (org-mark-subtree): New command.
122
123 * org.el (org-speed-commands-default, org-mode-map): Make use of
124 new command.
125
1262010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
127
128 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
129 from @<span class...> so it can be removed during LaTeX export.
130
1312010-12-11 Eric Schulte <schulte.eric@gmail.com>
132
133 * ob.el (org-babel-insert-result): More informative code block
134 evaluation messages.
135
1362010-12-11 Matt Lundin <mdl@imapmail.org>
137
138 * org.el (org-make-heading-search-string): Optionally limit number
139 of lines stored in file link search strings.
01c35094 140 (org-context-in-file-links): Add option to set to integer specifying
acedf35c
CD
141 number of lines.
142
1432010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
144
145 * org-capture.el (org-capture-finalize): New prefix argument
146 STAY-WITH-CAPTURE.
147 (org-capture-refile): Improve docstring.
148
1492010-12-11 Eric Schulte <schulte.eric@gmail.com>
150
151 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
152 interaction engine.
153
1542010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
155
156 * org-agenda.el (org-agenda-list):
157 (org-agenda-goto-today): Use `org-today'.
158
1592010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
160
161 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
162 and the title/author definitions.
163
1642010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
165
166 * org-macs.el: Better backup definition for
167 `with-silent-modifications'.
168
1692010-12-11 Eric Schulte <schulte.eric@gmail.com>
170
171 * ob-python.el (org-babel-execute:python): Rename "prefix" to
172 "preamble".
173 (org-babel-python-evaluate): Rename "prefix" to "preamble".
174 (org-babel-python-evaluate-external-process): Rename "prefix" to
175 "preamble".
176
1772010-12-11 Eric Schulte <schulte.eric@gmail.com>
178
179 * ob.el (org-babel-examplize-region): Check if `end' is a marker
180 or a point and handle appropriately.
181
1822010-12-11 Eric Schulte <schulte.eric@gmail.com>
183
184 * ob-sql.el (org-babel-execute:sql): Explicitly set field
185 separator to \t when importing tabular data.
186
1872010-12-11 Julien Danjou <julien@danjou.info>
188
189 * org-agenda.el (org-agenda-custom-commands-local-options):
190 Allow org-agenda-span to be a symbol.
191 (org-agenda-ndays): Make obsolete.
192 (org-agenda-span): New variable superseding org-agenda-ndays.
193 (org-agenda-menu): Use org-agenda-current-span.
194 (org-agenda-current-span): New local variable storing current
195 span.
196 (org-agenda-list): Take a span instead of ndays as argument.
197 This function is now responsible for computing the ndays based
198 on span.
199 (org-agenda-ndays-to-span): Return span only if number of days
200 really matches.
201 (org-agenda-span-to-ndays): New function.
202 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
203 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
204 (org-agenda-later): Do not give compute a new span, use the
205 current one.
206 (org-agenda-day-view, org-agenda-week-view)
207 (org-agenda-month-view, org-agenda-year-view): Stop touching
208 org-agenda-ndays.
209 (org-agenda-change-time-span): Only compute starting-span.
210 (org-agenda-compute-starting-span): New function derived from
211 the old org-agenda-compute-time-span.
212 (org-agenda-set-mode-name): Compute mode based on
213 org-agenda-current-span.
214 (org-agenda-span-name): New function.
215
2162010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
217
218 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
219
2202010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
221
222 * org-clock.el (org-quarter-to-date): Define variables.
223 (org-clock-special-range): Defin variables. Use org-floor*.
224 (org-clocktable-write-default): Define tcol.
225
226 * org-compat.el (org-floor*): New function.
227
407277e0
GM
2282010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
229 John Wiegley <jwiegley@gmail.com>
230
acedf35c
CD
231 * org-complete.el: New file.
232
2332010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
234
235 * org-clock.el (org-clocktable-write-default): Fix the % formula.
236
2372010-12-11 Matt Lundin <mdl@imapmail.org>
238
407277e0 239 * org-agenda.el (org-format-agenda-item): The value of
acedf35c
CD
240 org-category is not converted to a string unless it is defined.
241
2422010-12-11 Eric Schulte <schulte.eric@gmail.com>
243
244 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
245 header argument through to external evaluation.
246 (org-babel-python-evaluate): Pass the new "prefix" header argument
247 through to external evaluation.
248 (org-babel-python-evaluate-external-process): When specified prepend
249 "prefix" to the file used in external evaluation.
250
2512010-12-11 Dan Davison <dandavison7@gmail.com>
252
253 * ob-python.el (org-babel-python-evaluate-session): Change python
254 module name from 'pp' to 'pprint'.
255
2562010-12-11 Eric Schulte <schulte.eric@gmail.com>
257
258 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
259 from R session output, these are often the result of variable
260 assignments.
261
2622010-12-11 Eric Schulte <schulte.eric@gmail.com>
263
264 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
265 fix a compiler warning.
266
2672010-12-11 Eric Schulte <schulte.eric@gmail.com>
268
269 * ob-eval.el (require): No longer require ob.el to allow
270 requiring by ob.el.
271
272 * ob.el (ob-eval): Require ob-eval.
273
2742010-12-11 Eric Schulte <schulte.eric@gmail.com>
275
276 * ob.el (org-babel-confirm-evaluate): Show code block's name when
277 it is available during evaluation query.
278
2792010-12-11 Eric Schulte <schulte.eric@gmail.com>
280
281 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
282 code block.
283 (org-babel-execute:sql): Use sql specific body expansion function.
284 (org-babel-sql-expand-vars): Insert variables into a sql code block.
285
2862010-12-11 Eric Schulte <schulte.eric@gmail.com>
287
288 * ob.el (org-babel-insert-result): Using markers instead of
289 points for more robust buffer anchors.
290
2912010-12-11 Julien Danjou <julien@danjou.info>
292
293 * org-capture.el: Use org-today.
294
2952010-12-11 Julien Danjou <julien@danjou.info>
296
297 * org-habit.el: Use org-today.
298
2992010-12-11 Julien Danjou <julien@danjou.info>
300
301 * org.el (org-auto-repeat-maybe): Use org-today.
302
acedf35c
CD
3032010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
304
305 * org-clock.el (org-day-of-week): New function.
306 (org-quarter-to-date): New function.
307 (org-clock-special-range): Implement quarters.
308
3092010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
310
4d789d84
SM
311 * org.el (org-complete-tags-always-offer-all-agenda-tags):
312 Fix docstring.
acedf35c
CD
313
3142010-12-11 Julien Danjou <julien@danjou.info>
315
316 * org-agenda.el (org-format-agenda-item): Convert category to a string
01c35094 317 if it is a symbol. This fixes the following call to
acedf35c
CD
318 org-agenda-get-category-icon which fails if category is not a string.
319
3202010-12-11 Eric Schulte <schulte.eric@gmail.com>
321
322 * ob-clojure.el: Updated requirements documentation to mention
323 the minimum version of Clojure.
324 (org-babel-expand-body:clojure): Fully qualified function name.
325
3262010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
327
4d789d84 328 * org-latex.el (org-export-latex-lists): Do not add an
acedf35c
CD
329 unnecessary newline character after a list.
330
4d789d84 331 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
acedf35c
CD
332 point is just after a non blank line.
333
3342010-12-11 Eric Schulte <schulte.eric@gmail.com>
335
336 * ob.el (org-babel-examplize-region): Remove old assertion which
337 no longer applies to the result insertion code.
338
3392010-12-11 Eric Schulte <schulte.eric@gmail.com>
340
341 * ob-python.el (org-babel-execute:python): Use a :return header
342 argument for external evaluation in which the code block body need
01c35094 343 to be wrapped in a function.
acedf35c
CD
344
3452010-12-11 Eric Schulte <schulte.eric@gmail.com>
346
347 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
348 variable.
349
3502010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
351
01c35094 352 * org.el (org-edit-special): Edit formulas when in TBLMF line.
acedf35c
CD
353
3542010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
355
356 * org-capture.el (org-capture-after-finalize-hook): New hook.
357 (org-capture-finalize): Run the new hook.
358
3592010-12-11 Eric Schulte <schulte.eric@gmail.com>
360
361 * ob-clojure.el (org-babel-expand-body:clojure): Support for
362 pretty printing of Clojure code and data.
363
3642010-12-11 Eric Schulte <schulte.eric@gmail.com>
365
366 * ob.el (org-babel-insert-result): No longer escape results which
367 will be wrapped in a block.
368
3692010-12-11 Eric Schulte <schulte.eric@gmail.com>
370
4d789d84 371 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
acedf35c
CD
372 warning and added documentation string.
373
3742010-12-11 Eric Schulte <schulte.eric@gmail.com>
375
376 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
377 for all code evaluation.
378
3792010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
380
381 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
382 the column as well.
383
3842010-12-11 Eric Schulte <schulte.eric@gmail.com>
385
386 * ob.el (org-babel-confirm-evaluate): More descriptive message
387 when evaluation is aborted or disabled.
388
3892010-12-11 Eric Schulte <schulte.eric@gmail.com>
390
391 * ob.el (org-babel-insert-result): Responds to new "wrap" header
392 argument.
393 (org-babel-merge-params): Includes new "wrap" header argument in
394 one of the results header argument exclusive groups.
395
3962010-12-11 David Maus <dmaus@ictsoc.de>
397
398 * org-macs.el (with-silent-modifications): Fix condition for
399 with-silent-modification.
400
4012010-12-11 Eric Schulte <schulte.eric@gmail.com>
402
403 * ob.el (org-babel-parse-header-arguments): Stripping trailing
404 spaces off of header arguments (even the first one).
405
4062010-12-11 Eric Schulte <schulte.eric@gmail.com>
407
408 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
409 single quotes which is the best practice.
410 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
411 more robust parsing of shell output.
412
4132010-12-11 Dan Davison <dandavison7@gmail.com>
414
415 * org.el (org-additional-option-like-keywords): Add more keywords,
416 and colons to some old ones.
417
4182010-12-11 Dan Davison <dandavison7@gmail.com>
419
420 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
421
4222010-12-11 Eric Schulte <schulte.eric@gmail.com>
423
4d789d84
SM
424 * ob-python.el (org-babel-python-table-or-string):
425 Using `org-babel-script-escape' for reading string input from scripting
acedf35c
CD
426 languages.
427
4282010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
429
430 * org-macs.el (org-called-interactively-p): Wrap function call in
431 with-no-warnings.
01c35094 432 (with-silent-modifications): Declare macro for Emacs < 23.2.
acedf35c 433
acedf35c
CD
4342010-12-11 Eric Schulte <schulte.eric@gmail.com>
435
4d789d84 436 * ob.el (org-babel-parse-header-arguments): Remove addition of
acedf35c
CD
437 ":" to singleton first header arguments as it was leading to errors.
438
acedf35c
CD
4392010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
440
441 * org-latex.el (org-export-latex-make-header): Run the title through
442 `org-export-latex-fontify-headline'.
443 (org-export-latex-fontify-headline): Do the protection of math
444 snippets also here.
445
4462010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
447
448 * org-latex.el (org-export-as-latex): Sent the section title
449 through the preprocessor.
450
4512010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
452
453 * org-html.el (org-html-level-start): Mark listified headings
454 with a custom id.
455
4562010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
457
458 * org.el (org-open-at-point): Don't do footnote action if cursor is
459 on a bracket link.
460
4612010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
462
463 * org.el (org-edit-special): Check also for TBLFM line.
464
4652010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
466
4d789d84 467 * org-clock.el (org-get-clocktable): Previous patch incorrectly
01c35094 468 required whitespace in front of #+BEGIN: and #+END:.
acedf35c
CD
469
4702010-12-11 Dan Davison <dandavison7@gmail.com>
471
472 * org-src.el (org-edit-src-code): Allow region to be inherited by
473 edit buffer when mark is one character beyond end of src block.
474
4752010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
476
4d789d84 477 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
acedf35c
CD
478 checking item indentation.
479
4802010-12-11 Eric Schulte <schulte.eric@gmail.com>
481
4d789d84 482 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
acedf35c
CD
483 and now autoloading.
484
4852010-12-11 Eric Schulte <schulte.eric@gmail.com>
486
487 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
488 for testing list membership.
489
490 * ob.el (org-babel-read-result): Use higher level function for
491 testing list membership.
492 (org-babel-result-end): Use higher level function for testing list
493 membership.
494
4952010-12-11 Eric Schulte <schulte.eric@gmail.com>
496
497 * ob-sqlite.el (ob-eval): Require ob-eval for external command
498 execution.
499 (org-babel-execute:sqlite): No longer uses the init option for
500 passing commands to sqlite.
501
5022010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
503
504 * org.el (org-indent-line-function): Drawers and blocks have no
01c35094 505 influence on indentation of text below. Also fix indentation
acedf35c
CD
506 problem with a block at column 0 and add a special case for
507 literal examples.
508
5092010-12-11 Eric Schulte <schulte.eric@gmail.com>
510
511 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
512 is only evaluated once.
513
5142010-12-11 Eric Schulte <schulte.eric@gmail.com>
515
516 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
517 type of data
01c35094 518 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
acedf35c
CD
519
5202010-12-11 Eric Schulte <schulte.eric@gmail.com>
521
522 * ob-tangle.el (org-babel-load-file): Can be called interactively.
523
5242010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
525
526 * org-table.el (orgtbl-after-send-table-hook): New hook.
527 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
528 table was sent.
529 (orgtbl-send-table): Return the number of sent tables, or nil if no
530 sending has happened.
531
5322010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
533
534 * org.el (org-get-priority-function): New option.
535 (org-get-priority): Call `org-get-priority-function' if that
536 has been set.
537
5382010-12-11 Dan Davison <dandavison7@gmail.com>
539
540 * ob-table.el (org-babel-table-truncate-at-newline): Only add
541 "..." if there is something after the newline.
542
5432010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
544
545 * org-clock.el (org-get-clocktable):
546 (org-in-clocktable-p):
547 (org-clocktable-shift):
01c35094 548 (org-clocktable-steps): Fix regexp to allow for indented clock tables.
acedf35c
CD
549
5502010-12-11 Puneeth Chaganti <punchagan@gmail.com>
551
552 * org-exp.el (org-export-handle-include-files): Support :minlevel
553 property.
554 (org-get-file-contents): New argument minlevel to demote included
555 content.
556
5572010-12-11 Noorul Islam <noorul@noorul.com>
558
559 * org-latex.el (org-export-latex-hyperref-format): New option.
4d789d84 560 (org-export-latex-href-format): Rename the existing variable
acedf35c
CD
561 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
562 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
01c35094 563 `org-export-latex-href-format'.
acedf35c
CD
564
5652010-12-11 Eric Schulte <schulte.eric@gmail.com>
566
567 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
568 buffer exists before it is used.
569
5702010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
571
572 * org-exp.el (org-export-preprocess-string): delaying code block
01c35094 573 processing a bit to allow correct list parsing in the export string.
acedf35c
CD
574
5752010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
576
577 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
578 (org-agenda-time-of-day-to-ampm): New function.
579 (org-agenda-time-of-day-to-ampm-maybe): New function.
580 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
581
5822010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
583
584 * org-faces.el (org-cycle-level-faces): New option.
585
586 * org.el (org-get-level-face): Honor org-cycle-level-faces.
587
5882010-12-11 Julien Danjou <julien@danjou.info>
589
590 * org-agenda.el (org-agenda-today): New function.
591 (org-agenda-get-day-face): New function.
592 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
593 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
594 (org-todo-list): Use org-agenda-today.
595 (org-get-all-dates): Use org-agenda-today.
596 (org-agenda-day-face-function): New variable.
597 (org-agenda-get-day-face): Use org-agenda-day-face-function.
598
5992010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
600
601 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
602 in Org.
603
6042010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
605
606 * org-html.el (org-export-as-html): Do not treat partially
607 protected lines as if they were fully protected.
608
6092010-12-11 Dan Davison <dandavison7@gmail.com>
610
407277e0 611 * org-exp.el (org-export-format-source-code-or-example):
acedf35c 612 Remove hard-wired configuration of minted export
01c35094 613 (org-export-latex-minted-with-line-numbers): Remove variable.
acedf35c
CD
614
6152010-12-11 Bastien Guerry <bzg@altern.org>
616
617 * org-clock.el (org-dblock-write:clocktable): Fix double
618 reference to `link' in let construct.
619 (org-clock-clocktable-formatter): Fix typo in docstring.
620 (org-clocktable-write-default): Fix typo in docstring.
621
6222010-12-11 David Maus <dmaus@ictsoc.de>
623
624 * org-protocol.el (org-protocol-unhex-string): Normalize percent
625 escape sequence to upper case letters.
626
6272010-12-11 Eric Schulte <schulte.eric@gmail.com>
628
629 * ob-lob.el (org-babel-lob-get-info): including pass-through
01c35094 630 header arguments in results variable header argument string.
acedf35c
CD
631
6322010-12-11 David Maus <dmaus@ictsoc.de>
633
634 * org-exp.el (org-export-visible): Limit search for in-buffer options
635 beginning of first headline.
636
6372010-12-11 David Maus <dmaus@ictsoc.de>
638
639 * org.el (org-open-at-point): Remove stale link handler for news:
640 links.
641
6422010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
643
644 * org-clock.el (org-clocktable-write-default): Better handling of
645 narrowing.
646
6472010-12-11 Julien Danjou <julien@danjou.info>
648
407277e0 649 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
acedf35c
CD
650
6512010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
652
653 * org.el (org-indent-line-function): simplify code and remove bug that
654 would insert a tab at the beginning of the line when trying to
655 indent the item.
656
6572010-12-11 Julien Danjou <julien@danjou.info>
658
659 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
660
6612010-12-11 Julien Danjou <julien@danjou.info>
662
663 * org-agenda.el (org-agenda-prefix-format): Insert place holder
664 for icon.
665 (org-agenda-category-icon-alist): New option.
666 (org-agenda-get-category-icon): New function.
667 (org-format-agenda-item): Support for icons.
668 (org-compile-prefix-format): Support for icons.
669
6702010-12-11 Julien Danjou <julien@danjou.info>
671
672 * org-compat.el: Create defalias for `string-match-p' and
673 looking-at-p.
674
6752010-12-11 Eric Schulte <schulte.eric@gmail.com>
676
677 * ob-calc.el (org-babel-execute:calc): support for variables --
01c35094 678 converts :var variables in calc variables.
acedf35c
CD
679
6802010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
681
01c35094 682 * org.el (org-sparse-tree): Mention [r] in dispatch menu.
acedf35c
CD
683
6842010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
685
686 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
687
6882010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
689
690 * org-id.el (org-id-store-link): Test for org-mode before checking
691 for IDs.
692
acedf35c
CD
6932010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
694
695 * org.el (org-shorten-string): New function.
696
697 * org-exp.el (org-export-convert-protected-spaces): New function.
4d789d84
SM
698 (org-export-preprocess-string):
699 Call `org-export-convert-protected-spaces' to handle new hard spaces.
acedf35c
CD
700
7012010-12-11 David Maus <dmaus@ictsoc.de>
702
703 * org.el (org-narrow-to-subtree): Check for heading that ends at end
704 of buffer.
705
537c0c72
CD
7062010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
707
12517c7b
CD
708 * org-capture.el (org-capture-templates): Remove autoload from
709 defcustom.
710
537c0c72
CD
711 * ob-lisp.el (slime): Don't expect slime to be present.
712
afe98dfa
CD
7132010-11-11 Dan Davison <dandavison7@gmail.com>
714
715 * ob.el: `copy-sequence' suffices to copy alist; no need for
716 `copy-tree'.
717
7182010-11-11 Dan Davison <dandavison7@gmail.com>
719
720 * ob.el (org-babel-execute-src-block): If ":results file" is in
721 effect, then ensure that the value of :file is returned as the
722 result; don't rely on language files for this.
723
7242010-11-11 Dan Davison <dandavison7@gmail.com>
725
726 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
727 structure by side-effects of `sort'.
728
7292010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
730
731 * org-list.el (org-list-bottom-point-with-indent): Do not check
732 indentation of a non-empty blank line.
733
734 * org-list.el (org-sort-list): Sort a list with point anywhere
735 inside it.
736
7372010-11-11 Eric Schulte <schulte.eric@gmail.com>
738
739 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
740 hopefully better error messages.
741
7422010-11-11 Eric Schulte <schulte.eric@gmail.com>
743
744 * org.el (org-babel-load-languages): Adding calc.
745
7462010-11-11 Dan Davison <davison@stats.ox.ac.uk>
747
748 * ob.el (org-babel-initiate-session): Don't resolve variable
749 references unless prefix arg is supplied.
750
7512010-11-11 Eric Schulte <schulte.eric@gmail.com>
752
753 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
754 refers to the correct stack.
755
7562010-11-11 Eric Schulte <schulte.eric@gmail.com>
757
758 * ob-calc.el: Adding the beginnings of support for calc code
759 blocks.
760
7612010-11-11 Eric Schulte <schulte.eric@gmail.com>
762
763 * ob-tangle.el (org-babel-update-block-body): Declaring function
764 for updating code block bodies.
765 (org-babel-spec-to-string):
766 (org-babel-detangle): Detangle all tangled and commented code
767 blocks in the current file back to org.
768 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
769 file back to the originating org-mode code block ob-tangle:
770 detangle changes in code files back to the original org files.
771
7722010-11-11 Eric Schulte <schulte.eric@gmail.com>
773
774 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
775 (org-babel-tangle-comment-format-end): Fix typo.
776
7772010-11-11 Dan Davison <davison@stats.ox.ac.uk>
778
4d789d84
SM
779 * org-exp.el (org-export-format-source-code-or-example):
780 Use minted for latex source code export if `org-export-latex-listings'
01c35094 781 has the value 'minted.
afe98dfa
CD
782
783 * org-latex.el (org-export-latex-listings): Document special value
01c35094 784 'minted.
afe98dfa
CD
785
786 * org-latex.el (org-export-latex-minted): Delete variable.
787
7882010-11-11 Dan Davison <davison@stats.ox.ac.uk>
789
790 * ob.el (org-babel-get-src-block-info): Retrieve contents of
791 parentheses, excluding parentheses themselves.
792
7932010-11-11 Eric Schulte <schulte.eric@gmail.com>
794
4d789d84
SM
795 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
796 Fix bug in gnuplot data file assignment using user variables.
afe98dfa
CD
797
7982010-11-11 Eric Schulte <schulte.eric@gmail.com>
799
800 * ob-latex.el (org-babel-execute:latex): Adding new :headers
801 header argument for latex code blocks.
802
8032010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
804
805 * org-capture.el (org-capture-templates): New capture property
806 `:kill-buffer'. (org-capture-finalize): Kill target buffer if that
807 is desired.
808 (org-capture-target-buffer): Remember if we have to make the
809 buffer.
810
8112010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
812
813 * org-clock.el (org-dblock-write:clocktable): Fix bug when
814 computing clock tables.
815
8162010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
817
818 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
819 to caller even if no table is generated.
820
8212010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
822
823 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
01c35094 824 values from diary entries.
afe98dfa
CD
825
826 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
01c35094 827 anniversaries.
afe98dfa
CD
828
829 * org.el (org-diary-sexp-entry): Handle lists as return values
830 from diary entries.
831
8322010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
833
834 * org-capture.el (org-capture-empty-lines-before):
835 (org-capture-empty-lines-after): Make sure the n=0 does not insert
836 any newlines.
837
8382010-11-11 Eric Schulte <schulte.eric@gmail.com>
839
4d789d84 840 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
afe98dfa
CD
841 message when clojure binary is not found.
842
8432010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
844
845 * org-html.el (org-format-table-html): New argument DOCBOOK.
846 (org-format-org-table-html): New argument DOCBOOK. When set, use
847 align instead of class to align table fields.
848
849 * org-docbook.el (org-export-as-docbook): Specify the docbook
850 argument for the table converter.
851
8522010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
853
854 * org-macs.el (org-called-interactively-p): New macro.
855
856 * org-freemind.el: No longer require 'rx.
857 (org-freemind): New customization group, use it for all the
858 variables.
859 (org-export-as-freemind): Add docstring.
860 (org-freemind-show): Improve filen naming.
861 (org-freemind-convert-links-helper): New function.
862 (org-freemind-bol-helper-base-indent): New variable.
863 (org-freemind-bol-helper): New function.
864 (org-freemind-node-css-style): New option.
865 (org-freemind-node-pattern): New variable.
866 (org-freemind-from-org-mode): Better docstring.
867
8682010-11-11 David Maus <dmaus@ictsoc.de>
869
4d789d84
SM
870 * ob-haskell.el (org-babel-variable-assignments:haskell):
871 Don't pass more than two arguments to mapc.
afe98dfa
CD
872
8732010-11-11 David Maus <dmaus@ictsoc.de>
874
875 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
876
8772010-11-11 David Maus <dmaus@ictsoc.de>
878
879 * org-footnote.el (message-signature-separator): Defvar to silence
880 byte compiler.
881
8822010-11-11 David Maus <dmaus@ictsoc.de>
883
884 * org-exp.el (org-export-string): Fix reference to wrong symbol.
885
8862010-11-11 Jambunathan K <kjambunathan@gmail.com>
887
888 * org.el (org-link-search): Return 'dedicated on successful match
889 when org-link-search-must-match-exact-headline is set to t.
890
8912010-11-11 Daniel Clemente <n142857@gmail.com>
892
893 * org-html.el (org-html-make-link): Append fragment to file: links
894 if present.
895
8962010-11-11 Tassilo Horn <tassilo@member.fsf.org>
897
898 * org-footnote.el (org-footnote-create-definition)
899 (org-footnote-goto-local-insertion-point): Add footnotes before
900 signature when in message-mode.
901
9022010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
903
904 * org.el (org-display-inline-images): Improve regexp.
905
9062010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
907
908 * org.el (org-cycle): Make sure resetting to startup visibility
909 works after another cycle command.
910
9112010-11-11 Eric Schulte <schulte.eric@gmail.com>
912
913 * org-exp.el (org-export-string): New function org-export-string
914 can be used to convert a string of test in org-mode markup to a
915 specified format.
916
9172010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
918
919 * org.el (org-display-inline-images): Allow non-ASCII characters
920 in image file names. Save match data.
921
9222010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
923
924 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
925 stamps.
926
9272010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
928
929 * org-exp.el (org-store-forced-table-alignment):
930 (org-export-remove-special-table-lines): Allow the "c" cookie for
931 table alignment.
932
933 * org-html.el (org-export-table-header-tags):
934 (org-export-table-data-tags): Add another %s format for the
935 alignment.
936 (org-export-html-table-align-individual-fields): New option.
937 (org-format-org-table-html): Implement field-by-field alignment
938 and support centering.
939 (org-format-table-table-html): Make sure the new table tag formats
940 don't break this function.
941
942 * org-table.el (org-table-cookie-line-p):
943 (org-table-align): Allow for the <c> cookie.
944
945 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
946
9472010-11-11 David Maus <dmaus@ictsoc.de>
948
949 * org-exp.el (org-export-normalize-links): Skip normalization of
950 plain links that are part of another link.
951
9522010-11-11 Dan Davison <davison@stats.ox.ac.uk>
953
954 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
955
9562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
957
4d789d84
SM
958 * org-indent.el (org-indent-add-properties):
959 Use `with-silent-modificatons'.
407277e0 960 (org-indent-remove-properties): Use `with-silent-modificatons'.
afe98dfa
CD
961
9622010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
963
964 * org-table.el (org-table-cookie-line-p): Fix indentation.
965
966 * org-exp.el (org-store-forced-table-alignment): New function.
4d789d84
SM
967 (org-export-preprocess-string):
968 Call `org-store-forced-table-alignment'.
afe98dfa
CD
969
970 * org-html.el (org-format-org-table-html): Use stored alignment
971 information.
972
9732010-11-11 Eric Schulte <schulte.eric@gmail.com>
974
975 * ob.el (org-babel-execute-src-block): Respects prefix argument
976 (which forces re-calculation).
977
9782010-11-11 Eric Schulte <schulte.eric@gmail.com>
979
4d789d84 980 * ob.el (org-babel-execute-src-block): Remove needless param
afe98dfa
CD
981 sorting from ob-execute-src-block, the params are sorted already
982 by ob-sha1-hash.
983
9842010-11-11 Eric Schulte <schulte.eric@gmail.com>
985
986 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
987 header argument level.
988
9892010-11-11 Dan Davison <davison@stats.ox.ac.uk>
990
991 * ob.el (org-babel-sha1-hash): Consider words in different order
992 as different input.
993
9942010-11-11 Dan Davison <davison@stats.ox.ac.uk>
995
996 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
997
9982010-11-11 Dan Davison <davison@stats.ox.ac.uk>
999
1000 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
1001 structure of an Org-mode table (list of lists).
1002
10032010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1004
1005 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
1006 (reference to unassigned variable `src-lang' and avoid calling
1007 org-babel-get-src-block-info twice.
1008
10092010-11-11 Eric Schulte <schulte.eric@gmail.com>
1010
1011 * ob.el (org-babel-demarcate-block): Updated to reflect the new
1012 info list contents.
1013
10142010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1015
1016 * org-src.el (org-edit-src-code): Supply non-nil argument to
1017 `org-babel-get-src-block-info' to avoid resolving variable
1018 references.
1019
10202010-11-11 Eric Schulte <schulte.eric@gmail.com>
1021
4d789d84 1022 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
afe98dfa
CD
1023 improved efficiency of org-babel-map-src-blocks.
1024
10252010-11-11 Eric Schulte <schulte.eric@gmail.com>
1026
1027 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
1028 checks that a code block will actually be tangled before
1029 collecting it's full information (a process which could involve
1030 the execution of other code blocks).
1031
10322010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1033
1034 * ob.el (org-babel-demarcate-block): Use light version of
1035 `org-babel-get-src-block-info'.
1036
10372010-11-11 Eric Schulte <schulte.eric@gmail.com>
1038
1039 * ob.el (org-babel-sha1-hash): Now handles more complex types in
1040 params.
1041
10422010-11-11 Eric Schulte <schulte.eric@gmail.com>
1043
1044 * ob.el (org-babel-execute-src-block): Generally using the new
1045 more informative params
1046 (org-babel-process-params): Don't forget the :var portion of
1047 variable assignments.
1048
10492010-11-11 Eric Schulte <schulte.eric@gmail.com>
1050
1051 * ob-table.el (sbe): Simplified to reflect to var resolution.
1052
10532010-11-11 Eric Schulte <schulte.eric@gmail.com>
1054
1055 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
1056 arguments back to their params before evaluation.
1057
10582010-11-11 Eric Schulte <schulte.eric@gmail.com>
1059
1060 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
1061 indentation.
1062
10632010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1064
1065 * ob-table.el (sbe): Use `org-babel-process-params params' instead
1066 of `org-babel-expand-variables'.
1067
10682010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1069
1070 * ob-C.el (org-babel-C-execute): Remove call to
1071 org-babel-process-params which should no longer be called from
01c35094 1072 within a language file.
afe98dfa
CD
1073
1074 * ob-R.el (org-babel-execute:R): Remove call to
1075 org-babel-process-params which should no longer be called from
1076 within a language file
1077 (org-babel-R-variable-assignments): Remove call to
1078 org-babel-process-params which should no longer be called from
01c35094 1079 within a language file.
afe98dfa
CD
1080
1081 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
1082 org-babel-process-params which should no longer be called from
01c35094 1083 within a language file.
afe98dfa
CD
1084
1085 * ob-clojure.el (org-babel-execute:clojure): Remove call to
1086 org-babel-process-params which should no longer be called from
01c35094 1087 within a language file.
afe98dfa
CD
1088
1089 * ob-dot.el (org-babel-execute:dot): Remove call to
1090 org-babel-process-params which should no longer be called from
01c35094 1091 within a language file.
afe98dfa
CD
1092
1093 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
1094 call to org-babel-process-params which should no longer be called
1095 from within a language file
1096 (org-babel-execute:emacs-lisp): Remove call to
1097 org-babel-process-params which should no longer be called from
01c35094 1098 within a language file.
afe98dfa
CD
1099
1100 * ob-haskell.el (org-babel-execute:haskell): Remove call to
1101 org-babel-process-params which should no longer be called from
01c35094 1102 within a language file.
afe98dfa
CD
1103
1104 * ob-js.el (org-babel-execute:js): Remove call to
1105 org-babel-process-params which should no longer be called from
01c35094 1106 within a language file.
afe98dfa
CD
1107
1108 * ob-lisp.el (org-babel-execute:lisp): Remove call to
1109 org-babel-process-params which should no longer be called from
01c35094 1110 within a language file.
afe98dfa
CD
1111
1112 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
1113 org-babel-process-params which should no longer be called from
01c35094 1114 within a language file.
afe98dfa
CD
1115
1116 * ob-octave.el (org-babel-execute:octave): Remove call to
1117 org-babel-process-params which should no longer be called from
01c35094 1118 within a language file.
afe98dfa
CD
1119
1120 * ob-perl.el (org-babel-execute:perl): Remove call to
1121 org-babel-process-params which should no longer be called from
01c35094 1122 within a language file.
afe98dfa
CD
1123
1124 * ob-python.el (org-babel-execute:python): Remove call to
1125 org-babel-process-params which should no longer be called from
01c35094 1126 within a language file.
afe98dfa
CD
1127
1128 * ob-ruby.el (org-babel-execute:ruby): Remove call to
1129 org-babel-process-params which should no longer be called from
01c35094 1130 within a language file.
afe98dfa
CD
1131
1132 * ob-scheme.el (org-babel-execute:scheme): Remove call to
1133 org-babel-process-params which should no longer be called from
01c35094 1134 within a language file.
afe98dfa
CD
1135
1136 * ob-screen.el (org-babel-execute:screen): Remove call to
1137 org-babel-process-params which should no longer be called from
1138 within a language file
1139 (org-babel-prep-session:screen): Remove call to
1140 org-babel-process-params which should no longer be called from
01c35094 1141 within a language file.
afe98dfa
CD
1142
1143 * ob-sh.el (org-babel-execute:sh): Remove call to
1144 org-babel-process-params which should no longer be called from
01c35094 1145 within a language file.
afe98dfa
CD
1146
1147 * ob-sql.el (org-babel-execute:sql): Remove call to
1148 org-babel-process-params which should no longer be called from
01c35094 1149 within a language file.
afe98dfa
CD
1150
1151 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
01c35094 1152 processed params.
afe98dfa
CD
1153
1154 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
01c35094 1155 processed params.
afe98dfa
CD
1156
1157 * ob-R.el (org-babel-execute:R): Remove reference to processed
1158 params.
1159
11602010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1161
1162 * ob-sql.el (org-babel-execute:sql): Use generic expansion
1163 function
1164 (org-babel-expand-body:sql): Delete function.
1165
11662010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1167
1168 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
1169 (org-babel-expand-body:sh): Delete function
1170 (org-babel-prep-session:sh): Change name of called function
1171 (org-babel-variable-assignments:sh): Change function name.
1172
11732010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1174
1175 * ob-screen.el (org-babel-execute:screen): Use generic expansion
1176 function
1177 (org-babel-expand-body:screen): Delete function
1178 (org-babel-prep-session:screen): Remove references to processed
1179 params.
1180
11812010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1182
1183 * ob-sass.el (org-babel-execute:sass): Use generic expansion
1184 function
1185 (org-babel-expand-body:sass): Delete function.
1186
11872010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1188
1189 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
1190 function
1191 (org-babel-prep-session:ruby): Use new variable assignment
1192 function
1193 (org-babel-variable-assignments:ruby): New function
1194 (org-babel-expand-body:ruby): Delete function.
1195
11962010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1197
1198 * ob-python.el (org-babel-execute:python): Use generic expansion
1199 function
1200 (org-babel-prep-session:python): Change name of called function
1201 (org-babel-variable-assignments:python): Change function name
1202 (org-babel-expand-body:python): Delete function.
1203
12042010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1205
1206 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
1207 (automatically handled by generic version).
1208
12092010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1210
1211 * ob-perl.el (org-babel-execute:perl): Use generic expansion
1212 function
1213 (org-babel-expand-body:perl): Delete function
1214 (org-babel-variable-assignments:perl): New function.
1215
12162010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1217
1218 * ob-org.el (org-babel-expand-body:org): Delete function
1219 (automatically handled by generic version).
1220
12212010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1222
1223 * ob-octave.el (org-babel-execute:octave): Use generic expansion
1224 function
1225 (org-babel-variable-assignments:octave): Change name of function
1226 (org-babel-variable-assignments:matlab): New defalias
1227 (org-babel-prep-session:octave): Change name of function
1228 (org-babel-expand-body:matlab): Delete function
1229 (org-babel-expand-body:octave): Delete function.
1230
12312010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1232
1233 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
1234 function
1235 (org-babel-variable-assignments:ocaml): New function
1236 (org-babel-expand-body:ocaml): Delete function.
1237
12382010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1239
1240 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
1241 (automatically handled by generic version).
1242
12432010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1244
1245 * ob-js.el (org-babel-execute:js): Use new variable assignment
1246 function
1247 (org-babel-expand-body:js): Delete function
1248 (org-babel-prep-session:js): Use new variable assignment function
1249 (org-babel-variable-assignments:js): New function.
1250
12512010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1252
1253 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
1254 function
1255 (org-babel-expand-body:haskell): Delete function
1256 (org-babel-prep-session:haskell): Use variable assignment function
1257 (org-babel-variable-assignments:haskell): New function.
1258
12592010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1260
1261 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
1262 assignment function
1263 (org-babel-prep-session:gnuplot): Use variable assignment function
1264 (org-babel-variable-assignments:gnuplot): New function.
1265
12662010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1267
1268 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
1269 (automatically handled by generic version).
1270
12712010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1272
1273 * ob-css.el (org-babel-expand-body:css): Delete function
1274 (automatically handled by generic version).
1275
12762010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1277
1278 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
1279 expansion function
1280 (org-babel-expand-body:asymptote): Delete function
1281 (org-babel-variable-assignments:asymptote): New function.
1282
12832010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1284
1285 * ob-R.el (org-babel-expand-body:R): Use new function
1286 `org-babel-variable-assignments:R'; don't trim body.
1287 (org-babel-execute:R): Respond to changes in
1288 `org-babel-expand-body:R'
1289 (org-babel-prep-session:R): Called function is now named
1290 `org-babel-variable-assignments:R'
1291 (org-babel-variable-assignments:R): Receives processed-params as
1292 new optional argument.
1293
12942010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1295
1296 * ob-C.el (org-babel-C-expand): Don't trim body.
1297
12982010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1299
1300 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
1301 obtaining variable references.
1302
13032010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1304
1305 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
1306 assignment lines to generic expansion command.
1307
13082010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1309
1310 * ob.el (org-babel-expand-src-block): Supply variable assignment
1311 lines to generic expansion function
1312 (org-babel-expand-body:generic): Prepend body with optional
1313 variable assignment lines.
1314
13152010-11-11 Eric Schulte <schulte.eric@gmail.com>
1316
1317 * ob-exp.el (org-babel-exp-results): Replaced old function call.
1318
13192010-11-11 Eric Schulte <schulte.eric@gmail.com>
1320
1321 * ob-lob.el (org-babel-lob-execute): Now expanding variable
1322 references before execution.
1323
13242010-11-11 Eric Schulte <schulte.eric@gmail.com>
1325
1326 * ob.el (org-babel-execute-src-block): Only sort parameters if
1327 it's required for caching.
1328
13292010-11-11 Eric Schulte <schulte.eric@gmail.com>
1330
1331 * ob-table.el (sbe): Reworking for better indentation and to
1332 integrate the new variable resolution.
1333
13342010-11-11 Eric Schulte <schulte.eric@gmail.com>
1335
1336 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
1337 variables when resolving references.
1338
13392010-11-11 Eric Schulte <schulte.eric@gmail.com>
1340
4d789d84 1341 * ob.el (org-babel-merge-params): Fix order or precedence for
afe98dfa
CD
1342 variables.
1343
13442010-11-11 Eric Schulte <schulte.eric@gmail.com>
1345
01c35094
JB
1346 * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
1347 * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
1348 (org-babel-R-variable-assignments):
1349 * ob-asymptote.el (org-babel-expand-body:asymptote)
1350 (org-babel-execute:asymptote):
1351 * ob-clojure.el (org-babel-expand-body:clojure)
1352 (org-babel-execute:clojure):
1353 * ob-css.el (org-babel-expand-body:css):
1354 * ob-ditaa.el (org-babel-expand-body:ditaa):
1355 * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
1356 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
1357 (org-babel-execute:emacs-lisp):
1358 * ob-gnuplot.el (org-babel-expand-body:gnuplot)
1359 * ob-haskell.el (org-babel-expand-body:haskell)
1360 (org-babel-execute:haskell, org-babel-load-session:haskell)
1361 (org-babel-prep-session:haskell):
1362 * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
1363 * ob-latex.el (org-babel-expand-body:latex):
1364 * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
1365 * ob-mscgen.el (org-babel-expand-body:mscgen):
1366 * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
1367 * ob-octave.el (org-babel-expand-body:matlab)
1368 (org-babel-expand-body:octave, org-babel-execute:octave)
1369 (org-babel-octave-variable-assignments):
1370 * ob-org.el (org-babel-expand-body:org):
1371 * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
1372 * ob-plantuml.el (org-babel-expand-body:plantuml):
1373 * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
1374 (org-babel-python-variable-assignments):
1375 * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
1376 * ob-sass.el (org-babel-expand-body:sass):
1377 * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
1378 * ob-screen.el (org-babel-expand-body:screen):
1379 * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
1380 (org-babel-sh-variable-assignments):
1381 * ob-sql.el (org-babel-expand-body:sql):
1382 * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
1383 * ob.el (org-babel-expand-body:generic):
1384 Remove obsoleted optional third argument.
afe98dfa
CD
1385
13862010-11-11 Eric Schulte <schulte.eric@gmail.com>
1387
1388 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
1389 calls to removed org-babel-ref-variables.
1390
13912010-11-11 Eric Schulte <schulte.eric@gmail.com>
1392
1393 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
1394 ingested code blocks.
1395
13962010-11-11 Eric Schulte <schulte.eric@gmail.com>
1397
1398 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
1399 information from within the original export file.
1400
14012010-11-11 Eric Schulte <schulte.eric@gmail.com>
1402
1403 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
1404 (this should return nil if not match found.
1405
14062010-11-11 Eric Schulte <schulte.eric@gmail.com>
1407
4d789d84
SM
1408 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
1409 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
afe98dfa
CD
1410
14112010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1412
1413 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
01c35094 1414 docstring.
afe98dfa 1415
4d789d84
SM
1416 * ob-python.el (org-babel-python-variable-assignments):
1417 Provide missing docstring.
afe98dfa
CD
1418
14192010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1420
1421 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
1422 variable assignment part out into a separate function
1423 (org-babel-octave-variable-assignments): New function constructing
1424 list of variable assignment statements
1425 (org-babel-prep-session:octave): Use new function
1426 `org-babel-octave-variable-assignments' instead of previous
1427 (incorrect) variable assignment code.
1428
14292010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1430
1431 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
1432 assignment part out into a separate function
1433 (org-babel-sh-variable-assignments): New function constructing
1434 list of variable assignment statements
1435 (org-babel-prep-session:sh): Use new function
1436 `org-babel-sh-variable-assignments' instead of previous
1437 (incorrect) variable assignment code.
1438
14392010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1440
1441 * ob-python.el (org-babel-expand-body:python): Refactor: break
1442 variable assignment part out into a separate function
1443 (org-babel-python-variable-assignments): New function constructing
1444 list of variable assignment statements
1445 (org-babel-prep-session:python): Use new function
1446 `org-babel-python-variable-assignments' instead of previous
1447 (incorrect) variable assignment code.
1448
14492010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1450
1451 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
1452 assignment part out into a separate function
1453 (org-babel-R-variable-assignments): New function constructing list
1454 of variable assignment statements
1455 (org-babel-prep-session:R): Use new function
1456 `org-babel-R-variable-assignments' instead of previous
1457 (incorrect) variable assignment code.
1458
14592010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1460
1461 * ob.el (org-babel-initiate-session): Better variable names.
1462
14632010-11-11 Eric Schulte <schulte.eric@gmail.com>
1464
4d789d84
SM
1465 * ob.el (org-number-sequence):
1466 Declared * ob-R.el (org-number-sequence): Declared.
afe98dfa
CD
1467
14682010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1469
1470 * ob.el (org-babel-map-src-blocks): Store correct value of
1471 `end-block'.
1472
14732010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1474
1475 * ob.el (org-babel-mark-block): New function to mark the body of a
1476 src block in the style of `mark-defun'.
1477
14782010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1479
1480 * org-compat.el (org-number-sequence): New function.
1481
1482 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
1483
4d789d84
SM
1484 * ob.el (org-babel-where-is-src-block-result):
1485 Use `org-number-sequence'.
afe98dfa
CD
1486 (org-babel-current-buffer-properties): Fix variable definition.
1487
1488 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
1489
1490 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
1491 version of `shell-command'.
1492
1493 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
1494 `shell-command'.
1495
14962010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1497
1498 * org-list.el (org-list-search-unenclosed-generic): Replace call
1499 to booleanp.
1500
15012010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1502
1503 * org.el (org-agenda-jump-prefer-future): New option.
1504
4d789d84
SM
1505 * org-agenda.el (org-agenda-goto-date):
1506 Use `org-agenda-jump-prefer-future'.
afe98dfa
CD
1507
15082010-11-11 Noorul Islam <noorul@noorul.com>
1509
01c35094 1510 * org-latex.el (org-export-latex-links): Replaced hard coded
afe98dfa
CD
1511 hyperref format with custom variable
1512 `org-export-latex-hyperref-format'.
1513
15142010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1515
1516 * org.el (org-insert-heading): Fix docstring.
1517
15182010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1519
1520 * org-capture.el (org-capture-place-entry): If the first line is
1521 already a headline, just stay there.
1522
15232010-11-11 Eric Schulte <schulte.eric@gmail.com>
1524
1525 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
1526 are non-nil.
1527
15282010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1529
1530 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
1531 after an entity.
1532
15332010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1534
1535 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
1536 table fields.
1537
15382010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1539
1540 * org.el (org-insert-heading): When on the headline of an inline
1541 task, insert another inline tasks.
1542
15432010-11-11 Eric Schulte <schulte.eric@gmail.com>
1544
1545 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
1546 links for blocks that will actually tangle.
1547
15482010-11-11 Eric Schulte <schulte.eric@gmail.com>
1549
1550 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
1551 in expanded shell bodies.
1552
15532010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1554
1555 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
1556 newline characters.
1557
15582010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1559
1560 * ob-sh.el (org-babel-expand-body:sh): Align code.
1561
15622010-11-11 Eric Schulte <schulte.eric@gmail.com>
1563
01c35094 1564 * ob.el (org-babel-params-from-properties): Max line with at <=80.
afe98dfa
CD
1565
15662010-11-11 Eric Schulte <schulte.eric@gmail.com>
1567
1568 * org-latex.el (org-export-latex-listings-langs): Clojure is now
1569 recognized as a lisp.
1570
15712010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1572
1573 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
1574 to interpret property as header argument value.
1575
15762010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1577
1578 * ob.el (org-babel-parse-header-arguments): Simplify reading of
1579 header arg value.
1580
15812010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1582
1583 * org-publish.el (org-publish-org-to-ascii):
1584 (org-publish-org-to-latin1):
1585 (org-publish-org-to-utf8): New functions.
1586
15872010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1588
1589 * org.el (org-insert-heading): Skip inline tasks when trying to
1590 insert a new heading after the end of the subtree.
1591
15922010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1593
1594 * org-inlinetask.el (org-inlinetask-min-level): Set customization
1595 type to integer or nil.
1596
1597 * org.el (org-insert-heading): When after an inline task, do not
1598 use level but go back to headline level before the inline task.
1599
16002010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1601
1602 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
1603
1604 * org.el (org-indent-line-function): Fix indentation of inline
1605 tasks.
1606
16072010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1608
1609 * org.el (org-activate-links): Fix customize type.
1610
16112010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1612
1613 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
1614 default option.
1615
16162010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1617
1618 * org-latex.el (org-export-latex-minted): Document pygments
1619 dependency.
1620
16212010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1622
1623 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
1624 file if encryption has been turned on.
1625 (org-mobile-copy-agenda-files): Avoid double encryption of
1626 `mobileorg.org'.
1627
16282010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1629
4d789d84
SM
1630 * org-exp.el (org-export-latex-minted-with-line-numbers):
1631 Ensure that variable is declared.
afe98dfa
CD
1632
16332010-11-11 Eric Schulte <schulte.eric@gmail.com>
1634
4d789d84 1635 * ob-python.el (org-src-preserve-indentation): Fix compiler
afe98dfa
CD
1636 warning.
1637
16382010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1639
4d789d84
SM
1640 * org-exp.el (org-export-format-source-code-or-example):
1641 Latex formatting of source code blocks using the minted package
afe98dfa
CD
1642 (org-export-plist-vars): Add :latex-minted property
1643 (org-export-latex-minted): Ensure variable is defined
1644 (org-export-latex-minted-langs): Ensure variable is defined.
1645
16462010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1647
1648 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
1649
16502010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1651
1652 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
1653
16542010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1655
1656 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
1657 when `org-src-preserve-indentation' is non-nil.
1658
16592010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1660
1661 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
1662 of blocks added to Library of Babel.
1663
16642010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1665
1666 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
1667 name.
1668
16692010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1670
4d789d84
SM
1671 * org-beamer.el (org-beamer-place-default-actions-for-lists):
1672 Fix typo in regexp.
afe98dfa
CD
1673
16742010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1675
1676 * org-list.el (org-toggle-checkbox): Avoid some boundary error
1677 when inserting a checkbox in an empty last item of a list.
1678
16792010-11-11 David Maus <dmaus@ictsoc.de>
1680
4d789d84
SM
1681 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
1682 Query article number from file is nil by default.
afe98dfa
CD
1683
16842010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1685
1686 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
1687
16882010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1689
1690 * org-capture.el (org-capture-place-entry): Move to `beg' before
1691 searching for `%?'.
1692
16932010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1694
1695 * org.el (org-format-latex): Fix mathjax treatment of single
1696 letters in between dollars.
1697
16982010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
1699
1700 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
1701 run.
1702
17032010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1704
1705 * org.el (org-blank-before-new-entry): Improve docstring.
1706
17072010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1708
4d789d84
SM
1709 * org-mobile.el (org-mobile-force-id-on-agenda-items):
1710 Fix docstring.
afe98dfa
CD
1711 (org-mobile-write-agenda-for-mobile): Use outline path if we do
1712 not have an ID and are not allowed to make one.
1713 (org-mobile-get-outline-path-link): New function.
1714
17152010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1716
1717 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
1718 file.
1719 (org-mobile-write-agenda-for-mobile): Use the right name, even if
1720 the file get encrypted.
1721 (org-mobile-move-capture): Only delete tempfile if it does exist.
1722
17232010-11-11 Eric Schulte <schulte.eric@gmail.com>
1724
4d789d84 1725 * ob.el (org-babel-number-p): Fix documentation string.
afe98dfa
CD
1726
17272010-11-11 Eric Schulte <schulte.eric@gmail.com>
1728
1729 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
1730 "tangle" as a positive argument for the :noweb header argument
1731 during tangling.
1732
17332010-11-11 Eric Schulte <schulte.eric@gmail.com>
1734
4d789d84 1735 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
afe98dfa
CD
1736 have links, with tests.
1737
afe98dfa
CD
17382010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1739
1740 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
1741 available.
1742 (org-export-latex-get-error): New function.
1743 (org-export-as-pdf): Give an indication of the errors that
1744 happened during processing.
1745
17462010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
1747
1748 * org-exp.el (org-export-language-setup): Fix Polish entries.
1749
17502010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1751
1752 * org.el (org-set-tags): Allow comma as a separator when
1753 specifying tags at the completion interface.
1754 (org-tags-completion-function): Allow comma as a separator when
1755 specifying tags at the completion interface.
1756
17572010-11-11 Eric Schulte <schulte.eric@gmail.com>
1758
1759 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
1760 export-file if exporting from a buffer which is not visiting a
1761 file.
1762
17632010-11-11 Eric Schulte <schulte.eric@gmail.com>
1764
1765 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
1766 name in link construction if there is a heading to follow it.
1767
17682010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1769
1770 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
1771 as an allowed extension.
1772
17732010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
1774
1775 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
1776 with zeros. Start applying face earlier.
1777
17782010-11-11 Eric Schulte <schulte.eric@gmail.com>
1779
1780 * ob.el (or): Don't create org-babel-temporary-directory in batch
1781 as it won't be removed by emacs-kill-hook
1782 (org-babel-remove-temporary-directory): Only try to remove this
1783 directory if it exists.
1784
17852010-11-11 Eric Schulte <schulte.eric@gmail.com>
1786
1787 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
1788 warning in ob.el.
1789
17902010-11-11 Eric Schulte <schulte.eric@gmail.com>
1791
1792 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
1793 the tangling message.
1794
17952010-11-11 Eric Schulte <schulte.eric@gmail.com>
1796
1797 * ob.el (org-babel-load-languages): Fixes compiler warning.
1798
17992010-11-11 Eric Schulte <schulte.eric@gmail.com>
1800
1801 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
1802 output.
1803
18042010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1805
1806 * org-ascii.el (org-export-as-ascii): Use the correct match group.
1807
18082010-11-11 Eric Schulte <schulte.eric@gmail.com>
1809
1810 * ob.el (boundp): Uncommenting defvar form for
1811 org-babel-temporary-directory
1812 (org-babel-temp-file): Now using the org-babel-temporary-directory
1813 for holding new babel temporary files
1814 (org-babel-remove-temporary-directory): Removes the babel temp dir
1815 when Emacs shutsdown
1816 (kill-emacs-hook): Now removing the babel temp dir on Emacs
1817 shutdown.
1818
18192010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1820
1821 * org-capture.el (org-capture-fill-template): Initialize history
1822 variable.
1823
18242010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1825
1826 * org-src.el (org-edit-src-code): Don't move point when generating
1827 edit buffer.
1828
18292010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1830
1831 * org-src.el (org-edit-src-code): Deal with point being in
1832 #+end_src line.
1833
18342010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1835
1836 * org-table.el (org-table-current-column): Add interactive to turn
1837 this into a command.
1838
18392010-11-11 Bernt Hansen <bernt@norang.ca>
1840
1841 * org.el (org-insert-heading): Run org-insert-heading-hook when
1842 creating the first heading in a file.
1843
18442010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1845
1846 * org.el (org-startup-with-inline-images): New option.
1847 (org-startup-options): Add new keywords inlineimages and
1848 noinlineimages.
1849 (org-mode): Inline images when this has been configured.
1850
18512010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1852
1853 * ob.el (org-babel-get-src-block-info): Remove optional
1854 HEADER-VARS-ONLY argument; further simplification.
1855
18562010-11-11 Eric Schulte <schulte.eric@gmail.com>
1857
4d789d84 1858 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
afe98dfa
CD
1859 prompt in ob-confirm-evaluate in some cases.
1860
18612010-11-11 Eric Schulte <schulte.eric@gmail.com>
1862
1863 * ob.el (org-babel-demarcate-block): Visible region and completion
1864 during language selection.
1865
18662010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1867
1868 * ob.el (org-babel-get-src-block-info): Remove comment.
1869
18702010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1871
1872 * ob.el (org-babel-get-src-block-info): Simplify function.
1873
18742010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1875
1876 * ob.el (org-babel-get-src-block-info): Form info list correctly
1877 when parenthesised arguments are missing.
1878
18792010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1880
1881 * ob-exp.el (org-export-babel-evaluate): Docstring typo
1882 (org-babel-exp-code): Docstring typo.
1883
18842010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1885
4d789d84
SM
1886 * org-mobile.el (org-mobile-encryption-password):
1887 Improve docstring.
afe98dfa
CD
1888 (org-mobile-encryption-password-session): New variable.
1889 (org-mobile-encryption-password): New function.
1890 (org-mobile-check-setup):
1891 (org-mobile-encrypt-file):
1892 (org-mobile-decrypt-file): Use the new function.
1893
18942010-11-11 David Maus <dmaus@ictsoc.de>
1895
1896 * org-capture.el (org-capture-place-template): Widen to remove
1897 possible restrictions in target buffer.
1898
18992010-11-11 Jambunathan K <kjambunathan@gmail.com>
1900
4d789d84 1901 * org.el (org-speed-command-hook): Add org-speed-command-hook
afe98dfa
CD
1902 (org-babel-speed-command-hook): Hook for Babel's speed commands.
1903
19042010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1905
1906 * ob.el (org-babel-execute-buffer): Re-implement using
1907 `org-babel-map-src-blocks'.
1908
19092010-11-11 David Maus <dmaus@ictsoc.de>
1910
1911 * org-capture.el (org-capture-templates): Update doc string with
1912 new message date related escapes.
1913
19142010-11-11 David Maus <dmaus@ictsoc.de>
1915
1916 * org-wl.el (org-wl-store-link-message): Define properties %:date)
1917 (%:date-timestamp, and %:date-timestamp-inactive.
1918
1919 * org-mew.el (org-mew-store-link): Dto.
1920
1921 * org-mhe.el (org-mhe-store-link): Dto.
1922
1923 * org-rmail.el (org-rmail-store-link): Dto.
1924
1925 * org-vm.el (org-vm-store-link): Dto.
1926
19272010-11-11 David Maus <dmaus@ictsoc.de>
1928
1929 * org-wl.el (org-wl-message-field): Always get literal content of
1930 header fields.
1931
19322010-11-11 David Maus <dmaus@ictsoc.de>
1933
1934 * org-gnus.el (org-gnus-store-link): Define properties
1935 %:date-timestamp and %:date-timestamp-inactive.
1936
19372010-11-11 David Maus <dmaus@ictsoc.de>
1938
1939 * org-gnus.el (org-gnus-store-link): Handle empty date header
1940 field.
1941
19422010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1943
01c35094
JB
1944 * org.el (org-speed-command-hook): New. Hook for installing
1945 additional speed commands. Use this for enabling speed commands on
afe98dfa
CD
1946 src blocks.
1947 (org-speed-command-default-hook): The default hook for
01c35094 1948 org-speed-command-hook. Factored out from org-self-insert-command
afe98dfa
CD
1949 and mimics existing behaviour.
1950 (org-self-insert-command): Modified to use org-speed-command-hook.
1951
19522010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1953
1954 * org-agenda.el (org-search-view): Recover spaces in search words
1955 if they were escaped with \ or inside a regexp.
1956
19572010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1958
1959 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
1960 the list of completable meta line words.
1961 (org-complete): Complete property names after #+PROPERTY.
1962
19632010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1964
1965 * ob-python.el (org-babel-python-evaluate-session): Make temp file
1966 names consistent.
1967
19682010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1969
1970 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
1971 Delete extra format argument.
1972
19732010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1974
1975 * ob-org.el (org-babel-org-export): Typo in docstring.
1976
19772010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1978
1979 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
1980 variable.
1981
19822010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1983
1984 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
1985
19862010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1987
1988 * ob.el (org-babel-process-file-name): New function
1989 (org-babel-maybe-remote-file): Delete function.
1990
19912010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1992
1993 * ob-C.el (org-babel-C-execute): Remove unused variable.
1994
19952010-11-11 David Maus <dmaus@ictsoc.de>
1996
1997 * org.el (org-make-link-string): Prevent superfluous colon.
1998
19992010-11-11 David Maus <dmaus@ictsoc.de>
2000
2001 * org.el (org-make-org-heading-search-string): Leave headline
2002 intact.
2003
20042010-11-11 David Maus <dmaus@ictsoc.de>
2005
2006 * org.el (org-make-link-string): Don't escape characters in link
2007 type.
2008
20092010-11-11 Bastien Guerry <bzg@altern.org>
2010
2011 * org-capture.el (org-capture-templates): Update docstring to
01c35094 2012 advertise %:org-date.
afe98dfa
CD
2013
20142010-11-11 Eric Schulte <schulte.eric@gmail.com>
2015
2016 * ob-dot.el (org-babel-execute:dot): Automatically specifies
2017 "-T<ext>" based on file name extension.
2018
20192010-11-11 Eric Schulte <schulte.eric@gmail.com>
2020
2021 * ob-org.el (org-babel-org-export): Raise error on nested export
2022 call.
2023
20242010-11-11 Eric Schulte <schulte.eric@gmail.com>
2025
2026 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
2027 output files.
2028
20292010-11-11 Eric Schulte <schulte.eric@gmail.com>
2030
2031 * ob.el (org-babel-demarcate-block): Better initialization of
2032 stars.
2033
20342010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2035
2036 * org-src.el (org-src-tab-acts-natively): Add customize interface.
2037
20382010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2039
4d789d84
SM
2040 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
2041 New variable allowing prevention of automatic stripping of leading and
afe98dfa
CD
2042 trailing blank lines when exiting edit buffer.
2043 (org-edit-src-exit): Respect value of
2044 `org-src-strip-leading-and-trailing-blank-lines'
4d789d84
SM
2045 (org-src-native-tab-command-maybe):
2046 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
afe98dfa
CD
2047 this function.
2048
20492010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2050
2051 * org-src.el (org-edit-src-code): If mark was inside code block
2052 then code edit buffer inherits mark with active region.
2053
20542010-11-11 Eric Schulte <schulte.eric@gmail.com>
2055
2056 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
2057
20582010-11-11 Eric Schulte <schulte.eric@gmail.com>
2059
2060 * ob.el (org-babel-demarcate-block): Better handling of empty
2061 space around demarcated area.
2062
20632010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2064
2065 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
2066 this command.
2067
20682010-11-11 David Maus <dmaus@ictsoc.de>
2069
2070 * org-gnus.el (org-gnus-open-nntp): New function.
2071
20722010-11-11 David Maus <dmaus@ictsoc.de>
2073
2074 * org-wl.el (org-wl-open-nntp): New function.
2075
20762010-11-11 David Maus <dmaus@ictsoc.de>
2077
2078 * org-wl.el (org-wl-open): Open message by numeric reference if
2079 article part is not a message id.
2080
20812010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2082
2083 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
2084 visible line.
2085
20862010-11-11 Eric Schulte <schulte.eric@gmail.com>
2087
2088 * ob.el (org-babel-demarcate-block): Interactive demarcation of
01c35094 2089 code blocks.
afe98dfa
CD
2090
2091 * ob-keys.el (org-babel-key-bindings): Key bindings for block
2092 demarcation.
2093
20942010-11-11 Bastien Guerry <bzg@altern.org>
2095
2096 * org.el (org-link-types): Add the "message" link type.
2097
20982010-11-11 David Maus <dmaus@ictsoc.de>
2099
2100 * org.el (org-link-types): Add 'message:' link type to default
2101 link types.
2102
21032010-11-11 Bastien Guerry <bzg@altern.org>
2104
2105 * org-gnus.el (org-gnus-store-link): Add the :date property to
2106 gnus links, allowing the use of %:date in capture templates.
2107
21082010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2109
2110 * org-list.el (org-cycle-list-bullet): Follow order of bullets
2111 indicated in doc-string.
2112
2113 * org-list.el (org-list-bottom-point-with-indent): List is ended
2114 when a line is less indented that the last item, not the less
2115 indented item.
2116
21172010-11-11 Eric Schulte <schulte.eric@gmail.com>
2118
2119 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
2120 original file before resolving code block parameters to ensure
2121 headline and buffer wide parameters are taken into consideration
2122 when only a narrowed portion of the file is exported.
2123
21242010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2125
2126 * org.el (org-forward-same-level): Fix docstring.
2127
21282010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
2129
2130 * org-publish.el (org-publish-attachment): Put the attachment into
2131 the right directory.
2132
21332010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2134
2135 * org.el (org-goto-first-child): New command.
2136
21372010-11-11 Matt Lundin <mdl@imapmail.org>
2138
2139 * org-agenda.el (org-prepare-agenda): If the agenda is called from
2140 within the agenda via an elisp link, such as
2141 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
2142 of the file containing the link, since that buffer is current
2143 during org-prepare agenda (due to a with-current-buffer in
01c35094 2144 org-agenda-open-link). An additional test now ensures that the
afe98dfa
CD
2145 agenda buffer is in fact current when the buffer is erased and
2146 local variables for the agenda are set.
2147
21482010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
2149
2150 * org-exp.el (org-infile-export-plist): Define property macro.
2151
21522010-11-11 David Maus <dmaus@ictsoc.de>
2153
2154 * org-mhe.el (org-mhe-get-header): Remove possible folding white
2155 space in message header field.
2156
21572010-11-11 David Maus <dmaus@ictsoc.de>
2158
2159 * org-feed.el (org-feed): Fix typo in customization group :tag
2160 property.
2161
21622010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2163
2164 * org-latex.el (org-export-latex-tag-markup): New option.
4d789d84
SM
2165 (org-export-latex-keywords-maybe):
2166 Use `org-export-latex-tag-markup'.
afe98dfa
CD
2167
21682010-11-11 Rémi Vanicat <vanicat@debian.org>
2169
2170 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
2171 (org-ical-ts-to-string): Use UTC time when requested.
2172
21732010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
2174
2175 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
2176 from 'file' to 'http'.
2177
21782010-11-11 David Maus <dmaus@ictsoc.de>
2179
2180 * org.el (org-store-log-note): Fix wrong usage
2181 of`org-adapt-indentation'.
2182
21832010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2184
2185 * org.el (org-skip-over-state-notes): Do not compute bottom point
2186 at each item.
2187
2188 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
2189 instead of moving to each item.
2190
21912010-11-11 David Maus <dmaus@ictsoc.de>
2192
2193 * org-capture.el (org-capture-templates): Small fix in doc string.
2194
21952010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
2196
4d789d84
SM
2197 * org-archive.el (org-get-local-archive-location):
2198 Use `org-carchive-location' as default.
afe98dfa
CD
2199
22002010-11-11 Eric Schulte <schulte.eric@gmail.com>
2201
01c35094 2202 * ob-C.el (org): No longer requires org.
afe98dfa
CD
2203
2204 * ob-ledger.el (org): No longer requires org.
2205
22062010-11-11 David Maus <dmaus@ictsoc.de>
2207
2208 * org.el (org-priority): Save match data before call to
2209 `read-char-exclusive'.
2210
22112010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2212
2213 * org-list.el (org-list-to-generic): Descriptions labels can be
2214 any suit of symbols, and will end at double colons.
2215
22162010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2217
2218 * org.el (org-indent-line-function): Indent past [@num] and
2219 [@start:num], consistently with what is already done with
2220 checkboxes.
2221
22222010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2223
2224 * org.el (org-store-log-note): Indent new notes to the right
2225 column. Also take `org-list-two-spaces-after-bullet-regexp' into
2226 consideration when creating the note.
2227
22282010-11-11 David Maus <dmaus@ictsoc.de>
2229
2230 * org-gnus.el (nnimap-group-overview-filename): Declare function
2231 to silence byte compiler.
2232
22332010-11-11 David Maus <dmaus@ictsoc.de>
2234
4d789d84
SM
2235 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
2236 New customization variable.
afe98dfa
CD
2237 (org-gnus-nnimap-cached-article-number): New function.
2238 (org-gnus-follow-link): Try to fetch cached article number of
2239 message-id.
2240
22412010-11-11 Eric Schulte <schulte.eric@gmail.com>
2242
2243 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
2244 first line into code blocks before export so that the first line
2245 is not interpreted as a title
2246 (org-babel-org-export): Use new dummy code block prefix.
2247
22482010-11-11 Eric Schulte <schulte.eric@gmail.com>
2249
2250 * ob.el (org-babel-insert-result): No longer throws error when
2251 inserting an empty result.
2252
22532010-11-11 Eric Schulte <schulte.eric@gmail.com>
2254
2255 * ob-tangle.el: autoload org-babel-tangle-lang-exts from ob-tangle.
2256
22572010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2258
4d789d84
SM
2259 * ob.el (org-babel-do-in-edit-buffer):
2260 Use `org-babel-where-is-src-block-head' to test for source block at
afe98dfa
CD
2261 point.
2262
22632010-11-11 Eric Schulte <schulte.eric@gmail.com>
2264
2265 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
01c35094 2266 `org-babel-goto-src-block-head'.
afe98dfa
CD
2267
2268 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
2269 current code block.
2270
22712010-11-11 Eric Schulte <schulte.eric@gmail.com>
2272
2273 * ob.el (org-babel-next-src-block): Now raising more informative
01c35094 2274 error when no further code blocks can be found.
afe98dfa
CD
2275 (org-babel-previous-src-block): Now raising more informative error
2276 when no previous code blocks can be found.
2277
22782010-11-11 Eric Schulte <schulte.eric@gmail.com>
2279
2280 * org-exp-blocks.el
2281 (org-export-preprocess-after-include-files-hook): Now using this
2282 hook instead of `org-export-preprocess-hook'.
2283
22842010-11-11 Eric Schulte <schulte.eric@gmail.com>
2285
01c35094 2286 * ob-plantuml.el (org-babel-execute:plantuml): ????
afe98dfa
CD
2287
22882010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2289
2290 * ob-python.el (org-babel-python-evaluate): Refactor as call to
2291 either `org-babel-python-evaluate-external-process' or
2292 `org-babel-python-evaluate-session'.
2293 (org-babel-python-evaluate-external-process): New function to
2294 handle evaluation in external process.
2295 (org-babel-python-evaluate-session): New function to handle
2296 evaluation in emacs inferior process.
2297
22982010-11-11 Eric Schulte <schulte.eric@gmail.com>
2299
2300 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
2301 or html respecting :results header arg
2302 (org-babel-org-export): Exports a string of text to an output
2303 format.
2304
23052010-11-11 Eric Schulte <schulte.eric@gmail.com>
2306
2307 * ob.el (org-babel-insert-result): Remove existing results when
2308 nil results are returned.
2309
23102010-11-11 David Maus <dmaus@ictsoc.de>
2311
2312 * org-ascii.el (org-export-as-ascii): Bind and set link path for
2313 link type specific markup function.
2314
23152010-11-11 David Maus <dmaus@ictsoc.de>
2316
2317 * org-clock.el (notifications-notify): Properly declare function
2318 to silence byte compiler.
2319
23202010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2321
2322 * org-list.el (org-insert-item): Check invisibility of point at a
2323 meaningful location.
2324
23252010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2326
2327 * org-list.el (org-list-insert-item-generic): Updating checkboxes
2328 can modifiy bottom point of a list, so make it a marker before
2329 calling `org-update-checkbox-count-maybe'.
2330
23312010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2332
2333 * org.el (org-src-fontify-natively): Set to nil by default.
2334 Supply cutomize interface.
2335
23362010-11-11 Bastien Guerry <bzg@altern.org>
2337
2338 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
2339 `org-bracket-link-analytic-regexp++' to match the link type.
2340
23412010-11-11 Eric Schulte <schulte.eric@gmail.com>
2342
2343 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
2344 `language'.
2345
23462010-11-11 Eric Schulte <schulte.eric@gmail.com>
2347
4d789d84
SM
2348 * ob-tangle.el (org-babel-tangle-comment-format-beg):
2349 Format string specifying the link-comment preceding a code block
afe98dfa
CD
2350 (org-babel-tangle-comment-format-end): Format string specifying
2351 the link-comment following a code block
2352 (org-babel-tangle-collect-blocks): Storing more information in the
2353 spec of a tangling code block
2354 (org-babel-spec-to-string): Now makes use of customizable
2355 link-comment formats.
2356
23572010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
2358
2359 * org.el (org-delete-backward-char): Check for nil overwrite-mode
2360 before inserting spaces.
2361
23622010-11-11 David Maus <dmaus@ictsoc.de>
2363
2364 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
2365 from summary of non-TODO ical entries.
2366 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
2367 exclude tags from summary of TODO ical entries.
2368
23692010-11-11 Eric Schulte <schulte.eric@gmail.com>
2370
2371 * ob.el (org-babel-map-src-blocks): Now exposes much information
2372 about the code block in the form of let-bound local variables.
2373
23742010-11-11 David Maus <dmaus@ictsoc.de>
2375
2376 * org-list.el (org-outline-regexp, org-ts-regexp)
2377 (org-ts-regexp-both, org-in-regexps-block-p)
2378 (org-level-increment, org-at-heading-p)
2379 (outline-previous-heading, org-icompleting-read)
2380 (org-time-string-to-seconds): Declare to fix compiler warning.
2381
23822010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2383
2384 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
01c35094 2385 used from an heading. Send an error when no item is in region.
afe98dfa
CD
2386
23872010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2388
2389 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
2390 ensure that edit buffer is exited.
2391
23922010-11-11 Eric Schulte <schulte.eric@gmail.com>
2393
2394 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
2395 control the amount of extra newlines inserted into tangled code
2396 (org-babel-tangle-collect-blocks): Now conditionally collects
2397 information to be used for "org" style comments
2398 (org-babel-spec-to-string): Now inserts "org" style comments, and
2399 obeys the newline configuration variable when inserting whitespace.
2400
24012010-11-11 Eric Schulte <schulte.eric@gmail.com>
2402
2403 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
2404 hook
2405 (org-babel-tangle): Calls new tangle hook.
2406
24072010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2408
2409 * org-capture.el (org-capture): Compute the length of the correct
2410 string when removing properties.
2411
24122010-11-11 Eric Schulte <schulte.eric@gmail.com>
2413
2414 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
2415 names before shell quoting.
2416
24172010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2418
2419 * org-src.el (org-src-tab-indents-natively): New variable
2420 controlling whether language-native TAB action should be performed
2421 (org-src-native-tab-command-maybe): New function to perform
2422 language-native TAB action.
2423 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
2424
24252010-11-11 Eric Schulte <schulte.eric@gmail.com>
2426
2427 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
2428 `org-plantuml-jar-path' before use.
2429
24302010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2431
2432 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
2433 language major mode buffers during fontification.
2434
24352010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2436
2437 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
01c35094 2438 match code blocks with switches and header args. Call
afe98dfa
CD
2439 `org-src-font-lock-fontify-block' for automatic fontification of
2440 code in code blocks, controlled by variable
2441 `org-src-fontify-natively'.
2442 (org-src-fontify-natively): New variable.
2443
24442010-11-11 Eric Schulte <schulte.eric@gmail.com>
2445
4d789d84 2446 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
afe98dfa
CD
2447 inf-ruby.
2448
24492010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
2450
01c35094
JB
2451 * org-html.el (org-html-make-link): (expand-file-name) removes
2452 one "/" from "///path-to-file", so add one. Anything other than
afe98dfa
CD
2453 'file' type should be exported along with the type.
2454
24552010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
2456
01c35094
JB
2457 * org.el (org-insert-subheading): Fix compiler warning
2458 (org-insert-todo-subheading): Fix compiler warning.
afe98dfa
CD
2459
24602010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2461
2462 * org-capture.el (org-capture): Remove read-only text properties
2463 from capture text.
2464 (org-capture-set-target-location): Throw an error if file+headline
2465 target does not point into a file which is in Org mode.
2466
24672010-11-11 Eric Schulte <schulte.eric@gmail.com>
2468
2469 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
2470
24712010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2472
2473 * org-src.el (org-edit-src-code): Improve docstring.
2474
24752010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2476
2477 * ob.el (org-babel-execute-src-block): Document prefix argument in
2478 docstring.
2479
24802010-11-11 Eric Schulte <schulte.eric@gmail.com>
2481
2482 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
2483 org-ditaa-jar-path with expand-file-name.
2484
24852010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2486
2487 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
2488 `org-babel-execute-src-block'.
2489
24902010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2491
2492 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
2493 [@x] syntax for list numbering.
2494
24952010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2496
2497 * org.el (org-indent-line-function): Indentation of source block
2498 is left to `org-edit-src-exit' and shouldn't be modified by
01c35094 2499 `org-indent-line-function'. Indentation of others blocks should be
afe98dfa
CD
2500 the same as the #+begin line.
2501
25022010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2503
2504 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
2505 forms on source blocks in current buffer; restore point in current
2506 buffer.
2507
25082010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2509
2510 * org-list.el (org-list-struct): Accept list boundaries as an
2511 argument in order to avoid computing `org-list-top-point' and
2512 `org-list-bottom-point' twice when indenting.
2513
25142010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2515
2516 * org-list.el (org-list-ending-method): Default value is now
2517 `both', to ensure maximum compatibility before previous
2518 implementation.
2519
25202010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2521
2522 * org-list.el (org-list-in-item-p-with-indent): Test if first line
2523 is the item beginning.
2524
2525 * org-list.el (org-list-top-point-with-indent): Test if first line
2526 is a valid list beginning.
2527
25282010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2529
2530 * org-list.el (org-list-ending-method): New customizable variable
01c35094 2531 to tell Org Mode how lists end. See docstring.
afe98dfa
CD
2532
25332010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2534
2535 * org-list.el (org-indent-item-tree): Shifting step of top-level
2536 item depends on `org-level-increment'.
2537
25382010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2539
2540 * org.el (org-indent-line-function): Indent first non blank line
2541 after a list according to current heading level.
2542
25432010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2544
4d789d84 2545 * org-docbook.el (org-export-as-docbook): Remove check for
afe98dfa
CD
2546 indentation on lines that do not start with a list bullet.
2547
2548 * org-html.el (org-export-as-html): Same thing.
2549
25502010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2551
2552 * org-list.el (org-list-bottom-point): Take into consideration
2553 that bound of search can be before true ending of the list.
2554
25552010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2556
2557 * org-list.el (org-list-struct-apply-struct): No longer shift
2558 item's body twice: one after replacing bullet and one after
2559 changing indentation.
2560
25612010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2562
4d789d84 2563 * org-list.el (org-list-struct-indent): Add code to replace
afe98dfa
CD
2564 bullets if needed when indenting.
2565
25662010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2567
2568 * org-list.el (org-list-insert-item-generic): A single item
2569 already counting blank lines in his body should be separated with
01c35094 2570 the next one by a blank line. Moreover, if user already provided
afe98dfa
CD
2571 blank lines, follow his wishes.
2572
25732010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2574
2575 * org-list.el (org-indent-item-tree): When moving top item of a
2576 *-list to column 0, only the first item had its bullet changed to
01c35094 2577 -. It now changes all items of the top-level list, as expected.
afe98dfa
CD
2578
25792010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2580
2581 * org-list.el (org-toggle-checkbox): Go to beginning of line
2582 before processing.
2583
25842010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2585
2586 * org-list.el (org-list-struct-apply-struct): Check if ancestor
2587 exists.
2588
25892010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2590
2591 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
2592 done at each item.
2593
25942010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2595
2596 * org-list.el : Removed unused variable
2597 `org-suppress-item-indentation'.
2598
2599 * org-list.el (org-renumber-ordered-list): Skip item if bullet
2600 number is already good.
2601
26022010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2603
2604 * org-list.el (org-list-automatic-rules): Doc-string reflects this
2605 change.
2606
2607 * org-list.el (org-indent-item-tree): Prevent whole list from
01c35094
JB
2608 being moved when user is not moving subtree. Thus
2609 `org-cycle-item-indentation' will not allow to move the list.
afe98dfa
CD
2610
26112010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2612
01c35094 2613 * org-list.el (org-indent-item-tree): Remove region code. It was
afe98dfa
CD
2614 prone to errors and undocumented.
2615
2616 * org-list.el (org-item-indent-positions): Better heuristics to
2617 determine what bullet the item will have when demoted.
2618
26192010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2620
2621 * org-list.el (org-list-bullet-string): First check if
2622 `org-list-two-spaces-after-bullet-regexp' isn't nil.
2623
26242010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2625
2626 * org-list.el (org-list-bullet-string): Do not modify match-data.
2627
2628 * org.el (org-toggle-item): Now working again when changing list
01c35094 2629 items into plain text. Moreover take into consideration
afe98dfa
CD
2630 `org-list-two-spaces-after-bullet-regexp'.
2631
26322010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2633
4d789d84 2634 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
afe98dfa
CD
2635 fix, and improved heuristics to determine bullet when indenting.
2636
2637 * org-list.el (org-item-indent-positions): Function now returns
2638 sane results when there are two lists separated with blank lines
2639 only.
2640
26412010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2642
2643 * org-docbook.el (org-export-as-docbook): Use override="num" in
01c35094 2644 any listitem matching [@start:num].
afe98dfa
CD
2645
2646 * org-html.el (org-export-as-html): Use value="num" in any li
01c35094 2647 matching [@start:num].
afe98dfa
CD
2648
26492010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2650
2651 * org.el (org-set-font-lock-defaults): Correct fontification for
2652 checkboxes found after [@start:?].
2653
2654 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
2655 [@start:?] when looking at a regex after a bullet.
2656
2657 * org-list.el (org-toggle-checkbox): Correct insertion of
2658 checkboxes when there is already a [@start:?] in the item.
2659
2660 * org-list.el (org-checkbox-blocked-p): Properly check if there's
2661 an unchecked item before.
2662
2663 * org-list.el (org-list-parse-list): Function handles items having
2664 both a counter and a checkbox.
2665
26662010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2667
2668 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
2669 stores both indentation and bullet when cycle started.
2670
26712010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2672
2673 * org-list.el: `org-at-description-p' renamed to
2674 `org-at-item-description-p', `org-first-list-item-p' renamed to
2675 `org-list-first-item-p', `org-end-of-item-text-before-children'
2676 renamed to `org-end-of-item-or-at-child'.
2677
26782010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2679
2680 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
2681 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
2682 before toggling a checkbox.
2683
26842010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2685
2686 * org-list.el (org-list-bullet-string): New function returning
2687 bullet concatenated with an appropriate number of white spaces.
2688
2689 * org-list.el (org-list-insert-item-generic): Insert the right
2690 bullet, with help of `org-list-bullet-string'.
2691
4d789d84
SM
2692 * org-list.el (org-indent-item-tree):
2693 Use `org-list-bullet-string'.
afe98dfa
CD
2694
2695 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
2696
2697 * org-list.el (org-toggle-checkbox): Send an error when
2698 `org-toggle-checkbox' is trying to insert a checkbox at a
2699 description item.
2700
2701 * org-list.el (org-item-re): Modified regexp so it can catch
2702 correct number of white space before item body.
2703
2704 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
2705 consideration new `org-item-re'.
2706
27072010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2708
2709 * org-list.el (org-list-insert-item-generic): The second item in a
2710 list will be separated from its predecessor with the number of
2711 blank lines separating the first item from its parent, if any, or
2712 no blank line.
2713
27142010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2715
2716 * org-list.el (org-indent-item-tree): Fix and reorder every list
2717 and sublist, from parent of list that has moved if indenting, or
2718 from list at point if outdenting.
2719
27202010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2721
2722 * org-list.el (org-indent-item-tree): Try to keep relative
01c35094 2723 position on line. It can't if point is in white spaces before
afe98dfa
CD
2724 bullet because mixed tabs and spaces make some columns
2725 unattainable.
2726
27272010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2728
2729 * org-list.el (org-cycle-item-indentation): Cycle when the whole
01c35094 2730 item only contains bullet and maybe a checkbox. Previously, TAB
afe98dfa
CD
2731 would cycle when the first line of the item was blank.
2732
27332010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2734
2735 * org-list.el (org-cycle-item-indentation): Allow a point just
2736 after a description item or a checkboxed item to start cycling.
2737
27382010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2739
4d789d84
SM
2740 * org-list.el (org-cycle-list-bullet):
2741 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
afe98dfa
CD
2742 as valid bullets when cycling.
2743
27442010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2745
2746 * org-list.el (org-cycle-item-indentation): Do return t if and
2747 only if cycling is possible and succeded.
2748
27492010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2750
2751 * org-list.el (org-indent-item-tree): When outdenting a subtree,
2752 the last item shouldn't have a children.
2753
27542010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2755
2756 * org-list.el (org-cycle-item-indentation): Cycling should play
2757 nicely with indent rule in `org-list-automatic-rules'.
2758
27592010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2760
2761 * org-list.el (org-indent-item-tree): If indent rule is activated,
2762 it should be impossible to outdent an item having children without
01c35094 2763 moving its subtree. Improved reordering of lists modified by
afe98dfa
CD
2764 cycling indentation.
2765
27662010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2767
4d789d84 2768 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
afe98dfa
CD
2769 `org-fix-bullet-type' to prevent infinite loop, and some checks
2770 already done in `org-renumber-ordered-list'.
2771
2772 * org-list.el (org-fix-bullet-type): Remove a check and call
2773 directly `org-maybe-renumber-ordered-list'.
2774
27752010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2776
2777 * org-list.el (org-indent-item-tree): It shouldn't be possible to
2778 indent the first item of a sublist (though outdent is possible) as
2779 it would break list's structure.
2780
27812010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2782
2783 * org-list.el (org-list-insert-item-generic): When local search
01c35094 2784 doesn't help, search the list globally for blank lines. Moreover,
afe98dfa
CD
2785 don't bother with new lists, and add 1 blank line.
2786
27872010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2788
4d789d84
SM
2789 * org-capture.el (org-capture-place-item):
2790 Use `org-search-forward-unenclosed' and
afe98dfa
CD
2791 `org-search-backward-unenclosed' and new variable
2792 `org-item-beginning-re'.
2793
2794 * org-list.el (org-item-beginning-re): Regexp matching beginning
2795 of an item.
2796
27972010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2798
2799 * org-list.el (org-cycle-list-bullet): Put back support for
2800 'previous argument.
2801
28022010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2803
2804 * org-list.el (org-in-item-p): Handle case when point is at an
2805 heading.
2806
2807 * org-list.el (org-list-make-subtree): Add protection when used
01c35094 2808 outside of list.
afe98dfa 2809
4d789d84 2810 * org-list.el (org-insert-item): Remove useless hack now
afe98dfa
CD
2811 `org-in-item-p' is fixed.
2812
4d789d84 2813 * org-timer.el (org-timer-item): Remove useless hack now
afe98dfa
CD
2814 `org-in-item-p' is fixed.
2815
28162010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2817
2818 * org-list.el (org-cycle-list-bullet): Prevent description items
01c35094 2819 from being numbered. String argument is also recognized now, as
afe98dfa
CD
2820 long as it is a valid bullet.
2821
28222010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2823
2824 * org-list.el (org-indent-item-tree): Moving indentation of top
2825 list item will make the whole list move.
2826
2827 * org-list.el (org-apply-on-list): Function is less sensitive to
2828 changes of indentation.
2829
28302010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2831
2832 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
2833 of the regexp.
2834
2835 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
2836
2837 * org-list.el (org-cycle-item-indentation): Allow cycling
2838 description items and checkbox items.
2839
2840 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
2841
2842 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
2843 regexp.
2844
28452010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2846
2847 * org-list.el (org-insert-item-internal): Guessing of blank lines
2848 number is made by looking at neighbours items, if any.
2849
28502010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2851
2852 * org-list.el (org-sort-list): Add the possibility to sort timer
2853 lists with the ?t or ?T options.
2854
28552010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2856
2857 * org-list.el (org-search-unenclosed-internal): New function to
2858 handle both `org-search-forward-unenclosed' and
2859 `org-search-backward-unenclosed'.
2860
2861 * org-list.el (org-search-backward-unenclosed): Can send errors
2862 now. Removed useless usage of COUNT.
2863
2864 * org-list.el (org-search-forward-unenclosed): Can send errors
2865 now. Removed useless usage of COUNT.
2866
4d789d84
SM
2867 * org-list.el (org-update-checkbox-count):
2868 Use `org-search-forward-unenclosed' and
afe98dfa
CD
2869 `org-search-backward-unenclosed' instead of `re-search-forward'
2870 and `re-search-backward'.
2871
2872 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
2873 and `org-search-backward-unenclosed' instead of
2874 `re-search-forward' and `re-search-backward'.
2875
4d789d84
SM
2876 * org-list.el (org-list-make-subtree):
2877 Use `org-search-forward-unenclosed' and
afe98dfa
CD
2878 `org-search-backward-unenclosed' instead of `re-search-forward'
2879 and `re-search-backward'.
2880
28812010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2882
2883 * org-list.el (org-insert-item-internal): Fixes the problem when
2884 point was before the first char of the item's body.
2885
28862010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2887
01c35094
JB
2888 * org-timer.el (org-timer-item): Refactoring. Compute timer string
2889 before inserting it in the buffer.
afe98dfa 2890
4d789d84 2891 * org-timer.el (org-timer): Add an optional argument to return
afe98dfa
CD
2892 timer string instead of inserting it.
2893
28942010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2895
2896 * org-list.el (org-insert-item-internal): New function to handle
2897 positionning and contents of an item being inserted at a specific
2898 pos. It is not possible anymore to split a term in a description
2899 list or a checkbox when inserting a new item.
2900
2901 * org-list.el (org-insert-item): Refactored by using the new
2902 `org-insert-item-internal' function.
2903
2904 * org-timer.el (org-timer-item): Refactored by using the new
2905 `org-insert-item-internal' function.
2906
29072010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2908
2909 * org-list.el (org-list-bottom-point): Be sure to check real
2910 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
2911
2912 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
2913 end of item if we are in a list.
2914
29152010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2916
2917 * org-list.el (org-insert-item): Move before any special block in
2918 a list prior to add a new item.
2919
2920 * org-timer.el (org-timer-item): When in a timer list, insert a
01c35094
JB
2921 new timer item like `org-insert-item'. If in another list, send an
2922 error. Otherwise, start a new timer list.
afe98dfa
CD
2923
29242010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2925
2926 * org-list.el: Minor refactoring.
2927
29282010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2929
2930 * org-timer.el (org-timer-item): Insert description list item at
2931 the right column.
2932
2933 * org-list.el (org-insert-item): Insert the right number of blank
2934 lines before a relative timer.
2935
29362010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2937
2938 * org-list.el (org-insert-item): Remove restriction on latex
2939 blocks.
2940
29412010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2942
2943 * org-list.el (org-search-backward-unenclosed): Do not stop in
2944 protected places.
2945
2946 * org-list.el (org-search-forward-unenclosed): Do not stop in
2947 protected places.
2948
2949 * org-latex.el (org-export-latex-lists): Use the fact that
2950 org-search-forward do not stop anymore at protected places.
2951
29522010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2953
2954 * org-list.el (org-search-backward-unenclosed): Do not prevent
2955 list items from being inside LaTeX blocks.
2956
2957 * org-list.el (org-search-forward-unenclosed): Do not prevent list
2958 items from being inside LaTeX blocks.
2959
29602010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2961
2962 * org-list.el (org-in-item-p): Do not widen before checking if we
2963 are in item.
2964
2965 * org-list.el (org-list-send-list): We cannot count on
2966 `org-list-top-point' and `org-list-bottom-point' before buffer is
01c35094 2967 narrowed. Find bounds of list otherwise.
afe98dfa
CD
2968
29692010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2970
2971 * org-list.el (org-list-end-regexp): By default, list ending is
2972 exactly 2 blank lines.
2973
29742010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2975
2976 * org-docbook.el (org-export-as-docbook): When we find an empty
2977 line, we do not need to check for
2978 `org-empty-line-terminates-plain-lists' because we would have
2979 found end-list marker before.
2980
2981 * org-html.el (org-export-as-html): Same.
2982
29832010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2984
2985 * org-list.el (org-insert-item): Simplify count of blank lines to
2986 insert.
2987
29882010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2989
2990 * org-list.el (org-list-end-regexp): New customizable variable to
2991 define what string should end lists.
2992
2993 * org-list.el (org-list-end-re): Function is now aware of
2994 `org-list-end-regexp'.
2995
29962010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2997
2998 * org-html.el (org-export-as-html): Code cleanup.
2999
30002010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3001
3002 * org-docbook.el (org-export-as-docbook): Properly close any open
01c35094 3003 list when seeing ORG-LIST-END. Removed any reference to now
afe98dfa
CD
3004 unneeded DIDCLOSE variable.
3005
30062010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3007
3008 * org-exp.el (org-export-mark-list-ending): Fix number of blank
3009 lines inserted after a list.
3010
3011 * org-list.el (org-list-parse-list): Fix case when
3012 `org-list-end-re' would have an indentation greater than current
3013 list.
3014
30152010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3016
3017 * org-exp.el (org-export-mark-list-ending): Differentiate between
3018 export backends, and replace `org-list-end-re' by a blank line
3019 upon exporting.
3020
30212010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3022
3023 * org-html.el (org-export-as-html): Delete didclose and everything
3024 related to it, as it is no longer needed.
3025
30262010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3027
3028 * org-html.el (org-export-html-preprocess): Remove unneeded
3029 insertion of list end marker, as it is now handled by
3030 `org-export-mark-list-ending'.
3031
3032 * org-html.el (org-export-as-html): Cleaner termination of lists.
3033
3034 * org-exp.el (org-export-mark-list-ending): New function to insert
3035 specific markers at the end of lists when exporting to a backend
3036 not using `org-list-parse-list'. This function is called early in
3037 `org-export-preprocess-string', while it is still able to
3038 recognize lists.
3039
3040 * org-latex.el (org-export-latex-lists): Better search for
01c35094 3041 lists. It now only finds items not enclosed and not protected.
afe98dfa
CD
3042
30432010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3044
3045 * org-list.el: Replaced `re-search-forward' by
3046 `org-search-forward-unenclosed' where it made sense.
3047
30482010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3049
3050 * org-list.el (org-apply-to-list): Now a return value is handed at
3051 each new call of the function applied.
3052
3053 * org-list.el (org-fix-bullet-type): Use the new
3054 `org-apply-to-list' format.
3055
3056 * org-list.el (org-renumber-ordered-list): Use the new
3057 `org-apply-to-list' format.
3058
30592010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3060
3061 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
3062 correctly used.
3063
3064 * org-list.el (org-search-forward-unenclosed): Better regexp used.
3065
3066 * org-list.el (org-search-backward-unenclosed): Better regexp
3067 used.
3068
30692010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3070
3071 * org-list.el (org-sort-list): End-rec function was ill-defined.
3072
30732010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3074
3075 * org-list.el (org-search-forward-unenclosed): Fix behavior when
01c35094 3076 last occurrence was enclosed.
afe98dfa
CD
3077
3078 * org-list.el (org-search-backward-unenclosed): Fix behavior when
01c35094 3079 last occurrence was enclosed.
afe98dfa
CD
3080
30812010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3082
3083 * org.el (org-in-regexps-block-p): Fix documentation.
3084
30852010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3086
3087 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
3088
3089 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
3090
3091 * org-list.el (org-list-parse-list): Minor fix.
3092
30932010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3094
3095 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
3096 called with t argument.
3097
30982010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3099
4d789d84
SM
3100 * org-html.el (org-export-html-preprocess):
3101 Replace `org-list-end-re' by a blank line during pre-process.
afe98dfa
CD
3102
31032010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3104
3105 * org-list.el (org-list-bottom-point): No need for square brackets
3106 for `skip-chars-backward'.
3107
31082010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3109
3110 * org-html.el: Do not delete space between end of list and
3111 beginning of the following.
3112
31132010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3114
01c35094
JB
3115 * org-html.el: Preprocess buffer string and add ORG-LIST-END where
3116 needed. Lists should not end before seeing this.
afe98dfa
CD
3117
31182010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3119
3120 * org-html.el: Notice end of lists.
3121
31222010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3123
3124 * org-list.el (org-list-parse-list): Better handling of
3125 restrictions when function is called on a list with sublists.
3126
3127 * org-list.el (org-list-send-list): Find the true ending of the
3128 list being sent.
3129
3130 * org-list.el (org-list-radio-list-templates): Templates are more
3131 specific to lists.
3132
31332010-11-11 Eric Schulte <schulte.eric@gmail.com>
3134
3135 * ob-js.el (org-babel-js-eoe): Indicate end of input
3136 (org-babel-execute:js): Support for session evaluation
3137 (org-babel-prep-session:js): Fleshed out definition
3138 (org-babel-js-initiate-session): Can initiate a session using
3139 mozrepl.
3140
31412010-11-11 David Maus <dmaus@ictsoc.de>
3142
3143 * org.el (org-set-regexps-and-options): Protect escape char in
3144 `org-complex-heading-regexp-format'.
3145
31462010-11-11 Eric Schulte <schulte.eric@gmail.com>
3147
3148 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
3149 session-based evaluation
3150 (org-babel-execute:scheme): Now supports session-based evaluation
3151 (org-babel-prep-session:scheme): Now works and defines variables
3152 (org-babel-scheme-initiate-session): Now works using run-scheme
3153 from cmuscheme.
3154
31552010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3156
3157 * org.el (org-export-latex-default-packages-alist): Remove the
3158 t1enc package - this is already covered by fontenc.
3159
31602010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3161
3162 * ob.el (with-parsed-tramp-file-name): Declared
3163 (org-babel-tramp-localname): Ensure variable name exists locally.
3164
31652010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3166
3167 * ob.el (org-babel-temp-file): Don't use babel temporary directory
3168 in remote case; use make-temp-file with remote file name so that
3169 temp file is guaranteed not to exist previously on remote machine.
3170 (org-babel-tramp-localname): New function to return local name
3171 portion of possibly remote file specification.
3172
31732010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3174
3175 * ob-R.el (org-babel-R-write-object-command): New unified R
3176 command for writing results to file
3177 (org-babel-R-wrapper-method): Remove variable
3178 (org-babel-R-wrapper-lastvar): Remove variable
3179 (org-babel-R-evaluate-external-process): Use new R command
3180 (org-babel-R-evaluate-session): Use new R command.
3181
31822010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3183
3184 * ob-comint.el
3185 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
3186 to evaluate code invisibly and block until output file exists.
3187
3188 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
01c35094 3189 evaluate R code in session for :results value. Write result to
afe98dfa
CD
3190 file invisibly using new function
3191 `org-babel-comint-eval-invisibly-and-wait-for-file'.
3192
31932010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3194
3195 * org-capture.el (org-capture-fill-template): Align tags after
3196 insertion.
3197
31982010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3199
4d789d84
SM
3200 * org-exp.el (org-export-concatenate-multiline-emphasis):
3201 Ignore matches that start in a headline.
afe98dfa
CD
3202
32032010-11-11 Eric Schulte <schulte.eric@gmail.com>
3204
3205 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
3206 and out-file in shell-quote-argument.
3207
32082010-11-11 David Maus <dmaus@ictsoc.de>
3209
3210 * org-docview.el (org-docview-store-link): Use expanded macro to
3211 get current page.
3212 (doc-view-goto-page, image-mode-window-get): Declare functions for
3213 byte compiler.
3214
32152010-11-11 Eric Schulte <schulte.eric@gmail.com>
3216
3217 * ob-scheme.el: very preliminary support for evaluating scheme
01c35094 3218 code blocks.
afe98dfa
CD
3219
3220 * org.el (org-babel-load-languages): Adding scheme.
3221
32222010-11-11 Eric Schulte <schulte.eric@gmail.com>
3223
3224 * ob.el (require): Remove circular (require 'org).
3225
32262010-11-11 Eric Schulte <schulte.eric@gmail.com>
3227
01c35094
JB
3228 * ob-R.el (ess-make-buffer-current): Declared.
3229 (ess-ask-for-ess-directory): Declared.
3230 (ess-local-process-name): Declared.
3231 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
afe98dfa 3232
01c35094
JB
3233 * ob.el (org-edit-src-code): Fixing arguments.
3234 (org-edit-src-exit): Declared.
3235 (org-outline-overlay-data): Declared.
3236 (org-set-outline-overlay-data): Declared.
afe98dfa
CD
3237
32382010-11-11 Glenn Morris <rgm@gnu.org>
3239
3240 * ob.el: Require org when compiling.
3241 (org-save-outline-visibility): Remove macro declaration.
3242
3243 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
3244 Remove unnecessary/macro declarations.
3245
3246 * org-docview.el: Require doc-view when compiling.
3247 (doc-view-goto-page): Autoload rather than declaring.
3248 (doc-view-current-page): Remove macro declaration.
3249
3250 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
3251 (org-entry-get, org-table-import): Fix declarations.
3252 (org-match-string-no-properties): Remove declaration.
3253
3254 * ob-sh.el (org-babel-comint-in-buffer)
3255 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
3256 (org-babel-comint-with-output): Remove unnecessary declarations.
3257
3258 * ob-R.el (orgtbl-to-tsv): Fix declaration.
3259
3260 * org-list.el (org-entry-get): Fix declaration.
3261
32622010-11-11 Eric Schulte <schulte.eric@gmail.com>
3263
4d789d84 3264 * ob.el (org-babel-remove-temporary-directory): Remove explicit
afe98dfa
CD
3265 second argument.
3266
32672010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
3268
3269 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
3270 numbers.
3271
32722010-11-11 Eric Schulte <schulte.eric@gmail.com>
3273
4d789d84 3274 * org-macs.el (org-save-outline-visibility): Move from org.el.
afe98dfa
CD
3275
32762010-11-11 Eric Schulte <schulte.eric@gmail.com>
3277
3278 * ob-org.el (org-babel-default-header-args:org): Additional
3279 ":results silent" default header argument for org code blocks.
3280
32812010-11-11 Eric Schulte <schulte.eric@gmail.com>
3282
3283 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
01c35094 3284 which is now an alias to ":eval no".
afe98dfa
CD
3285
32862010-11-11 Eric Schulte <schulte.eric@gmail.com>
3287
3288 * ob.el (org-babel-remove-temporary-directory): The version of
3289 `delete-directory' found in files.el can not be assumed to be
3290 present on all versions, so this copies the recursive behavior of
3291 that command in such a way that all calls to delete-directory will
3292 also work with the built-in internal C implementation of that
3293 function. This is not overly difficult as all elements of the
3294 directory can be assumed to be files.
3295
32962010-11-11 Eric Schulte <schulte.eric@gmail.com>
3297
3298 * ob-C.el (org-babel-C-execute): Corrected arguments to
3299 org-babel-temp-file.
3300
33012010-11-11 Eric Schulte <schulte.eric@gmail.com>
3302
3303 * ob.el (org-babel-temporary-directory): Variable to hold the
3304 value of the Babel temporary directory.
3305
33062010-11-11 Aditya Siram <aditya.siram@gmail.com>
3307
3308 * ob.el (org-babel-load-in-session): Expanding noweb references
3309 when appropriate.
3310
33112010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3312
3313 * org.el (org-make-link-regexps): Modified regexp of
3314 org-plain-link-re.
3315
33162010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
3317
3318 * org-habit.el (org-habit-parse-todo): Find sr-days only if
3319 scheduled-repeat is non nil. Use 4th element of the list returned
3320 by (org-heading-components) as habit-entry. Modify the error
3321 message to be more meaningful.
3322
33232010-11-11 Eric Schulte <schulte.eric@gmail.com>
3324
3325 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
3326 ":border" header arguments which both use the "preview" latex
3327 package to fit the resulting pdf image to the figure.
3328
33292010-11-11 David Maus <dmaus@ictsoc.de>
3330
3331 * org-wl.el (org-wl-store-link): Don't try to store link if point
3332 is at end of buffer.
3333
33342010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
3335
3336 * org-publish.el (org-publish-project-alist): Document the new
3337 body-only property.
3338 (org-publish-org-to): Use the body-only property.
3339
33402010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3341
3342 * org.el (org-store-link): Return link when invoked
3343 non-interactively from an agenda buffer.
3344
33452010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3346
3347 * org.el (org-store-link): Storing of links to headlines in
3348 indirect buffers was broken. Fix it.
3349
33502010-11-11 Aidan Kehoe <kehoea@parhasard.net>
3351
3352 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
3353 #'set-file-modes to use integer, not character syntax, avoiding
3354 compile problems with recent XEmacs.
3355
33562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3357
3358 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
3359 forward even if there is no text to be added.
3360
33612010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3362
3363 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
3364 tags/property matcher.
3365
33662010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3367
3368 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
3369 t.
3370
33712010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3372
3373 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
3374
33752010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3376
4d789d84
SM
3377 * org-latex.el (org-export-latex-set-initial-vars):
3378 Bind `case-fold-search' to t around the search for special LaTeX setup.
afe98dfa 3379
4d789d84
SM
3380 * org-beamer.el (org-beamer-after-initial-vars):
3381 Bind `case-fold-search' to t around the search for special BEAMER
afe98dfa
CD
3382 setup.
3383
33842010-11-11 David Maus <dmaus@ictsoc.de>
3385
3386 * org-agenda.el (org-write-agenda): Delete postscript file after
3387 creating conversion to pdf.
3388
33892010-11-11 David Maus <dmaus@ictsoc.de>
3390
3391 * org-agenda.el (org-write-agenda): Move require statements to
3392 proper place in evaluated lisp expression.
3393
33942010-11-11 David Maus <dmaus@ictsoc.de>
3395
3396 * org-agenda.el (org-write-agenda): Rename temporary buffer to
3397 remove dependency of `flet' macro.
3398
33992010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3400
3401 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
3402
34032010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3404
3405 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
3406 from all standard sources when executing #+lob/#+call lines.
3407
34082010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3409
3410 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
3411 separate functions
3412 (org-babel-R-evaluate-external-process): New function to handle
3413 external process evaluation
3414 (org-babel-R-evaluate-session): New function to handle session
3415 evaluation.
3416
34172010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3418
3419 * ob.el (org-babel-initiate-session): New function derived from
3420 previous `org-babel-switch-to-session'
3421 (org-babel-switch-to-session): Refactored to use new
3422 `org-babel-initiate-session'.
3423
34242010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3425
3426 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
3427 to (interactive).
3428
34292010-11-11 David Maus <dmaus@ictsoc.de>
3430
3431 * org-feed.el (org-feed-format-entry): Decode entry according to
3432 its character encoding.
3433
34342010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
3435
3436 * org-feed.el (xml-substitute-special): Declare function for byte
3437 compiler.
3438 (org-feed-unescape): Removed.
4d789d84
SM
3439 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
3440 Use `xml-substitute-special' to unescape XML entities.
afe98dfa
CD
3441
34422010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3443
3444 * ob.el (org-babel-switch-to-session): Throw error if block if
3445 :session not in effect for the block.
3446
34472010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3448
3449 * org-table.el (org-table-create-with-table.el): Align table
3450 before converting.
3451
34522010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3453
3454 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
3455 that org-src buffer is current before attempting exit.
3456
34572010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3458
3459 * org-src.el (ob-comint): Require 'ob-comint
3460 (org-src-babel-info): Define variable.
3461
34622010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3463
3464 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
3465 in the language major mode edit buffer.
3466 (org-babel-do-key-sequence-in-edit-buffer): New function to call
01c35094 3467 an arbitrary key sequence in the language major mode edit buffer.
afe98dfa
CD
3468
3469 * org-src.el (org-src-switch-to-buffer): Add new allowed value
3470 'switch-invisibly for `org-src-window-setup'.
3471
34722010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3473
3474 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
3475 is used.
3476 (org-src-do-at-code-block): New macro to evaluate lisp with point
3477 at the start of the Org code block containing the code in this
3478 edit buffer.
3479 (org-src-do-key-sequence-at-code-block): New function to execute
3480 command bound to key at the Org code block containing the code in
3481 this edit buffer.
3482
34832010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3484
3485 * ob-R.el (org-babel-R-associate-session): New function to
3486 associate R code edit buffers with ESS comint session.
3487
34882010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3489
3490 * org-src.el (org-edit-src-code): If at src block, store babel
3491 info as buffer local variable.
3492 (org-src-associate-babel-session): New function to associate code
01c35094 3493 edit buffer with comint session. Does nothing unless a
afe98dfa
CD
3494 language-specific function named
3495 `org-babel-LANG-associate-session' exists.
3496 (org-src-babel-configure-edit-buffer): New function to be called
3497 in `org-src-mode-hook'.
3498 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
3499 hook.
3500
35012010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3502
3503 * ob.el (org-babel-switch-to-session-with-code): New function to
3504 generate split frame displaying edit buffer and session.
3505
35062010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3507
3508 * org.el (org-set-tags): Consider org-indent-mode when computing
3509 the tags column.
3510
35112010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3512
3513 * org-compat.el (org-looking-at-p): Only use looking-at-p when
3514 defined.
3515
35162010-11-11 David Maus <dmaus@ictsoc.de>
3517
3518 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
3519 lines directly after call to sorting filter function.
3520
35212010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3522
3523 * org.el (org-complex-heading-regexp-format): Document the
3524 variable.
3525 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
3526 to make the regular expression for matching the headline.
3527
35282010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3529
3530 * org.el (org-refile-check-position): New function.
3531 (org-goto):
3532 (org-refile-get-location): Call `org-refile-check-position'.
3533
35342010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3535
3536 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
3537 instead of equal to compare symbols.
3538
35392010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3540
4d789d84
SM
3541 * org-agenda.el (org-agenda-before-sorting-filter-function):
3542 New hook function.
3543 (org-finalize-agenda-entries):
3544 Apply `org-agenda-before-sorting-filter-function'.
afe98dfa
CD
3545
35462010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3547
3548 * org-latex.el (org-export-latex-first-lines): Do not protect meta
3549 lines that have nothing to do with babel.
3550
35512010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3552
3553 * org-capture.el (org-capture-place-template): Handle the
3554 checkitem case.
3555 (org-capture-place-item): Provide boundaries for the search to
3556 make sure we do not get a match in a different tree.
3557
35582010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3559
3560 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
3561 argument parser.
3562
35632010-11-11 Noorul Islam <noorul@noorul.com>
3564
3565 * org-latex.el (org-latex-to-pdf-process): Add output-directory
3566 option for the command pdflatex.
3567 (org-export-as-pdf): Respect directory in path of
3568 EXPORT_FILE_NAME.
3569
35702010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3571
3572 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
3573 which now means to use MathJax processing for HTML. Also allow
3574 new value `dvipng' to force the old image processing.
3575 (org-infile-export-plist): Parse for MATHJAX setup line.
3576
3577 * org-html.el (org-export-html-mathjax-options): New option.
3578 (org-export-html-mathjax-config): New function.
3579 (org-export-html-mathjax-template): New option.
3580 (org-export-html-preprocess): Call the LaTeX snippet processor
3581 with an additional argument to declare special ways of processing.
3582 (org-export-as-html): Bind the dynamical variable
3583 `org-export-have-math'. Insert the MathJax script template when
3584 it is needed by the document.
3585
3586 * org.el (org-preview-latex-fragment): Call `org-format-latex'
3587 with the additional processing argument.
3588 (org-export-have-math): New variable, for dynamic scoping.
4d789d84
SM
3589 (org-format-latex): Implement specific ways of processing.
3590 New function argument for processing type.
afe98dfa
CD
3591 (org-org-menu): Remove the entry to configure LaTeX snippet
3592 processing.
3593
35942010-11-11 Bastien Guerry <bzg@altern.org>
3595
3596 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
3597 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
3598 heading currently clocked in is not listed in the agenda, display
3599 this entry in another buffer. If there is no running clock,
3600 display a help message.
3601
36022010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3603
3604 * org-latex.el (org-export-latex-tables): Return "" instead of nil
3605 when no label is attached.
3606
36072010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3608
3609 * org-agenda.el (org-agenda-menu-show-match): New option.
3610 (org-agenda-menu-two-column): New option.
3611 (org-agenda-get-restriction-and-command): Implement dispatch menu
3612 without showing the matcher, and with two-column display.
3613
36142010-11-11 Bernt Hansen <bernt@norang.ca>
3615
3616 * org-indent.el (org-indent-mode): Fix grammar for message when
3617 mode is refused.
3618
36192010-11-11 Eric Schulte <schulte.eric@gmail.com>
3620
3621 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
3622 no previous result exists.
3623
36242010-11-11 Noorul Islam <noorul@noorul.com>
3625
3626 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
3627 warning.
3628
36292010-11-11 Noorul Islam <noorul@noorul.com>
3630
01c35094 3631 * org.el (org-set-visibility-according-to-property): Use backward
afe98dfa
CD
3632 search instead of forward, so that top hierarchy gets priority.
3633
36342010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3635
3636 * org-agenda.el (org-timeline): Allow indirect buffer.
3637
36382010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3639
3640 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
3641 (org-export-define-heading-targets-headline-hook): New hooks.
3642
3643 * org.el (org-modules): Add entry for org-wikinodes.el.
3644 (org-font-lock-set-keywords-hook): New hook.
3645 (org-open-at-point-functions): New hook.
3646 (org-find-exact-headling-in-buffer):
3647 (org-find-exact-heading-in-directory): New functions.
3648 (org-mode-flyspell-verify): Better cursor position for checking if
3649 flyspell should ignore a word.
3650
36512010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3652
3653 * org-indent.el (org-indent-remove-properties):
3654 (org-indent-add-properties): Make sure changing these properties
3655 does not trigger modification hooks.
3656
36572010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3658
3659 * org.el (org-link-search-must-match-exact-headline): New option.
3660 (org-link-search-inhibit-query): New variable.
3661 (org-link-search): Search for exact headline match in Org files.
3662
36632010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3664
3665 * ob.el (org-babel-execute-src-block-maybe): Remove check for
3666 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
3667 function `org-babel-execute-safely-maybe'.
3668
36692010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3670
3671 * ob.el (org-babel-load-in-session): Set directory in case :dir
3672 arg is in effect.
3673
36742010-11-11 Eric Schulte <schulte.eric@gmail.com>
3675
3676 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
3677 errors when we're not under of a headline.
3678
36792010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3680
3681 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
3682 write delimited text instead of save -ascii
3683 (org-babel-octave-import-elisp-from-file): Specify that data
3684 written to file is tab-delimited.
3685
36862010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3687
3688 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
3689 tab-delimited.
3690
36912010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3692
3693 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
3694 specified.
3695
36962010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3697
3698 * ob-python.el (org-babel-python-table-or-string): Fix recognition
3699 of lists and tuples.
3700
37012010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3702
4d789d84
SM
3703 * ob-octave.el (org-babel-octave-evaluate-external-process):
3704 Allow remote files.
afe98dfa
CD
3705
37062010-11-11 Juan Pechiar <pechiar@computer.org>
3707
4d789d84
SM
3708 * ob-octave.el (org-babel-octave-evaluate-external-process):
3709 Use `org-babel-octave-import-elisp-from-file' instead of
afe98dfa
CD
3710 `org-babel-eval-read-file'.
3711 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
3712 and use '%s' as format specifier instead of '%S'.
3713
37142010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3715
2f5e7c6f 3716 * ob-octave.el: Only (require 'matlab) when necessary.
01c35094 3717 (org-babel-octave-initiate-session): (require) octave-inf or matlab
2f5e7c6f
GM
3718 as appropriate.
3719 (org-babel-execute:matlab): Remove (require).
3720 (org-babel-prep-session:matlab): Remove (require).
afe98dfa
CD
3721 (org-babel-matlab-initiate-session): Remove (require).
3722
37232010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3724
3725 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
3726 list.
3727
37282010-11-11 Eric Schulte <schulte.eric@gmail.com>
3729
3730 * ob-python.el (org-babel-python-table-or-string): Can now handle
3731 VERY long result lines.
3732
37332010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3734
01c35094 3735 * org-latex.el (org-export-latex-tables): Add label if any.
afe98dfa 3736
4d789d84
SM
3737 * org-latex.el (org-export-latex-convert-table.el-table):
3738 Fix little mistake when inserting label.
afe98dfa
CD
3739
37402010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3741
4d789d84 3742 * org.el (org-cycle-internal-local): Remove an unnecessary call
afe98dfa
CD
3743 to `org-back-to-heading' that was preventing point to stay at its
3744 column when cycling visibility.
3745
37462010-11-11 Noorul Islam <noorul@noorul.com>
3747
3748 * org-capture.el (org-capture-finalize): Make messages consistent.
3749
37502010-11-11 Noorul Islam <noorul@noorul.com>
3751
3752 * org-gnus.el: Suppress compiler warning by declaring outside
3753 function nnimap-retrieve-headers-from-file.
3754
37552010-11-11 Noorul Islam <noorul@noorul.com>
3756
3757 * org-colview.el Use org-beamer-select-environment instead of
3758 org-beamer-set-environment-tag.
3759
37602010-11-11 Matt Lundin <mdl@imapmail.org>
3761
3762 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
3763 that the value of org-last-inserted-timestamp includes time range.
3764
37652010-11-11 David Maus <dmaus@ictsoc.de>
3766
3767 * org-wl.el (org-wl-store-link-message): Provide link property for
3768 message-id without angle brackets.
3769
37702010-11-11 Eric Schulte <schulte.eric@gmail.com>
3771
3772 * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
3773
37742010-11-11 Eric Schulte <schulte.eric@gmail.com>
3775
3776 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
3777 file ensuing that the latest changes on disk are represented.
3778
37792010-11-11 Eric Schulte <schulte.eric@gmail.com>
3780
3781 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
3782 arguments w/o quotes.
3783
37842010-11-11 Bernt Hansen <bernt@norang.ca>
3785
3786 * org-capture.el (org-capture-finalize): Fix clock in of
3787 interrupted task during capture finalize.
3788
37892010-11-11 Eric Schulte <schulte.eric@gmail.com>
3790
3791 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
3792 session output.
3793
37942010-11-11 Eric Schulte <schulte.eric@gmail.com>
3795
3796 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
3797 expression for matching main function.
3798
37992010-11-11 Eric Schulte <schulte.eric@gmail.com>
3800
4d789d84 3801 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
afe98dfa
CD
3802 regexp -- it wasn't matching lob lines w/o indices.
3803
38042010-11-11 Eric Schulte <schulte.eric@gmail.com>
3805
3806 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
3807 warning in org-exp.el.
3808
38092010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3810
3811 * org-publish.el (org-publish-file): Better error message if
3812 base-directory or publishing-directory are not defined.
3813
38142010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3815
3816 * org-colview.el (org-columns-display-here): Use overlays to
3817 overrule line prefix properties during column view.
3818
38192010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3820
3821 * org-agenda.el (org-agenda-filter-preset): Document the
3822 limitation for the filter preset - it can only be used for an
3823 entire agenda view, not in an individual block in a block agenda.
3824
38252010-11-11 Eric Schulte <schulte.eric@gmail.com>
3826
3827 * ob-table.el (sbe): Now able to accept range references from
3828 tables.
3829
38302010-11-11 Eric Schulte <schulte.eric@gmail.com>
3831
3832 * ob.el (org-babel-pick-name): If colnames or rownames contain a
3833 list of names, then use those directly.
3834
38352010-11-11 Eric Schulte <schulte.eric@gmail.com>
3836
4d789d84
SM
3837 * org-exp.el (org-export-format-source-code-or-example):
3838 Escape underscores in code block names on latex listings export.
afe98dfa
CD
3839
38402010-11-11 Eric Schulte <schulte.eric@gmail.com>
3841
4d789d84
SM
3842 * ob-tangle.el (org-babel-with-temp-filebuffer):
3843 Use find-file-noselect to avoid excess buffer movement.
afe98dfa
CD
3844
38452010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3846
3847 * org-html.el (org-html-should-inline-p): Only inline images if
3848 they should be.
3849
38502010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3851
3852 * org-id.el (org-id-store-link): Autoload.
3853
3854 * org.el ("org-id"): Autoload `org-id-store-link'.
3855
38562010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3857
3858 * org-html.el (org-html-should-inline-p): Only inline images if
3859 they should be.
3860
38612010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
3862
3863 * org-icalendar.el (org-icalendar-alarm-time): New option.
3864
3865 * org-icalendar.el (org-print-icalendar-entries): Timed events are
3866 exported with alarm events, a.k.a. reminders.
3867
38682010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3869
3870 * org-capture.el (org-capture-target-buffer): Throw an error if we
3871 have no target file.
3872 (org-capture-select-template): Use a default template if the user
3873 has not specified any.
3874
38752010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3876
3877 * org.el (org-modules): Add entry for org-velocity.
3878
38792010-11-11 Eric Schulte <schulte.eric@gmail.com>
3880
3881 * ob-lob.el (org-babel-lob-execute): Changing indentation to
3882 improve line length.
3883
38842010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3885
3886 * org-exp.el (org-export-handle-table-metalines): Choose a better
3887 position for checking protectedness.
3888
38892010-11-11 Eric Schulte <schulte.eric@gmail.com>
3890
3891 * org-table.el (org-table-convert-region): Don't continue csv
3892 importation which the point catches the end, this fixes an
3893 infinite loop which was caused by the (point) never catching up
3894 with the "end" marker.
3895
38962010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3897
3898 * org-macs.el (org-string-nw-p): New function.
3899
3900 * org-capture.el (org-capture-import-remember-templates):
3901 Interpret an empty string as request to use
3902 `org-default-notes-file'.
3903 (org-capture-target-buffer): If the FILE is not a (non-empty)
3904 string, use `org-default-notes-file'.
3905
39062010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3907
3908 * org-capture.el (org-capture-templates): Fix customize type.
3909
39102010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3911
3912 * org-colview-xemacs.el (org-columns-compile-map):
3913 (org-columns-number-to-string):
3914 (org-columns-string-to-number): Handle estimate ranges.
3915 (org-estimate-mean-and-var): New function.
3916 (org-estimate-combine): New function.
3917 (org-estimate-print): New function.
3918 (org-string-to-estimate): New function.
3919
40b1a3a9
JB
39202010-09-25 Juanma Barranquero <lekktu@gmail.com>
3921
3922 * org.el (org-refile-targets):
3923 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
3924
e720ae53
GM
39252010-08-19 Glenn Morris <rgm@gnu.org>
3926
3927 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
3928 (org-save-outline-visibility): Move to org-macs.
3929 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
3930 (org-save-outline-visibility): Move here from org.el.
3931 (show-all): Autoload it.
3932 * ob.el: Don't require org when compiling.
3933
eeb4145e
GM
39342010-08-18 Glenn Morris <rgm@gnu.org>
3935
3936 * ob.el: Require org when compiling.
3937 (org-save-outline-visibility): Remove macro declaration.
3938 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
3939 Remove unnecessary/macro declarations.
3940 * org-docview.el: Require doc-view when compiling.
3941 (doc-view-goto-page): Autoload rather than declaring.
3942 (doc-view-current-page): Remove macro declaration.
3943
f1eee0b6
GM
39442010-08-17 Glenn Morris <rgm@gnu.org>
3945
3946 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
3947 (org-entry-get, org-table-import): Fix declarations.
3948 (org-match-string-no-properties): Remove unnecessary declaration.
3949 * ob-sh.el (org-babel-comint-in-buffer)
3950 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
3951 (org-babel-comint-with-output): Remove unnecessary declarations.
3952 * ob-R.el (orgtbl-to-tsv): Fix declaration.
3953 * org-list.el (org-entry-get): Fix declaration.
3954
86fbb8ca
CD
39552010-07-19 Eric Schulte <schulte.eric@gmail.com>
3956
3957 * ob-C.el: New file.
3958 * ob-R.el: New file.
3959 * ob-asymptote.el: New file.
3960 * ob-clojure.el: New file.
3961 * ob-comint.el: New file.
3962 * ob-css.el: New file.
3963 * ob-ditaa.el: New file.
3964 * ob-dot.el: New file.
3965 * ob-emacs-lisp.el: New file.
3966 * ob-eval.el: New file.
3967 * ob-exp.el: New file.
3968 * ob-gnuplot.el: New file.
3969 * ob-haskell.el: New file.
3970 * ob-keys.el: New file.
3971 * ob-latex.el: New file.
3972 * ob-lob.el: New file.
3973 * ob-matlab.el: New file.
3974 * ob-mscgen.el: New file.
3975 * ob-ocaml.el: New file.
3976 * ob-octave.el: New file.
3977 * ob-perl.el: New file.
3978 * ob-python.el: New file.
3979 * ob-ref.el: New file.
3980 * ob-ruby.el: New file.
3981 * ob-sass.el: New file.
3982 * ob-screen.el: New file.
3983 * ob-sh.el: New file.
3984 * ob-sql.el: New file.
3985 * ob-sqlite.el: New file.
3986 * ob-table.el: New file.
3987 * ob-tangle.el: New file.
3988 * ob.el: New file.
3989
39902010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3991
3992 * org-mks.el: New file.
3993 * org-capture.el: New file.
3994
39952010-07-19 Christian Egli <christian.egli@sbszh.ch>
3996
3997 * org-taskjuggler.el: New file.
3998
39992010-07-19 Matt Lundin <mdl@imapmail.org>
4000
a628ad9d 4001 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
86fbb8ca
CD
4002 in org-agenda-text-search-extra-files.
4003
40042010-07-19 David Maus <dmaus@ictsoc.de>
4005
a628ad9d 4006 * org-list.el (org-list-send-list): Locally bind variable `txt'.
86fbb8ca
CD
4007
40082010-07-19 Eric Schulte <schulte.eric@gmail.com>
4009
a628ad9d 4010 * org.el (org-reload): Now also reloading babel files.
86fbb8ca
CD
4011
40122010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4013
4014 * org-capture.el (org-capture-set-plist): Make sure txt is a string
4015 before calling `string-match'.
4016 (org-capture-templates): Fix customization type.
4017
40182010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4019
a628ad9d
JB
4020 * org-latex.el (org-export-latex-preprocess): Make a special case
4021 for \nbsp.
86fbb8ca
CD
4022 (org-latex-entities): Remove the entry for \nbsp.
4023 (org-latex-entities-exceptions): Variable removed.
4024
40252010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4026
4027 * org-capture.el (org-capture-refile): Do not try to manipulate
4028 bookmark list.
4029
4030 * org.el (org-refile): Use the correct bookmark here.
4031
40322010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4033
4034 * org-list.el (org-list-send-list): Parse list from its true beginning.
4035
4036 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
4037
40382010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4039
4040 * org.el (org-insert-link): Correctly determine if we should use
4041 a relative path.
4042
40432010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4044
4045 * org-list.el (org-list-radio-list-templates): Fix templates.
4046
40472010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4048
a628ad9d 4049 * org-list.el (org-list-send-list): Regexp defining the start of
86fbb8ca
CD
4050 a radio list is now on par with the one used for radio tables.
4051
40522010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4053
4054 * org-entities.el (org-entities-help): Add a headline for
4055 the user-defined entities.
4056
40572010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
4058
4059 * org-agenda.el (org-agenda-action): Document capture key and add it
4060 to the prompt.
4061
40622010-07-19 Eric Schulte <schulte.eric@gmail.com>
4063
a628ad9d 4064 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
86fbb8ca
CD
4065
40662010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4067
4068 * org-latex.el (org-export-latex-first-lines): Do not mark
a628ad9d 4069 meta lines for removal. Do not remove BABEL config lines during export.
86fbb8ca
CD
4070
40712010-07-19 David Maus <dmaus@ictsoc.de>
4072
4073 * org-capture.el (org-capture): Check if
4074 `org-capture-link-is-already-stored' is bound before evaluating.
4075
40762010-07-19 Eric Schulte <schulte.eric@gmail.com>
4077
a628ad9d 4078 * org.el: Add autoload for org-babel-do-load-languages.
86fbb8ca
CD
4079
40802010-07-19 Eric Schulte <schulte.eric@gmail.com>
4081
a628ad9d 4082 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
86fbb8ca
CD
4083
40842010-07-19 David Maus <dmaus@ictsoc.de>
4085
4086 * org-feed.el: Change indentation to match coding style
4087 guideline.
4088
40892010-07-19 David Maus <dmaus@ictsoc.de>
4090
4091 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
4092 library if necessary.
4093
40942010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4095
4096 * org-beamer.el (org-beamer-amend-header): Standardize the
4097 header cookie for the beamer extra stuff.
4098
40992010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4100
4101 * org-beamer.el (org-beamer-amend-header): Put extra header
4102 last in header.
4103
41042010-07-19 David Maus <dmaus@ictsoc.de>
4105
4106 * org-exp-blocks.el (org-export-blocks-format-ditaa)
4107 (org-export-blocks-format-dot): Remove text properties of body before
4108 calculating cache hash.
4109
41102010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4111
4112 * org-latex.el (org-export-latex-tabular-environment): New option.
4113 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
4114
41152010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4116
4117 * org-compat.el (org-version-check): New function.
4118
4119 * org-indent.el (org-indent-mode): Check for exact emacs version.
4120
41212010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4122
4123 * org-capture.el (org-capture-templates): Allow the template
4124 to come from a file or function call.
4125 (org-capture-place-entry): Get the template from file or function.
4126
41272010-07-19 David Maus <dmaus@ictsoc.de>
4128
4129 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
4130 position if target is entire file.
4131
41322010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4133
4134 * org.el (org-autoload): Autoload a few more org-table functions.
4135
41362010-07-19 Eric Schulte <schulte.eric@gmail.com>
4137
a628ad9d 4138 * org.el (org-babel-load-languages): Add ob-mscgen.
86fbb8ca
CD
4139
41402010-07-19 Eric Schulte <schulte.eric@gmail.com>
4141
a628ad9d
JB
4142 * org-latex.el (org-export-latex-tables): Format string now
4143 matches options.
86fbb8ca
CD
4144
41452010-07-19 Eric Schulte <schulte.eric@gmail.com>
4146
a628ad9d 4147 * org.el (org-babel-load-languages): This variable controls which
86fbb8ca
CD
4148 languages will be loaded by org-babel. It is customizable through
4149 the customize interface.
4150
41512010-07-19 Eric Schulte <schulte.eric@gmail.com>
4152
a628ad9d
JB
4153 * org-latex.el (org-export-latex-format-image): Update number of
4154 arguments to allow for an optional short-name.
86fbb8ca
CD
4155
41562010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4157
a628ad9d 4158 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
86fbb8ca
CD
4159
41602010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4161
4d789d84
SM
4162 * org-capture.el (org-capture-set-target-location):
4163 Store exact positions for file+regexp and file+function targets.
86fbb8ca 4164 (org-capture-place-entry, org-capture-place-item)
4d789d84
SM
4165 (org-capture-place-table-line, org-capture-place-plain-text):
4166 Respect exact positions.
86fbb8ca
CD
4167 (org-capture-finalize): Make sure we are at the beginning of a line
4168 when fixing the empty lines after the entry.
4169
41702010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4171
4172 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
4173 (org-entry-get): Pass `literal-nil' into
4174 `org-entry-get-with-inheritance'.
4175 (org-todo): React to nil values of the LOGGING property.
4176
41772010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4178
a628ad9d 4179 * org.el (org-default-notes-file): Update docstring.
86fbb8ca
CD
4180
41812010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4182
4183 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
4184
41852010-07-19 Eric Schulte <schulte.eric@gmail.com>
4186
4d789d84
SM
4187 * org-exp.el (org-export-attach-captions-and-attributes):
4188 Add a shortname attribute to caption strings under the symbol name
86fbb8ca
CD
4189 org-caption-shortn.
4190
41912010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4192
4d789d84
SM
4193 * org.el (org-switchb): Rename from `org-iswitchb'.
4194 Improve docstring.
86fbb8ca
CD
4195 (org-iswitchb): New alias.
4196 (org-ido-switchb): Make alias point to `org-switchb'.
4197
41982010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4199
4d789d84
SM
4200 * org-capture.el (org-capture-fill-template):
4201 Respect time-of-day preference in template prompt.
86fbb8ca
CD
4202
42032010-07-19 David Maus <dmaus@ictsoc.de>
4204
4205 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
4206
42072010-07-19 David Maus <dmaus@ictsoc.de>
4208
4209 * org-wl.el (org-wl-disable-folder-check): New customization
4210 variable.
4211 (org-wl-open): Disable folder check depending on
4212 `org-wl-disable-folder-check'.
4213
42142010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4215
4d789d84
SM
4216 * org-capture.el (org-capture-set-target-location):
4217 Fix file+function interpretation.
86fbb8ca
CD
4218
42192010-07-19 David Maus <dmaus@ictsoc.de>
4220
4221 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
4222 content.
4223
42242010-07-19 David Maus <dmaus@ictsoc.de>
4225
4226 * org-feed.el (xml-entity-alist): Declare variable
4227 `xml-entity-alist' for byte compiler.
4228
42292010-07-19 David Maus <dmaus@ictsoc.de>
4230
4d789d84
SM
4231 * org-feed.el (org-feed-unescape): New function.
4232 Unescape protected entities.
86fbb8ca
CD
4233 (org-feed-parse-atom-entry): Use function for atom:content
4234 type text and html.
4235
42362010-07-19 David Maus <dmaus@ictsoc.de>
4237
4238 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
4239 element names.
4240
42412010-07-19 Bernt Hansen <bernt@norang.ca>
4242
4243 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
4244 when displaying items on todays agenda date.
4245
42462010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4247
4248 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
4249 value of EXTRA.
4250
42512010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4252
4d789d84
SM
4253 * org-publish.el (org-publish-initialize-cache):
4254 Make timestamp directory, the entire path to it.
86fbb8ca
CD
4255
42562010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4257
4258 * org-exp.el (org-export-handle-comments): Make sure to check
4259 for protection in the comment line, and not in the line after it.
4260
42612010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4262
4263 * org-html.el (org-export-html-preprocess): Call org-format-latex,
4264 possibly with a protect-only argument.
4265
4266 * org.el (org-format-latex): New argument PROTECT-ONLY.
4267
42682010-07-19 Eric Schulte <schulte.eric@gmail.com>
4269
a628ad9d 4270 * org-exp.el (org-export-handle-table-metalines): This function
86fbb8ca
CD
4271 removes table specific meta-lines, now that we aren't wiping
4272 everything that looks remotely like a comment at the end of the
4273 export process we have to be sure to catch all of the specific lines
a628ad9d 4274 in org-exp.el.
86fbb8ca
CD
4275
42762010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4277
a628ad9d 4278 * org-exp.el (org-export-select-backend-specific-text): Properly
86fbb8ca
CD
4279 get rid of #+Backend and #+ATTR_Backend specifics to backends not
4280 matching the one we're exporting to.
4281
86fbb8ca
CD
42822010-07-19 Eric Schulte <schulte.eric@gmail.com>
4283
a628ad9d 4284 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
86fbb8ca 4285 option which will strip newline characters from the text of table
a628ad9d 4286 cells and replace then with "\n".
86fbb8ca
CD
4287
42882010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4289
76e3243a 4290 * org.el (org-confirm-shell-link-function)
86fbb8ca
CD
4291 (org-confirm-elisp-link-function): Limit the values that can be set by
4292 file variables.
4293
42942010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4295
4296 * org.el (org-compute-latex-and-specials-regexp): Deal with
4297 string elements by discarding them.
4298
42992010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4300
4301 * org.el (org-iswitchb): Make sure to use at least iswitchb.
4302
43032010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4304
a628ad9d
JB
4305 * org-capture.el (org-capture-position-for-last-stored)
4306 (org-capture-bookmark-last-stored-position): New functions.
86fbb8ca 4307 (org-capture-place-table-line): Better error catching.
76e3243a 4308 (org-capture-place-item, org-capture-place-entry)
4d789d84
SM
4309 (org-capture-place-plain-text):
4310 Call `org-capture-position-for-last-stored'.
86fbb8ca
CD
4311 (org-capture-finalize): Just call
4312 `org-capture-bookmark-last-stored-position'.
4313
43142010-07-19 Eric Schulte <schulte.eric@gmail.com>
4315
4d789d84
SM
4316 * org-exp.el (org-export-mark-blockquote-verse-center):
4317 Fix small bug, now grabbing match data before overwritten by looking-at
86fbb8ca 4318 this fixes a problem with remainders of #+end_quote lines appearing
a628ad9d 4319 in exported output.
86fbb8ca
CD
4320
43212010-07-19 David Maus <dmaus@ictsoc.de>
4322
4323 * org.el (org-link-frame-setup): Add customization option for
4324 Wanderlust.
4325
43262010-07-19 Eric Schulte <schulte.eric@gmail.com>
4327
a628ad9d 4328 * org-latex.el (org-export-latex-fixed-width): Now check
86fbb8ca 4329 org-example rather than org-protected on verbatim export, because by
a628ad9d 4330 default all ": " prefixed lines are marked protected.
86fbb8ca
CD
4331
43322010-07-19 Eric Schulte <schulte.eric@gmail.com>
4333
a628ad9d
JB
4334 * org-latex.el (org-export-latex-fixed-width): Check for
4335 protection before wrapping ": " lines as verbatim.
86fbb8ca
CD
4336
43372010-07-19 Eric Schulte <schulte.eric@gmail.com>
4338
a628ad9d
JB
4339 * org-exp.el (org-export-handle-comments): Check for protection
4340 before removing comments.
86fbb8ca
CD
4341
43422010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4343
4344 * org-entities.el (org-entities): Restructure the list.
4345 (org-entities-help): Turn the help output into a buffer
4346 in Org-mode, so that it becomes easier to find a symbol
4347 in the structure.
4348 (org-entities-create-table): Deal with new structure.
4349
43502010-07-19 David Maus <dmaus@ictsoc.de>
4351
4352 * org-agenda.el (org-write-agenda): Use backquotes to expand
4353 `flet' at compile time.
4354
43552010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4356
4357 * org.el (org-entry-properties): Make sure that standard property
4358 names are used even if the user has customized time keywords.
4359
43602010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4361
4362 * org-macs.el (org-not-nil): Return the value if not interpreted
4363 as nil.
4364
76e3243a 4365 * org.el (org-entry-get)
86fbb8ca
CD
4366 (org-entry-get-with-inheritance): Interpret the value "nil"
4367 as nil for properties.
4368
43692010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4370
4371 * org.el (org-switch-to-buffer-other-window): Return the buffer.
4372
43732010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4374
4375 * org-macs.el (org-not-nil): New function.
4376
4377 * org.el (org-block-todo-from-children-or-siblings-or-parent):
4378 Use `org-not-nil' to interpret a property value of nil.
4379
43802010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4381
4382 * org.el (org-truely-invisible-p): New function.
4383 (org-beginning-of-line): Use `org-truely-invisible-p'.
4384
43852010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4386
4387 * org-agenda.el (org-agenda-get-timestamps): No errors
4388 while getting TODO state.
4389 (org-agenda-highlight-todo): No error when no keyword has
4390 been matched.
4391
43922010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4393
4394 * org.el (org-timestamp-change): New optional argument UPDOWN.
4395 Use this to identify calls from org-timestamp-up/down, so that we can
4396 skip by rounding minutes in this case.
76e3243a 4397 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
86fbb8ca
CD
4398 (org-timestamp-down-day): Call org-timestamp-change with the
4399 updown argument.
4400
44012010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4402
4403 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
4404
4405 * org-capture.el: New file.
4406
4407 * org-compat.el (org-get-x-clipboard): Function moved here from
4408 remember.el.
4409
a628ad9d 4410 * org-mks.el: New file.
86fbb8ca
CD
4411
4412 * org.el (org-set-regexps-and-options): Allow statistic cookies as
4413 part of complex headlines.
4414 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
4415 OLP does not contain a file name.
4416
44172010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4418
4419 * org.el (org-mode): Set `comment-start' instead of changing the
4420 syntax of the `#' character.
4421
44222010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4423
4424 * org-exp.el (org-export-format-source-code-or-example): Mark examples
a628ad9d 4425 by a property.
86fbb8ca
CD
4426
4427 * org-html.el (org-export-html-close-lists-maybe): Check if raw
a628ad9d 4428 HTML stuff was actually made from an example.
86fbb8ca 4429
86fbb8ca
CD
44302010-07-19 Bastien Guerry <bzg@altern.org>
4431
a628ad9d 4432 * org-latex.el: Items are no longer skipped when their first line
86fbb8ca
CD
4433 ends on a protected element.
4434
a628ad9d 4435 * org-list.el: Protected environments looking like lists are not
86fbb8ca
CD
4436 exported anymore.
4437
44382010-07-19 Eric Schulte <schulte.eric@gmail.com>
4439
4440 * org-exp-blocks.el (org-export-blocks-preprocess):
a628ad9d 4441 Cleanup trailing newline after block.
86fbb8ca
CD
4442
44432010-07-19 Bastien Guerry <bzg@altern.org>
4444
a628ad9d 4445 * org-exp.el: Comment regexp now matches documentation. No more
86fbb8ca
CD
4446 protection check when deleting comments before export.
4447
44482010-07-19 Bastien Guerry <bzg@altern.org>
4449
4450 * org-exp.el (org-export-preprocess-string):
a628ad9d
JB
4451 Now using `org-export-handle-include-files-recurse' to resolve
4452 included files.
86fbb8ca
CD
4453
44542010-07-19 Bastien Guerry <bzg@altern.org>
4455
76e3243a 4456 * org-agenda.el (org-agenda-get-deadlines)
86fbb8ca 4457 (org-agenda-get-scheduled):
86fbb8ca
CD
4458 * org.el (org-time-string-to-seconds):
4459 For deadline and scheduled agenda display ignore the cyclic repeater
4460 when calculating how many days late the task is. If you have a weekly
4461 task and miss the date the agenda view will show more than a week late
4462 now instead of resetting on the cyclic repeating date. This makes it
4463 much more obvious when you missed a repeating task after the repeater.
4464
44652010-07-19 Bastien Guerry <bzg@altern.org>
4466
4467 * org-exp.el (org-export-mark-blockquote-verse-center):
4468 Consider environments that end at eob.
4469
44702010-07-19 Mikael Fornius <mfo@abc.se>
4471
4472 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
a628ad9d 4473 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
86fbb8ca
CD
4474 display correctly.
4475
44762010-07-19 Mikael Fornius <mfo@abc.se>
4477
4478 * org.el (org-at-property-p): Use save-match-data macro instead of let.
4479
44802010-07-19 Mikael Fornius <mfo@abc.se>
4481
a628ad9d 4482 * org.el (test): Remove unused test function.
86fbb8ca
CD
4483
44842010-07-19 Eric Schulte <schulte.eric@gmail.com>
4485
a628ad9d 4486 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
86fbb8ca
CD
4487
44882010-07-19 Eric Schulte <schulte.eric@gmail.com>
4489
4d789d84
SM
4490 * org-exp-blocks.el (org-export-blocks-postblock-hook):
4491 Add documentation to and turn into a defcustom.
86fbb8ca
CD
4492
44932010-07-19 Eric Schulte <schulte.eric@gmail.com>
4494
a628ad9d 4495 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
86fbb8ca
CD
4496 instead of to nil we avoid errors when :prefix1 is defined, but
4497 prefix is not.
4498
44992010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4500
4501 * org-latex.el (org-export-latex-preprocess): Environments coming
4502 from latex backend specific instructions (#+LaTeX) are already
4503 protected and won't be treated as normal environments.
4504
45052010-07-19 Bastien Guerry <bzg@altern.org>
4506
4507 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
4508
45092010-07-19 Bastien Guerry <bzg@altern.org>
4510
4511 * org-timer.el (org-timer-set-timer): Use a prefix argument.
4512 See the docstring of the function.
4513
45142010-07-19 Bastien Guerry <bzg@altern.org>
4515
4516 * org-timer.el (org-timer-set-timer): Fix bug about cancelling
4517 timers.
4518
45192010-07-19 David Maus <dmaus@ictsoc.de>
4520
4521 * org-w3m.el (org-w3m-copy-for-org-mode)
4522 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
4523 Get text property directly, not using macro `w3m-anchor'.
4524
45252010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4526
4527 * org.el (org-emph-re): Document the match groups.
4528
a628ad9d 45292010-07-19 Bernt Hansen <bernt@norang.ca>
86fbb8ca
CD
4530
4531 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
4532 t before calling `org-clock-out', so that that function can
4533 know its call context.
4534
45352010-07-19 Bastien Guerry <bzg@altern.org>
4536
4537 * org-timer.el (org-timer-default-timer): New variable.
4538 (org-timer-set-timer): Use the new variable. Also offer the
4539 possibility to replace the current timer by a new one.
4540
45412010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4542
4543 * org.el (org-kill-note-or-show-branches): Hide subtree before
4544 exposing the headings.
4545
45462010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4547
4548 * org.el (org-add-planning-info): Remove the empty line also
4549 if there is no whitespace at all in there.
4550
4551 * org-table.el (org-table-align): Fix alignment of strings
4552 with invisible characters.
4553
45542010-07-19 David Maus <dmaus@ictsoc.de>
4555
4556 * org.el (org-refile-cache-get): Return empty list of targets
4557 when cache was cleared.
4558 (org-clone-subtree-with-time-shift): Maybe create ID property
4559 in cloned subtrees.
4560 (org-clone-delete-id): New customization variable.
4561 (org-clone-subtree-with-time-shift): Use customization
4562 variable `org-clone-delete-id'.
4563 (org-clone-subtree-with-time-shift): Remove empty property
4564 drawer in cloned subtrees.
4565
45662010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4567
4568 * org.el (org-refile-use-cache): New option.
4569 (org-refile-cache, org-refile-markers): New variable.
4570 (org-refile-marker, org-refile-cache-clear)
4571 (org-refile-cache-check-set, org-refile-cache-put)
4572 (org-refile-cache-get): New function.
4573 (org-get-refile-targets): Use the refile cache.
4574
4575 * org-clock.el (org-clock-sum): Don't include running clock if
4576 the time block is wrong.
4577
45782010-07-19 John Wiegley <jwiegley@gmail.com>
4579
4d789d84
SM
4580 * org-clock.el (org-clock-clock-in, org-clock-in):
4581 Add parameter `start-time'.
a628ad9d 4582 (org-clock-resolve-clock): Add parameter `clock-out-time'.
86fbb8ca
CD
4583 If set, and resolve-to is a past time, then the clock out
4584 event occurs at `clock-out-time' rather than at `resolve-to'.
4585 In this case, `resolve-to' becomes the clock in time.
a628ad9d 4586 (org-clock-jump-to-current-clock): Create new global command
86fbb8ca 4587 to reveal the current clock.
a628ad9d 4588 (org-clock-resolve): Add new commands g/G and j/J, and a
86fbb8ca
CD
4589 help window describing all commands and their meaning.
4590 (org-clock-resolve-expert): New customization variable.
a628ad9d 4591 (org-find-open-clocks): Fix a bug that caused discovered
86fbb8ca 4592 clocks not to match up with the currently active clock.
a628ad9d 4593 (org-resolve-clocks): Change the argument
86fbb8ca
CD
4594 `also-non-dangling-p' to `only-dangling-p', since due to a bug
4595 this was the default behavior all along.
4596
45972010-07-19 David Maus <dmaus@ictsoc.de>
4598
4599 * org-id.el (org-id-uuid): New function. Return string with
4600 random (version 4) UUID.
4601 (org-id-method): Make 'uuid the new default value.
4602 (org-id-new): Use `org-id-uuid' if call to uuidgen program
4603 does not return a UUID.
4604
46052010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4606
4607 * org-latex.el (org-export-latex-format-image): Add support
4608 for multicolumn figures in LaTeX.
4609
46102010-07-19 David Maus <dmaus@ictsoc.de>
4611
4612 * org.el (org-clone-subtree-with-time-shift): Remove ID
4613 property of original subtree in cloned subtrees.
4614
46152010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4616
4617 * org-exp.el (org-export-format-source-code-or-example):
4618 XEmacs compatibility.
4619
4620 * org-latex.el (org-export-latex-tables): Accept comma in
4621 align string.
4622
4623 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
4624 (org-export-docbook-xslt-proc-command): Fix docstring.
4625 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
4d789d84
SM
4626 (org-export-as-docbook-pdf):
4627 Improve formatting of the xslt command.
86fbb8ca
CD
4628
4629 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
4630
4631 * org.el (org-file-contents): Improve error message.
4632 (org-set-regexps-and-options): Remove spaces at both ends.
4633
46342010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4635
4d789d84
SM
4636 * org-docbook.el (org-export-as-docbook-pdf):
4637 Improve formatting of the xslt command.
86fbb8ca
CD
4638
46392010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
4640
4641 * org-publish.el (org-publish-cache): Use one big hashmap for
4642 each project defined in `org-publish-project-alist'.
4643 (initialize-files-alist): Function removed.
a628ad9d 4644 (org-publish-validate-link): Function removed.
86fbb8ca
CD
4645 (org-publish-get-base-files): Add variable `sitemap-requested'
4646 to avoid sorting where possible.
4647 (org-publish-get-files): Function removed.
4648 (org-publish-get-project-from-filename): Make independent of
4649 file list.
4650 (org-publish-file): New argument NO-CACHE.
4651
46522010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4653
4d789d84
SM
4654 * org.el (org-beginning-of-defun, org-end-of-defun):
4655 New functions.
86fbb8ca
CD
4656 (org-mode): Install the `org-beginning-of-defun' and
4657 `org-end-of-defun' functions.
4658 (org-pretty-entities): New option.
4659 (org-toggle-pretty-entities): New command.
4660 (org-fontify-entities): New function.
4661 (org-startup-options): New keywords for pretty entities.
4662 (org-set-font-lock-defaults): Call the pretty entities
4663 function.
4664
4665 * org-latex.el (org-export-latex-keywords-maybe): Protect the
4666 TODO markup.
4667
46682010-07-19 Mikael Fornius <mfo@abc.se>
4669
4670 * org-habit.el (org-habit-build-graph): Help-echo date when
4671 mouse is over stars.
4672
46732010-07-19 Jan Böker <jan.boecker@jboecker.de>
4674
4675 * org.el (org-file-apps): Improve docstring to reflect
a628ad9d 4676 grouping matches.
86fbb8ca
CD
4677
46782010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4679
4680 * org.el (org-set-startup-visibility): Fix empty line display.
4681
4682 * org-latex.el (org-export-latex-links): Use the formatting
4683 function of the link type, if it is available.
4684
4685 * org-table.el (org-table-get-remote-range): Return to
4686 original buffer when retrieving remote reference.
4687
4688 * org.el (org-display-inline-images): Do the entire buffer,
4689 not just the narrowed region. Clear the cache.
4690 (org-display-inline-images): Match mode file paths.
4691
46922010-07-19 David Maus <dmaus@ictsoc.de>
4693
4694 * org-wl.el (org-wl-store-link-folder): Don't throw error when
4695 called on WL folder group.
4696
46972010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4698
4699 * org.el (org-replace-escapes): Make sure the cdr is not nil.
4700 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
4701 (org-mode): Revert comment syntax changes.
4702
47032010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4704
4705 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
4706 keywords, and `C-c / T' for a specific one.
4707
47082010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4709
4710 * org.el (org-mode): Fix comment syntax settings.
4711
4d789d84
SM
4712 * org-src.el (org-edit-src-allow-write-back-p):
4713 Define variable.
86fbb8ca
CD
4714
4715 * org.el (org-inline-image-overlays): New variable.
4716 (org-toggle-inline-images, org-display-inline-images)
4717 (org-remove-inline-images): New commands.
4718 (org-mode-map): Define a key for `org-toggle-inline-images'.
4719
47202010-07-19 David Maus <dmaus@ictsoc.de>
4721
4d789d84
SM
4722 * org-wl.el (org-wl-message-field): New function.
4723 Return content of header field in message entity.
86fbb8ca
CD
4724 (org-wl-store-link): Call `org-wl-store-link-folder' or
4725 `org-wl-store-link-message' depending on major-mode.
4726 (org-wl-store-link-folder): New function. Store link to
4727 Wanderlust folder.
4728 (org-wl-store-link-message): New function. Store link to
4729 Wanderlust message.
4730 (org-wl-store-link-message): Store link to message while
4731 visiting message.
4732 (org-wl-open): Don't try to jump to message when opening a
4733 folder link.
4734
47352010-07-19 David Maus <dmaus@ictsoc.de>
4736
4737 * org.el (org-replace-escapes): Avoid infinite loop when
4738 replace string contains escape sequence it replaces.
4739
47402010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4741
4742 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
4743 encryption when now key is set.
4744
47452010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4746
4747 * org-table.el (org-table-recalculate-buffer-tables)
4748 (org-table-iterate-buffer-tables): New commands.
4749
4750 * org.el (org-check-for-hidden): When there is a region, skip
4751 the check.
4752
47532010-07-19 Dan Davison <davison@stats.ox.ac.uk>
4754
4755 * org-src.el (org-edit-src-code): allow-write-back-p had
a628ad9d 4756 erroneously been omitted from let binding.
86fbb8ca
CD
4757
47582010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4759
4760 * org-agenda.el (org-sorting-choice): New sorting type alpha.
4761 (org-cmp-alpha): New defsubst.
4762 (org-em): New defsubst.
4763 (org-entries-lessp): Only compute needed comparisons.
4764
47652010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4766
4767 * org-html.el (org-format-org-table-html): Test all columns
4768 for number content.
4769
47702010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4771
4d789d84
SM
4772 * org-latex.el (org-export-latex-treat-sub-super-char):
4773 Make sure parenthesis matching is consistent.
86fbb8ca
CD
4774
4775 * org-table.el (org-table-colgroup-line-p)
4776 (org-table-cookie-line-p): New functions.
4777
4778 * org-exp.el (org-table-clean-before-export): Better tests for
4779 colgroup and cookie lines.
4780
47812010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4782
4783 * org-agenda.el (org-agenda-goto): Push a mark before changing
4784 the position.
4785
4786 * org-footnote.el (org-footnote): New group.
4787 (org-footnote-section)
4788 (org-footnote-tag-for-non-org-mode-files): Fix typos.
4789
4790 * org-list.el (org-end-of-item-text-before-children): Also do
4791 the right thing at the end of a file.
4792
4d789d84
SM
4793 * org.el (org-set-packages-alist, org-get-packages-alist):
4794 New function.
86fbb8ca
CD
4795 (org-export-latex-default-packages-alist)
4796 (org-export-latex-packages-alist): Add extra flag to
4797 each package, indicating if it should be used for snippets.
4798 (org-create-formula-image): Add the snippet argument.
4799 (org-splice-latex-header): New argument SNIPPET-P, pass it
4800 through to `org-latex-packages-to-string'.
4801 (org-latex-packages-to-string): New argument SNIPPET-P.
4802
4803 * org-latex.el (org-export-latex-make-header): Add the snippet
4804 argument.
4805
4806 * org-docbook.el (org-export-as-docbook): Implement ordered
4807 lists starting at some offset.
4808
48092010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4810
4811 * org.el (org-link-types, org-open-at-point): Add doi links.
4812
4813 * org-ascii.el (org-export-ascii-preprocess): Remove list
4814 startcounter cookies.
4815
4816 * org-list.el (org-renumber-ordered-list): Respect counter
4817 start values.
4818
4819 * org-latex.el (org-export-latex-lists): Accept ordered list
4820 item offset cookie.
4821
4822 * org-html.el (org-export-as-html): Accept ordered list
4823 item offset cookie.
4824
4825 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
4826 which messes up alignment of tags.
4827
48282010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4829
4830 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
4831 the modeline display is removed.
4832
4d789d84
SM
4833 * org-exp.el (org-export-format-drawer-function):
4834 Fix docstring.
86fbb8ca
CD
4835
4836 * org-agenda.el (org-agenda-refile): New optional argument
4837 NO-UPDATE.
4838 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
4839 is set.
4840 (org-agenda-bulk-action): Call the refile command with updates
4841 suppressed - but arrange for `org-agenda-redo' to be called at
4842 the end.
4843
4844 * org.el (org-mode): Make table mapping quiet.
4845 (org-table-map-tables): New optional argument QUIETLY.
4846
4847 * org-ascii.el (org-export-ascii-preprocess): Make table
4848 mapping quiet.
4849
4d789d84
SM
4850 * org-html.el (org-export-as-html, org-html-level-start):
4851 Change XHTML IDs to not use dots.
86fbb8ca 4852
4d789d84
SM
4853 * org-exp.el (org-export-define-heading-targets):
4854 Change XHTML IDs to not use dots.
86fbb8ca 4855
4d789d84
SM
4856 * org-docbook.el (org-export-docbook-level-start):
4857 Change XHTML IDs to not use dots.
86fbb8ca
CD
4858
4859 * org-latex.el (org-export-as-latex): Make sure that the
4860 result buffer is in latex-mode.
4861
4862 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
4d789d84
SM
4863 (org-shiftleft-final-hook, org-shiftright-final-hook):
4864 New hooks.
86fbb8ca
CD
4865
48662010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4867
4868 * org-table.el (org-table-justify-field-maybe): Make sure that
4869 inserting a value does not turn a line into a hline.
4870
48712010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4872
4873 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
4874 (org-clock-sum): Add property to selected headlines.
4875 (org-dblock-write:clocktable): Make tags matcher.
4876
4877 * org.el (org-set-autofill-regexps): XEmacs compatibility.
4878
4879 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
a628ad9d 4880 in latex class definitions.
86fbb8ca
CD
4881
4882 * org.el (org-shiftup-hook, org-shiftdown-hook)
4883 (org-shiftleft-hook, org-shiftright-hook): New hooks.
4884
4885 * org-entities.el (org-entities): Use \land and \lor for logical
4886 operators.
4887
4888 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
4889 indentation commands.
4890 (org-hidden-tree-error): New defsubst.
4891 (org-metaleft, org-metaright): Check for hidden stuff and throw an
4892 error.
4893 (org-check-for-hidden): New function.
4894
4895 * org-list.el (org-item-re): New function.
4896 (org-at-item-p): Use `org-item-re'.
4897 (org-end-of-item-text-before-children): New function.
4898 (org-outdent-item, org-indent-item): Arrange for leaving the
4899 subtree alone.
4900 (org-outdent-item-tree, org-indent-item-tree): New argument
4901 NO-SUBTREE.
4902 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
4903 to find the end for processing while ignoring the subtree.
4904
4905 * org-publish.el (org-publish-sitemap-sort-alphabetically)
4906 (org-publish-sitemap-sort-folders)
4907 (org-publish-sitemap-sort-ignore-case): New options.
4908
49092010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4910
4911 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
4912
4913 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
4914
4915 * org-publish.el (org-publish-project-alist): Update docstring.
4916 (org-publish-file-title-cache): New variable.
4d789d84
SM
4917 (org-publish-initialize-files-alist):
4918 Initialize `org-publish-initialize-files-alist' to nil.
86fbb8ca
CD
4919 (org-publish-sort-directory-files): New function.
4920 (org-publish-projects): Access the new properties.
4921 (org-publish-find-title): Use the file title cache.
4922 (org-publish-find-title): Build the file title cache.
4923 (org-publish-get-base-files-1): Sort files.
4924 (org-publish-aux-preprocess): Do not throw an error when before
4925 the first headline. Allow an empty target, meaning to link just
4926 to the file.
4927 (org-publish-index-generate-theindex.inc): Check if there is
4928 actually a target and only then add it to the link.
a628ad9d 4929 (org-publish-projects): Fix a remaining issue with the last commit.
86fbb8ca
CD
4930
4931 * org-html.el (org-export-as-html): Treat verse as open/close
4932 paragraph.
4933 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
4934 and out of lists.
4935
49362010-07-19 Dan Davison <davison@stats.ox.ac.uk>
4937
4938 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
4939 be used in a read-only mode.
a628ad9d 4940 (org-edit-src-code): Different message in read-only mode.
86fbb8ca
CD
4941
49422010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4943
4944 * org-src.el (org-edit-src-find-region-and-lang): Test for
4945 table.el as late as possible.
4946
4947 * org-colview-xemacs.el: Make sure this file is never loaded into
4948 Emacs. Remove all tests for XEmacs.
4949
4950 * org-colview.el: Make sure this file is never loaded into XEmacs.
4951
4952 * org-agenda.el (org-highlight, org-unhighlight): Use direct
4953 overlay calls.
4954
4955 * org.el (org-key): Apply the translations defined in
4956 `org-xemacs-key-equivalents'.
4957
4958 * org-mouse.el (org-mode-hook): Use `org-defkey'.
4959
4960 * org-compat.el (org-xemacs-key-equivalents): New constant.
4961
49622010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4963
4964 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
4965 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
4966 Obey `org-odd-levels-only'.
4967
4968 * org-compat.el (org-find-overlays): Use overlays-in/at.
4969
4970 * org.el (org-remove-empty-overlays-at)
4971 (org-outline-overlay-data, org-hide-block-toggle)
4972 (org-format-latex, org-context): Use overlays-in/at.
4973
4974 * org-src.el (org-edit-src-exit): Use overlays-in/at.
4975
4976 * org-agenda.el (org-agenda-mark-clocking-task)
4977 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
4978 (org-agenda-entry-text-hide)
4979 (org-agenda-fix-tags-filter-overlays-at)
4980 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
4981
4982 * org-compat.el (org-overlays-at): Function removed.
4983 (org-overlays-in): Function removed.
4984
49852010-07-19 Bastien Guerry <bzg@altern.org>
4986
4987 * org-clock.el (org-clock-set-current): Just return the headline
4988 itself, strip the TODO keyword, the priority cookie and the tags.
4989
49902010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4991
4992 * org-compat.el (org-xemacs-without-invisibility): New macro.
4993 (org-xemacs-without-invisibility): New macro.
4994 (org-indent-to-column, org-indent-line-to, org-move-to-column):
4995 Redefine using the macro `org-xemacs-without-invisibility'.
4996
4997 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
4998
4999 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
5000
5001 * org-compat.el (org-make-overlay, org-delete-overlay)
5002 (org-overlay-start, org-overlay-end, org-overlay-put)
4d789d84
SM
5003 (org-overlay-get, org-overlay-move, org-overlay-buffer):
5004 Functions removed.
86fbb8ca
CD
5005 (org-add-to-invisibility-spec): Function removed.
5006
5007 * org-html.el (org-export-as-html-and-open): Add argument to
5008 kill-buffer.
5009
5010 * org-habit.el (require): `calendar' is now required already by
5011 org.el on top level.
5012
5013 * org-clock.el (require): `calendar' is now required already by
5014 org.el on top level.
5015
5016 * org-agenda.el (require, org-timeline, org-agenda-list)
5017 (org-todo-list, org-agenda-to-appt): `calendar' is now required
5018 already by org.el on top level.
5019
5020 * org.el (org-export-latex-fix-inputenc): Declare function.
5021
5022 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
5023 variables.
5024
5025 * org.el (calendar): Require calendar now on top level in org.el
5026 and define aliases to new variables when needed.
5027 (org-read-date, org-goto-calendar): Do not bind obsolete
5028 variables.
5029
5030 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
5031 compilation warning, add comment that this cannot be done with
5032 `with-current-buffer'.
5033
5034 * org-wl.el (org-wl-open): Use `with-current-buffer'.
5035
5036 * org.el (overlay, org-remove-empty-overlays-at)
5037 (org-outline-overlay-data, org-set-outline-overlay-data)
5038 (org-show-block-all, org-hide-block-toggle)
5039 (org-highlight-new-match, org-remove-occur-highlights)
5040 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
5041 (org-read-date, org-read-date-display, org-eval-in-calendar)
5042 (org-format-latex, org-context)
5043 (org-speedbar-restriction-lock-overlay)
5044 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
5045
5046 * org-table.el (org-table-add-rectangle-overlay)
5047 (org-table-remove-rectangle-highlight)
5048 (org-table-overlay-coordinates)
5049 (org-table-toggle-coordinate-overlays): Use the normal overlay
5050 API.
5051
5052 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
5053 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
5054 normal overlay API.
5055
5056 * org-colview.el (org-columns-new-overlay)
5057 (org-columns-display-here, org-columns-remove-overlays)
5058 (org-columns-edit-value, org-columns-next-allowed-value)
5059 (org-columns-update): Use the normal overlay API.
5060
5061 * org-clock.el (org-clock-out, org-clock-cancel)
5062 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
5063 overlay API.
5064
5065 * org-agenda.el (org-agenda-mark-filtered-text)
5066 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
5067 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
5068 (org-agenda-entry-text-hide)
5069 (org-agenda-restriction-lock-overlay)
5070 (org-agenda-set-restriction-lock)
5071 (org-agenda-filter-by-tag-hide-line)
5072 (org-agenda-fix-tags-filter-overlays-at)
5073 (org-agenda-filter-by-tag-show-all, org-hl)
5074 (org-agenda-goto-calendar, org-agenda-bulk-mark)
5075 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
5076
5077 * org-freemind.el (org-freemind-from-org-mode-node)
93acd23d 5078 (org-freemind-from-org-mode)
4d789d84
SM
5079 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
5080 Use interactive-p instead of called-interactively, because this is
86fbb8ca
CD
5081 backward compatible with older Emacsen I still support..
5082
50832010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5084
5085 * org-exp.el (org-export-define-heading-targets): Fix bug in
5086 regexp finding ID and CUSTOM_ID properties.
5087
50882010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5089
4d789d84
SM
5090 * org-footnote.el (org-footnote-goto-previous-reference):
5091 Rename from `org-footnote-goto-next-reference'.
86fbb8ca
CD
5092
5093 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
5094 org-log-repeat is non-nil, or if there is clocking data in the
5095 entry.
5096
5097 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
5098
50992010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5100
5101 * org.el (org-align-all-tags): New command.
5102
51032010-07-19 David Maus <dmaus@ictsoc.de>
5104
5105 * org-wl.el (org-wl-link-remove-filter): New customizable
5106 variable. If non-nil, filter conditions are stripped when storing
5107 link to message in filter folder.
4d789d84
SM
5108 (org-wl-shimbun-prefer-web-links): New customizable variable.
5109 If non-nil, links to shimbun messages are created as web links to
86fbb8ca 5110 message source.
4d789d84
SM
5111 (org-wl-nntp-prefer-web-links): New customizable variable.
5112 If non-nil, links to nntp message are created as web links to gmane
86fbb8ca
CD
5113 or googlegroups.
5114 (org-wl-namazu-default-index): New customizable variable.
5115 Directory of namazu search index that should be used as default
5116 when opening a link in a search folder.
5117 (org-wl-folder-types): New constant. Wanderlust folder type
5118 indicators.
5119 (org-wl-folder-type): New function. Return type of Wanderlust
5120 folder.
5121 (org-wl-store-link): Create web links for shimbun or nntp messages
5122 and strip filter conditions depending on customizable variables.
5123 (org-wl-open): Open namazu search folder for message when called
5124 with prefix.
5125
51262010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5127
5128 * org.el (org-remove-if, org-remove-if-not): New functions.
5129 (org-open-file): Use internal remove-if functions.
5130
51312010-07-19 Jan Böcker <jan.boecker@jboecker.de>
5132
a628ad9d
JB
5133 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
5134 (org-file-apps-ex): Remove variable.
86fbb8ca
CD
5135 (org-open-file): Integrate org-file-apps-ex functionality back
5136 into org-file-apps, and decide whether to match a regexp against
5137 the link or the filename using org-file-apps-entry-uses-grouping-p.
5138
51392010-07-19 Jan Böcker <jan.boecker@jboecker.de>
5140
a628ad9d 5141 * org.el (org-file-apps-ex): New variable.
86fbb8ca 5142 (org-open-file): Before considering org-file-apps, first match the
4d789d84
SM
5143 regexps from org-file-apps-ex against the whole link.
5144 See docstring of org-file-apps-ex.
86fbb8ca
CD
5145
51462010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5147
4d789d84
SM
5148 * org.el (org-export-latex-default-packages-alist):
5149 Remove microtype package.
86fbb8ca
CD
5150 (org-todo-repeat-to-state): New variable.
5151 (org-auto-repeat-maybe): Allow user-selected target states.
5152 (org-default-properties): Add the new property REPEAT_TO_STATE.
5153
51542010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5155
5156 * org-mobile.el (org-mobile-check-setup): Make sure that there is
5157 a binary to compute checksums.
5158
3820f429
CD
51592010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
5160
5161 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
5162 variables.
5163
5164 * org.el (calendar): Require calendar now on top level in org.el
5165 and define aliases to new variables when needed.
5166 (org-read-date, org-goto-calendar): Do not bind obsolete
5167 variables.
5168
c50b0f11
GM
51692010-06-22 Glenn Morris <rgm@gnu.org>
5170
5171 * org-entities.el: Add explicit utf-8 coding cookie to file with
5172 utf-8 characters.
5173
6dc439cb
SM
51742010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
5177
61a808e8
CY
51782010-05-07 Chong Yidong <cyd@stupidchicken.com>
5179
5180 * Version 23.2 released.
5181
365f8d85
SM
51822010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5183
5184 * org-table.el (orgtbl-setup):
5185 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
5186
56eb0904
SM
51872010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 * org-table.el (orgtbl-mode): Use define-minor-mode.
5190
ed21c5c8
CD
51912010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5192
56eb0904
SM
5193 * org.el (org-insert-link): Find the link buffer on visible frames.
5194 (org-export-latex-default-packages-alist): Hyperref must be loaded
ed21c5c8
CD
5195 late.
5196 (org-open-file): More care with the new matching for file links.
5197
51982010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5199
5200 * org-latex.el (org-export-latex-preprocess): Do not yet protect
5201 defined entities - these will be taken care of later.
5202 (org-export-latex-special-chars): Post-process entity replacement.
5203 (org-export-latex-fontify-headline): Do not yet protect defined
5204 entities - these will be taken care of later.
5205 (org-export-latex-tables, org-export-latex-links): Format the
5206 caption properly.
5207
5208 * org-entities.el (org-entities-user): Fix typo.
5209
a628ad9d 5210 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
ed21c5c8
CD
5211
5212 * org-entities.el (org-entities-user): Improve docstring.
5213
52142010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5215
5216 * org-entities.el (org-macs): Require org-macs, to be sure that we
5217 have `declare-function' defined.
5218
52192010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5220
5221 * org-latex.el (org-export-latex-classes): Update docstring.
5222
5223 * org.el (org-format-latex-header): Add cookies to the header.
0235128c 5224 (org-splice-latex-header): Implement placement according to cookies.
ed21c5c8
CD
5225
52262010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5227
5228 * org-publish.el (org-publish-aux-preprocess): Control case
5229 sensitivity.
5230
52312010-04-10 Bastien Guerry <bzg@altern.org>
5232
5233 * org.el (org-splice-latex-header): Fix typo.
5234
52352010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5236
0235128c
SM
5237 * org-latex.el (org-export-latex-make-header):
5238 Use `org-splice-latex-header' to build the header.
ed21c5c8
CD
5239 (org-export-latex-classes): Update docstring.
5240
5241 * org.el (org-splice-latex-header): New function.
5242 (org-create-formula-image): Use `org-splice-latex-header' to build
5243 the header.
5244
5245 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
5246
52472010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5248
5249 * org.el (org-export-latex-packages-alist)
5250 (org-export-latex-default-packages-alist): Fix docstring to
5251 reflect the expected structure.
5252
5253 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
5254 (org-export-docbook-finalize-table): Make use of label for tables.
5255
52562010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5257
5258 * org-attach.el (org-attach-commit): Split on newlines.
5259
5260 * org.el (org-export-latex-default-packages-alist): Use list
5261 instead of cons for the entries.
5262
52632010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5264
5265 * org-entities.el (org-entity-get-representation): Catch the case
5266 that there is not entry in the list.
5267
5268 * org-mobile.el (org-mobile-use-encryption)
5269 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
5270 New options.
5271 (org-mobile-check-setup): CHeck the encryption setup.
5272 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
5273 (org-mobile-create-sumo-agenda): Use encryption code.
5274 (org-mobile-encrypt-and-move): New function.
4d789d84
SM
5275 (org-mobile-encrypt-file, org-mobile-decrypt-file):
5276 New functions.
ed21c5c8
CD
5277 (org-mobile-move-capture): Decrypt the capture file.
5278
5279 * org.el (org-entities): Require the new file.
5280 (org-export-latex-default-packages-alist): New variable.
5281 (org-complete): Use new entity code for completion.
5282 (org-create-formula-image): Use the new packages variable.
5283
5284 * org-latex.el (org-export-latex-classes): Remove the standard
5285 packages from the class headers.
5286 (org-export-latex-make-header): Use the new package variable.
5287 (org-export-latex-special-chars): Better regexp for entities, to
5288 support entity name that contain numbers.
5289 (org-export-latex-treat-backslash-char): Use the new entity code.
5290
5291 * org-html.el (org-html-do-expand): Use the new entity code.
5292
5293 * org-exp.el (org-export): Add the new export commands.
5294 (org-html-entities): Constant removed.
5295 (org-export-visible): Add the new export commands.
5296
ed21c5c8
CD
5297 * org-docbook.el (org-docbook-do-expand): Use new entity code.
5298
5299 * org-ascii.el (org-export-ascii-entities): New variable.
5300 (org-export-as-latin1, org-export-as-latin1-to-buffer)
5301 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
5302 (org-export-as-encoding): New function.
5303 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
5304 (org-ascii-replace-entities): New function.
5305
2b4aa886 53062010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
4e2af782 5307 Ulf Stegemann <ulf@zeitform.de>
2b4aa886
GM
5308
5309 * org-entities.el: New file.
5310
ed21c5c8
CD
53112010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5312
5313 * org-html.el (org-html-level-start): Catch the case that target
5314 might be nil.
5315
53162010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5317
5318 * org.el (org-appearance): Change Customize group variable name
5319 from org-font-lock to org-appearance, and change tag from "Org
c4cc8b9a
JB
5320 Font Lock" to "Org Appearance".
5321 (org-odd-levels-only): Change Customize group variable name.
5322 (org-level-color-stars-only): Change Customize group variable name.
5323 (org-hide-leading-stars): Change Customize group variable name.
5324 (org-hidden-keywords): Change Customize group variable name.
5325 (org-fontify-done-headline): Change Customize group variable name.
5326 (org-fontify-emphasized-text): Change Customize group variable name.
5327 (org-fontify-whole-heading-line): Change Customize group variable name.
ed21c5c8 5328 (org-highlight-latex-fragments-and-specials): Change Customize
c4cc8b9a
JB
5329 group variable name.
5330 (org-hide-emphasis-markers): Change Customize group variable name.
5331 (org-emphasis-alist): Change Customize group variable name.
ed21c5c8 5332 (org-emphasis-regexp-components): Change Customize group variable
c4cc8b9a 5333 name.
a628ad9d 5334 (org-modules): Remove mention of org-R.
ed21c5c8 5335
a628ad9d 5336 * org-faces.el (org-faces): Change Customize group variable name.
ed21c5c8
CD
5337
53382010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5339
5340 * org-agenda.el (org-diary-last-run-time): New variable.
a628ad9d 5341 (org-diary): Prepare agenda buffers only if last call was some
ed21c5c8
CD
5342 time ago.
5343
5344 * org-html.el (org-export-html-preprocess): Replace \ref macros
5345 with a link.
5346 (org-format-org-table-html): Add the label as an anchor.
5347
5348 * org-docbook.el (org-export-docbook-format-image): Do some
5349 formatting on captions.
5350
5351 * org-latex.el (org-export-latex-tables, org-export-latex-links):
5352 Do some formatting on captions.
5353
5354 * org-html.el (org-export-html-format-image)
5355 (org-format-org-table-html): Do some formatting on captions.
5356
53572010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5358
a628ad9d 5359 * org.el (org-hidden-keywords): New customizable variable. This is
ed21c5c8
CD
5360 a list of symbols specifying which of the special keywords #+DATE,
5361 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
5362 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
5363 implementing new faces and hiding behaviour.
5364
c4cc8b9a
JB
5365 * org-faces.el (org-document-title): New face for #+TITLE lines.
5366 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
a628ad9d
JB
5367 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
5368 keywords.
ed21c5c8
CD
5369
53702010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5371
5372 * org-publish.el (org-publish-sanitize-plist): New function to
5373 rename "index" properties to "sitemap". Do this renaming
5374 globally.
5375 (org-publish-with-aux-preprocess-maybe): New macro.
5376 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
5377 macro.
5378 (org-publish-aux-preprocess)
5379 (org-publish-index-generate-theindex.inc): New function.
5380
53812010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5382
5383 * org-table.el (org-table-align): Interpret <N> at fixed width,
5384 not as maximum width.
5385
53862010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5387
4d789d84
SM
5388 * org-exp.el (org-export-author-info, org-export-email-info):
5389 Fix docstrings.
ed21c5c8 5390
a628ad9d 5391 * org-beamer.el (org-beamer-select-environment): Rename from
ed21c5c8
CD
5392 `org-beamer-set-environment-tag'. Improve docstring.
5393
5394 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
5395 problem with odd levels.
5396
5397 * org-ascii.el (org-export-as-ascii): Export email only if the
5398 author wants it.
5399
5400 * org-docbook.el (org-export-as-docbook): Export email only if the
5401 author wants it.
5402
5403 * org-html.el (org-export-as-html): Export email only if the
5404 author wants it.
5405
5406 * org-exp.el (org-export-email-info): New option.
5407 (org-export-plist-vars): Add entry for `org-export-email'.
5408
54092010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5410
5411 * org-table.el (org-table-goto-line): Fix typo.
5412
54132010-04-10 Mikael Fornius <mfo@abc.se>
5414
5415 * org.el (org-agenda-files): Typo.
5416 (org-read-agenda-file-list): Add optional argument to help
5417 `org-store-new-agenda-file-list' to remember un-expanded file
5418 names. Expand file names relative to `org-directory'.
5419 (org-store-new-agenda-file-list): Keep un-expanded file names when
5420 saving, if available.
5421 (org-agenda-files): Update documentation.
5422
54232010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5424
5425 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
5426 a buffer with no file name attached.
5427
5428 * org.el (org-log-refile): New option.
5429 (org-log-note-headings): Add a heading for refiling.
5430 (org-startup-options): Add keywords for logging of the refile
5431 action.
5432 (org-refile): Add logging action.
5433 (org-add-log-note): Allow for refiling action.
5434
5435 * org-agenda.el (org-agenda-bulk-action): Make sure
5436 `org-log-refile' is not `note' during a bulk action.
5437
54382010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5439
5440 * org.el (org-map-dblocks): Use save-excursion to remember the
5441 position.
5442
5443 * org-attach.el (org-attach-commit): Remove dependence on xargs.
5444 (org-attach-delete-one): Commit after deleting a file.
5445
5446 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
5447 borders for strike-through emphasis.
5448
5449 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
5450 handling of odd levels.
5451
5452 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
5453 and `future' values.
5454 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
5455 Handle `past' and `future' values.
5456
5457 * org.el (org-read-agenda-file-list): Interpret file names
5458 relative to org-directory and allow environment variables and
5459 "~".
5460
5461 * org-latex.el (org-export-latex-special-chars): Allow a
5462 parenthesis before an exponent or subscript.
5463
54642010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5465
5466 * org-src.el (org-edit-src-exit): When returning from code edit
5467 buffer, if code block is hidden, leave point at start of
a628ad9d 5468 #+begin_src line.
ed21c5c8
CD
5469
54702010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5471
5472 * org.el (org-insert-heading): Do not remove all spaces if the
5473 headline is empty.
5474
5475 * org-indent.el (org-indent): Fix group name.
5476
54772010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5478
5479 * org-table.el (org-table-goto-column): Fix forcing a non-existing
5480 column.
5481 (org-table-get, org-table-put, org-table-goto-line)
5482 (org-table-current-line): New functions.
5483
54842010-04-10 Jan Böcker <jan.boecker@jboecker.de>
5485
5486 * org.el (org-open-file): Allow regular expressions in
5487 org-file-apps to capture link parameters using groups. In a
5488 command string to be executed, the parameters can be referenced
5489 using %1, %2, etc. Lisp forms can access them using
5490 (match-string n link).
5491 (org-apps-regexp-alist): Adopt the created regexp, as this is now
5492 matched against a file: link instead of the file name.
5493
54942010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5495
5496 * org-crypt.el (org-reveal-start-hook): Add a decryption function
5497 to this hook.
4d789d84
SM
5498 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
5499 Add docstrings.
ed21c5c8
CD
5500
5501 * org.el (org-point-at-end-of-empty-headline)
5502 (org-level-increment, org-get-previous-line-level): New function.
5503 (org-cycle-level): Rewritten to be independent of when this
5504 function is called.
5505 (org-in-regexps-block-p): New function.
5506 (org-reveal-start-hook): New hook.
5507 (org-reveal): Run new hook.
5508
55092010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5510
5511 * org-latex.el (org-export-latex-keywords): Start a new paragraph
5512 after time keywords, do not add "\newline".
5513
5514 * org-html.el (org-export-as-html): Avoid double # in href.
5515
5516 * org.el (org-refile-get-location): Catch an invalid target
5517 specification.
5518
55192010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5520
5521 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
5522 Make sure the behavior regarding to extracting time is
5523 consistent.
5524
55252010-04-10 Stephen Eglen <stephen@gnu.org>
5526
4d789d84
SM
5527 * org-agenda.el (org-agenda-insert-diary-extract-time):
5528 New variable.
ed21c5c8
CD
5529 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
5530 variable rather than `org-agenda-search-headline-for-time'.
5531
55322010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5533
5534 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
5535
55362010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5537
5538 * org.el (org-adaptive-fill-regexp-backup): New variable.
5539 (org-set-autofill-regexps): Store a backup of
5540 `adaptive-fill-regexp'.
5541 (org-adaptive-fill-function): Fix filling of comments and ordered
a628ad9d 5542 lists. If there is no other match, till try adaptive fill.
ed21c5c8
CD
5543
55442010-04-10 John Wiegley <jwiegley@gmail.com>
5545
a628ad9d 5546 * org-agenda.el (org-agenda-include-deadlines): Add new
ed21c5c8
CD
5547 customization variable to determine whether unscheduled tasks
5548 should appear in the agenda solely because of their deadline.
5549 Default to true, which was the previous behavior (it just wasn't
5550 configurable).
5551 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
5552 the agenda to show/hide deadline tasks.
a628ad9d 5553 (org-agenda-menu): Add menu option for show/hide deadlines.
ed21c5c8
CD
5554 (org-agenda-list): Make the agenda list sensitive to the value of
5555 `org-agenda-include-deadlines'.
5556 (org-agenda-toggle-deadlines): New function to toggle the value of
5557 `org-agenda-include-deadlines' and repaint the modeline
5558 indicators.
5559 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
5560 modeline if deadline tasks are being displayed.
5561
55622010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5563
5564 * org-table.el (org-table-eval-formula): Replace $# and @# by
5565 current column and row number.
5566
55672010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5568
5569 * org.el (org-set-property, org-delete-property): Go back to
5570 prompting for the property.
5571
5572 * org-latex.el (org-export-latex-make-header): Fully process
5573 author line.
5574 (org-export-latex-fontify-headline): Allow several arguments, not
5575 just one.
5576 (org-export-latex-fix-inputenc): Catch the error when
5577 `latexenc-coding-system-to-inputenc' is not defined.
5578
5579 * org-agenda.el (org-agenda-skip-if-todo): New function.
5580 (org-agenda-skip-if): Add conditions for TODO keywords.
5581 (org-agenda-skip-if): Document the new todo conditions.
5582
55832010-04-10 Mikael Fornius <mfo@abc.se>
5584
5585 * org.el (org-at-property-p): Check if we are inside a property
5586 drawer not just any drawer.
5587 (org-set-property, org-delete-property): When cursor is on a
5588 property key value pair do not prompt for property name instead
5589 use name at cursor.
5590 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
5591 on the first line of a property drawer.
5592 (org-property-end-re): Spell check.
5593
55942010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5595
5596 * org-exp.el (org-export-attach-captions-and-attributes): Add the
5597 properties to the entire table, in case the first line is
5598 removed.
5599
5600 * org-archive.el (org-archive-reversed-order): New option.
5601 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
5602 option `org-archive-reversed-order'.
5603
56042010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5605
5606 * org-agenda.el (org-agenda-entry-types): New variable.
5607 (org-agenda-list): Use `org-agenda-entry-types'.
5608 (org-agenda-custom-commands-local-options): Support for setting
5609 `org-agenda-entry-types' as an option.
5610 (org-diary): Shift some documentation from here to the variable
5611 `org-agenda-entry-types'.
5612
56132010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5614
5615 * org-latex.el (org-export-latex-make-header): Apply macros in
5616 author field.
5617
5618 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
5619 (org-clock-select-task, org-clock-notify-once-if-expired)
5620 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
5621 (org-clock-out-if-current, org-clock-save): Use the new functions.
5622
56232010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5624
5625 * org-docbook.el (org-export-as-docbook): Remove unnecessary
5626 newline.
5627 (org-export-as-docbook): Remove unnecessary newline.
5628 (org-export-as-docbook): Fix problem with double footnote
5629 reference in one place.
5630
4d789d84
SM
5631 * org-exp.el (org-export-format-source-code-or-example):
5632 Remove unnecessary newline.
ed21c5c8
CD
5633
5634 * org.el (org-deadline, org-schedule): Allow rescheduling entries
5635 with repeaters.
5636
5637 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
5638 function calls that look like references.
5639
5640 * org.el (org-open-at-point): Get link abbreviations from
5641 reference buffer.
5642
56432010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5644
5645 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
5646 as a reference.
5647
56482010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5649
5650 * org.el (org-link-unescape): Solve issue with lower-case escapes.
5651
56522010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5653
4d789d84
SM
5654 * org-latex.el (org-export-latex-classes):
5655 Add \usepackage{latexsym} to all classes.
ed21c5c8
CD
5656
56572010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5658
5659 * org-html.el (org-export-as-html): Do not allow protected lines
5660 into the table of contents.
5661
5662 * org-latex.el (org-export-latex-special-chars): Find subsequent
5663 occurrences of special characters.
5664 (org-export-latex-tables): Do not convert table-like stuff that is
5665 protected.
5666
56672010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5668
5669 * org-list.el (org-toggle-checkbox): No errors when updating
5670 checkbox count fails because there is no heading.
5671
56722010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5673
4d789d84
SM
5674 * org-clock.el (org-clock-report-include-clocking-task):
5675 New option.
ed21c5c8
CD
5676 (org-clock-sum): Add the current clocking task.
5677
56782010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5679
5680 * org.el (org-cycle): Print a message when in a table.el table.
5681 (org-edit-special): Recognize the table.el context.
5682 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
5683
5684 * org-src.el (org-at-table.el-p): Declare.
5685 (org-edit-src-code): Handle a special case for table.el editing.
5686 (org-edit-src-find-region-and-lang): Recognize the table.el
5687 context.
5688
5689 * org-latex.el (org-export-latex-tables): Convert table.el
5690 tables.
5691 (org-export-latex-convert-table.el-table): New function.
5692
5693 * org-html.el (org-html-expand): Fix table.el export.
5694
5695 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
5696 headings.
5697
5698 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
5699 table for the id locations.
5700
5701 * org.el (org-read-date-analyze): Match American-style dates, like
5702 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
5703 current year when reading ISO and American dates.
5704
57052010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5706
5707 * org.el (org-face-from-face-or-color): New function.
5708 (org-get-todo-face, org-font-lock-add-priority-faces)
5709 (org-get-tag-face): Use `org-face-from-face-or-color'.
5710
4d789d84
SM
5711 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
5712 Allow simple colors as values.
ed21c5c8
CD
5713 (org-faces-easy-properties): New option.
5714
5715 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
5716 restricted, as an agenda mode.
5717 (org-agenda-fontify-priorities): Allow simple colors as values.
5718
57192010-04-10 Bastien Guerry <bzg@altern.org>
5720
a628ad9d 5721 * org-timer.el (org-timer-current-timer): Rename from
ed21c5c8 5722 `org-timer-last-timer'.
a628ad9d 5723 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
ed21c5c8
CD
5724 (org-timer-cancel-timer, org-timer-show-remaining-time)
5725 (org-timer-set-timer): Update to use only one timer.
5726
5727 * org.el (org-set-property): Remove useless space in the prompt.
5728
57292010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5730
5731 * org-html.el (org-export-html-style-default): Add a default style
5732 for textareas.
5733
4d789d84
SM
5734 * org-exp.el (org-export-format-source-code-or-example):
5735 Fix textarea tag.
ed21c5c8
CD
5736
57372010-04-10 Bastien Guerry <bzg@altern.org>
5738
5739 * org-clock.el (org-clock-current-task): New variable to store
5740 last clocked in task.
5741 (org-clock-set-current, org-clock-delete-current): New functions.
5742
57432010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5744
5745 * org-remember.el (org-remember-apply-template): Extend comment.
5746 (org-remember-handler): Implement clock sibling filing.
5747
57482010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5749
5750 * org-publish.el (org-publish-all, org-publish-current-file)
5751 (org-publish-current-project): When called with prefix argument
5752 FORCE, also rebuild the validation file list.
5753
5754 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
5755 section headings.
5756
57572010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5758
5759 * org-html.el (org-export-as-html-and-open): Kill product buffer
5760 if the user wants that.
5761
5762 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
5763 if the user wants that.
5764
4d789d84
SM
5765 * org-exp.el (org-export-kill-product-buffer-when-displayed):
5766 New option.
ed21c5c8
CD
5767
5768 * org-agenda.el (org-batch-agenda-csv): Use the time property
5769 instead of the `time-of-day' property.
5770
57712010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5772
5773 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
5774 (org-timer-pause-hook, org-timer-set-hook)
5775 (org-timer-cancel-hook): New hooks.
5776 (org-timer-start): Run `org-timer-start-hook'.
5777 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
5778 (org-timer-stop): Run `org-timer-stop-hook'.
5779 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
5780
57812010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5782
5783 * org.el (org-reveal): Double prefix arg shows the subtree of the
5784 parent.
5785
57862010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5787
5788 * org-agenda.el (org-search-view): Fix bug with searching full
5789 words in headlines in search view.
5790 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
5791 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
5792 scheduled (if the user configures it so.
5793
57942010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5795
5796 * org.el (org-hide-archived-subtrees): Don't jump to end of
5797 subtree if the match was not in a headline.
5798 (org-inside-latex-macro-p): Allow more complex arguments.
5799 (org-emphasize): Protect against use at end of buffer.
5800
58012010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5802
5803 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
5804 text properties.
5805
58062010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5807
5808 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
5809 values.
5810 (org-agenda-todo-ignore-scheduled)
5811 (org-agenda-todo-ignore-deadlines): More control with different
5812 allowed values.
5813 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
5814 Honor the new option settings.
5815
58162010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5817
5818 * org.el (org-get-location): Make sure the selection buffer is
5819 shown in the current frame.
5820
4d789d84
SM
5821 * org-ascii.el (org-export-ascii-table-widen-columns):
5822 New option.
ed21c5c8
CD
5823 (org-export-ascii-preprocess): Realign tables to remove narrowing
5824 if `org-export-ascii-table-widen-columns' is set.
5825
5826 * org-table.el (org-table-do-narrow): New variable.
5827 (org-table-align): Narrow only if `org-table-do-narrow' is t.
5828
5829 * org.el (org-deadline, org-schedule): Allow updating if the
5830 relevant time stamp does not have a repeater, i.e. do not require
5831 that no time stamp has a repeater.
5832
5833 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
5834 new white space before the tags.
5835
5836 * org-latex.el (org-export-as-latex): Do nit require the buffer to
5837 be visiting a file when only exporting to a buffer or string.
5838 (org-export-latex-fix-inputenc): Only save the buffer is there is
5839 a file name attached to it.
5840
58412010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5842
a628ad9d 5843 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
ed21c5c8
CD
5844
58452010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5846
4d789d84
SM
5847 * org.el (org-fontify-meta-lines-and-blocks):
5848 Honor `org-fontify-quote-and-verse-blocks'.
ed21c5c8
CD
5849
5850 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
5851
58522010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5853
5854 * org.el (org-open-at-point): Also check for text property
5855 org-linked-text before offering collected links.
5856
58572010-04-10 Stephen Eglen <stephen@gnu.org>
5858
5859 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
5860 Optionally extract time specification from text and add to the
5861 timestamp.
5862
58632010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5864
5865 * org-exp.el (org-html-entities): Fix typo.
5866
5867 * org-latex.el (org-export-latex-make-header): Use \providecommand
5868 to make sure the \alert macro is defined.
5869
5870 * org.el (org-format-latex-signal-error)
5871 (org-create-formula-image): Use `org-format-latex-signal-error'.
5872
58732010-04-10 Stephen Eglen <stephen@gnu.org>
5874
5875 * org.el (org-store-link): For dired buffers, use
5876 default-directory as link name if dired-get-filename returns
5877 nil.
5878
58792010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5880
5881 * org-exp.el (org-export-concatenate-multiline-links): The for
5882 protectedness at beginning of match.
5883
5884 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
5885 AUTO as a coding system, instead default to utf8.
5886
58872010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5888
5889 * org.el (org-block-todo-from-children-or-siblings-or-parent)
5890 (org-block-todo-from-checkboxes): Respect the local variable
5891 value when deciding if blocking should be active.
5892
5893 * org-latex.el (org-export-latex-make-header): Define the align
5894 macro if it is not yet defined.
5895
4d789d84
SM
5896 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
5897 Call `org-insert-heading' with the INVISIBLE-OK argument.
ed21c5c8 5898
4d789d84
SM
5899 * org-mac-message.el (org-mac-message-insert-flagged):
5900 Call `org-insert-heading' with the INVISIBLE-OK argument.
ed21c5c8 5901
a628ad9d 5902 * org.el (org-insert-heading): New argument INVISIBLE-OK.
ed21c5c8
CD
5903
5904 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
5905 prompt message.
5906
5907 * org-html.el (org-html-level-start): Use the
5908 `html-container-class' text property to set an additional class
5909 for an outline container.
5910
4d789d84
SM
5911 * org-exp.el (org-export-remember-html-container-classes):
5912 New function.
5913 (org-export-preprocess-string):
5914 Call `org-export-remember-html-container-classes'.
ed21c5c8
CD
5915
5916 * org.el (org-cycle): Mention level cycling in the docstring.
5917 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
5918
5919 * org-remember.el (org-remember-apply-template): Do file insertion
5920 first.
5921
59222010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5923
5924 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
5925 problem with mis-aligned graphs when showing habits.
5926
59272010-04-10 Mikael Fornius <mfo@abc.se>
5928
5929 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
a628ad9d
JB
5930 when assigning. Begin using numerical characters when all in name
5931 is used up. This is to spare alphanumeric characters for better
ed21c5c8
CD
5932 match with other keywords.
5933
59342010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5935
5936 * org-exp.el (org-export-preprocess-hook): Improve documentation.
5937
5938 * org-latex.el (org-export-latex-preprocess): More consistent
5939 conversion and protection of the words LaTeX and TeX.
5940 (org-export-latex-fontify-headline, org-export-latex-preprocess):
5941 Allow angle brackets in commands, for beamer.
5942
59432010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5944
5945 * org-clock.el (org-clock-in): Improve the look of the clock line
5946 by formatting links.
5947
59482010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5949
5950 * org-latex.el (org-export-latex-classes): Use AUTO as the place
5951 holder string for the coding system. And improve the
5952 documentation.
5953 (org-export-latex-fix-inputenc): Only modify the coding system if
5954 it is given by the placeholder AUTO.
5955
59562010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5957
5958 * org-clock.el (org-task-overrun-text): New option.
5959 (org-task-overrun, org-clock-update-period): New variables.
4d789d84
SM
5960 (org-clock-get-clock-string, org-clock-update-mode-line):
5961 Mark overrun clock.
ed21c5c8
CD
5962 (org-clock-notify-once-if-expired): Check if clock is overrun.
5963
5964 * org-faces.el: New face `org-mode-line-clock-overrun'.
5965
59662010-04-10 Jan Böcker <jan.boecker@jboecker.de>
5967
5968 * org.el (org-narrow-to-subtree): Position the end of the narrowed
5969 region before the line with the next heading, to prevent the user
5970 from prepending text to the next headline.
5971
59722010-04-10 Stephen Eglen <stephen@gnu.org>
5973
4d789d84
SM
5974 * org-agenda.el (org-get-time-of-day):
5975 Use org-agenda-time-leading-zero to allow leading zero (rather than
ed21c5c8
CD
5976 space) for times.
5977
59782010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5979
5980 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
5981 org-datetree.el is loaded.
5982
a628ad9d 5983 * org-datetree.el: Autoload `org-datetree-find-day-create'.
ed21c5c8
CD
5984
5985 * org-latex.el (org-export-latex-hyperref-format): New option.
5986 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
5987
59882010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5989
5990 * org-ctags.el (org-ctags-enable): Change order of functions.
5991 (org-ctags-create-tags): Add wildcard to file name expansion.
5992
59932010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5994
5995 * org.el (org-entry-properties): Fix some important bugs.
5996
59972010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5998
5999 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
6000 the table is not explicitly given.
6001
60022010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6003
6004 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
6005 as value.
6006 (org-clock-out-if-current): Work with the new list value of
6007 `org-clock-out-when-done'.
6008 (org-clock-out, org-clock-out-if-current): Avoid circular logic
6009 between clocking out and state changes.
6010
6011 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
6012
6013 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
6014 accident protect a character that is before a backslash.
6015
2b4aa886
GM
60162010-04-10 Paul Sexton <eeeickythump@gmail.com>
6017
6018 * org-ctags.el: New file.
6019
ed21c5c8
CD
60202010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6021
4d789d84
SM
6022 * org-agenda.el (org-diary-class):
6023 Use `org-order-calendar-date-args'.
ed21c5c8
CD
6024
6025 * org.el (org-order-calendar-date-args): New function.
6026
6027 * org-exp.el (org-export-target-internal-links): Check for
6028 protectedness after the first bracket.
6029
6030 * org.el (org-entry-properties): Don't match wrong-case TODO
6031 keywords.
6032
6033 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
6034 Document that ARG is passed through to remove the date.
4d789d84
SM
6035 (org-agenda-bulk-action): Accept prefix arg and pass it on.
6036 Do not read a date when the user has given a `C-u' prefix.
ed21c5c8
CD
6037
60382010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6039
6040 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
6041 tags are hidden.
6042
60432010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6044
6045 * org-latex.el (org-export-latex-fix-inputenc): New function.
6046 (org-export-latex-inputenc-alist): New option.
6047
6048 * org-exp.el (org-export): New key SPC to publish enclosing
6049 subtree.
6050
60512010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6052
6053 * org-indent.el (org-indent-add-properties): Catch case when there
6054 is no headline in the buffer.
6055
60562010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6057
6058 * org-exp.el (org-html-entities): Add checkmark symbol.
6059
6060 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
6061 verbatim code for ASCII export.
6062
6063 * org.el (org-update-statistics-cookies): Also see checkboxes in
6064 ordered lists.
6065
60662010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6067
6068 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
6069 key.
6070
6071 * org-beamer.el (org-beamer-amend-header): Change the location
6072 where `org-beamer-header-extra' is inserted.
6073
6074 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
6075 just for computing this regexp.
6076
60772010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6078
6079 * org-beamer.el (org-beamer-frame-default-options): New option.
6080 (org-beamer-sectioning): Use default options if the user does not
6081 have defined any.
6082 (org-beamer-fix-toc): Put a frame around the table of contents.
6083
4d789d84
SM
6084 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
6085 Make sure case-folding works well when processing comment stuff.
ed21c5c8
CD
6086
6087 * org-latex.el (org-export-latex-after-save-hook): New hook.
6088 (org-export-as-latex): Run the new hook.
6089
60902010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6091
6092 * org-beamer.el (org-beamer-environments-default): Add the note
6093 environments.
6094 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
6095 lines and collect and combine the content.
6096 (org-beamer-after-initial-vars): Check for note tags and make sure
6097 they will be seen like a property.
6098
6099 * org.el (org-offer-links-in-entry): Fix bug when there is a
6100 single link.
6101
6102 * org-exp.el (org-export): Make sure the mark is activated, also
6103 when `transient-mark-mode' is off.
6104
6105 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
6106 (org-agenda-search-view-search-words-only): Obsolete variable, is
6107 now an alias for `org-agenda-search-view-always-boolean'.
6108 (org-agenda-search-view-force-full-words): New option.
6109 (org-search-view): Improve docstring, and implement a better logic
6110 for Boolean and phrase searches.
6111 (org-agenda-last-search-view-search-was-boolean): New variable.
6112 (org-agenda-manipulate-query): Consider the type of the last
6113 search when modifying the search string.
6114
61152010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6116
6117 * org-latex.el (org-export-as-latex): Do the first letbind in the
6118 right moment.
6119
6120 * org-agenda.el (org-get-entries-from-diary): Add the new face to
6121 these entries.
6122
6123 * org-faces.el (org-agenda-diary): New face.
6124
6125 * org.el (org-make-link-regexps): Allow regexp-special characters
6126 in link types.
6127 (org-open-file): When in-emacs is `system', also force system
6128 opening, like when the value was `(16)'.
6129 (org-update-statistics-cookies): Handle entries without children.
6130
6131 * org-exp.el
6132 (org-export-preprocess-before-normalizing-links-hook): New hook.
6133 (org-export-preprocess-string): Run the new hook.
6134
6135 * org.el (org-offer-links-in-entry): Make RET open all links.
6136
6137 * org-html.el (org-export-as-html): Remove any leftover display
6138 properties in the html file.
6139
6140 * org-wl.el (org-wl-store-link): Work-around for format bug with
6141 text properties.
6142
6143 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
6144 invisibility while adding the graphs.
6145
61462010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6147
6148 * org-remember.el (org-select-remember-template): Use C letter to
6149 customize remember templates.
6150
6151 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
6152 Move cursor to next visible line.
6153
61542010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6155
6156 * org-beamer.el (org-beamer-sectioning): Leave columns environment
6157 by specifying 0 or 1 for column width.
6158 (org-beamer-column-widths): Make 0 stand for 0.0.
6159
61602010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6161
6162 * org-exp.el (org-export-mark-radio-links): Don't match inside
6163 <<target>>.
6164
6165 * org.el (org-format-latex-header-extra): New variable.
6166 (org-format-latex): Set org-format-latex-header-extra from
6167 in-buffer stuff.
6168 (org-format-latex): Add org-format-latex-header-extra to the
6169 variables on which image creation depends.
6170 (org-create-formula-image): Add the header stuff from in-buffer
6171 settings.
6172 (org-read-date-analyze): Base the analysis for future preference
6173 on NOW, not on the default date.
6174
6175 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
6176 for TODO keyword in inline tasks.
6177
6178 * org.el (org-log-note-headings): New headings for removing
6179 deadline or scheduling date.
6180 (org-deadline, org-schedule): Arrange for logging when removing a
6181 date.
6182 (org-add-log-note): Handle deadline and scheduling removal.
6183
61842010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6185
6186 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
6187
61882010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6189
6190 * org-agenda.el (org-diary-class): New function.
6191
61922010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6193
6194 * org-latex.el (org-export-latex-preprocess): Do process the text
6195 of a radio target.
6196
61972010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6198
6199 * org.el (org-entry-properties): Add TIMESTAMP properties back
6200 in.
6201
62022010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6203
6204 * org.el (org-all-time-keywords): New variable.
6205 (org-set-regexps-and-options): Set `org-all-time-keywords'.
6206 (org-entry-blocked-p): New function.
6207 (org-special-properties): Add BLOCKED as a new special property.
6208 (org-entry-properties): New optional argument SPECIFIC, only parse
6209 for this property when it is specified.
6210 (org-entry-get): Pass a SPECIFIC argument to
6211 `org-entry-properties'.
6212
6213 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
6214
62152010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6216
6217 * org-latex.el (org-export-latex-tables): No forced line end if
6218 there is no caption.
6219
62202010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6221
6222 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
6223 package.
6224
6225 * org-latex.el (org-export-latex-tables): Only add a caption when
6226 macro in in longtable environments if one has been defined.
6227
6228 * org-html.el (org-export-as-html): Only take title from buffer if
6229 not exporting body-only.
6230
6231 * org-latex.el (org-export-latex-preprocess): Better version of
6232 the regular expression for protecting LaTeX macros.
6233 (org-export-latex-preprocess): Start searching for macros to
6234 protect from beginning of buffer.
6235
6236 * org-exp.el (org-export-target-internal-links): Check for
6237 protectedness earlier in the string.
6238
6239 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
6240 case sensitively.
6241
6242 * org-id.el (org-id-store-link): Match TODO keywords case
6243 sensitively.
6244
6245 * org.el (org-heading-components, org-get-outline-path)
6246 (org-display-outline-path): Match TODO keywords case sensitively.
6247
6248 * org-latex.el (org-export-as-latex): Ignore read-only
6249 properties.
6250
6251 * org-exp.el (org-export-preprocess-string): Remove any
6252 `read-only' properties.
6253
6254 * org-agenda.el (org-agenda-inactive-leader): New option.
6255 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
6256 (org-tags-view): Prompt for matcher if MATCH is an empty string.
6257 (org-todo-list): Prompt for matcher if ARG is an empty string.
6258
62592010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6260
6261 * org.el (org-open-link-functions): New hook.
6262 (org-open-at-point): Run `org-open-link-functions'.
6263
62642010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6265
6266 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
6267 stamps as well.
6268
6269 * org.el (org-inhibit-startup-visibility-stuff): New variable.
6270 (org-mode): Don't do startup visibility if inhibited.
4d789d84
SM
6271 (org-outline-overlay-data, org-set-outline-overlay-data):
6272 New functions.
ed21c5c8
CD
6273 (org-save-outline-visibility): New macro.
6274 (org-log-note-headings): Document that one should not change the
6275 `state' note format.
6276
62772010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6278
6279 * org.el (org-make-link-regexps): Capture link path into a group.
6280
62812010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6282
6283 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
6284 the options plist.
6285
62862010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6287
6288 * org.el (org-startup-with-beamer-mode): New option.
6289 (org-property-changed-functions)
6290 (org-property-allowed-value-functions): New hooks.
6291 (org-entry-put, org-property-get-allowed-values): Run the new
6292 hooks.
6293 (org-property-next-allowed-value): Run the new hooks.
6294
6295 * org-exp.el (org-export-select-backend-specific-text): Add the
6296 special beamer tags.
6297
2b4aa886 6298 * org-beamer.el: New file.
ed21c5c8
CD
6299
6300 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
4d789d84
SM
6301 (org-export-as-latex):
6302 Run `org-export-latex-after-initial-vars-hook'.
ed21c5c8 6303 (org-export-latex-format-toc-function)
4d789d84
SM
6304 (org-export-latex-make-header):
6305 Call `org-export-latex-format-toc-function'.
ed21c5c8
CD
6306
6307 * org.el (org-fill-template): Make template searches case sensitive.
6308
6309 * org-exp.el (org-export): Use "1" as a sign to export only the
6310 subtree.
6311
4d789d84
SM
6312 * org-colview-xemacs.el (org-columns-edit-value):
6313 Use org-unrestricted property.
ed21c5c8 6314
4d789d84
SM
6315 * org-colview.el (org-columns-edit-value):
6316 Use org-unrestricted property.
ed21c5c8
CD
6317
6318 * org.el (org-compute-property-at-point): Set org-unrestricted
6319 text property if the list contains ":ETC".
4d789d84
SM
6320 (org-insert-property-drawer):
6321 Use org-unrestricted property.
ed21c5c8
CD
6322
6323 * org-exp.el
6324 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
4d789d84
SM
6325 (org-export-preprocess-string):
6326 Run `org-export-preprocess-before-selecting-backend-code-hook'.
ed21c5c8
CD
6327
6328 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
6329
4d789d84
SM
6330 * org-latex.el (org-export-region-as-latex):
6331 Run `org-export-first-hook'.
ed21c5c8
CD
6332
6333 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
6334
4d789d84
SM
6335 * org-docbook.el (org-export-as-docbook):
6336 Run `org-export-first-hook'.
ed21c5c8
CD
6337
6338 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
6339
6340 * org-exp.el (org-export-first-hook): New hook.
6341
63422010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6343
6344 * org-list.el (org-previous-item): Exit at the beginning of the
6345 buffer.
6346
6347 * org-id.el (org-id-locations-save): Only write the id locations
6348 if any are defined.
6349
6350 * org-archive.el (org-archive-all-done): Make this work in a file
6351 with org-odd-levels-only set.
6352
6353 * org.el (org-get-refile-targets): Catch the case when a buffer
6354 has no file.
6355
6356 * org-latex.el (org-export-as-latex): Cleanup forced line ends
6357 where they are not needed.
6358 (org-export-latex-subcontent): Remove unnecessary newlines.
6359
63602010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6361
6362 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
6363 (org-export-latex-fontify): Fix regexp bug that takes special
6364 care of protecting the right boundary characters in emphasis
6365 matches.
6366 (org-export-latex-preprocess): Allow multiple arguments to latex
6367 macros.
6368
6369 * org.el (org-make-link-regexps): Use John Gruber's regexp for
6370 urls.
6371
6372 * org-macs.el (org-re): Interpret :punct: in regexps.
6373
4d789d84
SM
6374 * org-exp.el (org-export-replace-src-segments-and-examples):
6375 Also take the final newline after the END line.
ed21c5c8
CD
6376
6377 * org.el (org-clean-visibility-after-subtree-move): Only fix
6378 entries that are not entirely invisible already.
6379 (org-insert-link): Respect org-link-file-path-type for
6380 "docview:" links in addition to "file:" links.
6381
63822010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6383
4d789d84
SM
6384 * org-exp.el (org-export-format-source-code-or-example):
6385 Avoid additional extra white lines in LaTeX.
ed21c5c8
CD
6386
6387 * org-list.el (org-list-parse-list): Leave empty lines after the
6388 list, don't consider them as part of the list.
6389
6390 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
6391 searches.
6392
6393 * org-clock.el (org-clock-select-task): Convert integer to
6394 character for XEmacs.
6395
63962010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6397
6398 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
6399 compatible.
6400
64012010-04-10 Tassilo Horn <tassilo@member.fsf.org>
6402
4d789d84
SM
6403 * org.el (org-complete-tags-always-offer-all-agenda-tags):
6404 New variable.
ed21c5c8
CD
6405 (org-set-tags): Use it.
6406
64072010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6408
4d789d84
SM
6409 * org-list.el (org-empty-line-terminates-plain-lists):
6410 Update docstring.
ed21c5c8
CD
6411
6412 * org.el (org-format-latex): Fix link creation for processed latex
6413 snippets.
6414
64152010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6416
6417 * org-footnote.el (org-footnote-normalize): Protect replacement
6418 text.
6419
6420 * org.el (org-inside-latex-macro-p): Save match data.
6421
64222010-04-10 Jan Böcker <jan.boecker@jboecker.de>
6423
6424 * org-docview.el: New file.
6425
64262010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6427
6428 * org-latex.el (org-export-latex-class-options): New variable.
6429 (org-export-latex-set-initial-vars): Use the class options.
6430
6431 * org.el (org-forward-same-level): Stop at headings that start
6432 with an invisible character.
6433 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
6434
64352010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6436
6437 * org-footnote.el (org-footnote-normalize): Don't take optional
6438 arguments in LaTeX macros as footnotes.
6439
6440 * org.el (org-inside-latex-macro-p): New function.
6441
6442 * org-latex.el (org-latex-to-pdf-process): Change customization
6443 group to `org-export-pdf'.
6444
6445 * org-agenda.el (org-agenda-get-blocks): Look at time string also
6446 on days after the first one.
6447
6448 * org.el (org-insert-heading): Also check for item before assuming
6449 before-first-heading condition.
6450
6451 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
6452 (org-export-pdf-logfiles): New option.
6453 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
6454 (org-export-pdf-logfiles): Fix customization type.
6455
6456 * org.el (org-insert-link): Improve error message when there is no
6457 default link to select with RET.
6458
6459 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
6460 parameter list.
6461
64622010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6463
6464 * org-latex.el (org-export-latex-parse-global)
6465 (org-export-latex-parse-content)
4d789d84
SM
6466 (org-export-latex-parse-subcontent):
6467 Use `org-re-search-forward-unprotected'.
ed21c5c8
CD
6468 (org-export-as-pdf): Remove log files produced by XeTeX.
6469
6470 * org-macs.el (org-re-search-forward-unprotected): New function.
6471
64722010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
6473
6474 * org-colview.el (org-agenda-colview-summarize): Sort out some
6475 confusion between properties and titles, which resulted in
6476 agenda summaries not working if a title was set for a column.
6477
64782010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6479
6480 * org-mobile.el (org-mobile-agendas): New option.
6481 (org-mobile-sumo-agenda-command): Select the right agendas.
6482
6483 * org-latex.el (org-export-latex-format-image): Preserve the
6484 original-indentation property.
6485
64862010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6487
6488 * org-clock.el (org-clock-insert-selection-line): Catch error when
6489 an old tasks no longer exists.
6490
6491 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
6492 (org-export-as-pdf): Don't remove the old PDF file before making
6493 the new one.
6494
6495 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
6496 (org-mouse-context-menu): Use `org-looking-back'.
6497
6498 * org.el (org-cycle-level): Use `org-looking-back'.
6499
4d789d84
SM
6500 * org-list.el (org-cycle-item-indentation):
6501 Use `org-looking-back'.
ed21c5c8
CD
6502
6503 * org-compat.el (org-looking-back): New function.
6504
6505 * org.el (org-insert-heading): Catch before-first-headline when
6506 inserting a headline.
6507
65082010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6509
6510 * org-latex.el (org-export-latex-format-image): Indent figure
6511 environment, so that it does not interrupt plain list.
6512
6513 * org.el (org-open-at-point): Allow long link descriptions.
6514
65152010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6516
6517 * org-html.el (org-export-as-html): Remove empty lines at the
6518 beginning of the exported text.
6519
eba5b4dd
CY
65202010-03-12 Chong Yidong <cyd@stupidchicken.com>
6521
6522 * org.el (org): Remove from hypermedia group.
6523
288f9fc0
CY
65242010-03-10 Chong Yidong <cyd@stupidchicken.com>
6525
6526 * Branch for 23.2.
6527
adad7a44
CY
65282010-02-15 Chong Yidong <cyd@stupidchicken.com>
6529
6530 * org-freemind.el (org-freemind-from-org-mode-node)
93acd23d 6531 (org-freemind-from-org-mode)
adad7a44
CY
6532 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
6533 Pass arg to called-interactively-p.
6534
d1f18ec0
JB
65352010-01-14 Juanma Barranquero <lekktu@gmail.com>
6536
6537 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
6538 Fix typos in docstrings.
6539
db4a7382
JB
65402010-01-01 Juanma Barranquero <lekktu@gmail.com>
6541
6542 * org.el (org-get-outline-path, org-speed-command-help):
6543 Fix typos in error messages.
6544
364bc556
JL
65452009-12-14 Juri Linkov <juri@jurta.org>
6546
6547 * org-html.el (org-export-html-style-include-default):
6548 Put `safe-local-variable booleanp' on
6549 `org-export-html-style-include-default' instead of mistakenly
6550 duplicate `org-export-html-style'.
6551
5dec9555
CD
65522009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
6553
4d789d84
SM
6554 * org-agenda.el (org-agenda-diary-entry-in-org-file):
6555 Rebuild agenda after adding new entry.
5dec9555
CD
6556
6557 * org-datetree.el (org-datetree-find-day-create): Fix regular
6558 expression.
6559
6560 * org.el (org-display-outline-path): Use a format specifier for
6561 message, to avoid problems with heading containing `%'.
6562
6563 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
6564 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
6565 (org-agenda-fix-displayed-tags): New function.
6566 (org-agenda-do-context-action): Just call
6567 `org-display-outline-path', without piping the result through
6568 `message'.
6569
6570 * org-latex.el (org-export-latex-preprocess): Protect secondary
6571 footnote references.
6572
6573 * org-indent.el (org-indent-initialize): Avoid empty strings as
6574 line prefixes.
6575
6576 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
6577 hat checking for the mark does not throw an error.
6578 (org-agenda-diary-entry-in-org-file): Catch the case that there is
6579 not `day' text property in the cursor line.
6580
6581 * org.el (org-sort-entries-or-items): Make sure that the final
6582 entry has a newline before doing the sorting.
6583
6584 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
6585 property at the beginning of the line.
6586
6587 * org.el (org-make-link-string): Don't allow a description with
6588 only white space.
6589
6590 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
6591 (org-agenda-insert-diary-as-top-level): New function.
4d789d84
SM
6592 (org-agenda-add-entry-to-org-agenda-diary-file):
6593 Call `org-agenda-insert-diary-as-top-level'.
5dec9555
CD
6594
6595 * org.el (org-occur-in-agenda-files): Make sure none of the
6596 buffers is narrowed.
6597 (org-activate-plain-links): Add the face property here.
6598 (org-set-font-lock-defaults): Do not add the face to plain links,
6599 the activator function does this.
6600
6601 * org-habit.el (org-is-habit-p): Add doc string.
6602
6603 * org-archive.el (org-archive-subtree-default-with-confirmation):
6604 Autoload.
6605
6606 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
6607 after match optional (happens at the end of a line...).
6608
6609 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
6610 for special blocks.
6611
6612 * org-faces.el (org-copy-face): Set lisp indentation.
6613 (org-quote, org-verse): New faces.
6614
6615 * org-agenda.el (org-agenda-remove-date): Remove variable.
6616
6617 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
6618
6619 * org-html.el (org-export-as-html): Move the home/up link into
6620 the content div.
6621
6622 * org.el (org-export-latex-packages-alist): Option definition
6623 moved here from org-latex.el.
6624
6625 * org-html.el (org-export-html-home/up-format): Add an ID to the
6626 up/home div.
6627
6628 * org-wl.el (org-wl-store-link): Handle the case that
6629 `wl-use-petname' is set.
6630
6631 * org.el (org-set-effort): Improve prompt.
6632 (org-get-outline-path): Widen to get full path.
6633 (org-compact-display-after-subtree-move): Function removed.
6634
66352009-11-20 Eric Schulte <schulte.eric@gmail.com>
6636
6637 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
6638 hash keys to cache and re-use images generated by the
6639 org-exp-blocks interface to ditaa and dot.
6640
6641 * org.el (org-format-latex): Latex images are now saved to files
6642 named by the sha1 hash of the latex source text avoiding
6643 regeneration of identical images.
6644
1bcdebed
CD
66452009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6646
6647 * org-latex.el (org-export-as-latex): Add the :drawers property.
6648
66492009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6650
6651 * org.el (org-speed-commands-user): Allow documentation headlines.
6652 (org-speed-commands-default): Organize the value of this constant
6653 with descriptive headlines.
6654 (org-print-speed-command): Output the headlines.
6655
66562009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6657
6658 * org-agenda.el (org-agenda-show-outline-path): New option.
6659 (org-agenda-do-context-action): New function.
4d789d84
SM
6660 (org-agenda-next-line, org-agenda-previous-line):
6661 Use `org-agenda-do-context-action'.
1bcdebed
CD
6662
6663 * org.el (org-use-speed-commands): Allow function value.
6664 (org-speed-commands-default): Make headline motion safe, so that
6665 these commands always end on a headline.
6666 (org-speed-commands-default): New key `v' for `org-agenda'.
6667 (org-speed-move-safe): New function.
6668 (org-self-insert-command): Use the function value of
6669 `org-use-speed-commands'.
6670 (org-get-outline-path): Improve docstring.
6671 (org-format-outline-path): New function.
6672 (org-display-outline-path): New function.
6673
66742009-11-15 John Wiegley <jwiegley@gmail.com>
6675
6676 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
6677 a string, use that to find the LOGBOOK drawer.
6678
68a1b090
GM
66792009-11-15 Glenn Morris <rgm@gnu.org>
6680
6681 * org-agenda.el (org-datetree-find-date-create)
6682 (org-habit-get-priority):
6683 * org.el (org-format-agenda-item): Fix declarations.
6684
8bfe682a
CD
66852009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6686
6687 * org.el (org-clone-subtree-with-time-shift): Make it work at the
6688 end of the buffer.
6689
6690 * org-mobile.el (org-mobile-write-checksums): Specify coding
6691 system.
6692 (org-mobile-timestamp-buffer): Keep local variable/mode line at
6693 beginning of buffer.
6694
6695 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
6696
6697 * org.el (org-block-todo-from-children-or-siblings-or-parent)
6698 (org-block-todo-from-checkboxes): Do not block changes to a nil
6699 TODO state.
6700
67012009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6702
6703 * org-habit.el (org-habit-parse-todo): Indicate which habit is
6704 wrongly set up in the error messages.
6705
6706 * org-colview.el (org-columns-display-here): Don't try to
6707 calculate values if the underlying property is not set.
6708 (org-columns-string-to-number): Convert age strings back into
6709 fractional days.
6710 (org-agenda-colview-summarize): Handle extended summary types
6711 properly.
6712
6713 * org-colview-xemacs.el (org-columns-display-here): Don't try to
6714 calculate values if the underlying property is not set.
6715 (org-columns-string-to-number): Convert age strings back into
6716 fractional days.
6717 (org-agenda-colview-summarize): Handle extended summary types
6718 properly.
6719
67202009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6721
6722 * org-exp.el (org-export-format-drawer-function): New variable.
6723 (org-export-format-drawer): New function.
6724 (org-export-preprocess-string): Pass the backend as a parameter to
6725 `org-export-remove-or-extract-drawers'.
6726 (org-export-remove-or-extract-drawers): New parameter BACKEND.
6727
6728 * org-protocol.el (org-protocol-char-to-string): New defsubst.
6729
67302009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6731
6732 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
6733 message when no block is selected.
6734
6735 * org-latex.el (org-export-latex-links): Check for protectedness
6736 in the last matched character, not after the match.
6737
4d789d84
SM
6738 * org-datetree.el (org-datetree-find-date-create):
6739 Respect restriction when KEEP-RESTRICTION is set.
8bfe682a
CD
6740 (org-datetree-file-entry-under): New function.
6741 (org-datetree-cleanup): New command.
6742
67432009-11-13 Dan Davison <davison@stats.ox.ac.uk>
6744
6745 * org-src.el (org-edit-src-code): New optional argument context
6746 allows calling functions to avoid altering the saved window
6747 configuration.
6748 (org-edit-src-exit): Do not restore window configuration when this
6749 function is used in the context of saving the edit buffer.
6750
67512009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6752
6753 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
6754 instances to switching to with-current-buffer, because these seem
6755 to cause problems - no idea why.
6756
6757 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
6758 Require diary-lib for (diary-date-display-form).
6759
67602009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6761
6762 * org.el (org-log-reschedule, org-log-redeadline): New options.
6763 (org-log-note-headings): Add templates for rescheduling and
6764 deadline changing.
6765 (org-startup-options): Add in-buffer settings for logging changing
6766 schedule and deadline time stamps.
6767 (org-deadline, org-schedule): Check for existing date and arrange
6768 for logging if the user requests it.
6769 (org-add-log-note): Prepare proper note buffers for rescheduling
6770 and deadline changes.
6771
67722009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6773
6774 * org-agenda.el (org-agenda-diary-entry-in-org-file)
6775 (org-agenda-add-entry-to-org-agenda-diary-file)
6776 (org-agenda-insert-diary-make-new-entry): New functions.
4d789d84
SM
6777 (org-agenda-diary-entry):
6778 Call `org-agenda-diary-entry-in-org-file' when appropriate.
8bfe682a
CD
6779
6780 * org.el (org-calendar-insert-diary-entry-key): New option.
6781 (org-agenda-diary-file): New option.
6782 ("calendar"): Install our insertion function in the calendar.
6783
6784 * org-remember.el (org-datetree): Require.
6785 (org-remember-templates): Add new positioning option.
6786 (org-remember-reference-date): New variable.
6787 (org-remember-apply-template): Store the reference date in a local
6788 variable.
6789 (org-remember-handler): Implement date tree positioning of entries.
6790
6791 * org-datetree.el: New file.
6792
6793 * org-latex.el (org-export-latex-preprocess): Protect targets in
6794 verbatim emphasis.
6795
6796 * org-html.el (org-export-as-html): Protect targets in verbatim
6797 emphasis.
6798
6799 * org-docbook.el (org-export-as-docbook): Protect targets in
6800 verbatim emphasis.
6801
68022009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6803
6804 * org-clock.el (org-show-notification): Handle messages that
6805 contain a percent character.
6806
6807 * org-remember.el (org-remember-apply-template): Turn of partial
6808 completion.
6809
6810 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
6811 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
6812
6813 * org.el (org-indent-mode): Define variable already in org.el.
6814 (org-unfontify-region): Remove line-prefix and wrap-prefix
6815 properties only if org-indent-mode is active.
6816
68172009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6818
6819 * org-icalendar.el (org-print-icalendar-entries): Save match data
6820 around call to verify function.
6821 (org-print-icalendar-entries): Add a call to the verification
6822 function.
6823
6824 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
6825 save-restrivtion' form.
6826
68272009-11-13 Dan Davison <davison@stats.ox.ac.uk>
6828
4d789d84
SM
6829 * org-exp.el (org-export-format-source-code-or-example):
6830 Restrict scope of preserve-indentp to the let binding.
a628ad9d 6831 (org-src): Require org-src, since org-src-preserve-indentation is used.
8bfe682a
CD
6832
68332009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6834
6835 * org-timer.el (org-timer-set-timer): Set variables
6836 org-timer-timer[123] correctly.
6837
8bfe682a
CD
6838 * org-mobile.el (org-mobile-files-alist): Make it work when
6839 `agenda-archives' is included in
6840 `org-agenda-text-search-extra-files'.
6841 (org-mobile-push): Restore agenda after mobile push.
6842
68432009-11-13 John Wiegley <jwiegley@gmail.com>
6844
6845 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
6846 way the amount of idle time is presented in the minibuffer.
6847
68482009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6849
4d789d84
SM
6850 * org-icalendar.el (org-print-icalendar-entries):
6851 Use org-icalendar-verify-function only if non-nil.
8bfe682a
CD
6852
6853 * org.el (org-refile): Refile to clock only if the prefix arg is
6854 2.
6855 (org-sparse-tree): Fix docstring to be in line with prompt.
4d789d84
SM
6856 (org-update-parent-todo-statistics):
6857 Call `org-after-todo-statistics-hook' on each level.
8bfe682a
CD
6858
68592009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6860
6861 * org-remember.el (org-remember-apply-template): Make sure the
6862 buffer exists.
6863
68642009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6865
6866 * org.el (org-tab-ind-state): New variable.
6867 (org-cycle-level): New function.
6868 (org-cycle-level-after-item/entry-creation): New option.
6869 (org-flag-subtree): New function.
6870 (org-hide-archived-subtrees): Call `org-flag-subtree'.
6871 (org-set-effort): Indexed access.
6872
6873 * org-list.el (org-cycle-item-indentation): New function.
6874
6875 * org.el (org-refile): Make prefix argument 2 refile to current
6876 clock.
6877 (org-priority): Interpret action `remove' as call to remove the
6878 priority cookie.
6879
6880 * org-remember.el (org-remember-apply-template): Don't depend on
6881 buffer name being like file name.
6882
68832009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6884
6885 * org-clock.el (org-clock-play-sound): Expand file in
6886 org-clock-sound, to allow ~ for home.
6887
4d789d84
SM
6888 * org-remember.el (org-remember-handler):
6889 Set text-before-node-creation even if this already looks like a node,
8bfe682a
CD
6890 because the string might be needed on non-org-mode target files.
6891
6892 * org-agenda.el (org-agenda-open-link): Make this work in agenda
6893 clocktables.
6894 (org-agenda-switch-to): Follow a link at point if
6895 org-return-follows-link' is set and there is nothing else to do in
6896 this line.
6897
68982009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6899
a628ad9d 6900 * org-colview-xemacs.el: Add in changes from org-colview.el.
8bfe682a
CD
6901
69022009-11-13 Dan Davison <davison@stats.ox.ac.uk>
6903
6904 * org-exp-blocks.el: Modify split separator regexp to avoid empty
6905 strings.
6906
69072009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6908
6909 * org-colview.el (org-columns-new): Make this work with the new
6910 operators.
6911 (org-columns-store-format): Make this work with the new operators.
6912
69132009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6914
6915 * org-src.el (org-src-preserve-indentation): Document that this
6916 variable is also used during export.
6917
4d789d84
SM
6918 * org-exp.el (org-export-format-source-code-or-example):
6919 Preserve indentation if a block has a -i option, or if
8bfe682a
CD
6920 `org-src-preserve-indentation' is set.
6921
4d789d84
SM
6922 * org-exp-blocks.el (org-export-blocks-preprocess):
6923 Preserve indentation if a block has a -i option, or if
8bfe682a
CD
6924 `org-src-preserve-indentation' is set.
6925
69262009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6927
6928 * org.el (org-mode-map): Define the new archiving keys.
6929 (org-speed-commands-default): Define an archiving key in the speed
6930 command map.
6931 (org-org-menu): Improve the menu structure concerning archiving.
6932
6933 * org-archive.el (org-archive-subtree-default-with-confirmation):
6934 New command.
6935
6936 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
6937 (org-agenda-menu): Add the new archiving commands to the menu.
6938 (org-agenda-archive-default)
6939 (org-agenda-archive-default-with-confirmation): New commands.
4d789d84
SM
6940 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
6941 Just call `org-agenda-archive-with'.
8bfe682a
CD
6942 (org-agenda-archive-with): New function.
6943
6944 * org-table.el (org-table-convert-region): Inert spaces around "|"
6945 to avoid line beginnings like "|-1" which will be mistaken as
6946 hlines.
6947
69482009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6949
6950 * org.el (org-offer-links-in-entry): Return nil if there are no
6951 links, t if a link has been selected.
6952 (org-open-at-point): Open attachment directory when called in the
6953 headline and there are no links in the entry body.
6954 (org-speed-commands-default): Add "o" for open-at-point as a speed
6955 command.
6956
6957 * org-attach.el (org-attach-reveal): Optional prefix arg
6958 IF-EXISTS, which avoids creating the attachment directory if it
6959 does not yet exist.
6960
4d789d84
SM
6961 * org-agenda.el (org-agenda, org-run-agenda-series):
6962 Evaluate MATCH.
8bfe682a
CD
6963
69642009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6965
6966 * org.el ("abbrev"): Work with abbrev tables only after they have
6967 been loaded.
6968
6969 * org-list.el (org-list-send-list): Fix bug related to match
6970 data.
6971
6972 * org-latex.el (org-export-latex-fontify): Apply verbatim
6973 emphasis.
6974 (org-export-latex-make-header): Insert \obeylines if line breaks
6975 should be preserved.
6976
6977 * org-exp.el (org-export-protect-verbatim): Add an
6978 `org-verbatim-emph' property to such text.
6979
69802009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6981
6982 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
6983 (org-print-icalendar-entries): Skip entries where the timestamp is
6984 not a deadline and not scheduled, if the user requests that.
6985
6986 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
6987 before an opening quote.
6988
6989 * org-archive.el (org-archive-subtree): Keep archive after
6990 archiving something.
6991
6992 * org-id.el (org-id-update-id-locations): Add archive files if
6993 that is required by `org-id-extra-files'.
6994
69952009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6996
6997 * org-src.el (org-src-window-setup): New option.
6998 (org-src-switch-to-buffer): New function.
6999 (org-edit-src-exit): Add optional argument CONTEXT and use it to
7000 restore window configuration.
7001 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
7002 Call `org-src-switch-to-buffer'.
7003
7004 * org.el (org-default-properties): Add STYLE property.
7005 (org-files-list): Use the function call to get the files.
7006 (org-additional-option-like-keywords): Add SETUPFILE to completion
7007 list.
7008
70092009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7010
7011 * org-table.el (org-table-convert-region): Correctly interpret
7012 quoting in csv import.
7013
7014 * org.el (org-icompleting-read): Make iswitchb completion work
7015 with lists and tables.
7016
7017 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
7018 while pushing the mobile agenda.
7019
70202009-11-13 John Wiegley <jwiegley@gmail.com>
7021
7022 * org-clock.el
7023 (org-clock-auto-clock-resolution): Now takes three values: nil, t
7024 and `when-no-clock-is-running'.
7025 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
7026 whether or not to resolve Org buffers on clock in.
7027
70282009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7029
7030 * org-colview.el (org-format-time-period): Function to format
7031 times in fractional days for display.
7032 (org-columns-display-here): Add support for showing a calculated
7033 value in place of the property.
7034 (org-columns): Set `org-columns-time' to the current time so time
7035 difference calculations will work.
7036 (org-columns-time): Use to store the current time when column view
7037 is displayed, so all time differences will use the same reference
7038 point.
7039 (org-columns-compile-map): There is now an extra position in each
7040 entry specifying the function to use to calculate the displayed
c4cc8b9a 7041 value for the non-calculated properties in the column.
8bfe682a
CD
7042 (org-columns-compute-all): Set `org-columns-time' to the current
7043 time so time difference calculations will work.
7044 (org-columns-compute): Handle column operators where the values
7045 used are calculated from the underlying property.
c4cc8b9a 7046 (org-columns-number-to-string): Handle the 'age' column format.
8bfe682a 7047 (org-columns-string-to-number): Correct the function name (was
5ce6e4f4 7048 org-column...). Add support for the 'age' column format.
8bfe682a
CD
7049 (org-columns-compile-format): Support the additional parameter in
7050 org-columns-compile-map.
7051
70522009-11-13 Bastien Guerry <bzg@altern.org>
7053
7054 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
7055 variable.
7056
70572009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7058
7059 * org-clock.el (org-clock-has-been-used): New variable.
7060 (org-clock-in): Set `org-clock-has-been-used'.
7061 (org-clock-save): Save only if clock data has been used or created
7062 during this session.
7063
70642009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7065
7066 * org-clock.el (org-clock-persist): New value, to store only the
7067 clock history.
7068 (org-clock-save): Don't save the clock if only the history should
7069 be stored.
7070 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
7071 when restoring a saved clock.
7072
70732009-11-13 John Wiegley <jwiegley@gmail.com>
7074
4d789d84
SM
7075 * org-clock.el (org-clock-display, org-clock-put-overlay):
7076 Use `org-time-clock-use-fractional'.
8bfe682a
CD
7077
7078 * org.el (org-time-clocksum-use-fractional)
7079 (org-time-clocksum-fractional-format): Two new customizable
7080 variables which allow the user to select fractional times (1.25
7081 instead of 1:25) in the `org-clock-display' report.
7082
70832009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7084
7085 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
7086 New option.
7087
7088 * org.el (org-tag-alist): Fix customization type.
7089
70902009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7091
7092 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
7093 Make sure the regexp search can fail without throwing an error.
7094 (org-mobile-apply): Save the inbox buffer after removing
7095 successfully applied changes.
7096
70972009-11-13 John Wiegley <jwiegley@gmail.com>
7098
7099 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
7100 time is reported after the user comes back (but before they
7101 resolve time).
7102
7103 * org.el (org-get-repeat): Change so that this function can be
7104 called with either `org-scheduled-string' or
7105 `org-deadline-string'.
7106
a628ad9d 7107 * org-clock.el (org-clock-auto-clock-resolution): Rename from
8bfe682a
CD
7108 `org-clock-disable-clock-resolution', since negatives don't sound
7109 good in customization variables.
7110 (org-clock-in): Don't use the auto-resolution logic if the user is
7111 clocking into a different task while an active clock is running.
7112 This then allows the default behavior of clocking out of the open
7113 task and then into the new task.
7114
7115 * org.el (org-modules): Made this variable more consistent, since
7116 it was referring to Org, OrgMode and Org-mode, whereas the docs
7117 for the variable always refer to Org-mode.
7118
71192009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7120
7121 * org.el (org-repeat-re): The changed org-repeat-re no longer
5ce6e4f4 7122 matched simple +2d type repeaters. Fix it so it does.
8bfe682a
CD
7123
71242009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7125
7126 * org-latex.el (org-export-latex-preprocess): Protect the vspace
7127 macro in the VERSE environment.
7128
71292009-11-13 John Wiegley <jwiegley@gmail.com>
7130
7131 * org-habit.el (org-habit-get-priority): A new function that
7132 determines the relative priority of a habit, based on how long
7133 past its scheduled date it is, and how near the deadline is.
7134
7135 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
7136 using `org-habit-get-priority'.
7137
7138 * org-habit.el (org-habit-build-graph): Start displaying colors
7139 from the first scheduled date, if that date is earlier than the
7140 first completion date.
7141
7142 * org-habit.el: Changed all "color" variables to faces, and made
7143 them appropriate for light and dark backgrounds.
7144
7145 * org-habit.el (org-habit-duration-to-days): Made this function
7146 more general.
7147 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
7148
a628ad9d 7149 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
8bfe682a
CD
7150 habits, since they don't use DEADLINE anymore.
7151
7152 * org.el (org-repeat-re, org-display-custom-time)
a628ad9d 7153 (org-timestamp-change): Extend to support the new ".+N/N"
8bfe682a
CD
7154 syntax, used for habits.
7155
a628ad9d 7156 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
8bfe682a
CD
7157 variable reference.
7158
7159 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
7160 modeline when habits are being displayed (if that module is being
7161 loaded).
7162
71632009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7164
7165 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
7166 idle time using the xscreensaver extension.
7167 (org-user-idle-seconds): Use X11 idle time if available.
7168
71692009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7170
7171 * org-agenda.el (org-agenda-next-line): New command.
7172 (org-agenda-previous-line): New commands.
4d789d84
SM
7173 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
7174 New commands.
8bfe682a
CD
7175 (org-agenda-follow-mode): Do the follow immediately if the mode is
7176 turned on here.
7177 (previous-line, next-line): Replace keys with the corresponding
7178 org functions.
7179 (org-agenda-mode-map): Bind backspace and delete to the scrolling
7180 command.
7181
7182 * org.el (org-icompleting-read): Turn off partial completion mode
7183 for the duration of this completion round.
7184
7185 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
7186 macros in author lines and similar stuff.
7187
7188 * org.el (org-file-tags): Fix docstring.
7189 (org-get-buffer-tags): Add the #+FILETAGS tags.
a628ad9d 7190 ("ecb"): Make ecb show context after jumping into an Org file.
8bfe682a
CD
7191
71922009-11-13 John Wiegley <johnw@newartisans.com>
7193
7194 * org-agenda.el (org-finalize-agenda): Draw habit consistency
7195 graphs after everything else in the buffer has been setup.
7196
71972009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7198
7199 * org-mobile.el (org-mobile-apply): Count success and failure.
7200
7201 * org.el (org-indent-line-function): Fix regexp replace problem.
7202
72032009-11-13 John Wiegley <johnw@newartisans.com>
7204
4d789d84
SM
7205 * org-clock.el (org-clock-disable-clock-resolution):
7206 New customization variable that disable automatic clock resolution on
8bfe682a
CD
7207 clock in.
7208 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
7209 not automatically resolve anything. This is does not affect
7210 idle-time resolution, however, if `org-clock-idle-time' is set.
7211
72122009-11-13 John Wiegley <johnw@newartisans.com>
7213
7214 * org-habit.el: New file, which implements code to build a "habit
7215 consistency graph".
7216
7217 * org-agenda.el (org-agenda-get-deadlines)
7218 (org-agenda-get-scheduled): Display consistency graphs when
7219 outputting habits into the agenda. The graphs are always relative
7220 to the current time.
a628ad9d 7221 (org-format-agenda-item): Add new parameter `habitp', which
8bfe682a
CD
7222 indicates whether we are formatting a habit or not. Do not
7223 display "extra" leading information if habitp is true.
7224
a628ad9d 7225 * org.el (org-repeat-re): Improve regexp to include .+ and ++
8bfe682a
CD
7226 leaders for repeat strings.
7227 (org-get-repeat): Now takes a string parameter `tagline', so the
7228 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
7229
72302009-11-13 John Wiegley <johnw@newartisans.com>
7231
4d789d84
SM
7232 * org-agenda.el (org-agenda-auto-exclude-function):
7233 New customization variable for allowing the user to create an "auto
8bfe682a
CD
7234 exclusion" filter for doing context-aware auto tag filtering.
7235 (org-agenda-filter-by-tag): Changes to support the use of
01c35094 7236 `org-agenda-auto-exclude-function'. See the new manual addition.
8bfe682a
CD
7237
72382009-11-13 John Wiegley <johnw@newartisans.com>
7239
7240 * org.el (org-files-list): Don't attempt to return a file name for
7241 Org buffers which have no associated file.
7242
a628ad9d 7243 * org-agenda.el (org-agenda-do-action): Fix a typo.
8bfe682a
CD
7244
72452009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7246
7247 * org-mobile.el (org-mobile-locate-entry): Interpret files
7248 relative to org-directory.
7249 (org-mobile-inbox-for-pull): Document the best location for this
7250 file.
7251 (org-mobile-check-setup): Verify `org-directory'.
7252 (org-mobile-create-index-file): Sort the files to be listed in
7253 index.org.
7254
72552009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7256
7257 * org.el (org-fast-tag-selection): Add a way to display a
5ce6e4f4 7258 description for a tag group. This is done by adding a string to
8bfe682a
CD
7259 either the startgroup or endgroup cell.
7260
72612009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7262
7263 * org-clock.el (org-clock-resolve, org-resolve-clocks)
7264 (org-emacs-idle-seconds): Use `org-float-time' instead of
a628ad9d 7265 `time-to-seconds'.
8bfe682a
CD
7266
72672009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7268
7269 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
7270 type.
7271
7272 * org.el (org-pre-cycle-hook): Document that `empty' can also be
7273 the value of ARG when doing local cycling.
7274
72752009-11-13 John Wiegley <johnw@newartisans.com>
7276
7277 * org-clock.el (org-clock-resolve-clock): If keeping or
7278 subtracting time results in a clock out at a time in the past, and
7279 if the resolution occurred due to idleness or invoking `M-x
7280 org-resolve-clocks', remember that past moment in time. On the
7281 next clock in, the user will be prompted to see if they want to
7282 back-date their new clock to then.
7283 (org-clock-resolve): Do not jump the user to the location of a
484eaeac 7284 dangling clock if the resolution is occurring due to an idle
8bfe682a
CD
7285 timeout. In that case there is typically only one dangling clock,
7286 the active one, and there is no value gained by shuffling their
7287 windows around to show it to them. Being prompted to resolve an
7288 idle clock should be as inobtrusive as possible.
7289 (org-resolve-clocks-if-idle): New function that resolves only the
7290 currently active clock if the user has exceeded the time returned
7291 by `org-user-idle-seconds', based on the value of
7292 `org-clock-idle-time'.
c4cc8b9a 7293 (org-clock-in): If, after resolving clocks, (???)
8bfe682a
CD
7294 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
7295
7296 * org-clock.el (org-clock-resolve-clock): New function that
7297 resolves a clock to a specific time, closing or resuming as need
7298 be, and possibly even starting a new clock.
7299 (org-clock-resolve): New function used by `org-resolve-clocks'
4d789d84
SM
7300 that sets up for the call to `org-clock-resolve-clock'.
7301 It determines the time to resolve to based on a single-character
8bfe682a
CD
7302 selection from the user to either keep time, subtract away time or
7303 cancel the clock.
7304 (org-resolve-clocks): New user command which resolves dangling
7305 clocks -- that is, open but not active -- anywhere in the file
7306 list returned by `org-files-list'.
7307 (org-clock-in): Automatically resolve dangling clocks whenever a
7308 user clocks in.
7309 (org-clock-cancel): If the user cancels the solely clock in a
7310 LOGBOOK, remove the empty drawer.
7311
7312 * org-clock.el (org-clock-idle-time): New user customizable option
7313 for detecting whether the user has left a clock idle. Note: it is
7314 only used in this commit to test whether it's worthwhile to check
7315 OS X to get the Mac user's current idle time. If the Emacs idle
7316 time is less than the value, the user hasn't been away long enough
7317 to be worth checking (a more expensive test than just getting
7318 Emacs idle time).
7319 (org-user-idle-seconds, org-mac-idle-seconds)
7320 (org-emacs-idle-seconds): This three functions, in conjunction
7321 with the user customization variable `org-clock-idle-time', return
7322 the number of seconds (as a floating point) that the user has been
7323 away from their Emacs (or, if running on OS X, their computer).
7324
7325 * org-clock.el (org-find-open-clocks): New function that returns a
7326 list of all open clocks in the given FILE. Note that each clock
7327 it returns is a cons cell of the format (MARKER . START-TIME).
7328 This "clock" value is used by several of the new clock module
7329 utility functions.
7330 (org-is-active-clock): New inline function which tests whether the
7331 given clock value is the same as the currently active clock.
7332 Returns non-nil if this is the case.
7333 (org-with-clock-position): New macro that evaluates FORMS with
7334 point in the buffer and at the position of the given clock.
7335 Changes to the current clock are global.
7336 (org-with-clock): New macro that evaluates FORMS with point in the
7337 buffer and at the position of the given clock. However, changes
7338 to the current clock are local and have no effect on the user's
7339 active clock. This allows, for example, far any clock to be
7340 cancelled without cancelling the active clock.
7341 (org-clock-clock-in): New inline function that switches the active
7342 clock to the given clock. If either the argument RESUME, or the
7343 global `org-clock-in-resume', are non-nil, it will resume a clock
7344 that was previously left open.
7345 (org-clock-clock-out): New inline function that clocks out the
7346 given clock value without affecting the currently active clock.
7347 (org-clock-clock-cancel): New inline function that cancels the
7348 given clock value without affecting the currently active clock.
7349
7350 * org-clock.el (org-clock-in): Before creating
7351 `org-clock-mode-line-timer', check to make sure an older timer is
7352 not currently running.
7353 (org-clock-out): Accept new third parameter `at-time', which
7354 permits a clock to be clocked out at a specific time. Note that
7355 no attempt is made to verify that the clock out time is later than
7356 the clock in time.
7357
7358 * org.el (org-files-list): New utility function for returning a
7359 list of all open org-mode buffers, plus all files used to build
7360 the agenda buffer. Note that not all the files will necessarily
7361 be visited by a buffer at time of call.
7362 (org-entry-beginning-position): Like the function
7363 `line-beginning-position', this inline function returns the
7364 beginning position of the current heading/entry.
7365 (org-entry-end-position): Like the function `line-end-position',
7366 this inline function returns the end position of the current
7367 heading/entry.
7368
73692009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7370
7371 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
7372 a header line.
7373
73742009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7375
7376 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
7377
73782009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7379
7380 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
7381 entries that have no tags.
7382 (org-agenda-search-view): New customize group.
7383 (org-agenda-search-view-search-words-only): New option.
7384 (org-search-view): Implement substring search.
7385
73862009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7387
7388 * org.el (org-outline-level): Add doc string.
7389
73902009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7391
7392 * org-inlinetask.el (org-inlinetask-export): Re-introduce
7393 variable.
7394 (org-inlinetask-export-handler): Only export inline task if the
7395 user option calls for it.
7396
73972009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7398
7399 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
7400 END if present.
7401
74022009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7403
7404 * org-latex.el (org-export-latex-tables): Don't format in
7405 protected regions.
7406
74072009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7408
7409 * org-src.el (org-edit-src-code)
4d789d84
SM
7410 (org-edit-src-find-region-and-lang, org-edit-src-exit):
7411 Handle macro editing.
8bfe682a
CD
7412
7413 * org-agenda.el (org-prefix-category-max-length): New variable.
7414 (org-format-agenda-item): Use `org-prefix-category-max-length'.
7415 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
7416
74172009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7418
7419 * org-mobile.el (org-mobile-create-index-file): Improve the
7420 listing of tags and todo keywords.
7421
7422 * org-latex.el (org-export-latex-format-image): New function.
7423 (org-export-latex-links): Use `org-export-latex-format-image'.
7424
74252009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7426
7427 * org-inlinetask.el (org-inlinetask-get-current-indentation)
7428 (org-inlinetask-remove-terminator): New functions.
7429 (org-inlinetask-export-handler): Terminate the description list.
7430
7431 * org-exp.el (org-export-select-backend-specific-text): Remove the
7432 region markers.
7433
a628ad9d 7434 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
8bfe682a
CD
7435 tasks without content.
7436
7437 * org-clock.el: Make sure the clock-in target position does not
7438 move to a different node by widening the buffer.
7439
7440 * org-html.el (org-export-html-format-image): Wrap image into
7441 figure div only when there is a caption.
7442
7443 * org-archive.el (org-archive-mark-done): Change default value to
7444 nil.
7445
74462009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7447
7448 * org.el (org-context): Call `bobp', not `eobp'.
7449
7450 * org-clock.el (org-clock-cancel): Remove quotes from marker
7451 variables.
7452
7453 * org.el (org-read-date-prefer-future): New allowed value `time'.
7454 (org-read-date-analyze): Shift day to tomorrow depending on time
7455 entered and value of `org-read-date-prefer-future'.
7456
81ad75af
SM
74572009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7458
7459 * org.el (org-version, org-get-refile-targets, org-refile)
7460 (org-store-log-note, org-diary-to-ical-string)
7461 (org-speedbar-set-agenda-restriction):
7462 * org-publish.el (org-publish-find-title):
7463 * org-plot.el (org-plot/gnuplot):
7464 * org-mouse.el (org-mouse-do-remotely):
7465 * org-mobile.el (org-mobile-move-capture):
7466 * org-mac-message.el (org-mac-message-insert-flagged):
7467 * org-latex.el (org-replace-region-by-latex):
7468 * org-docbook.el (org-replace-region-by-docbook):
7469 * org-clock.el (org-clock-out, org-clock-cancel):
7470 * org-bibtex.el (org-execute-file-search-in-bibtex):
7471 Use with-current-buffer.
7472
04e65fdb
JB
74732009-10-04 Juanma Barranquero <lekktu@gmail.com>
7474
7475 * org.el (org-directory, org-map-entries):
7476 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
7477
8d642074
CD
74782009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7479
7480 * org.el (org-set-tags-to): New command.
7481
7482 * org-latex.el (org-export-latex-set-initial-vars): Also check in
7483 the plist.
7484
7485 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
7486 keyword.
7487
7488 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
7489
74902009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7491
7492 * org-inlinetask.el (org-inlinetask-export): Option removed.
7493 (org-inlinetask-export-handler): Better export.
7494
7495 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
7496 (org-export-as-xoxo): Run the new hook.
7497
7498 * org-html.el (org-export-html-final-hook): New hook.
7499 (org-export-as-html): Run the new hook.
7500
7501 * org-docbook.el (org-export-docbook-final-hook): New hook.
7502 (org-export-as-docbook): Run the new hook.
7503
7504 * org-ascii.el (org-export-ascii-final-hook): New hook.
7505 (org-export-as-ascii): Run the new hook.
7506
7507 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
7508 space character as the character before the ^/_.
7509 (org-export-latex-final-hook): New hook.
7510 (org-export-as-latex): Run `org-export-latex-final-hook'.
7511
75122009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7513
7514 * org-macs.el (org-if-unprotected-at): Fix docstring.
7515
7516 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
7517 text in the prefix (if category is a link).
7518
7519 * org-latex.el (org-export-latex-preprocess): Deal properly with
7520 empty lines in verse environments.
7521
7522 * org.el (org-format-latex-header): Inline fullpage.sty.
7523
7524 * org-footnote.el (org-footnote-create-definition): Reveal context
7525 to add a new footnote definition.
7526
7527 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
7528 org-table-recalculate when cursor is in TBLFM line.
7529
7530 * org-list.el (org-renumber-ordered-list): Fix cursor position
7531 when bullet length has changed.
7532
75332009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7534
7535 * org.el (org-format-latex): Mention `org-format-latex-options' in
7536 the docstring.
7537
75382009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7539
7540 * org.el (org-agenda-get): New function.
7541
7542 * org-agenda.el (org-agenda-post-command-hook): No longer move
7543 point away from end of line.
7544 (org-agenda-add-entry-text, org-agenda-collect-markers)
7545 (org-finalize-agenda, org-agenda-mark-clocking-task)
7546 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
7547 (org-agenda-entry-text-show, org-agenda-highlight-todo)
7548 (org-agenda-compare-effort, org-agenda-filter-apply)
7549 (org-agenda-later, org-agenda-change-time-span)
7550 (org-agenda-post-command-hook, org-agenda-show-priority)
7551 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
7552 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
7553 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
7554 (org-agenda-open-link, org-agenda-copy-local-variable)
7555 (org-agenda-switch-to, org-agenda-check-no-diary)
7556 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
7557 (org-agenda-add-note, org-agenda-change-all-lines)
7558 (org-agenda-priority, org-agenda-set-tags)
7559 (org-agenda-set-property, org-agenda-set-effort)
7560 (org-agenda-toggle-archive-tag, org-agenda-date-later)
7561 (org-agenda-show-new-time, org-agenda-date-prompt)
7562 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
7563 (org-agenda-clock-in, org-agenda-bulk-mark)
4d789d84
SM
7564 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
7565 Use `org-get-at-bol'.
8d642074
CD
7566
7567 * org-colview.el (org-columns-display-here)
4d789d84
SM
7568 (org-columns-edit-allowed, org-agenda-columns):
7569 Use `org-get-at-bol'.
8d642074
CD
7570
75712009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7572
7573 * org.el (org-special-ctrl-a/e): Improve documentation and
7574 customize type.
7575 (org-end-of-line): Don't jump to after the ellipsis.
7576 (org-mode-map): Bind <home> and <end> as well.
7577
75782009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7579
7580 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
7581 space after #+ as comments.
7582 (org-open-at-point): Run `org-follow-link-hook' always.
7583
7584 * org-latex.el (org-export-latex-emph-format): Use better commands
7585 to insert special characters in verbatim snippets.
7586
75872009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7588
7589 * org-faces.el (org-copy-face): New function. Use it to create
7590 various faces formerly created by using `copy-face'.
7591
7592 * org-agenda.el (org-prepare-agenda): Don't officially mark this
7593 window dedicated.
7594 (org-agenda-quit): Kill the frame containing the agenda window if
7595 that frame was created for the agenda.
7596
75972009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7598
7599 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
7600 stamp in the agenda.
7601
76022009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7603
4d789d84
SM
7604 * org-agenda.el (org-prepare-agenda):
7605 Reset `org-drawers-for-agenda'.
8d642074
CD
7606 (org-prepare-agenda): Uniquify list of drawers.
7607
7608 * org.el (org-complex-heading-regexp-format): New variable.
4d789d84
SM
7609 (org-set-regexps-and-options):
7610 Define `org-complex-heading-regexp-format'.
8d642074
CD
7611 (org-drawers-for-agenda): New variable.
7612 (org-map-entries): Bind `org-drawers-for-agenda'.
7613 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
7614
7615 * org-remember.el (org-go-to-remember-target)
7616 (org-remember-handler): Use `org-complex-heading-regexp-format'.
7617
76182009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7619
7620 * org-agenda.el (org-agenda-highlight-todo): Fix text property
7621 problem.
7622
7623 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
7624 always with `invisible-ok'.
7625 (org-store-link): No error when there is nothing to link to in the
7626 agenda.
7627
7628 * org-list.el (org-update-checkbox-count): Insert changed cookie
7629 before the old, to avoid problems with invisibility at the end of
7630 the line.
7631 (org-update-checkbox-count): Insert changed cookie before the old,
7632 to avoid problems with invisibility at the end of the line.
7633
7634 * org.el (org-sort-entries-or-items): Include the final newline.
7635 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
7636 lines for fontification.
7637 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
7638 (org-prepare-dblock): Store the current indentation of the BEGIN
7639 line.
7640 (org-update-dblock): Apply the indentation of the begin line to
7641 the rest of the block.
7642 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
7643 (org-startup-folded): New allowed value `showeverything'.
7644 (org-startup-options): Add STARTUP keyword `showeverything'.
7645 (org-set-startup-visibility): Respect value `showeverything' in
7646 org-startup-folded.
7647
76482009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7649
7650 * org.el (org-closest-date): Fix issue with past preference.
7651
7652 * org-archive.el (org-archive-set-tag)
7653 (org-archive-subtree-default): New commands.
7654
4d789d84
SM
7655 * org-clock.el (org-clock-clocktable-default-properties):
7656 New option.
7657 (org-clock-report):
7658 Use `org-clock-clocktable-default-properties'.
8d642074
CD
7659
76602009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7661
7662 * org.el (org-iswitchb-completing-read): Fix typo.
7663
7664 * org-crypt.el: New file.
7665
7666 * org.el: Add an entry for org-crypt.
7667
76682009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7669
7670 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
7671 consistency.
7672 (org-batch-store-agenda-views): New function.
7673 (org-agenda-title-append): Define variable.
7674 (org-write-agenda): New export to Org files.
7675 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
7676 (org-agenda): Allow to keep the restricted file list if a special
7677 variable is bound to t.
7678 (org-agenda): Define a special agenda view for working on flagged
7679 entries.
7680 (org-agenda-get-restriction-and-command): List the new agenda
7681 view.
7682 (org-agenda-show-the-flagging-note): New command.
7683 (org-agenda-mode-map): New key `?' for looking at the flagging
7684 note.
7685
7686 * org.el (org-autoload): Autoload org-mobile.el.
7687 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
7688
7689 * org-mobile.el: New file.
7690
7691 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
7692
76932009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7694
7695 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
7696 statements.
7697 (org-table-get-remote-range): Match indented #+TBLNAME
7698 statements.
7699
7700 * org.el (org-convert-to-odd-levels)
7701 (org-convert-to-oddeven-levels): Work also correctly if the file
7702 is in outline-mode.
7703
77042009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7705
7706 * org.el (org-store-link): When in agenda buffer, link to
7707 referenced entry.
7708 (org-add-planning-info): Remove spaces at eol.
7709
7710 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
7711 property.
7712
77132009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7714
7715 * org-latex.el (org-export-latex-first-lines): Fix problem with
7716 LaTeX export of first line and selected subtree.
7717
7718 * org.el (org-shifttab): Interpret arg differently when using only
7719 odd levels.
7720
77212009-10-01 Bastien Guerry <bzg@altern.org>
7722
a628ad9d 7723 * org.el (org-check-agenda-file): Use a more explicit message.
8d642074
CD
7724
77252009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7726
7727 * org-exp.el (org-export-remove-special-table-lines): Don't remove
7728 normal lines.
7729
77302009-10-01 Bastien Guerry <bzg@altern.org>
7731
7732 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
7733 prompt in the temporary window.
7734
7735 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
7736 prefix for marked entries in the agenda view.
7737
5ce6e4f4 77382009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
8d642074
CD
7739
7740 * org.el (outline-end-of-subtree): Bugfix: advise this function in
7741 a way that prevents any trailing character from being displayed.
7742
77432009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7744
7745 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
7746 menu.
7747
7748 * org-exp.el (org-export-remove-special-table-lines): Remove bad
7749 slow regexp match.
7750
77512009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7752
7753 * org-latex.el (org-export-latex-preprocess): Do not protect in
7754 the LaTeX header.
7755
7756 * org-src.el (org-edit-src-save): Save window setup while saving.
7757 (org-edit-src-code): Use new buffer name construction scheme.
7758
77592009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7760
4d789d84
SM
7761 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
7762 New variable.
8d642074
CD
7763 (org-agenda-entry-text-cleanup-hook): New hook.
7764 (org-agenda-get-some-entry-text): Remove matches of
7765 `org-agenda-entry-text-exclude-regexps' and run the hook
7766 `org-agenda-entry-text-cleanup-hook'.
7767
7768 * org.el (org-offer-links-in-entry): New argument ZERO to
7769 implement a link with index zero.
7770 (org-cycle-show-empty-lines): Not keep empty line under header
7771 hidden.
7772 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
7773 to nil for special completion.
7774 (org-store-link): Don't error before the first heading.
7775
7776 * org-agenda.el (org-agenda-open-link): Pass the prefix to
7777 `org-offer-links-in-entry'.
7778
77792009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7780
7781 * org-agenda.el (org-agenda-quit): Provide the window argument for
7782 `window-dedicated-p', Emacs 22 needs it.
7783 (org-format-agenda-item): If the category is a link, arrange for
7784 invisible text to replaced with spaces.
7785 (org-compile-prefix-format): Add the extra space.
7786 (org-prefix-category-length): New variable.
7787
7788 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
7789 references from TOC lines.
7790
7791 * org.el (org-selected-window): New variable.
7792
7793 * org-table.el (org-table-edit-formulas): Remember the selected
7794 window.
7795 (org-table-fedit-finish, org-table-fedit-abort): Select the window
7796 that was originally selected.
7797
7798 * org-exp.el (org-export-preprocess-apply-macros): Scan the
7799 expansion of a macro for more macro definitions.
7800
7801 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
7802 invisibility overlay starts on the newline.
7803
b15c31c7
GM
78042009-10-01 Glenn Morris <rgm@gnu.org>
7805
7806 * org-agenda.el (calendar-check-holidays):
7807 * org-exp.el (org-agenda-skip):
7808 * org-list.el (outline-back-to-heading):
7809 * org-wl.el (wl-summary-goto-folder-subr):
7810 * org.el (iswitchb-mode, remember, remember-buffer-desc)
7811 (remember-finalize, remember-save-after-remembering, remember-register)
7812 (remember-buffer, remember-handler-functions)
7813 (remember-annotation-functions): Remove unused declarations.
7814
7815 * org.el (iswitchb-read-buffer): Fix declaration.
7816
9d459fc5
GM
78172009-09-30 Glenn Morris <rgm@gnu.org>
7818
7819 * org-compat.el (w32-focus-frame):
7820 * org-exp-blocks.el (R):
7821 * org-exp.el (htmlize-buffer):
7822 * org-protocol.el (server-edit):
7823 * org-table.el (org-format-org-table-html):
7824 * org.el (org-indent-mode): Fix declarations.
7825
7826 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
7827 free variable `fun'.
7828
baf0cb84
JB
78292009-09-29 Juanma Barranquero <lekktu@gmail.com>
7830
7831 * org-agenda.el (org-agenda-restore-windows-after-quit):
7832 Fix typo in docstring.
7833
f924a367
JB
78342009-09-23 Juanma Barranquero <lekktu@gmail.com>
7835
7836 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
7837 (org-shiftselect-error, org-ctrl-c-ctrl-c):
7838 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
7839 * org-attach.el (org-attach-check-absolute-path):
7840 * org-docbook.el (org-export-as-docbook):
7841 * org-html.el (org-export-as-html):
7842 * org-id.el (org-id-update-id-locations):
7843 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
7844 Fix typos in error messages.
7845
52e5311b
SM
78462009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7847
7848 * org-ascii.el: Require CL for the `loop' macro.
7849
fc226b2f
CD
78502009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
7851
7852 * org-gnus.el (require): Wrap (require gnus-sum) into
8bdd66dc 7853 eval-when-compile.
fc226b2f 7854
94db5327
CD
78552009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
7856
53e31a31
CD
7857 * org-protocol.el (org-protocol-store-link)
7858 (org-protocol-remember, org-protocol-open-source): Remove autoload
7859 cookies again.
7860
40ba71a5
CD
7861 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
7862 referencing the start of the line.
7863
94db5327
CD
7864 * org-gnus.el: Remove unnecessary declare-function forms.
7865 (gnus-sum): Always require gnus-sum.
7866
54a0dee5
CD
78672009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7868
7869 * org-protocol.el (org-protocol-store-link)
7870 (org-protocol-remember, org-protocol-open-source): Add autoloads.
7871
7872 * org-compat.el (org-float-time): New function.
7873
7874 * org.el (org-clock-update-time-maybe)
7875 (org-sort-entries-or-items, org-do-sort)
7876 (org-evaluate-time-range, org-time-string-to-seconds)
7877 (org-closed-in-range): Use `org-float-time'.
7878
7879 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
8bdd66dc 7880 (org-timer-seconds): Use `org-float-time'.
54a0dee5
CD
7881
7882 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
7883 (org-clock-sum, org-dblock-write:clocktable)
8bdd66dc 7884 (org-clocktable-steps): Use `org-float-time'.
54a0dee5
CD
7885
7886 * org-agenda.el (org-agenda-last-marker-time)
8bdd66dc 7887 (org-agenda-new-marker, org-diary): Use `org-float-time'.
54a0dee5
CD
7888
7889 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
7890 function.
7891
7892 * org-exp.el (org-get-file-contents): Only protect lines that
7893 really need it.
7894
7895 * org-html.el (require): Require cl for compilation.
7896
8bdd66dc 7897 * org.el: Avoid using `default-major-mode'.
54a0dee5
CD
7898
7899 * org-plot.el (require): Require CL only at compile time.
7900
7901 * org-exp.el (require): Require CL only at compile time.
7902
7903 * org-agenda.el (org-agenda-quit): When the agenda window is
7904 dedicated, remove other windows before exiting, so that the frame
7905 really will be killed.
7906
7907 * org-exp.el (org-export-handle-include-files): Reset START and
7908 END for each loop cycle.
7909
79102009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7911
4d789d84
SM
7912 * org.el (org-eval-in-calendar):
7913 Use `org-select-frame-set-input-focus'.
54a0dee5
CD
7914
7915 * org-compat.el (org-select-frame-set-input-focus): New function.
7916
7917 * org.el (org-update-statistics-cookies): New function.
7918 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
7919
79202009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7921
7922 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
7923 after the local variables are set.
7924
7925 * org-latex.el (org-export-latex-protect-amp): New function.
7926 (org-export-latex-links): Protect link ampersands in tables.
7927
7928 * org-exp.el (org-export-select-backend-specific-text): Match in
7929 two steps, to avoid regexp problems.
7930
7931 * org.el (org-offer-links-in-entry): Improve working with many and
7932 duplicate links.
7933
7934 * org-agenda.el (org-agenda-show-1): Make more consistent with
7935 normal cycling.
7936 (org-agenda-cycle-show): Make more consistent with normal cycling.
7937
7938 * org-gnus.el (org-gnus-store-link): Restore the linking to a
7939 website.
7940
79412009-09-02 Bastien Guerry <bzg@altern.org>
7942
7943 * org-latex.el (org-export-latex-first-lines): Bugfix.
7944
79452009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7946
7947 * org-clock.el (org-clock-modify-effort-estimate): Emit message
7948 about new effort.
7949
7950 * org.el (org-set-effort): New function.
7951 (org-mode-map): New key for effort setting command.
7952
7953 * org-agenda.el (org-agenda): Keep window setup when calling
7954 agenda from within agenda window.
7955 (org-agenda-mode-map): New keys for effort setting commands.
7956 (org-agenda-menu): Add effort setting commands to menu.
7957 (org-agenda-set-property, org-agenda-set-effort): New functions.
7958
4d789d84
SM
7959 * org-latex.el (org-export-latex-tables):
7960 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
54a0dee5
CD
7961 the first column has been removed.
7962
79632009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7964
7965 * org.el (org-remove-timestamp-with-keyword): Only remove in
7966 entry, not in subtree.
7967
7968 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
7969 emacs lisp.
7970
7971 * org.el (org-open-at-point): When on headline, offer all strings
7972 in entry.
7973
7974 * org-remember.el (org-remember-templates): Documentation fix.
7975
7976 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
7977 `org-get-last-sibling' instead of the outline versions of these
7978 functions.
7979 (org-get-last-sibling): New function.
7980 (org-refile): Use `org-get-next-sibling' instead of the outline
7981 version of this function.
4d789d84
SM
7982 (org-clean-visibility-after-subtree-move):
7983 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
54a0dee5
CD
7984 outline versions of these functions.
7985
79862009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7987
7988 * org-agenda.el (org-prepare-agenda): When creating a new frame
7989 for the agenda, make the window dedicated.
7990
7991 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
7992
7993 * org-table.el (org-table-align): Change the order of reinsertion
7994 and deletion, to avoid problems with overlays following the table.
7995
7996 * org.el (org-parse-time-string): Better error message.
7997 (org-show-subtree): Use org-end-of-subtree.
7998
7999 * org-macs.el (org-goto-line): New defsubst.
8000
8001 * org.el (org-open-file, org-change-tag-in-region)
8002 (org-fast-tag-show-exit): Don't use `goto-line'.
8003
8004 * org-table.el (org-table-align, org-table-insert-column)
8005 (org-table-delete-column, org-table-move-column)
8006 (org-table-sort-lines, org-table-copy-region)
8007 (org-table-paste-rectangle, org-table-wrap-region)
8008 (org-table-get-specials, org-table-rotate-recalc-marks)
8009 (org-table-get-range, org-table-recalculate)
8010 (org-table-edit-formulas, org-table-fedit-convert-buffer)
4d789d84
SM
8011 (org-table-show-reference, org-table-highlight-rectangle):
8012 Don't use `goto-line'.
54a0dee5
CD
8013
8014 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
8015 (org-edit-src-exit): Don't use `goto-line'.
8016
8017 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
8018
8019 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
8020 Don't use `goto-line'.
8021
8022 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
8023
8024 * org-colview.el (org-columns, org-columns-redo)
8025 (org-agenda-columns): Don't use `goto-line'.
8026
4d789d84
SM
8027 * org-colview-xemacs.el (org-columns, org-agenda-columns):
8028 Don't use `goto-line'.
54a0dee5
CD
8029
8030 * org-agenda.el (org-agenda-mode): Force visual line motion off.
8031 (org-agenda-add-entry-text-maxlines): Improve docstring.
8032 (org-agenda-start-with-entry-text-mode): New option.
8033 (org-agenda-entry-text-maxlines): New option.
8034 (org-agenda-entry-text-mode): New variable.
8035 (org-agenda-mode): Set initial value of
8036 `org-agenda-entry-text-mode'.
8037 (org-agenda-mode-map): Add the `E' key.
8038 (org-agenda-menu): Add entry text mode to the menu.
8039 (org-agenda-get-some-entry-text): Fix line count bug.
8040 (org-finalize-agenda): Apply entry text mode if appropriate.
8041 (org-agenda-entry-text-show-here): New function.
8042 (org-agenda-entry-text-show): New function.
8043 (org-agenda-entry-text-hide): New function.
8044 (org-agenda-view-mode-dispatch): Add entry text mode to the view
8045 key menu.
8046 (org-agenda-entry-text-mode): New command.
8047 (org-agenda-set-mode-name): Add entry text mode to the mode line
8048 string.
8049 (org-agenda-undo, org-agenda-get-restriction-and-command)
8050 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
8051 `goto-line'.
8052
80532009-09-02 Bernt Hansen <bernt@norang.ca>
8054
8055 * org-clock.el (org-notify): Bugfix.
8056
80572009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8058
8059 * org-agenda.el (org-agenda-open-link): Handle multiple links and
8060 check for after-string.
8061
8062 * org-gnus.el (org-gnus-store-link): Simplify.
8063
8064 * org.el (org-latex-regexps): Don't add extra empty lines for
8065 display formulas.
8066
80672009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8068
8069 * org-agenda.el (org-agenda-get-some-entry-text): New function.
4d789d84
SM
8070 (org-agenda-add-entry-text):
8071 Use `org-agenda-get-some-entry-text'.
54a0dee5
CD
8072
8073 * org.el (org-cycle-separator-lines): Update docstring.
8074 (org-cycle-show-empty-lines): Handle negative values for
8075 `org-cycle-show-empty-lines'.
8076
8077 * org-exp.el (org-export-protect-sub-super): New function.
8078 (org-export-normalize-links): Protect the url of plain links from
8079 supscript and superscript processing.
8080
8081 * org-remember.el (org-remember-escaped-%): New function.
8082 (org-remember-apply-template): Use `org-remember-escaped-%' to
8083 detect escaped % signs.
8084
80852009-09-02 Bastien Guerry <bzg@altern.org>
8086
8087 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
8088 sound when showing the notification.
8089
8090 * org-clock.el (org-notify): New function.
8091 (org-clock-notify-once-if-expired): Use `org-notify'.
8092
8093 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
8094 and `gnus-article-mode' separately.
8095 (gnus-summary-article-header): Fix the declare-function.
8096
80972009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8098
4d789d84
SM
8099 * org-exp.el (org-export-format-source-code-or-example):
8100 Translate language.
54a0dee5 8101
c4cc8b9a 8102 * org-src.el (org-src-lang-modes): New variable.
54a0dee5
CD
8103 (org-edit-src-code): Translate language.
8104
8105 * org-exp.el (org-export-format-source-code-or-example): Deal wit
8106 the new structure of the `org-export-latex-listings-langs'
8107 variable.
8108
8109 * org-latex.el (org-export-latex-listings-langs): Change structure
8110 of the variable from plist to alist.
8111
81122009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8113
8114 * org.el (org-in-commented-line): New function.
8115
81162009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8117
8118 * org.el (org-hide-block-toggle): Make folded blocks searchable.
8119
8bdd66dc 81202009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
54a0dee5
CD
8121
8122 * org.el (org-flag-drawer): More useful error.
8123
81242009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8125
4d789d84
SM
8126 * org-remember.el (org-remember-apply-template):
8127 Use org-icompleting-read.
54a0dee5
CD
8128
8129 * org-publish.el (org-publish): Use org-icompleting-read.
8130
8131 * org-colview.el (org-columns-edit-value, org-columns-new)
8132 (org-insert-columns-dblock): Use org-icompleting-read.
8133
8134 * org-colview-xemacs.el (org-columns-edit-value)
4d789d84
SM
8135 (org-columns-new, org-insert-columns-dblock):
8136 Use org-icompleting-read.
54a0dee5 8137
4d789d84
SM
8138 * org-attach.el (org-attach-delete-one, org-attach-open):
8139 Use org-icompleting-read.
54a0dee5
CD
8140
81412009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8142
8143 * org.el (org-hierarchical-todo-statistics): Improve docstring.
8144 (org-version): Return the version text.
8145 (org-org-menu): Add a menu entry for the new bug reporter.
8146 (org-submit-bug-report): New command.
8147
4d789d84
SM
8148 * org-list.el (org-hierarchical-checkbox-statistics):
8149 Improve docstring.
54a0dee5
CD
8150
8151 * org.el (org-emphasis-regexp-components): Add "`" to set of
8152 pre-emphasis characters.
8153
8154 * org-latex.el (org-export-latex-classes): Always include the soul
8155 package.
8156 (org-export-latex-emphasis-alist): Use \st for strikethough.
8157
4d789d84
SM
8158 * org-exp-blocks.el (org-export-blocks-preprocess):
8159 Use `indent-code-rigidly' to indent.
54a0dee5 8160
4d789d84
SM
8161 * org-agenda.el (org-agenda-get-restriction-and-command):
8162 Remove properties only if MATCH really is a string.
54a0dee5
CD
8163
81642009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8165
4d789d84
SM
8166 * org-latex.el (org-export-latex-packages-alist):
8167 Fix customization type.
54a0dee5
CD
8168
8169 * org.el (org-create-formula-image): Also use
8170 `org-export-latex-packages-alist'.
8171
8172 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
8173 (org-export-as-html): Format footnotes correctly.
8174
81752009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8176
8177 * org.el (org-fast-tag-selection): Avoid text properties on tags
8178 in the alist.
8179
4d789d84
SM
8180 * org-agenda.el (org-agenda-get-restriction-and-command):
8181 Avoid text properties on the match element.
54a0dee5
CD
8182
81832009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8184
8185 * org.el (org-set-regexps-and-options): Make sure the list of done
8186 keywords is not invalid.
8187
8188 * org-exp.el (org-export-interpolate-newlines): New function.
8189
81902009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8191
8192 * org.el (org-format-latex): Avoid nested overlays.
8193
8194 * org-latex.el (org-export-latex-listings-langs): Add a few more
8195 languages.
8196
8197 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
8198 ignore newlines and space before the first macro argument.
8199
8200 * org-latex.el (org-export-latex-tables): Remove save-excursion
8201 around `org-table-align'.
8202
82032009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8204
4d789d84
SM
8205 * org.el (org-export-html-special-string-regexps):
8206 Definition moved into org.el.
54a0dee5
CD
8207
8208 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
8209 in macro calls.
8210
82112009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8212
8213 * org-latex.el (org-export-latex-listings)
8214 (org-export-latex-listings-langs): New options.
8215
4d789d84
SM
8216 * org-exp.el (org-export-format-source-code-or-example):
8217 Use listing package if requested by the user.
54a0dee5
CD
8218
82192009-09-02 Bastien Guerry <bzg@altern.org>
8220
8221 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
8222 command before actually switching to a buffer.
8223
82242009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8225
8226 * org-exp.el (org-get-file-contents): Only quote org lines when
8227 the markup is src or example.
8228
8229 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
c4cc8b9a 8230 New option.
54a0dee5
CD
8231 (org-agenda-get-day-entries): Remember deadline results and pass
8232 them on into the function getting the scheduling information.
8233 (org-agenda-get-scheduled): Accept deadline results as parameters
8234 and maybe skip some entries.
8235 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
8236
8237 * org.el (org-insert-heading): When respecting content, do not
8238 convert current line to headline.
8239
4d789d84
SM
8240 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
8241 Also cheeeeeck the hd marker.
54a0dee5
CD
8242 (org-clock-in): Also set the hd marker.
8243 (org-clock-out): Also set the hd marker.
8244 (org-clock-cancel): Reset markers.
8245
8246 * org.el (org-clock-hd-marker): New marker.
8247
8248 * org-faces.el (org-agenda-clocking): New face.
8249
8250 * org-agenda.el (org-agenda-mark-clocking-task): New function.
a628ad9d 8251 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
54a0dee5
CD
8252
8253 * org.el (org-modules): Add org-track.el.
8254
8255 * org-agenda.el (org-agenda-bulk-marked-p): New function.
4d789d84
SM
8256 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
8257 Use `org-agenda-bulk-marked-p'.
54a0dee5
CD
8258 (org-agenda-bulk-toggle): New command.
8259
82602009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8261
8262 * org.el (org-move-subtree-down): Hide subtree if it was folded,
8263 not just the body.
8264
8265 * org-remember.el (org-remember-finalize): Avoid buffer-modified
8266 messages.
8267
14acf2f5
SM
82682009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * org-html.el (org-export-as-html):
8271 * org-docbook.el (org-export-as-docbook):
8272 Use (default-value 'major-mode) instead of default-major-mode.
8273
7f25cb00
CD
82742009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
8275
8276 * org-docbook.el: Add arch-tag.
8277
8bdd66dc 8278 * org-exp-blocks.el: Add arch-tag.
7f25cb00 8279
8bdd66dc 8280 * org-id.el: Add arch-tag.
7f25cb00 8281
8bdd66dc 8282 * org-indent.el: Add arch-tag.
7f25cb00 8283
8bdd66dc 8284 * org-inlinetask.el: Add arch-tag.
7f25cb00 8285
8bdd66dc 8286 * org-protocol.el: Add arch-tag.
7f25cb00 8287
c8d0cf5c
CD
82882009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8289
8290 * org.el (org-create-formula-image): Remove the -E option for
8291 dvipng.
8292
8293 * org-exp.el (org-default-export-plist): Respect #+BIND.
8294 (org-export-confirm-letbind): New function.
8295
8296 * org.el (org-paste-subtree): Test the kill ring entry if it is
8297 going to be used.
8298 (org-copy-subtree): Use `org-forward-same-level'.
8299 (org-forward-same-level): Respect the `invisibe-ok' arg for
8300 back-to-heading.
8301
83022009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8303
8304 * org.el (org-table-map-tables): Make sure cursor is back at table
8305 beginning after funcall.
8306
8307 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
8308 handled before children, and do not error if an entry is not
8309 found, probably because it hase been remove when the parent was
8310 archived or refiled.
8311
8312 * org.el (org-ido-completing-read): Accept straight lists for
8313 completion as well as alists.
8314
3e344045 8315 * org-timer.el (org-timer-cancel-timers): Rename from
c8d0cf5c
CD
8316 `org-timer-cancel-timers'.
8317
8318 * org.el (org-cycle-internal-local): Fix problem with finding next
8319 invisible line.
8320
83212009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8322
4d789d84
SM
8323 * org-list.el (org-list-send-list):
8324 Call `org-list-goto-true-beginning' instead of
c8d0cf5c
CD
8325 `org-list-find-true-beginning', which does not exist.
8326
8327 * org-timer.el (org-timer-reset-timers): Use `mapc'.
8328 (org-timer-set-timer): Do not assign to heading.
8329
8330 * org-id.el (org-id-open): Quote function name.
8331
8332 * org-macs.el (org-unmodified): Turn off recording undo
8333 information while running inside the macro.
8334
8335 * org-table.el (org-table-export): Also work in file-less
8336 buffers.
8337
8338 * org.el (org-startup-indented): New option.
8339 (org-startup-options): Add new options indent and noindent.
8340 (org-unfontify-region): Remove line-prefix and wrap-prefix
8341 properties.
4d789d84
SM
8342 (org-after-demote-entry-hook, org-after-promote-entry-hook):
8343 New hooks.
c8d0cf5c
CD
8344 (org-promote, org-demote): Run the new hooks.
8345
8346 * org-table.el (org-table-align): Replace leading \n as well.
8347
8348 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
8349 and `line-wrap' text properties.
8350
8351 * org-compat.el (org-kill-new): New function.
8352
8353 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
8354 `line-wrap' text properties.
8355
8356 * org-indent.el: New file.
8357
83582009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8359
8360 * org.el (org-provide-todo-statistics): Tweak docstring.
8361
8362 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
8363
83642009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8365
8366 * org-exp.el (org-export-as-org): Insert the "-source" string
8367 before the extension.
8368
8369 * org.el (org-read-date): Make sure the calendar is in the current
8370 frame.
8371 (org-set-emph-re): Remove the ? from the post-match.
8372 (org-emphasis-regexp-components): Add backslash to the
8373 postmatch class.
8374 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
8375 optional so that also lines at the end of the buffers will still
8376 be matched as headlines.
8377
8378 * org-table.el (org-table-error-on-row-ref-crossing-hline):
8379 Variable made obsolete.
8380 (org-table-relative-ref-may-cross-hline): New option.
8381 (org-table-find-row-type): Honow the new option
8382 `org-table-relative-ref-may-cross-hline'.
8383
83842009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8385
4d789d84
SM
8386 * org-table.el (org-table-cut-region, org-table-copy-region):
8387 Work on single field if no active region.
c8d0cf5c
CD
8388
83892009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8390
8391 * org-latex.el (org-export-latex-make-header): Only insert title
8392 if one is defined.
8393
8394 * org.el (org-make-options-regexp): Allow empty values.
8395
83962009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8397
8398 * org.el (org-cycle-internal-local): Improved version of finding
8399 next visible line.
8400 (org-cycle-hide-drawers): Only hide drawers if this is really
8401 necessary.
8402 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
8403 org-version of this function in Org-mode. We use advice to
8404 implement this change, so that future changes to this function in
8405 outline.el wil be handled properly.
8406 (org-forward-same-level, org-backward-same-level): New commands.
8407
84082009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8409
8410 * org.el (org-remove-empty-overlays-at)
8411 (org-clean-visibility-after-subtree-move): New functons.
8412 (org-move-subtree-down): Simplify cleanup of display.
8413
84142009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8415
8416 * org-mac-message.el (org-mac-message-get-links): Improve
8417 docstring. Make argument SELECT-OR-FLAGGED optional, default to
8418 "s". Fix the return value.
8419 (org-mac-message-insert-flagged): Simplify.
8420
8421 * org.el (org-refile-get-location): Tamper with refile history o
8422 that history contains compete matches instead of the entered
8423 string.
8424
84252009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8426
8427 * org.el (org-store-link): Never store a link to an inline task.
8428
4d789d84
SM
8429 * org-footnote.el (org-footnote-goto-local-insertion-point):
8430 Skip inline tasks when positioning footnotes.
c8d0cf5c
CD
8431
8432 * org.el (org-refile): Remove the END line when archiving an
8433 inline task that does have an END line.
8434
8435 * org-archive.el (org-archive-subtree): Remove the END line when
8436 archiving an inline task that does have an END line.
8437
8438 * org-macs.el (org-with-limited-levels): New macro.
8439 (org-get-limited-outline-regexp): New function.
8440
8441 * org-exp.el (org-export-format-source-code-or-example): Fix bug
8442 that did not enumerate first line.
8443 (org-export-mark-radio-links): Skip matches in links.
8444
84452009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8446
8447 * org.el (org-activate-plain-links): Make single-match.
8448 (org-adapt-indentation): Fix docstring.
8449
8450 * org-macs.el (org-unmodified): Turn of modification hooks while
8451 running this macro.
8452
84532009-08-06 Bastien Guerry <bzg@altern.org>
8454
8455 * org.el (org-adapt-indentation): Slightly improve the docstring.
8456 (org-occur): Sends an error when the user inputs an empty string.
8457 (org-priority): Bugfix: the tag alignement should happen within
8458 save-excursion.
8459
84602009-08-06 Bastien Guerry <bzg@altern.org>
8461
8462 * org.el (org-make-link-regexps): Don't exclude parentheses from
c4cc8b9a 8463 `org-plain-link-re'.
c8d0cf5c 8464 (org-cycle-internal-local): When locally cycling, switch directly
c4cc8b9a 8465 from CHILDREN to FOLDED if there is no subtree.
c8d0cf5c
CD
8466 (org-cycle): Update the docstring to document the new behavior of
8467 `org-cycle-internal-local'.
8468
8bdd66dc 84692009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
c8d0cf5c
CD
8470
8471 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
8472 an abbreviated format for days.
8473
84742009-08-06 Bastien Guerry <bzg@altern.org>
8475
4d789d84
SM
8476 * org-protocol.el (org-protocol-default-template-key):
8477 New option.
c8d0cf5c
CD
8478
8479 * org.el (org-refile): Bugfix: save-excursion before reading the
8480 refile target, otherwise cursor moves might confuse `org-refile'.
8481
8482 * org.el (org-toggle-heading): Bugfix: correctly convert list
8483 items before the first headline.
8484
8485 * org.el (org-provide-todo-statistics): Allow a list of TODO
8486 keywords to compute statistics against headlines containing a
8487 keyword from this list.
8488 (org-update-parent-todo-statistics): Possibly use the new allowed
8489 value of `org-provide-todo-statistics'.
8490
84912009-08-06 Bastien Guerry <bzg@altern.org>
8492
8493 * org-timer.el: Add autoload cookie.
8494
8495 * org.el (org-occur-link-in-agenda-files): New function.
8496
8497 * org-timer.el (org-timer-last-timer): New variable.
8498
8499 * org-agenda.el (org-agenda-mode-map): New key for
8500 org-timer-set-timer called from the agenda.
8501
8502 * org.el (org-mode-map): New key for org-timer-set-timer.
8503
8504 * org-timer.el (org-timer-reset-timers)
4d789d84
SM
8505 (org-timer-show-remaining-time, org-timer-set-timer):
8506 New functions.
c8d0cf5c
CD
8507
8508 * org-clock.el (org-show-notification): Update the docstring.
8509
8510 * org.el (org-provide-todo-statistics): Allow new value
8511 'all-headlines for this option, which includes entries with no
8512 TODO keywords in the todo statistics.
8513 (org-update-parent-todo-statistics): Possibly use the new
8514 'all-headline value from `org-provide-todo-statistics'.
8515
85162009-08-06 Bastien Guerry <bzg@altern.org>
8517
8518 * org-clock.el (org-dblock-write:clocktable): Add a new option
8519 :timestamp which allows display of timestamps in clock reports.
8520
8521 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
8522 list to a subtree, preserving the structure of the list.
8523 (org-set-emph-re): Make the last element optional in the regexp.
8524 This regexp now matches an emphasized string at the end of a line.
8525
8526 * org-list.el (org-list-goto-true-beginning)
8527 (org-list-make-subtree, org-list-make-subtrees): New functions.
8528
8529 * org.el (org-eval-in-calendar): Select the right frame.
8530 (org-save-frame-excursion): Remove this macro.
8531
85322009-08-06 Bastien Guerry <bzg@altern.org>
8533
8534 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
8535 trying to find the beginning of a list.
8536
8537 * org-exp.el (org-get-file-contents): Use a new argument: markup.
8538 When present, tell org-get-file-contents not to protect org-like
8539 lines.
8540
8541 * org-id.el (org-id-uuid-program): New option to set the name of
8542 the uuidgen program.
8543 (org-id-method): Use `org-id-uuid-program'.
8544 (org-id-new): Use `org-id-uuid-program'.
8545
85462009-08-06 Bastien Guerry <bzg@altern.org>
8547
8548 * org-exp.el (org-export-number-lines): Allow whitespace in code
8549 references. Allow the -r switch to remove the references in the
8550 source code even when the lines are not numbered: the labels can
8551 be explicit enough.
8552
8553 * org.el (org-fontify-whole-heading-line): New option.
8554 (org-set-font-lock-defaults): Use the new option.
8555
8556 * org-clock.el (org-show-notification-handler): New option.
8557 (org-show-notification): Use the new option.
8558
85592009-08-06 Bastien Guerry <bzg@altern.org>
8560
8561 * org.el (org-eval-in-calendar): Fix a bug about calendar
8562 navigation when `calendar-setup' value is 'calendar-only.
8563
85642009-08-06 Bastien Guerry <bzg@altern.org>
8565
8566 * org.el (orgstruct++-mode): Fix typo in docstring.
8567 (org-insert-link): Clean up: (or (...)) => (...)
8568 (org-insert-link): Use TAB for stored links completion.
8569
85702009-08-06 Bastien Guerry <bzg@altern.org>
8571
8572 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
8573 building the list of targets.
8574
4d789d84
SM
8575 * org-remember.el (org-remember-delete-empty-lines-at-end):
8576 New option.
c8d0cf5c
CD
8577 (org-remember-handler): Use the new option.
8578
85792009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
8580
8581 * org.el (org-tags-sort-function): New option for sorting tags.
8582 (org-set-tags): Use the new option to sort tags.
8583
8584 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
8585 premature deletion of the data when using org-plot in a script.
8586
85872009-08-06 Bastien Guerry <bzg@altern.org>
8588
8589 * org-clock.el (org-clock-in-prepare-hook): New hook.
8590 (org-clock-in): Use this new hook.
8591
85922009-08-06 Bastien Guerry <bzg@altern.org>
8593
8594 * org.el (org-special-ctrl-a/e): Explicitely bind the value
8595 'reversed for this option to the "true line boundary first"
8596 behavior.
8597 (org-tags-match-list-sublevels): Document the 'indented value for
8598 this variable.
8599
8600 * org-latex.el (org-export-latex-first-lines): Fix problem with
8601 publishing the region.
8602
4d789d84
SM
8603 * org-exp.el (org-export-format-source-code-or-example):
8604 Fix bad line numbering when exporting examples in HTML.
c8d0cf5c
CD
8605
86062009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
8607
8608 * org-colview.el (org-format-time-period): Formats a time in
8609 fractional days as days, hours, mins, seconds.
8610 (org-columns-display-here): Add special handling for SINCE and
8611 SINCE_IA to format for display.
8612
8613 * org.el (org-time-since): Add a function to get the time since an
8614 org timestamp.
8615 (org-entry-properties): Add two new special properties: SINCE and
f924a367 8616 SINCE_IA. These give the time since any active or inactive
c8d0cf5c
CD
8617 timestamp in an entry.
8618 (org-special-properties): Add SINCE, SINCE_IA.
8619 (org-tags-sort-function): Add custom declaration for tags
8620 sorting function.
8bdd66dc 8621 (org-set-tags): Sort tags if org-tags-sort-function is set.
c8d0cf5c
CD
8622
86232009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8624
8625 * org-clock.el (org-clock-goto): Find hidden headlines as well.
8626
8627 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
8628
8629 * org-plot.el (org-plot/add-options-to-plist): Add timeind
8630 option.
8631
86322009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8633
8634 * org-publish.el (org-publish-remove-all-timestamps): New function.
8635 (org-publish-all): Remove all timestamp files if `org-publish-all'
8636 is called with a prefix argument.
8637
8638 * org-list.el (org-indent-item): Fix typo.
8639 (org-item-indent-positions): Normalize ordered bullet.
8640
86412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8642
8643 * org-macs.el (org-set-local): Make a local variable, do not make
8644 the variable buffer-local!
8645
8646 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
8647
8648 * org-exp.el (org-infile-export-plist): Read BIND lines.
8649 (org-install-letbind): New function.
4d789d84
SM
8650 (org-export-as-org, org-export-preprocess-string):
8651 Call `org-install-letbind'.
c8d0cf5c
CD
8652
8653 * org-list.el (org-list-demote-modify-bullet): New option.
8654 (org-first-list-item-p): Save point.
8655 (org-fix-bullet-type): New optional argument FORCE-BULLET.
8656 (org-indent-item): Honor `org-list-demote-modify-bullet'.
8657 (org-item-indent-positions): Return bullet types along with
8658 indentation.
8659
86602009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8661
8662 * org.el (org-show-entry): Hide drawers.
8663
86642009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8665
8666 * org-footnote.el (org-footnote-auto-adjust): New option.
8667 (org-footnote-auto-adjust-maybe): New function.
4d789d84
SM
8668 (org-footnote-new, org-footnote-delete):
8669 Call `org-footnote-auto-adjust-maybe'.
c8d0cf5c
CD
8670
8671 * org.el (org-startup-options): Add new footnote-related
8672 keywords.
8673
8674 * org-publish.el (org-publish-timestamp-filename): Additional
8675 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
8676 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
8677 TRUE-PUB-DIR. Pass them through to
8678 `org-publish-timestamp-filename'.
8679 (org-publish-update-timestamp): Additional arguments PUB-DIR and
8680 PUB-FUNC, which are included in the hash.
8681 (org-publish-file): Delay timestamp test until the publishing
8682 function is known.
8683
86842009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8685
8686 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
8687 setting the deadline.
8688
8689 * org.el (org-read-date-final-answer): New variable.
8690 (org-read-date): Store the final answer string, including the date
8691 from the calendar, for reuse by agenda bulk commands.
8692
8693 * org-publish.el (org-publish-attachment): Fix publishing of
8694 attachments.
8695
8696 * org-latex.el (org-export-latex-quotation-marks): Fix export of
8697 quotation makrs in parenthesis.
8698 (org-remove-initial-hash): New function.
8699 (org-export-latex-preprocess): Fix bug with infinite loop if
8700 environment is not properly closed.
8701
8702 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
8703 when indented.
8704
8705 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
8706 highlight also when indented.
8707
87082009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8709
8710 * org-footnote.el (org-footnote-renumber-fn:N): New command.
8711 (org-footnote-action): Offer renumbering.
8712
8713 * org.el (org-cycle): Honor the `integrate' value of
8714 org-cycle-include-plain-lists'.
8715
8716 * org-list.el (org-cycle-include-plain-lists): New allowed value
8717 `internal'. Improve the docstring.
8718
8719 * org.el (org-set-autofill-regexps): Improve the paragraph-start
8720 regexp to work better with LaTeX commands.
8721
87222009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8723
8724 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
8725 and eps extensions.
8726
87272009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8728
8729 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
8730 loaded.
8731
8732 * org.el (org-map-entries): No longer force
8733 `org-tags-match-list-sublevels' to t during a todo-only tags
8734 search.
8735
87362009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8737
8738 * org-latex.el (org-export-latex-low-levels): Allow user-defined
8739 environment.
8740 (org-export-latex-subcontent): Handle user-defined environment.
8741
8742 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
8743 the View dispatcher.
8744
8745 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
8746 `make-overlay'.
8747
8748 * org-latex.el (org-export-as-pdf): Protect match data during call
8749 to shell-quote-argument.
8750
8751 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
8752 (org-agenda-view-mode-dispatch): New function.
8753
87542009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8755
8756 * org-agenda.el (org-agenda-mode): Reset list of marks.
8757 (org-agenda-mode-map): Define new keys for refile and bulk action.
8758 (org-agenda-menu): Add menu itesm for refile and bulk action.
8759 (org-agenda-refile): New function.
8760 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
8761 (org-agenda-marked-entries): New variable.
8762 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
8763 (org-agenda-remove-all-bulk-action-marks)
8764 (org-agenda-bulk-action): New functions/commands.
8765
87662009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8767
8768 * org-exp.el (org-get-file-contents): Protect org-like lines in
8769 included files.
8770 (org-export-format-source-code-or-example): Remove newlines.
8771
8772 * org-latex.el (org-export-latex-links): Check for no-description
8773 marking.
8774
8775 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
8776 argument separator back to comma.
8777 (org-export-normalize-links): Mark links without description.
8778
87792009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8780
8781 * org-exp.el (org-infile-export-plist): Fix bug in macro
8782 processing.
8783
8784 * org-agenda.el (org-agenda-clock-out): Update line after clocking
8785 out.
8786 (org-agenda-highlight-todo): Fix bug with highlighting.
8787
87882009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8789
8790 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
8791 new alignment strings.
8792
8793 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
8794 command list.
8795 (org-table-align): Check for forced align type.
8796
8797 * org.el (org-self-insert-command): Add yas/expand to command
8798 list.
8799
8800 * org-clock.el (org-clock-in-hook): New hook.
8801 (org-clock-in): Run `org-clock-in-hook.
8802 (org-clock-out-hook): New hook.
8803 (org-clock-out): Run `org-clock-out-hook.
8804 (org-clock-cancel-hook): New hook.
8805 (org-clock-cancel): Run `org-clock-cancel-hook.
8806 (org-clock-goto-hook): New hook.
8807 (org-clock-goto): Run `org-clock-goto-hook.
8808
88092009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8810
8811 * org.el (org-store-link): Better default description for link to
8812 Org-mode headline.
8813
8814 * org-exp.el (org-export-generic): Autoload the generic exporter
8815 function.
8816 (org-export): Implement the `g' key for the generic exporter.
8817
88182009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8819
8820 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
8821 and for zbacktab'.
8822
8823 * org-exp.el (org-infile-export-plist): Get macros also from
8824 #+SETUPFILE.
8825
88262009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8827
8828 * org-colview.el (org-columns-capture-view): Protect vertical bars
8829 in column values.
8830 (org-columns-capture-view): Exclude comment and archived trees.
8831
4d789d84
SM
8832 * org-colview-xemacs.el (org-columns-capture-view):
8833 Protect vertical bars in column values.
c8d0cf5c
CD
8834 (org-columns-capture-view): Exclude comment and archived trees.
8835
8836 * org.el (org-quote-vert): New function.
8837
8838 * org-latex.el (org-export-latex-verbatim-wrap): New option.
8839
4d789d84
SM
8840 * org-exp.el (org-export-format-source-code-or-example):
8841 Use `org-export-latex-verbatim-wrap'.
c8d0cf5c
CD
8842
8843 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
8844 time stamps.
8845
646bcdd7 88462009-08-06 Eric Schulte <schulte.eric@gmail.com>
c8d0cf5c
CD
8847
8848 * org-exp-blocks.el: New file.
8849
646bcdd7
GM
88502009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8851
c8d0cf5c
CD
8852 * org-remember.el (org-remember-templates): Allow the headline
8853 element to be a function.
8854 (org-remember-apply-template): If the headline is a function, call
8855 it to get the true function.
8856
8857 * org-clock.el (org-clock-menu): New function.
8858 (org-clock-update-mode-line): Update help string.
8859 (org-clock-modify-effort-estimate): New function.
8860 (org-clock-mark-default-task): New function.
8861
8862 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
8863 minutes as input.
8864 (org-org-menu): Add new clocking stuff.
8865 (org-clock-is-active): New function.
8866
88672009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8868
8869 * org.el (org-open-non-existing-files): Improve docstring.
8870
88712009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8872
4d789d84
SM
8873 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
8874 New option.
c8d0cf5c
CD
8875 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
8876
8877 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
8878
8879 * org-list.el (org-get-checkbox-statistics-face): Use the new
8880 faces.
8881
8882 * org-faces.el (org-checkbox-statistics-todo)
8883 (org-checkbox-statistics-done): New faces.
8884
88852009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8886
8887 * org-latex.el (org-export-latex-use-verb): New variable.
8888 (org-export-latex-emph-format): Prefer \texttt over \verb when
8889 org-export-latex-use-verb is set.
8890
88912009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8892
8893 * org-remember.el (org-remember-handler): Abort remember if the
8894 buffer is empty.
8895
4d789d84
SM
8896 * org-exp.el (org-export-format-source-code-or-example):
8897 Run `org-src-mode-hook'.
c8d0cf5c
CD
8898
88992009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8900
8901 * org.el (org-indent-line-function): Fix indentation of +#end lines.
8902
89032009-08-06 Tassilo Horn <tassilo@member.fsf.org>
8904
8905 * org-gnus.el (org-gnus-store-link): Require message.el in
8906 org-gnus-store-link.
8907
89082009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8909
646bcdd7 8910 * org-src.el: New file, split out of org.el.
c8d0cf5c
CD
8911
8912 * org-macs.el (org-replace-match-keep-properties): New function.
8913
4d789d84
SM
8914 * org-exp.el (org-export-mark-blockquote-verse-center):
8915 Better preprocessing of center and quote and verse blocks.
c8d0cf5c
CD
8916
8917 * org-list.el (org-list-end): Respect the stored "original"
8918 indentation when determining the end of the list.
8919
8920 * org-exp.el (org-export-replace-src-segments-and-examples):
8921 Remember indentation correctly.
8922
89232009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8924
8925 * org-clock.el (org-clock-update-mode-line): Apply face
8926 org-mode-line-clock.
8927
8928 * org-faces.el (org-mode-line-clock): New face.
8929
89302009-08-06 Tassilo Horn <tassilo@member.fsf.org>
8931
8932 * org-gnus.el (org-gnus-store-link): Fix bug where
8933 `org-gnus-store-link' used wrong subject when called in an article
8934 buffer. Patch provided by fengli AT gmail DOT com.
8935
89362009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8937
4d789d84
SM
8938 * org-exp.el (org-export-format-source-code-or-example):
8939 Remember the original indentation of source code snippets and examples.
c8d0cf5c
CD
8940
8941 * org-latex.el (org-export-as-latex): Relocate the table of
8942 contents.
8943
8944 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
8945
8946 * org-agenda.el (org-run-agenda-series): Scope global options also
8947 when creating the agenda buffer.
8948
89492009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8950
8951 * org.el (org-adapt-indentation): Improve documentation.
8952 (org-insert-property-drawer): Respect org-adapt-indentation when
8953 inserting the drawer.
8954 (org-remove-flyspell-overlays-in): New function.
8955 (org-do-emphasis-faces, org-activate-plain-links)
8956 (org-activate-code, org-fontify-meta-lines-and-blocks)
8957 (org-activate-angle-links, org-activate-footnote-links)
8958 (org-activate-bracket-links, org-activate-dates)
8959 (org-activate-target-links, org-activate-tags): Remove flyspell
8960 overlays.
8961
89622009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8963
8964 * org.el (org-edit-src-save): New function.
8965
8966 * org-clock.el (org-clock-out-switch-to-state): New option.
8967 (org-clock-out): Honor `org-clock-out-switch-to-state'.
8968
8969 * org-compat.el (org-compatible-face): Improve macro.
8970
8971 * org.el (org-global-properties-fixed): Add default for
8972 CLOCK_MODELINE_TOTAL.
8973
76e3243a
JB
8974 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
8975 and tend.
c8d0cf5c
CD
8976 (org-clock-sum-current-item): Optional argument TSTART, pass it to
8977 org-clock-sum.
8978 (org-clock-get-sum-start): New function.
8979
8980 * org.el (org-startup-options): New keywords blockhide and
8981 blockshow.
8982 (org-mode): Add new invisibility spec.
8983 (org-set-startup-visibility): Hide block on startup if so
8984 desired.
8985 (org-hide-block-startup): New option.
8986 (org-block-regexp): New constant.
8987 (org-hide-block-overlays): New variable.
8988 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
8989 (org-show-block-all, org-hide-block-toggle-maybe)
8990 (org-hide-block-toggle): New functions.
8991 (org-edit-src-exit): Do not quote lines starting with # and no +
8992 behind it.
8993 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
8994 entry.
8995
89962009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8997
8998 * org.el (org-buffer-property-keys): Add Effort property for
8999 completion.
9000
90012009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9002
9003 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
9004 when retrieving total clocked time in the subtree.
9005
9006 * org.el (org-quoting-blocks): New variable.
9007
90082009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9009
9010 * org-table.el (org-table-store-formulas)
9011 (org-table-get-stored-formulas, org-table-fix-formulas)
9012 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
9013 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
9014
4d789d84
SM
9015 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
9016 Allow indented #+TBLFM line.
c8d0cf5c 9017
4d789d84
SM
9018 * org-footnote.el (org-footnote-goto-local-insertion-point):
9019 Allow indented #+TBLFM line.
c8d0cf5c
CD
9020
9021 * org-colview.el (org-dblock-write:columnview): Allow indented
9022 #+TBLFM line.
9023
4d789d84
SM
9024 * org-colview-xemacs.el (org-dblock-write:columnview):
9025 Allow indented #+TBLFM line.
c8d0cf5c
CD
9026
9027 * org-clock.el (org-dblock-write:clocktable): Allow indented
9028 #+TBLFM line.
9029
90302009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9031
4d789d84
SM
9032 * org-exp.el (org-export-format-source-code-or-example):
9033 Make editing indented blocks work correctly.
c8d0cf5c
CD
9034
9035 * org.el (org-edit-src-nindent): New variable.
9036 (org-edit-src-code, org-edit-fixed-width-region)
4d789d84
SM
9037 (org-edit-src-find-region-and-lang, org-edit-src-exit):
9038 Make editing indented blocks work correctly.
c8d0cf5c
CD
9039
90402009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9041
4d789d84
SM
9042 * org-exp.el (org-export-replace-src-segments-and-examples):
9043 Find indented blocks.
c8d0cf5c
CD
9044 (org-export-format-source-code-or-example): Fix indentation of
9045 blocks.
9046 (org-export-remove-indentation): New function.
9047 (org-export-select-backend-specific-text): Allow backend-specific
9048 code to be indented.
9049 (org-export-mark-blockquote-verse-center): Allow markers to be
9050 indented.
9051
9052 * org.el (org-fontify-meta-lines): New function.
9053 (org-set-font-lock-defaults): Call the new fontification
9054 function.
9055
c4cc8b9a 9056 * org-faces.el (org-meta-line): New face.
8bdd66dc 9057 (org-block): New face.
c8d0cf5c
CD
9058
90592009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9060
9061 * org.el (org-treat-insert-todo-heading-as-state-change)
4d789d84
SM
9062 (org-treat-S-cursor-todo-selection-as-state-change):
9063 New variables.
9064 (org-insert-todo-heading):
9065 Honor `org-treat-insert-todo-heading-as-state-change'.
9066 (org-shiftright, org-shiftleft):
9067 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
c8d0cf5c
CD
9068 (org-inhibit-logging): New variable.
9069
90702009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9071
4d789d84
SM
9072 * org-agenda.el (org-remove-subtree-entries-from-agenda):
9073 Reduce range for marker position checking.
c8d0cf5c
CD
9074
9075 * org-latex.el (org-export-latex-first-lines): Fix bug when
9076 exporting a region.
9077
90782009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9079
9080 * org-exp.el (org-export-push-to-kill-ring): Protect using
9081 x-set-selection, because that does not always work.
9082
9083 * org-agenda.el (org-agenda-list): Apply the new face
9084 `org-agenda-date-today'.
9085
9086 * org-faces.el (org-agenda-date-today): New face.
9087
90882009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9089
9090 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
9091 creating appointments.
9092
9093 * org-latex.el (org-export-latex-low-levels): Fix customization
9094 type.
9095
4d789d84
SM
9096 * org.el (org-priority, org-shiftup, org-shiftdown):
9097 Disable priority commands.
c8d0cf5c
CD
9098
9099 * org-agenda.el (org-agenda-priority): Disable priority commands.
9100
9101 * org.el (org-enable-priority-commands): New option.
9102
9103 * org-colview-xemacs.el (org-columns-compute)
9104 (org-columns-number-to-string): Fix problems with empty fields.
9105
9106 * org-colview.el (org-columns-compute)
9107 (org-columns-number-to-string): Fix problems with empty fields.
9108
9109 * org-exp.el (org-export-push-to-kill-ring): New function.
9110 (org-export-copy-to-kill-ring): New option.
9111
4d789d84
SM
9112 * org-latex.el (org-export-as-latex):
9113 Call `org-export-push-to-kill-ring'.
c8d0cf5c 9114
4d789d84
SM
9115 * org-exp.el (org-export-show-temporary-export-buffer):
9116 New option.
c8d0cf5c 9117
4d789d84
SM
9118 * org-latex.el (org-export-as-latex):
9119 Use `org-export-show-temporary-export-buffer'.
c8d0cf5c 9120
4d789d84
SM
9121 * org-exp.el (org-export-show-temporary-export-buffer):
9122 New option.
c8d0cf5c
CD
9123 (org-export-push-to-kill-ring): New function.
9124
9125 * org-colview.el (org-columns-compile-map): New variable.
9126 (org-columns-new, org-columns-compute)
9127 (org-columns-number-to-string, org-columns-uncompile-format)
9128 (org-columns-compile-format): Implement new operators.
9129
91302009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9131
9132 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
9133
9134 * org-list.el (org-update-checkbox-count): Make property
9135 dependent.
9136
9137 * org.el (org-hierarchical-todo-statistics): New option.
3e344045 9138 (org-update-parent-todo-statistics): Modify to handle recursive
c8d0cf5c
CD
9139 statistics.
9140
91412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9142
9143 * org-publish.el (org-publish): Make this function behave
9144 correctly in interactive use when called with a prefix argument.
9145
9146 * org.el (org-todo-statistics-hook): New hook.
9147 (org-update-parent-todo-statistics): Use new hook.
9148 (org-log-into-drawer): New function.
9149 (org-add-log-setup): Use the new `org-log-into-drawer' function to
9150 determine if we should be logging into a drawer.
9151 (org-log-into-drawer): Update docstring.
9152 (org-default-properties): Add LOG_INTO_DRAWER as a property.
9153
9154 * org-list.el (org-checkbox-statistics-hook): New hook.
9155 (org-update-checkbox-count-maybe): Use new hook.
9156
91572009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9158
9159 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
9160 better bufer-generating mechanism.
9161 (org-edit-src-find-buffer): New function.
9162
9163 * org-icalendar.el (org-print-icalendar-entries): Don't check for
9164 archive tag, this is already done by `org-agenda-skip'.
9165 data while constructing lost of tags.
9166
91672009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9168
9169 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
9170 as argument separator in macros.
9171
91722009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9173
9174 * org.el (org-after-sorting-entries-or-items-hook): New hook.
9175 (org-sort-entries-or-items): Run the new hook.
9176 (org-after-refile-insert-hook): New hook.
9177 (org-refile): Run `org-after-refile-insert-hook'.
9178
9179 * org-agenda.el (org-agenda-get-progress): Never take time of day
9180 from headline when displaying progress.
9181
9182 * org-latex.el (org-export-latex-complex-heading-re): New variable.
9183 (org-export-as-latex): Force the correct regexp in the
9184 preprocessor buffer.
4d789d84
SM
9185 (org-export-latex-set-initial-vars):
9186 Set `org-export-latex-complex-heading-re'.
c8d0cf5c
CD
9187
9188 * org-agenda.el (org-agenda-start-with-log-mode): New option.
9189 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
9190
91912009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9192
9193 * org-latex.el (org-export-latex-tables-centered): New option.
9194 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
9195
9196 * org-exp.el (org-export-as-org): New command.
9197 (org-export-as-org): New command.
9198
9199 * org-publish.el (org-publish-org-to-org): New function.
9200
92012009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9202
9203 * org.el (org-yank): Just call `org-yank-generic'.
9204 (org-yank-generic): New function, containing the formaer
9205 functionality of `org-yank'.
9206
9207 * org-latex.el (org-export-latex-not-done-keywords)
9208 (org-export-latex-done-keywords): New variables.
9209 (org-export-latex-todo-keyword-markup): New option.
9210 (org-export-latex-set-initial-vars): Remember the TODO keywords.
9211 (org-export-latex-keywords-maybe): Apply the TODO markup.
9212
92132009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9214
9215 * org-exp.el (org-infile-export-plist): Add more default macros.
9216 (org-export-preprocess-apply-macros): Process macro arguments.
9217
92182009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9219
a628ad9d 9220 * org-icalendar.el (org-icalendar-include-todo): New allowed value
c8d0cf5c
CD
9221 `unblocked'.
9222 (org-print-icalendar-entries): Respect the new value of
9223 `org-icalendar-include-todo'.
9224
9225 * org.el (org-link-try-special-completion)
9226 (org-file-complete-link): New functions.
9227 (org-insert-link): Add special completion support for some link
9228 types.
9229
9230 * org-bbdb.el (org-bbdb-complete-link): New function.
9231
92322009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9233
9234 * org-list.el (org-update-checkbox-count): Allow recursive
9235 statistics.
9236 (org-hierarchical-checkbox-statistics): New option.
9237
9238 * org.el (org-cycle): Remove erraneous space character.
9239
9240 * org-icalendar.el (org-icalendar-timezone): Initialize from
9241 environment.
9242
92432009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9244
9245 * org.el (org-autoload): Fix autoloading of ascii export
9246 functions.
9247 (org-modules): Add org-special-blocks.
9248
92492009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9250
9251 * org-icalendar.el (org-start-icalendar-file): Use the new option.
9252 (org-ical-timezone): New option.
9253
9254 * org-exp.el (org-export-get-coderef-format): Use the description
9255 is present.
9256
9257 * org.el (org-sort-entries-or-items): Improve docstring, and make
9258 better implementation for time sorting.
9259
92602009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9261
9262 * org.el (org-edit-src-persistent-message): New option.
9263 (org-edit-src-code, org-edit-fixed-width-region): Use the new
9264 option.
9265
9266 * org-clock.el (org-clock-insert-selection-line): Fix prefious
9267 patch.
9268
4d789d84
SM
9269 * org.el (org-edit-src-code, org-edit-fixed-width-region):
9270 Use separate buffer instead of indirect buffer to edit source code.
c8d0cf5c
CD
9271 (org-edit-src-exit): Make this function work with the new setup.
9272
9273 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
9274 are properly fontified before shown in the selection menu.
9275
9276 * org.el (org-fontify-like-in-org-mode): New function.
9277
9278 * org-latex.el (org-export-latex-links): Use the property list to
9279 retrieve the default image attributes.
9280
9281 * org-exp.el (org-export-plist-vars): Add a new option.
9282
92832009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9284
9285 * org-exp.el (org-export, org-export-visible): Support ASCII
c4cc8b9a 9286 export to buffer.
c8d0cf5c
CD
9287 (org-export-normalize-links): Do not protect the description if it
9288 is explicitly given.
9289
3e344045 9290 * org-list.el (org-reset-checkbox-state-subtree): Move here from
c8d0cf5c 9291 org-checklist.el.
4d789d84
SM
9292 (org-reset-checkbox-state-subtree):
9293 Call `org-reset-checkbox-state-subtree'.
c8d0cf5c
CD
9294
9295 * org-remember.el (org-select-remember-template): For the
9296 selection of a valid template.
9297
9298 * org-latex.el (org-export-region-as-latex): Supply the
9299 force-no-subtree argument.
9300 (org-export-as-latex): Provide better limits when exporting the
9301 first line. When exporting to string, we still want the first
9302 lines.
9303 (org-export-latex-first-lines): New argument END, to force the end
9304 of the region.
9305 (org-export-region-as-latex): Use the property list.
01c35094 9306 (org-export-as-latex): ????
c8d0cf5c
CD
9307
9308 * org-colview-xemacs.el (org-columns-remove-overlays)
9309 (org-columns): Fix call to `local-variable-p'.
9310
93112009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9312
9313 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
9314 (org-export-latex-preprocess): Run the new hook.
9315
9316 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
9317 (org-export-preprocess-string): Run the new hook.
9318
93192009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9320
9321 * org-macs.el (org-check-external-command): New defsubst.
9322
9323 * org.el (org-mode-map): New key for reload.
9324 (org-format-latex): Better error message when external programs
9325 are not available.
9326
9327 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
9328
9329 * org.el (org-sort-entries-or-items): Explicit sorting function
9330 for priorities, needed for XEmacs compatibility.
9331
9332 * org-remember.el (org-remember-apply-template): Improve auto-save
9333 behavior.
9334
93352009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9336
9337 * org-latex.el (org-export-latex-preprocess): Also protect
9338 environments ending in a star.
9339
9340 * org-list.el (org-at-item-p): Fix regular expression.
9341
93422009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9343
9344 * org.el (org-end-of-subtree): Improve speed.
9345
9346 * org-agenda.el (org-agenda-get-timestamps)
9347 (org-agenda-get-progress, org-agenda-get-deadlines)
9348 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
9349 in particular, wait as long as possible to collect the tags.
9350 (org-stuck-projects): Improve docstring.
9351
9352 * org.el (org-store-link): No errors when getting custom id before
9353 first headline.
9354 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
9355
93562009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9357
9358 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
9359
9360 * org-protocol.el: Remove dependency on url.el.
4d789d84
SM
9361 (org-protocol-unhex-compound, org-protocol-open-source):
9362 Remove dependency on url.el.
c8d0cf5c 9363
4d789d84
SM
9364 * org-latex.el (org-export-as-pdf):
9365 Use `org-latex-to-pdf-process'.
c8d0cf5c
CD
9366
93672009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9368
9369 * org-latex.el (org-latex-to-pdf-process): New option.
9370
9371 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
9372 New option.
4d789d84
SM
9373 (org-agenda-get-timestamps):
9374 Honor `org-agenda-skip-additional-timestamps-same-entry'.
c8d0cf5c
CD
9375
9376 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
9377 (org-clock-goto): Find recent task only if
9378 `org-clock-goto-may-find-recent-task' allows it.
9379
9380 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
9381 drawers, and drawers that are missing the :END: line.
9382
93832009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9384
9385 * org-clock.el (org-clock-goto): Go to recently clocked task if no
9386 clock is running.
9387
93882009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9389
9390 * org.el (org-update-parent-todo-statistics): Check for
9391 STATISTICS_FROM property.
9392
9393 * org-list.el (org-update-checkbox-count): Check for
9394 STATISTICS_FROM property.
9395
9396 * org.el (org-tab-first-hook)
9397 (org-tab-after-check-for-table-hook)
9398 (org-tab-after-check-for-cycling-hook): New hooks.
4d789d84
SM
9399 (org-cycle-internal-global, org-cycle-internal-local):
9400 New functions, split out from `org-cycle'.
c8d0cf5c
CD
9401 (org-cycle): Call the new hooks.
9402
94032009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9404
9405 * org-exp.el (org-export-preprocess-string): Reset the list of
9406 preferred targets for each run of the preprocessor.
9407
4d789d84
SM
9408 * org.el (org-refile-target-verify-function):
9409 Improve documentation.
c8d0cf5c
CD
9410 (org-get-refile-targets): Respect point being moved by the
9411 verification function.
9412
4d789d84
SM
9413 * org-latex.el (org-export-latex-timestamp-keyword-markup):
9414 New option.
c8d0cf5c
CD
9415 (org-export-latex-keywords): Use new option.
9416
9417 * org.el (org-rear-nonsticky-at): New defsubst.
9418 (org-activate-plain-links, org-activate-angle-links)
9419 (org-activate-footnote-links, org-activate-bracket-links)
9420 (org-activate-dates, org-activate-target-links)
9421 (org-activate-tags): Place the rear-nonsticky properties at the
9422 correct location.
9423
94242009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9425
9426 * org-protocol.el (server-edit): Declare `server-edit'.
4d789d84
SM
9427 (org-protocol-unhex-string, org-protocol-unhex-compound):
9428 New functions.
c8d0cf5c
CD
9429 (org-protocol-check-filename-for-protocol): Call `server-edit'.
9430
9431 * org.el (org-default-properties): New default properteis for
9432 completion.
9433
9434 * org-exp.el (org-export-add-subtree-options): Add new properties
9435 for subtree export.
9436
94372009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9438
9439 * org-id.el (org-id-get-with-outline-path-completion): Turn off
9440 org-refile-target-verify-function for the duration of the command.
9441
9442 * org.el (org-link-to-org-use-id): New possible value
9443 `create-if-interactive-and-no-custom-id'.
9444 (org-store-link): Use custom IDs.
9445 (org-link-search): Find custom ID properties from #link.
9446 (org-default-properties): Add CUSTOM_ID for property completion.
9447 (org-refile-target-verify-function): New option.
9448 (org-goto): Turn off org-refile-target-verify-function
9449 for the duration of the command.
9450
94512009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9452
9453 * org-exp.el (org-export-preferred-target-alist): New variable.
9454 (org-export-define-heading-targets): Find the new CUSTOM_ID
9455 property.
9456 (org-export-target-internal-links): Target the custom ids when
9457 possible.
9458
9459 * org-latex.el (org-export-latex-preprocess): Better regexp for
9460 matching latex macros with arguments.
9461
94622009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9463
9464 * org-remember.el (org-remember-handler): Allow filing to non-org
9465 files.
9466
8bdd66dc 94672009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
c8d0cf5c
CD
9468
9469 * org-table.el (org-table-fix-formulas): Do not change references
9470 to remote tables.
9471 (org-table-get-remote-range): Convert standard coordinates to RC
9472 format.
9473
9474 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
9475
94762009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9477
9478 * org-compat.el (org-sha1-string): Function removed.
9479
9480 * org.el (org-refile-allow-creating-parent-nodes): New option.
9481 (org-refile-get-location): New argument NEW-NODES.
9482 (org-refile): Call `org-refile-get-location' with the new
9483 argument.
9484 (org-refile-get-location): Arrange for adding a new child.
9485 (org-refile-new-child): New function.
9486
9487 * org-clock.el: Fix a number of docstrings.
9488 (org-clock-find-position): New argument
9489 FIND-UNCLOSED to make the function find an unclosed clock in the
9490 entry.
9491 (org-clock-in): Call `org-clock-find-position' with the new
9492 argument if we might be resuming a clock.
9493
94942009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9495
9496 * org-latex.el (org-export-latex-display-custom-times): New variable.
9497 (org-export-latex-timestamp-markup): New option.
9498 (org-export-latex-set-initial-vars): Remember the local value of
9499 `org-display-custom-times'.
9500 (org-export-latex-content): Process time stamps.
9501 (org-export-latex-time-stamps): New function.
9502
9503 * org-macs.el (org-maybe-intangible): Add intangible property
9504 again to invisible text.
9505
95062009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9507
9508 * org-exp.el (org-default-export-plist): Handle undefined
9509 variables.
9510
95112009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9512
9513 * org.el (org-sort-entries-or-items): Match TODO keywrds
9514 case-sensitively, when sorting.
9515 (org-priority): Do not match TODO keywords with wrong case.
9516
95172009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9518
9519 * org.el (org-todo): Honor the NOBLOCKING property.
9520
9521 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
9522 NOBLOCKING property.
9523
8bdd66dc 9524 * org.el (org-scan-tags): Fix bug in tag scanner.
c8d0cf5c
CD
9525
95262009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9527
9528 * org.el (org-modules): Mark obsolete packages.
9529
9530 * org-html.el: New file, split out from org-exp.el.
9531
9532 * org-icalendar.el: New file, split out from org-exp.el.
9533
9534 * org-xoxo.el: New file, split out from org-exp.el.
9535
9536 * org-ascii.el: New file, split out from org-exp.el.
9537
95382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9539
9540 * org-compat.el (org-find-library-name): New function.
9541
9542 * org.el (org-pre-cycle-hook): New hook.
9543 (org-cycle): Call the new hook in appropriate places.
9544 (org-reload): Only reload files that have been loaded before.
9545
95462009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9547
9548 * org.el (org-set-font-lock-defaults): Enforxe space or line end
9549 after todo keyword.
9550 (org-todo): When changing TODO state, do matching
9551 case-sensitively.
9552 (org-map-continue-from): New variable.
9553 (org-scan-tags): Respect values in `org-map-continue-from'.
9554 (org-reload): Make XEmacs compatible.
9555
95562009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9557
9558 * org-protocol.el (org-protocol-flatten-greedy): New function.
9559 (org-protocol-flatten): New function.
9560
9561 * org.el (org-open-link-from-string): Pass reference buffer to
9562 `org-open-at-point'.
9563 (org-open-at-point): New optional argument `reference-buffer'.
9564
95652009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9566
9567 * org.el (org-scan-tags): Make tag scan find headline in first
9568 line, 2nd attempt.
9569 (org-get-refile-targets): Add the naked file name.
9570 (org-refile): Store as top-level entry when only file name was
9571 given.
9572
9573 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
9574
9575 * org.el (org-block-todo-from-children-or-siblings-or-parent):
3e344045 9576 Rename from org-block-todo-from-children-or-siblings, and
c8d0cf5c
CD
9577 enhanced to look for the parent's status as well.
9578
9579 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
9580 (org-agenda-get-progress): Add first notes line to log entry if so
9581 desired.
9582
95832009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9584
9585 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
9586 (org-agenda-cleanup-fancy-diary): Call the new hook.
9587
9588 * org-remember.el (org-remember-apply-template): Take the default
9589 for the annotation from the :annotation property.
9590
9591 * org-mac-message.el (org-mac-message-get-link): Remove the
9592 quotes.
9593 (org-mac-message-get-link): Return the result.
9594
95952009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9596
9597 * org.el (org-refile-get-location): Add file name only if not
9598 already included in outline path.
9599
9600 * org-faces.el (org-n-level-faces): Fix customization type from
9601 number to integer.
9602
9603 * org-exp.el (org-export-headline-levels): Fix customization type
9604 from number to integer.
9605
9606 * org-agenda.el (org-agenda-confirm-kill)
9607 (org-agenda-custom-commands-local-options)
9608 (org-timeline-show-empty-dates, org-agenda-ndays)
4d789d84
SM
9609 (org-agenda-start-on-weekday, org-scheduled-past-days):
9610 Fix customization type from number to integer.
c8d0cf5c
CD
9611
96122009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9613
9614 * org-protocol.el: Declare some functions.
9615
4d789d84
SM
9616 * org-agenda.el (org-agenda-compare-effort):
9617 Honor `org-sort-agenda-noeffort-is-high'.
c8d0cf5c
CD
9618 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
9619 (org-agenda-compare-effort): Implement the "?" operator for
9620 finding entries without effort setting.
9621
9622 * org.el (org-extract-attributes-from-string): New function.
9623
9624 * org-exp.el (org-export-splice-attributes): New function.
9625
646bcdd7
GM
96262009-08-06 Bastien Guerry <bzg@altern.org>
9627 Daniel M German <dmg@uvic.org>
9628 Sebastian Rose <sebastian_rose@gmx.de>
9629 Ross Patterson <me@rpatterson.net>
9630
9631 * org-protocol.el: New file.
9632
96332009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
9634
9635 * org-docbook.el: New file.
9636
c8d0cf5c
CD
96372009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9638
646bcdd7 9639 * org-mouse.el: XEmacs compatibility fixes.
c8d0cf5c 9640
c4cc8b9a 9641 * org.el (org-modules): Add org-inlinetasks.el.
c8d0cf5c
CD
9642 (org-cycle): Implement limiting level on cycling.
9643 (org-move-subtree-down): Fix bug with swapping subtrees at end of
9644 buffer.
9645
9646 * org-inlinetask.el: New file.
9647
c8d0cf5c
CD
9648 * org.el (org-emphasis-regexp-components): Allow braces in
9649 emphasis pre and post match.
9650
a628ad9d 9651 * org-footnote.el (org-footnote-normalize): When only sorting, do
c8d0cf5c
CD
9652 not insert inline notes at the end.
9653
9654 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
9655
c8d0cf5c
CD
96562009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9657
9658 * org.el (org-reftex-citation): New command.
9659
96602009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9661
9662 * org-agenda.el (org-agenda-cmp-user-defined): New option.
9663 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
9664 sorting options.
9665 (org-entries-lessp): Apply the new sorting option.
9666
9667 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
9668 blocker code, when an older sibling has children.
9669
9670 * org-mac-message.el (org-mac-message-get-link): Improve getting
9671 links from multiple selected messages.
9672
96732009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9674
9675 * org-remember.el (org-remember-finalize): Do not set buffer file
9676 name to nil.
9677 (org-remember-handler): Mark buffer as unmodified.
9678 (org-remember-handler): Delete backup file and show message about
9679 remaining backup files.
9680 (org-remember-auto-remove-backup-files): New option.
9681
9682 * org.el (org-store-link): Use buffer name as link description in
9683 w3-mode buffers.
9684 (org-ido-switchb): Fix argument bug for completion.
9685
9686 * org-remember.el (org-remember-apply-template): Set local
9687 variable `auto-save-visited-file-name' instead of global one.
9688
96892009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9690
9691 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
9692 (org-agenda-get-todos): Mark file tags as inherited.
9693 (org-agenda-list): Always search diary lines for a time.
9694
96952009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9696
9697 * org-feed.el: New file.
9698
9699 * org-exp.el (org-export-as-html): Close local lists depending on
9700 indentation, also when starting a table.
9701
9702 * org-remember.el (org-remember-backup-directory)
9703 (org-remember-backup-name): New internal variable.
9704
97052009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9706
9707 * org-clock.el (org-clock-out-if-current): Make buffer detection
9708 work in indirect buffers as well.
9709
9710 * org.el (org-emphasis-regexp-components): Add the exxclamation
9711 mark to the post-emphasis characters.
9712
97132009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9714
9715 * org.el (org-read-date-minibiffer-septup-hook): New hook.
9716 (org-read-date): Run the new hook.
9717
9718 * org-mac-message.el (org-mac-flagged-mail): New group.
9719 (org-mac-mail-account): New variable.
4d789d84
SM
9720 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
9721 New commands.
c8d0cf5c
CD
9722
9723 * org-remember.el (org-remember-backup-directory): New variable.
9724 (org-remember-apply-template): Write file to backup directory.
9725
97262009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9727
9728 * org-mouse.el (org-mouse-todo-menu): New function.
9729 (org-mouse-todo-keywords): Function removed.
9730 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
9731
9732 * org-table.el (org-table-beginning-of-field)
c4cc8b9a 9733 (org-table-end-of-field): New commands.
4d789d84
SM
9734 (org-table-previous-field, org-table-beginning-of-field):
9735 Better error messages.
c8d0cf5c
CD
9736 (orgtbl-setup): Include `M-a' and `M-e'.
9737
4d789d84
SM
9738 * org.el (org-backward-sentence, org-forward-sentence):
9739 New commands.
c8d0cf5c 9740
4d789d84
SM
9741 * org-colview.el (org-colview-initial-truncate-line-value):
9742 New variable.
c8d0cf5c
CD
9743 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
9744 (org-columns): Remember the value of `truncate-lines'.
9745
9746 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
9747 New variable.
9748 (org-columns-remove-overlays): Restore the value of
9749 `truncate-lines'.
9750 (org-columns): Remember the value of `truncate-lines'.
9751
9752 * org.el (org-columns-skip-arrchived-trees): New option.
9753
9754 * org-agenda.el (org-agenda-export-html-style): Define color for
9755 org-agenda-done face.
9756 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
9757 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
9758
9759 * org.el (org-scan-tags): Use the new face.
9760
9761 * org-faces.el (org-agenda-done): New face.
9762
9763 * org.el (org-scan-tags): Test the value org
9764 `org-tags-match-list-sublevels'.
9765 (org-tags-match-list-sublevels): New allowed value: indented.
9766
9767 * org-latex.el (org-export-latex-make-header): Apply macros
9768 in header.
9769
9770 * org-exp.el (org-export-apply-macros-in-string): New function.
9771
9772 * org-latex.el (org-export-latex-list-parameters): Fix bug
9773 with the definition of a checked box.
9774
9775 * org-clock.el (org-clock-find-position): Fix drawer indentations.
9776
9777 * org-latex.el (org-export-latex-low-levels): More options
9778 for how to process lower levels in LaTeX.
9779 (org-export-latex-subcontent): Better treatment for lists as a
9780 means of publishing lower levels.
9781
97822009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9783
9784 * org.el (org-set-font-lock-defaults): Use new checkbox face.
9785
9786 * org-faces.el (org-checkbox): New face.
9787
9788 * org-exp.el (org-export-html-preprocess): Only create LaTeX
9789 fragement images if there is an export file.
9790
97912009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9792
9793 * org-agenda.el (org-stuck-projects): Document that the subtree of
9794 projects that are not stuck will now be searched for stuck
9795 sub-projects.
9796 (org-agenda-skip-entry-when-regexp-matches)
9797 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
4d789d84
SM
9798 (org-agenda-list-stuck-projects):
9799 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
c8d0cf5c 9800
4d789d84
SM
9801 * org-latex.el (org-export-latex-preprocess):
9802 Improve export of verses.
c8d0cf5c
CD
9803
9804 * org-exp.el (org-export-as-html): Implement centering as a div
9805 rather than a paragraph. Do a better job with line-end in verse
9806 environments.
9807
98082009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9809
9810 * org.el (org-open-at-point): Fix tags searches by mouse click.
9811
98122009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9813
9814 * org-latex.el (org-export-latex-preprocess): Implement the
9815 centering markup.
9816
4d789d84
SM
9817 * org-exp.el (org-export-mark-blockquote-verse-center):
9818 Rename from `org-export-mark-blockquote-and-verse'.
c8d0cf5c
CD
9819 (org-export-as-html): Implement the centering markup.
9820
9821 * org-latex.el (org-export-latex-tables): Fix vertical
9822 lines in tables.
9823
98242009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9825
9826 * org.el (org-read-date-history): New variable.
9827 (org-read-date): Use new history variable.
9828 (org-toggle-heading): Fix bug when used before first headline.
9829 (org-store-log-note): Remove drawer if empty while note is
9830 aborted.
9831 (org-remove-empty-drawer-at): New function.
9832 (org-check-after-date): New command.
9833 (org-sparse-tree): New sparse tree command "a".
9834
9835 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
9836
98372009-08-06 Bastien Guerry <bzg@altern.org>
9838
9839 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
9840 column and a space, not only a column.
9841
98422009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9843
4d789d84
SM
9844 * org-latex.el (org-export-latex-emphasis-alist):
9845 Better defaults for verbose emphasis.
c8d0cf5c
CD
9846 (org-export-latex-emph-format): New function.
9847 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
9848
9849 * org-agenda.el (org-agenda-menu): Add new commands to menu.
9850 (org-agenda-do-date-later, org-agenda-do-date-earlier)
9851 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
4d789d84
SM
9852 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
9853 New commands.
c8d0cf5c
CD
9854
9855 * org.el (org-timestamp-change): Move end-time along with start
9856 time.
9857
98582009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9859
9860 * org-exp.el (org-export-target-internal-links)
9861 (org-export-as-html): Protect links specified as #name.
9862
98632009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9864
9865 * org.el (org-clone-subtree-with-time-shift): New command.
9866
9867 * org-latex.el (org-export-latex-special-chars)
9868 (org-export-latex-treat-sub-super-char): Fix subscript export.
9869
9870 * org-exp.el (org-create-multibrace-regexp): Do not add
9871 backslashes to the class.
9872
98732009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9874
9875 * org-colview.el (org-columns-map): Better functions for moving up
9876 and down a row, even if `truncate-line' is nil.
9877
9878 * org.el (org-insert-todo-heading): Make sure the keyword is
9879 inserted at the correct position.
9880
9881 * org-publish.el (org-publish-project-alist)
9882 (org-publish-projects, org-publish-org-index): Change default anme
9883 for the index of file names to "sitemap.org".
9884
4d789d84
SM
9885 * org-latex.el (org-export-latex-tables):
9886 Use `org-split-string', for Emacs 21 compatibility.
c8d0cf5c
CD
9887
98882009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9889
9890 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
9891
98922009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9893
9894 * org-exp.el (org-export-page-description)
9895 (org-export-page-keywords): New variables.
9896 (org-export-plist-vars): Add entries for :keywords and
9897 :description.
9898 (org-infile-export-plist): Parse for new keywords.
c4cc8b9a 9899 (org-get-current-options): Add new keywords.
c8d0cf5c
CD
9900 (org-export-as-html): Publish description and keywords.
9901
4d789d84
SM
9902 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
9903 New option.
9904 (org-agenda-add-entry-text):
9905 Honor `org-agenda-add-entry-text-descriptive-links'.
c8d0cf5c
CD
9906
9907 * org-latex.el (org-export-latex-preprocess): Make all
9908 external preprocess functions use a PARAMETER arg.
9909
9910 * org-exp.el (org-export-preprocess-string)
9911 (org-export-select-backend-specific-text)
9912 (org-export-format-source-code-or-example)
9913 (org-format-org-table-html): Support docbook export.
9914 (org-export-preprocess-string): Make all external preprocess
9915 functions use a PARAMETER arg.
9916
99172009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9918
9919 * org-exp.el (org-export-html-style-include-scripts): New option.
9920 (org-export-plist-vars): Add new option
9921 `org-export-html-style-include-scripts'.
9922 (org-export-as-html): Honor new option
9923 `org-export-html-style-include-scripts'.
4d789d84
SM
9924 (org-export-html-scripts, org-export-html-style-default):
9925 Fix xml issues with the Safari browser.
c8d0cf5c
CD
9926
99272009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9928
9929 * org-publish.el (org-publish-attachment): Only copy file when the
9930 directories differ.
9931
99322009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9933
9934 * org-clock.el (org-clocktable-steps): Use inactive time stamps
9935 for clocktable steps.
9936
9937 * org.el (org-additional-option-like-keywords): Add two more
9938 keywords.
9939
99402009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9941
4d789d84
SM
9942 * org-exp.el (org-export-format-source-code-or-example):
9943 Mark temporary buffer unmodified, so that it will be killed even if
c8d0cf5c
CD
9944 mode like message mode has decided to assign a file name.
9945
9946 * org.el (org-scan-tags): Improve tag inheritance.
9947 (org-scan-tags, org-make-tags-matcher): Make tag comparison
9948 case-sensitive.
9949 (org-scan-tags): Use the internal tags list instead of creating it
9950 from scratch.
9951 (org-trust-scanner-tags, org-scanner-tags): New variables.
9952 (org-scan-tags): Set `org-scanner-tags'.
9953 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
9954 (org-map-entries): Document the possible speedup using scanner
9955 tags.
9956
99572009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9958
9959 * org.el (org-add-planning-info): Fix bug with looking for keyword
9960 only at column 0.
9961
4d789d84
SM
9962 * org-agenda.el (org-agenda-custom-commands-local-options):
9963 Add option for tags filter preset.
c8d0cf5c
CD
9964 (org-prepare-agenda): Store filter preset as a property on the
9965 filter variable.
9966 (org-finalize-agenda): Call the filter, if there is a preset.
9967 (org-agenda-filter-by-tag): Filter again after clearing the
9968 filter, when there still is a preset.
9969 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
9970 Include the preset filter.
9971 (org-agenda-redo): Apply the filter again, also the preset filter.
9972
9973 * org-exp.el (org-export-as-html): Use IDs in the correct way.
9974
9975 * org.el (org-uuidgen-p): New funtion.
9976
9977 * org-agenda.el (org-agenda-fontify-priorities): New default value
9978 `cookies'.
3e344045 9979 (org-agenda-fontify-priorities): Rename from
c8d0cf5c
CD
9980 org-fontify-priorities.
9981
4d789d84
SM
9982 * org.el (org-set-font-lock-defaults):
9983 Call `org-font-lock-add-priority-faces'.
c8d0cf5c
CD
9984 (org-font-lock-add-priority-faces): New function.
9985
04e65fdb 9986 * org-faces.el (org-set-tag-faces): New option.
c8d0cf5c
CD
9987 (org-priority-faces): New variable.
9988
9989 * org-exp.el (org-export-as-html): Add a "content" div around the
9990 entire content of the body tag.
9991 (org-export-html-get-bibliography): New function.
9992 (org-export-html-validation-link): New variable.
9993 (org-export-as-html): Add validation link to exported page.
9994
3e344045 9995 * org.el (org-match-sparse-tree): Rename from
c8d0cf5c
CD
9996 `org-tags-sparse-tree'.
9997 (org-tags-sparse-tree): New alias.
9998
99992009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10000
10001 * org.el (org-get-valid-level): Catch the case where the level
10002 change is nil.
10003
10004 * org-clock.el (org-clock-find-position): Better indentation of
10005 new clock drawers.
10006
100072009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10008
10009 * org-agenda.el (org-agenda-quit): Delete window only when the
10010 frame-setup was not `current-window'.
10011
10012 * org.el (org-tag-persistent-alist): New option.
10013 (org-startup-options): Add keyword `noptag'.
10014 (org-fast-todo-selection): Handle :newline correctly.
10015 (org-set-tags): Handle :newline correctly.
10016 (org-fast-tag-selection): Handle :newline correctly.
10017
100182009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10019
10020 * org-exp.el (org-export-as-ascii): Reverse link buffer before
10021 outputting it.
10022 (org-export-ascii-push-links): Fix bug with pussing links into the
10023 export buffer.
10024
100252009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10026
10027 * org-archive.el (org-archive-subtree): Do not add 1 to level if
10028 pasting at top level.
10029
10030 * org-bbdb.el: Improve documentation.
10031
100322009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10033
10034 * org-list.el (org-insert-item): Only consider insert empty lines
10035 is `org-empty-line-terminates-plain-lists' is not nil.
10036
10037 * org.el (org-blank-before-new-entry): Mention the dependence on
10038 `org-empty-line-terminates-plain-lists' in the docstring.
10039
4d789d84
SM
10040 * org-publish.el (org-publish-get-project-from-filename):
10041 New optional argument UP. Only find the top project if UP is set.
c8d0cf5c
CD
10042 (org-publish-current-project): Find the top encloding project.
10043
10044 * org-agenda.el (org-agenda-before-write-hook)
10045 (org-agenda-add-entry-text-maxlines): New options.
10046 (org-write-agenda): Run the new hook in the temporary buffer.
10047 (org-agenda-add-entry-text): New function.
10048 (org-write-agenda): Implement PDF export, using ps2pdf.
10049
10050 * org.el (org-global-properties-fixed, org-global-properties):
10051 Improve documentation string.
10052
10053 * org-exp.el (org-export-ascii-links-to-notes): New option.
10054 (org-export-as-ascii): Handle links better.
4d789d84
SM
10055 (org-export-ascii-wrap, org-export-ascii-push-links):
10056 New functions.
c8d0cf5c
CD
10057
100582009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10059
10060 * org-agenda.el (org-agenda): Make prefix arg optional.
10061 (org-agenda-search-headline-for-time): New option.
4d789d84
SM
10062 (org-format-agenda-item):
10063 Honor `org-agenda-search-headline-for-time'.
c8d0cf5c
CD
10064
10065 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
10066 characters.
10067
10068 * org.el (org-self-insert-cluster-for-undo): New option.
10069 (org-self-insert-command): Cluster undo for 20 characters.
10070 (org-self-insert-command-undo-counter): New variable.
10071
100722009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10073
10074 * org-exp.el (org-export-as-html): Fix problem with closing colone
10075 example.
10076
100772009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10078
10079 * org-latex.el (org-export-as-latex)
10080 (org-export-latex-first-lines): Avoid modification flag when
10081 adding or removing text properties.
10082 (org-export-latex-fontify): Catch error when org-emph-alist has
10083 entries that are not defined for LaTeX export.
10084
a628ad9d 10085 * org-export-latex.el: Rename to org-latex.el.
c8d0cf5c 10086
a628ad9d 10087 * org-latex.el: Rename from org-export-latex.el.
c8d0cf5c
CD
10088
10089 * org.el (orgstruct++-mode): New function.
10090 (turn-on-orgstruct++): Call `orgstruct++-mode'.
10091 (org-context-p): Allow detecting item context after the first line
10092 of an item.
10093 (orgstruct-make-binding): Detect if item-body context should be
10094 seen.
10095 (orgstruct-is-++): New variable.
10096 (org-add-planning-info): Catch the case when there is no planning
10097 info yet and the call does not want to add anything, only maybe
10098 tries to remove something.
10099 (org-special-ctrl-a/e): All value to be a cons cell with separate
04e65fdb 10100 settings for `C-a' and `C-e'.
c8d0cf5c
CD
10101 (org-beginning-of-line, org-end-of-line): Honor separate values
10102 for `C-a' and `C-e'.
10103
101042009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10105
10106 * org.el (org-reload): New command.
10107
a5a79894
TH
101082009-06-05 Tassilo Horn <tassilo@member.fsf.org>
10109
10110 * org-gnus.el (org-gnus-store-link): Fix bug where
10111 org-gnus-store-link used wrong subject when called in an article
10112 buffer. Patch provided by fengli AT gmail DOT com.
10113
1f82c9ed
GM
101142009-03-13 D. Goel <deego3@gmail.com>
10115
10116 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
10117 replace ls by (values-list ls).
10118
9148fdd0
CD
101192009-02-20 Carsten Dominik <dominik@science.uva.nl>
10120
10121 * org-remember.el (org-remember-apply-template): Turn off ido for
10122 this completion.
10123
10124 * org.el (org-priority): Also find invisible headings, for remote
10125 editing.
10126 (org-completing-read-no-ido): New function.
10127 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
10128
10129 * org-colview.el (org-columns-edit-value): No special treatment of
10130 prefix arg.
10131
7b96ff9a
CD
101322009-02-19 Carsten Dominik <dominik@science.uva.nl>
10133
4d789d84
SM
10134 * org.el (org-block-todo-from-children-or-siblings):
10135 Use `org-up-heading-all' so that this will work correctly with hidden
7b96ff9a
CD
10136 property drawers and entries.
10137 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
10138 falling back to normal, default command.
10139 (org-get-location): Temporarily turn off special behavior.
10140
41342c80
GM
101412009-02-13 Glenn Morris <rgm@gnu.org>
10142
10143 * org-rmail.el (rmail-show-message): Restore argument list to the
10144 declaration now that this functions behaves in Emacs 23 as in 22.
10145
576e334d
GM
101462009-02-12 Glenn Morris <rgm@gnu.org>
10147
10148 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
10149
101502009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
10151
10152 * org-footnote.el (org-footnote-action): Fix doc typo.
10153
0b91aef0
CD
101542009-02-06 Carsten Dominik <dominik@science.uva.nl>
10155
ee9d4ebe
CD
10156 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
10157 text before first headline.
7297ca6d
CD
10158 (org-export-remove-or-extract-drawers): Fix regular expression for
10159 extracting drawers.
ee9d4ebe 10160
0b91aef0
CD
10161 * org.el (org-format-latex): Stop LaTeX fragment processing in
10162 protected examples.
10163
c82c35fc
GM
101642009-02-05 Glenn Morris <rgm@gnu.org>
10165
10166 * org-rmail.el (rmail-show-message): Update declaration.
10167 (rmail-buffer, rmail-view-buffer): Declare.
10168 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
10169
cc6dbcb7
CD
101702009-02-04 Carsten Dominik <dominik@science.uva.nl>
10171
10172 * org.el (org-return-follows-link): Revert setting
10173 `org-return-follows-link' to t by default.
10174
20106e31
CD
101752009-02-02 Carsten Dominik <dominik@science.uva.nl>
10176
10177 * org.el (org-cycle-global-at-bob): Fix typo.
10178
10179 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
10180
5ace2fe5
CD
101812009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
10182
10183 * org.el (org-mode): Make dependence stuff work more reliably.
10184 (org-update-parent-todo-statistics): Fix bug with updating
10185 statistics cookie.
10186 (org-yank-adjusted-subtrees, org-return-follows-link)
10187 (org-use-fast-todo-selection, org-tags-column): New default
10188 setting for variables.
10189
10190 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
10191 ~ as verbatim delimiters, to avoid table bug.
10192 (org-export-latex-classes): Remove the a4paper option from the
10193 default styles.
10194
10195 * org-exp.el (org-export-html-format-image): New argument
10196 PAR-OPEN, to fix XHTM validation bug.
10197 (org-export-as-html): Pass par-open to
10198 `org-export-html-format-image'.
10199 (org-export-html-footnotes-section): Use a more consistent id for
10200 footnotes.
10201
10202 * org-agenda.el (org-agenda-sorting-strategy)
10203 (org-agenda-tags-column): New default setting for variables, based
10204 on a poll what typical uses use.
10205 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
10206 setting the blocked tag.
10207
72d06d81
CD
102082009-01-31 Carsten Dominik <dominik@science.uva.nl>
10209
10210 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
10211 only checking for blocks.
10212
8bdd66dc
JB
10213 * org-exp.el (org-export-html-footnotes-section): Make the div id
10214 consistent.
72d06d81 10215
4d789d84
SM
10216 * org-export-latex.el (org-export-latex-classes):
10217 Remove paper size option from LaTeX classes.
72d06d81 10218
6c817206
CD
102192009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
10220
10221 * org.el (org-enforce-todo-checkbox-dependencies): New option.
10222 (org-block-todo-from-checkboxes): New function.
10223 (org-todo): Make tripple prefix arg circumvent blocking.
10224
6f3e2af6
GM
102252009-01-30 Glenn Morris <rgm@gnu.org>
10226
805b5d9c
GM
10227 * org-list.el (org-empty-line-terminates-plain-lists)
10228 (org-toggle-checkbox): Doc fixes.
10229
6f3e2af6
GM
10230 * org-table.el (org-table-clean-before-export): Fix declaration.
10231
a2a2e7fb
CD
102322009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
10233
10234 * org-timer.el (org-timer): Provide the timer feature.
10235
10236 * org.el (org-require-autoloaded-modules): Add a few more files to
10237 the list of autoloaded modules.
10238
10239 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
10240
10241 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
10242 drawers that are unprotected.
10243 (org-export-html-format-image): Make sure inlined LaTeX fragment
10244 images remain inlined.
10245
10246 * org.el (org-toggle-ordered-property): New function.
10247 (org-mode-map): Add a key for `org-toggle-ordered-property'.
10248 (org-org-menu): Add menu entries for TODO dependencies.
10249
10250 * org.el (org-default-properties): Add ORDERED to the default
10251 properties, to get completion support for it.
10252
10253 * org-list.el (org-update-checkbox-count): Update more than one cookie.
10254
10255 * org.el (org-update-parent-todo-statistics): Update more than one
10256 cookie.
10257
d6685abc
CD
102582009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
10259
10260 * org-agenda.el (org-agenda-get-todos): Start search from correct
10261 position.
10262
10263 * org.el (org-fast-todo-selection): Make sure TODO selection does
10264 not change buffer position.
10265
10266 * org-list.el (org-toggle-checkbox): Implement adding or removing
10267 checkboxes from line or region when called with a prefix
10268 argument.
10269
10270 * org-rmail.el (org-rmail-store-link): Protect the call to
10271 `rmail-narrow-to-non-pruned-header'.
10272
10273 * org-clock.el (org-clock-special-range): Fix week display in
10274 clock tables.
10275
10276 * org-exp.el (org-get-current-options): Fix bug when in indirect
10277 buffer.
10278
10279 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
10280 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
10281 (org-agenda-dim-blocked-tasks): New function.
10282
10283 * org.el (org-enforce-todo-dependencies): New option.
10284 (org-block-todo-from-children-or-siblings): New function.
10285
10286 * org-faces.el (org-agenda-dimmed-todo-face): New face.
10287
65c439fd
CD
102882009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
10289
10290 * org.el (org-todo): Return correct state type even if the blocker
10291 throws an error.
3e344045 10292 (org-modifier-cursor-error): Rename from
65c439fd
CD
10293 `org-shiftcursor-error'.
10294 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10295 (org-shiftmetadown): Call `org-modifier-cursor-error'.
10296
10297 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
10298 to get real errors from the blocker hook.
10299
4d789d84
SM
10300 * org.el (org-shiftselect-error, org-call-for-shift-select):
10301 New functions.
65c439fd
CD
10302 (org-set-visibility-according-to-property): Turn off the setting
10303 of `org-show-entry-below', to avoid overruling a FOLDED visibility
10304 property.
10305
10306 * org.el (org-support-shift-select): New option.
10307 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
10308 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
10309 selection outside contexts.
10310
10311 * org-list.el (org-at-item-bullet-p): New function.
10312
10313 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
10314 variables.
10315
10316 * org-footnote.el (org-footnote-normalize): Remove unnecessary
10317 variable.
4d789d84
SM
10318 (org-insert-footnote-reference-near-definition):
10319 Remove unnecessary let form.
65c439fd 10320
1e4f816a
CD
103212009-01-26 Carsten Dominik <dominik@science.uva.nl>
10322
4d789d84
SM
10323 * org-export-latex.el (org-export-as-latex):
10324 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
3c9ebe55
CD
10325 (org-export-latex-first-lines): New parameter OPT-PLIST.
10326
1e4f816a
CD
10327 * org.el (org-yank): Tell `delete-selection-mode' about
10328 `org-yank'.
10329
10330 * org-faces.el (org-clock-overlay): Fix face definition.
10331
4d789d84
SM
10332 * org-export-latex.el (org-export-latex-first-lines):
10333 Pass timestamp and footnote parameters to the preprocessor.
1e4f816a
CD
10334
10335 * org-exp.el (org-export-remove-timestamps): Do not remove time
10336 stamps inside tables.
10337
0bd48b37
CD
103382009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10339
10340 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
10341
4d789d84
SM
10342 * org.el (org-agenda-tags-todo-honor-ignore-options):
10343 Declare variable.
0bd48b37
CD
10344
10345 * org-table.el (org-table-insert-hline): Fix typo in fuction call
10346 to `backward-char'.
10347
10348 * org-exp.el (org-export-as-html): Remove the initial space from
10349 colon examples.
10350
4d789d84
SM
10351 * org.el (org-scan-tags):
10352 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
0bd48b37 10353
4d789d84
SM
10354 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
10355 New customization groups.
0bd48b37
CD
10356 (org-agenda-tags-todo-honor-ignore-options): New option.
10357 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
10358 New function.
4d789d84
SM
10359 (org-agenda-get-todos):
10360 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
0bd48b37
CD
10361
103622009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10363
4d789d84
SM
10364 * org-exp.el (org-export-format-source-code-or-example):
10365 Escape HTML characters also in examples that anre not treated with
0bd48b37
CD
10366 htmlize. Also, just switch to EXAMPLE processing if we do not
10367 have a good version of htmlize.
10368
10369 * org-rmail.el: Fix copyright notice.
10370
10371 * org.el (org-activate-footnote-links): Improve footnote link
10372 highlighting.
10373
10374 * org-footnote.el (org-footnote-normalize): Fix finding the end of
10375 a footnote definition at the end of the file.
10376
10377 * org-table.el (org-table-get-specials): Add an imagined hline at
10378 the end of the table. This can be useful for references that want
10379 to go to the end of the table. Also fix bug when computing last
10380 row constants, in tables that do not start right at the right
10381 margin.
10382 (org-table-eval-formula): Match and replace remove references.
10383 (org-table-formula-substitute-names): Make sure that names inside
10384 a "remote" call are left alone, the will be replaced later when
10385 the remote call is handled.
10386 (org-table-convert-refs-to-rc): Do not convert things that might
10387 look like a reference, but are really part of an ID or namei n a
10388 remote reference.
10389 (org-table-get-remote-range): New function.
10390
103912009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10392
10393 * org-faces.el (org-clock-overlay): Fix bug in face definition.
10394
10395 * org-clock.el (org-clock-put-overlay): Use new face instead of
10396 `secondary-selection'.
10397
10398 * org-faces.el (org-clock-overlay): New face.
10399
104002009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10401
10402 * org-exp.el (org-get-current-options): Include the option for
10403 publishing time stamps.
10404
3e344045 10405 * org.el (org-toggle-heading): Rename from
0bd48b37
CD
10406 `org-toggel-region-headings'.
10407 No longer needs a region defined, but will use it if there is one.
3e344045 10408 (org-ctrl-c-star): Simplify, relying more on the internal
0bd48b37 10409 workings of `org-toggle-heading'.
3e344045 10410 (org-toggle-item): Rename from `org-toggle-region-items'.
0bd48b37 10411 No longer needs a region defined, but will use it if there is one.
3e344045 10412 (org-ctrl-c-minus): Simplify, relying more on the inernal
0bd48b37
CD
10413 workings of `org-toggle-item'.
10414
10415 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
10416 environment detection. Also, do real changes only in unprotected
10417 places.
10418
104192009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10420
4d789d84
SM
10421 * org-export-latex.el (org-export-latex-quotation-marks):
10422 Use `org-if-unprotected-1'.
0bd48b37
CD
10423 (org-export-latex-set-initial-vars): Check for class definition in
10424 property.
10425
10426 * org-macs.el (org-if-unprotected-1): New macro.
10427
104282009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10429
10430 * org-compat.el (org-count-lines): New function.
10431
4d789d84
SM
10432 * org-exp.el (org-export-format-source-code-or-example):
10433 Handle switches related to text areas.
0bd48b37
CD
10434
10435 * org.el (org-activate-footnote-links): Don't allow match inside a
10436 link.
10437
10438 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
10439
10440 * org-export-latex.el (org-export-latex-links): Keep a relative
10441 path relative also after export.
10442
10443 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
10444
10445 * org.el (org-make-tags-matcher): Never use IDO for completing the
10446 tags matcher match string.
10447 (org-completing-read): Also remove the special biding for "?".
10448
10449 * org-attach.el (org-attach-allow-inheritance): New option.
10450 (org-attach-inherited): New variable.
10451 (org-attach-dir): Handle properties related to the attachment
10452 directory.
10453 (org-attach-check-absolute-path): New function.
10454 (org-attach-set-directory, org-attach-set-inherit): New commands.
10455 (org-attach): Accommodate the new commands in the dispatcher.
10456
104572009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10458
10459 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
10460 `window-full-width-p'.
10461
10462 * org-exp.el (org-export-as-html): Only check for images files
8bdd66dc 10463 that really can be inlined.
0bd48b37
CD
10464
10465 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
10466 list of extensions to be a parameter.
10467
4d789d84
SM
10468 * org-exp.el (org-export-html-inline-image-extensions):
10469 New variable.
0bd48b37 10470
4d789d84
SM
10471 * org-agenda.el (org-prepare-agenda):
10472 Use `org-agenda-block-separator'.
0bd48b37
CD
10473 (org-agenda-block-separator): New option.
10474
104752009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10476
4d789d84
SM
10477 * org-export-latex.el (org-export-latex-tables):
10478 Call `org-table-clean-before-export' with the new optional argument.
0bd48b37
CD
10479
10480 * org-exp.el (org-table-clean-before-export): New optional
10481 parameter MAYBE-QUOTED, allows for quoted characters like \# in
10482 first column.
10483
104842009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10485
10486 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
10487 histograms.
10488
4d789d84
SM
10489 * org-colview.el (org-colview-construct-allowed-dates):
10490 Better error catching when a date/time property does not have allowed
0bd48b37
CD
10491 values defined.
10492
10493 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
10494 Better error catching when a date/time property does not have
10495 allowed values defined.
10496
104972009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10498
10499 * org.el (org-map-entries): Restore point and restriction after
10500 `org-map-entries'.
10501
105022009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10503
10504 * org.el (org-time=, org-time<, org-time<=, org-time>)
10505 (org-time>=, org-time<>): Make sure both values are dates.
10506
105072009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10508
10509 * org-archive.el (org-extract-archive-heading): Allow %s for file
10510 name also in achive location heading.
10511
105122009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10513
10514 * org-archive.el (org-add-archive-files): Uniquify the list before
10515 returning it.
10516
105172009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10518
4d789d84
SM
10519 * org-compat.el (org-fit-window-to-buffer):
10520 Use `window-full-width-p'.
0bd48b37
CD
10521
10522 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
10523 space after the colon in short examples.
10524
10525 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
10526 enforce a space after the colon. However, we also allow lines
10527 that are *only* a colon.
10528 (org-export-as-html): Enforce the space after the colon in short
10529 examples.
10530 (org-export-preprocess-string): Do the colon example protection
10531 earlier.
10532 (org-export-remove-timestamps): Do not check for protection at the
10533 end of the line.
10534
105352009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10536
10537 * org.el (org-format-latex-options): Add new matcher for single
10538 letters between dollars.
10539 (org-get-header): Function removed.
10540 (org-heading-components): New function.
10541
10542 * org-exp.el (org-export-define-heading-targets): Record ID's also
10543 as alternative targets.
10544 (org-export-as-html): Interpret "id:" links to other files by
10545 preserving the relative path.
10546
10547 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
10548 is nil.
10549
10550 * org-exp.el (org-export-normalize-links): Protect the main link,
10551 to avoid special character processing.
10552
10553 * org-export-latex.el (org-export-latex-special-keyword-regexp):
10554 New variable.
10555 (org-export-latex-special-string-regexps): Variable removed.
10556 (org-export-latex-keywords): Use the new regexp.
10557
10558 * org-exp.el (org-export-handle-include-files): Fetch switches and
10559 put them into the BEGIN statement.
10560
10561 * org-timer.el (org-timer-mode-line-string): New variable.
10562
3e344045 10563 * org-clock.el (org-clock-mode-line-map): Rename from
0bd48b37 10564 `org-clock-mode-map'.
3e344045
SM
10565 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
10566 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
10567 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
10568 (org-clock-remove-overlays): Rename from
0bd48b37
CD
10569 `org-remove-clock-overlays'.
10570
10571 * org-timer.el (org-timer-pause-or-continue): Implement stopping
10572 and mode line display.
10573 (org-timer-stop): New command.
10574 (org-timer-seconds): Return correct time when timer is paused.
10575 (org-timer-mode-line-timer): New variable.
4d789d84
SM
10576 (org-timer-set-mode-line, org-timer-update-mode-line):
10577 New functions.
0bd48b37 10578
8bdd66dc 10579 * org.el (org-insert-heading): Handle new value `auto' for
0bd48b37
CD
10580 `org-blank-before-new-entry'.
10581 (org-org-menu): Add new items for timer functions.
10582
10583 * org-list.el (org-insert-item): Handle new value `auto' for
10584 `org-blank-before-new-entry'.
10585
10586 * org.el (org-blank-before-new-entry): New value `auto', made
10587 default.
10588
105892009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10590
10591 * org-exp.el (org-export-normalize-links): If the link is also
10592 used as the description, protect the description.
10593
105942009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10595
10596 * org.el (org-closest-date): Fix bug with yearly repeats, in
10597 combination with preference of the past as it is used for deadline
10598 and scheduling search.
10599
10600 * org-exp.el (org-html-handle-time-stamps): No longer check for
10601 the `org-export-with-timestamps' option, because the preprocesser
10602 has taken care of this already.
10603
10604 * org.el (org-entry-properties): Catch the case when this is
10605 called in a non-org-mode file.
10606
10607 * org-export-latex.el (org-export-latex-remove-from-headlines):
10608 Variable made obsolete, also LaTeX export now uses the standard
10609 variables.
10610 (org-export-as-latex): Add the timestamps parameter to the
10611 preprocessor parameter list.
10612 (org-export-latex-content): Export the remaining keywords without
10613 considering to remove them.
10614 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
10615 Use bold font instead of tt font for the keywords.
10616 (org-export-latex-fontify-headline): Format headlines, assuming
10617 that all keywords still present should be published.
10618 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
10619 publish what ever remains of the time stamps.
10620 (org-export-latex-list-parameters): New option.
10621 (org-export-latex-lists): Pass additional parameters to the list
10622 converter.
10623
10624 * org-exp.el (org-export-preprocess-string): Remove clock lines
10625 and timestamps already in the preprocesor.
4d789d84
SM
10626 (org-export-remove-timestamps, org-export-remove-clock-lines):
10627 New functions.
0bd48b37
CD
10628 (org-export-as-ascii, org-export-as-html): Add the timestamps
10629 parameter to the preprocessor parameter list.
10630
10631 * org-list.el (org-list-parse-list): Parse for checkboxes.
10632 (org-list-to-generic): Introduce and handle new parameters :cbon
10633 and :cboff.
4d789d84
SM
10634 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
10635 Add optional parameter PARAMS.
0bd48b37 10636
4d789d84
SM
10637 * org-export-latex.el (org-export-latex-special-chars):
10638 Fix problems with interpreting dollar signs.
0bd48b37
CD
10639 (org-inside-latex-math-p): New function.
10640 (org-export-latex-preprocess): Protect all the math fragments.
10641
10642 * org.el (org-latex-regexps): Allow a dash after a dollar.
10643
10644 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
10645 mark after copying.
10646
10647 * org-agenda.el (org-run-agenda-series): Have series options set
10648 when finalizing the agenda.
10649
4d789d84
SM
10650 * org-exp.el (org-export-format-source-code-or-example):
10651 Protect the converted examples.
0bd48b37
CD
10652
10653 * org.el (org-set-regexps-and-options): Fix the regexp
10654 `org-complex-heading-regexp'.
10655
106562009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10657
10658 * org.el (org-edit-src-get-label-format): New function.
10659 (org-coderef-label-format): New option.
10660 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
10661 a label format specification and make sure it is used in the edit
10662 buffer.
10663 (org-edit-src-get-label-format): New function.
10664 (org-store-link): Handle new coderef formats.
10665 (org-link-search): Handle new coderef formats.
10666
10667 * org-footnote.el (org-footnote-create-definition)
10668 (org-footnote-goto-local-insertion-point): Make footnote insertion
10669 work correctly when the "Footnotes" headline is the last line in
10670 the buffer.
10671
10672 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
10673 the location.
10674
106752009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10676
10677 * org-w3m.el (org-w3m): New customization group.
10678 (org-w3m-deactivate-mark): New option.
10679 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
10680 option say not to.
10681
106822009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10683
10684 * org.el (org-set-font-lock-defaults): Trigger footnote
10685 fontification.
10686 (org-activate-footnote-links): New function.
10687 (org-activate-links): New entry `footnote'.
10688
10689 * org-faces.el (org-footnote): New face.
10690
106912009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10692
10693 * org-macs.el (org-re): Handle the [:word:] class.
10694
4d789d84
SM
10695 * org-exp.el (org-export-preprocess-string):
10696 Call `org-export-protect-colon-examples'.
3e344045 10697 (org-export-protect-colon-examples): Rename from
0bd48b37
CD
10698 `org-export-protect-examples', and scope limited to lines starting
10699 with a colon.
10700
107012009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10702
10703 * org-exp.el (org-export-preprocess-string): Move the preprocess
10704 hook to after turning on Org-mode.
10705 (org-export-preprocess-after-include-files-hook)
10706 (org-export-preprocess-after-tree-selection-hook)
10707 (org-export-preprocess-before-backend-specifics-hook)
10708 (org-export-preprocess-final-hook): New hooks.
10709 (org-export-preprocess-string): Run the new hooks.
10710
10711 * org.el (org-ctrl-c-minus): Fix indentation for new items.
10712
10713 * org-footnote.el: New file.
10714
10715 * org.el (org-footnote): Require footnote code.
10716 (org-startup-options): Add new footnote options.
10717 (org-mode-map): New keybindig for footnotes.
10718 (org-ctrl-c-ctrl-c): Add function at footnotes.
10719 (org-org-menu): New menu entries for footnotes.
10720
10721 * org-export-latex.el (org-export-as-latex): Pass footnote
10722 variable to preprocessor.
10723 (org-export-latex-preprocess): Treat multiple references to a
10724 footnote.
10725
4d789d84
SM
10726 * org-exp.el (org-export-preprocess-string):
10727 Call `org-footnote-normalize'.
0bd48b37
CD
10728 (org-export-as-ascii, org-export-as-html): Pass footnote variable
10729 to preprocessor.
10730 (org-export-as-html): Treat multiple references to a footnote.
10731
107322009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10733
10734 * org-export-latex.el (org-export-latex-links): Handle coderef
10735 links.
10736
10737 * org.el (org-bracket-link-analytic-regexp++): New variable.
4d789d84
SM
10738 (org-make-link-regexps):
10739 Initialize `org-bracket-link-analytic-regexp++'.
0bd48b37
CD
10740 (org-store-link): Implement special case in edit-src buffer.
10741 (org-insert-link): No use of ide to insert stored links.
10742 (org-link-search): Implement special case for coderefs.
10743
10744 * org-exp.el (org-export-html-scripts): New constant.
10745 (org-export-html-style-default): Add a new style for highlighted
10746 code.
10747 (org-export-code-refs): New variable.
10748 (org-export-preprocess-string): Initialize `org-export-code-refs'.
10749 Call `org-export-replace-src-segments-and-examples'
10750 No longer call `org-export-protect-examples'.
10751 (org-export-target-internal-links): Take care of coderef targets.
10752 (org-export-last-code-line-counter-value): New variable.
3e344045 10753 (org-export-replace-src-segments-and-examples): Rename from
0bd48b37 10754 `org-export-replace-src-segments', and modified.
3e344045 10755 (org-export-format-source-code-or-example): Rename from
0bd48b37
CD
10756 `org-export-format-source-code'.
10757 (org-export-number-lines): New function.
10758 (org-export-as-ascii, org-export-as-html): Handle coderef links.
10759
bd5e4c2b
GM
107602009-01-23 Glenn Morris <rgm@gnu.org>
10761
10762 * org-rmail.el (rmail-narrow-to-non-pruned-header):
10763 Remove declaration of deleted function.
10764
0e47efc5
GM
107652009-01-16 Glenn Morris <rgm@gnu.org>
10766
4d789d84
SM
10767 * org-mouse.el (org-mouse-show-context-menu):
10768 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
0e47efc5
GM
10769 mouse-major-mode-menu.
10770
bb31cb31
CD
107712008-12-23 Carsten Dominik <dominik@science.uva.nl>
10772
10773 * org-remember.el (org-remember-handler): Safer way to get a new
10774 buffer accessing the target file.
10775
10776 * org.el (org-refile-get-location): Handle case of current buffer
10777 not having a file associated with it.
10778
830334b1
CD
107792008-12-22 Carsten Dominik <dominik@science.uva.nl>
10780
10781 * org-table.el (org-table-get-formula): Only ask to overwrite
10782 field formula if there really is one.
10783
6671980f
CD
107842008-12-21 Carsten Dominik <dominik@science.uva.nl>
10785
10786 * org-export-latex.el (org-export-latex-make-header): Double the
10787 commenting % in the time stamp format.
e9aab93b
CD
10788 (org-export-latex-special-chars): Handle case where there is no
10789 match group 3.
6671980f 10790
a11ac4ae
CD
107912008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
10792
4d789d84
SM
10793 * org.el (org-get-refile-targets, org-refile-get-location):
10794 Use expanded file name to improve comparison.
a11ac4ae
CD
10795
107962008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
10797
10798 * org.el (org-scan-tags): Rescan for tags, to get the correct
10799 upcase/downcase stuff. This slows things down for now, but it
10800 works.
10801 (org-mode): Make sure the tag-faces regexp is initialized.
10802
10803 * org-export-latex.el (org-export-latex-links): Fix bug with
10804 undefined label.
10805
4d789d84
SM
10806 * org-table.el (org-table-get-specials):
10807 Set `org-table-current-last-data-line'.
a11ac4ae
CD
10808 (org-table-current-last-data-line): New variable.
10809 (org-table-insert-column, org-table-delete-column)
4d789d84
SM
10810 (org-table-move-column, org-table-fix-formulas):
10811 Call `org-table-fix-formulas' a second time to fix the $LR references.
a11ac4ae
CD
10812 (org-table-get-specials): Add the $LR references to the tables.
10813 (org-table-get-formula): Do not offer last-row names as LHS of
10814 formulas.
10815
10816 * org.el (org-store-link): Capture link description from
10817 `org-id-store-link'.
10818
10819 * org-exp.el (org-export-html-format-image): Add the / to the end
10820 of the <img> tag.
10821 (org-export-format-source-code): Surround example by empty lines,
10822 to make sure it will not be inside a paragraph.
10823
10824 * org.el (org-ido-switchb): New function.
10825
108262008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
10827
10828 * org-agenda.el (org-agenda-show): New prefix argument
10829 FULL-ENTRY.
10830
10831 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
10832 argument.
10833
fd8d5da9
GM
108342008-12-20 Glenn Morris <rgm@gnu.org>
10835
10836 * org.el (org-org-menu): Fix some more menu entries.
10837
bd67cbf0
CD
108382008-12-18 Carsten Dominik <dominik@science.uva.nl>
10839
d21d2e9a
CD
10840 * org-table.el (org-table-get-specials): Revert introduction of @0
10841 as reference of the last table row, because of conflicts.
10842
bd67cbf0
CD
10843 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
10844 argument, get the current tags directly.
10845 (org-agenda-set-tags): Leave getting current tags to
10846 `org-agenda-change-all-lines'.
10847
521beede
CD
108482008-12-17 Carsten Dominik <dominik@science.uva.nl>
10849
10850 * org.el (org-org-menu): Do not quote the set-tags command.
10851
ff28a0bd
CD
108522008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
10853
10854 * Fix typos in comments and docstrings throughout Org-mode.
10855
10856 * org.el (org-get-outline-path): Fix bug if level is not given.
10857
f0131492 10858 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
ff28a0bd 10859
8265647f
CD
108602008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10861
10862 * org.el (org-refile): Avoid refiling to within the region to be
10863 refiled.
10864
4d789d84
SM
10865 * org-export-latex.el (org-export-latex-special-chars):
10866 Replace special characters also in tables.
8265647f
CD
10867
10868 * org-agenda.el (org-agenda-change-all-lines): New argument
10869 FORCE-TAGS.
f0131492 10870 (org-agenda-set-tags): Get the new tags and pass them to
8265647f
CD
10871 `org-format-agenda-item'.
10872
108732008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10874
10875 * org-export-latex.el (org-export-latex-classes): Add longable as
10876 a default package to all classes.
10877 (org-export-latex-tables): Handle the longtable attribute and the
10878 align attribute.
10879
10880 * org-table.el (orgtbl-to-generic): Handle tables that start with
10881 a hline.
10882
10883 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
10884 \verb for colde-like snippets.
10885 (org-export-as-latex): Fix issues with region export.
10886
10887 * org.el (org-up-heading-safe): Speed up function by using a
10888 direct regexp search.
10889 (org-olpa): New variable.
10890 (org-get-outline-path): Speed-up path constructions in cases where
10891 this is possible because the entire hierarchy is scanned anyway.
10892 (org-refile-get-location): Don't compare the truenames of files,
10893 this is too slow.
10894 (org-goto-max-level): New option.
10895 (org-goto): Use `org-goto-max-level'.
10896
108972008-12-16 Tassilo Horn <tassilo@member.fsf.org>
10898
10899 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
10900 Strip angle brackets from message-ids in the former and don't do
10901 it in the latter.
10902 (org-gnus-follow-link): Open summary reliable, even if the last
10903 messages were deleted, and handle empty groups, too.
10904
109052008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10906
10907 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
10908 instead of \texttt for the =...= and ~===~ emphasis environments.
10909 (org-export-as-latex): Remove any old :org-license-to-kill text
10910 properties.
10911 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
10912 (org-export-latex-make-header): Add some hard space after the
10913 table of contents.
4d789d84
SM
10914 (org-export-latex-first-lines): Accept RBEG argument.
10915 Mark exported text so that it will be excuded in further steps.
8265647f
CD
10916
10917 * org-table.el (org-table-get-specials): Make @0 reference the
10918 last line in a table.
10919 (org-table-recalculate): Improve docstring.
10920
109212008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10922
10923 * org.el (org-log-done): Fix docstring.
10924
109252008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10926
10927 * org-exp.el (org-export-html-format-image): Fix bugs.
10928
10929 * org-export-latex.el (org-export-latex-tables)
10930 (org-export-latex-links): Implement attribute, label, and caption
10931 handling.
10932
10933 * org-exp.el (org-export-html-style-default): Add style
10934 definitions for the figure div.
4d789d84
SM
10935 (org-export-preprocess-string, org-export-as-html):
10936 Implement attribute, label, and caption handling.
8265647f
CD
10937 (org-export-attach-captions-and-attributes): New function.
10938 (org-export-html-format-image): New function.
10939 (org-format-org-table-html): Implement attribute, label, and
10940 caption handling.
10941
10942 * org.el (org-find-text-property-in-string): New function.
10943 (org-extract-attributes): Use the property org-attr instead of
10944 org-attrobutes, because this property is now set with the #+ATTR
10945 lines.
10946
109472008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10948
10949 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
10950 the case that FROM is nil.
10951
10952 * org.el (org-before-first-heading-p): New function.
10953
109542008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10955
10956 * org-exp.el (org-export-as-html): Do not add a space before
10957 enforces line breaks.
10958 (org-export-as-html): Close paragraph before blockquote and verse
10959 tags.
10960
109612008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10962
10963 * org-id.el (org-id-locations-file): Wrap file name with
10964 `convert-standard-filename'.
10965 (org-id-files): New variable.
10966 (org-id-use-hash): New option.
10967 (org-id-update-id-locations): Also search in all files current
10968 listed in `org-id-files'. Convert the resulting alist to a hash
10969 if the user customation says so.
10970 (org-id-locations-save): Handle he case if `org-id-locations' is a
10971 hash.
10972 (org-id-locations-load): Convert the alist to a hash.
10973 (org-id-add-location): Handle the hast case.
10974 (kill-emacs-hook): Make sure id locations are saved when Emacs is
10975 exited.
10976 (org-id-hash-to-alist, org-id-alist-to-hash)
10977 (org-id-paste-tracker): New functions.
243de2b4
CD
10978
109792008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10980
10981 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
10982 bindings of calendar variables.
10983
3e344045 10984 * org-table.el (org-table-find-row-type): Rename from
243de2b4 10985 `org-find-row-type'.
3e344045 10986 (org-table-rewrite-old-row-references): Rename from
243de2b4 10987 `org-rewrite-old-row-references'.
3e344045
SM
10988 (org-table-shift-refpart): Rename from `org-shift-refpart'.
10989 (org-table-cleanup-narrow-column-properties): Rename from
243de2b4
CD
10990 `org-cleanup-narrow-column-properties'.
10991
109922008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10993
10994 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
10995 for better error messages.
10996 (org-table-get-descriptor-line): Supply the new arguments to
10997 `org-find-row-type'.
10998 (org-table-error-on-row-ref-crossing-hline): New option.
10999
11000 * org.el (org-target-link-regexp): Make buffer-local.
11001 (org-move-subtree-down): Fix bug with trees at beginning of
11002 buffer.
11003
110042008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11005
11006 * org-faces.el (org-set-tag-faces): New function.
11007 (org-tags-special-faces-re): New variable.
11008
11009 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
11010
11011 * org-faces.el (org-tag-faces): New option.
11012 (org-tag): Mention `org-tag-faces' in the docstring.
11013
110142008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11015
11016 * org-exp.el (org-export-html-style-default): Implement new
11017 quoting.
11018
11019 * org-jsinfo.el (org-infojs-template): Implement new quoting.
11020
11021 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
11022 command to the `w3m-minor-mode-map'.
11023
4d789d84
SM
11024 * org-archive.el (org-archive-to-archive-sibling):
11025 Protect `this-command' to avoid appending kills during archiving.
243de2b4
CD
11026
11027 * org-exp.el (org-export-with-priority): New variable.
11028 (org-export-add-options-to-plist): Use `org-export-plist-vars'
11029 instead of internal list of strings and properties.
11030 (org-print-icalendar-entries): Retrieve the location property with
11031 inheritance.
11032
110332008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11034
11035 * org-exp.el (org-export-with-todo-keywords): New option.
11036 (org-export-plist-vars): Include also the keys for the #+OPTIONS
11037 line.
11038 (org-default-export-plist, org-export-add-options-to-plist)
11039 (org-export-as-ascii, org-export-as-html): Use the new structure
11040 of `org-export-plist-vars'.
11041
11042 * org.el (org-map-entries): Return all values.
11043
110442008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11045
11046 * org.el (org-matcher-time): Recognize more special values.
11047
11048 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
11049
110502008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11051
11052 * org.el (org-tags-exclude-from-inheritance): New option.
4d789d84
SM
11053 (org-tag-inherit-p, org-remove-uniherited-tags):
11054 Respect `org-tags-exclude-from-inheritance'.
243de2b4
CD
11055
11056 * org-agenda.el (org-agenda-show-inherited-tags): New option.
11057 (org-format-agenda-item): Add inherited tags to the agenda line
11058 string, and make sure that properties are kept when downcasing the
11059 tags list.
11060 (org-agenda-add-inherited-tags): New function.
11061 (org-downcase-keep-props): New function.
11062
11063 * org.el (org-scan-tags): Mark inherited tags with a text
11064 property.
11065 (org-get-tags-at): Mark inherited tags with a text property.
11066 (org-add-prop-inherited): New function.
11067
11068 * org-agenda.el (org-agenda-add-inherited-tags): New function.
11069 (org-agenda-show-inherited-tags): New option.
11070
110712008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11072
11073 * org.el (org-modules): Add org-w3m to the default modules.
11074
11075 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
11076 orgtbl-mode.
11077 (orgtabl-create-or-convert-from-region): New command.
11078
11079 * org-exp.el (org-export-as-ascii): Remove the handling of
11080 targets.
11081 (org-export-ascii-preprocess): Handle targets already in this
11082 function.
11083
110842008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11085
11086 * org-timer.el (org-timer-start-time): Define this variable.
11087 (org-timer-item): Make argument optional.
11088
11089 * org-list.el (org-insert-item): Automatically insert a timer item
11090 if the current list is a timer list.
11091
11092 * org-timer.el: New file.
11093
11094 * org-publish.el (org-publish-org-index): Only exclude the index
11095 file in the main directory from being added to the site-map.
11096 (org-publish-get-project-from-filename): If the current project is
11097 a component, start publishing from the parent project.
11098
110992008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11100
11101 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
11102
11103 * org-publish.el (org-publish-org-index): Improve removal of
11104 temporary buffers.
11105
d95a8199
CD
111062008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
11107
11108 * org-agenda.el (org-get-closed): Re-apply changes
11109 accidentially overwritten by last commit to Emacs.
11110
11111 * org.el (org-outline-path-complete-in-steps): New option.
4d789d84
SM
11112 (org-refile-get-location):
11113 Honor `org-outline-path-complete-in-steps'.
d95a8199
CD
11114 (org-agenda-change-all-lines, org-tags-sparse-tree)
11115 (org-time-string-to-absolute, org-small-year-to-year)
11116 (org-link-escape): Re-apply changes accidentially overwritten
11117 by last commit to Emacs.
11118
770f39cf
CD
111192008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11120
11121 * org-clock.el (org-dblock-write:clocktable): Make sure the
11122 clocktable sees the first line.
11123 (org-clock-in): Warn if the clock cannot be resumed.
11124
111252008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11126
11127 * org.el (org-open-at-point): Fix mixup about interactive and
11128 non-interactive elisp links.
11129
111302008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11131
11132 * org-exp.el (org-export-preprocess-string): Allow one comment
11133 line before the first headline to always be included. This is
11134 to not miss a commented target.
11135
4d789d84
SM
11136 * org-mouse.el (org-mouse-insert-item):
11137 Call `org-indent-to-column' instead of `indent-to', for XEmacs
770f39cf
CD
11138 compatibility.
11139
11140 * org.el (org-refile-targets): Fix customize definition so
11141 that it works also in XEmacs.
11142 (org-fixup-indentation): Call `org-indent-to-column' instead
11143 of `indent-to', for XEmacs compatibility.
11144
111452008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
11146
11147 * org-mew.el (org-mew-store-link): Get the correct case folder
11148 for refiled messages.
11149
111502008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11151
11152 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
11153 line break indicators.
11154
11155 * org.el (org-ido-completing-read): Remove the "i:" prefix for
11156 ido-completion propts.
11157
111582008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11159
4d789d84
SM
11160 * org-remember.el (org-remember-apply-template):
11161 Use `org-substring-no-properties'.
770f39cf
CD
11162
11163 * org-compat.el (org-substring-no-properties): New function.
11164
4d789d84
SM
11165 * org-remember.el (org-remember-apply-template):
11166 Use `org-substring-no-properties' for compatibility.
770f39cf 11167
4d789d84
SM
11168 * org-list.el (org-list-two-spaces-after-bullet-regexp):
11169 New option.
11170 (org-fix-bullet-type):
11171 Respect `org-list-two-spaces-after-bullet-regexp'.
770f39cf
CD
11172
11173 * org-clock.el (org-clock-load): Clean up the code.
11174
11175 * org.el (org-adaptive-fill-function): Allow two spaces after
11176 "1." as a list bullet.
11177
111782008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11179
11180 * org-clock.el (org-clock-save, org-clock-load): Check for
11181 live buffers, existing files, and buffer file names to ensure
11182 consistent information.
11183 (org-clock-persist): Make `clock' a special value of this
11184 variable, and improve docstring.
11185
11186 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
11187 (org-get-string-indentation): Adapt indentation when the bullet
11188 width changes.
11189
111902008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11191
11192 * org-remember.el (org-remember-finalize): Make interactive.
11193 (org-remember-kill): New command.
11194 (org-remember-finish-immediately): Call `org-remember-finalize'
11195 directly.
11196 (org-remember-finalize): Make `org-remember-finalize' an interactive
11197 function.
11198
111992008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11200
11201 * org-remember.el (org-remember-apply-template): No ido completion
11202 for free prompts in remember templates.
11203 (org-remember-before-finalize-hook): New hook.
11204 (org-remember-mode): New minor mode.
11205 (org-remember-apply-template): Turn on `org-remember-mode'.
11206
770f39cf
CD
11207 * org-remember.el (org-remember-apply-template): Fix the way how
11208 the list of allowed properties is retrieved from the target file.
11209
11210 * org.el (org-insert-link): Improve file link matching.
11211
112122008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11213
11214 * org-colview.el (org-columns-display-here): New argument
11215 DATELINE, to trigger using the new face.
11216 (org-agenda-colview-summarize): Call `org-columns-display-here'
11217 with the new argument.
11218
11219 * org-faces.el (org-agenda-column-dateline): New face.
11220
11221 * org-publish.el (org-publish-org-index): Use index-title at page
11222 title, not as section.
11223
11224 * org-exp.el (org-export-html-format-desc): Respect the
11225 org-protect property.
11226 (org-export-as-html): Protect image specifiers that are in the
11227 description part of a link.
11228
11229 * org.el (org-sort-entries-or-items, org-completing-read)
11230 (org-refile-get-location, org-olpath-completing-read, org-todo)
11231 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
11232 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
11233 (org-set-property, org-delete-property)
11234 (org-delete-property-globally): Use `org-ido-completing-read'.
11235
4d789d84
SM
11236 * org-remember.el (org-remember-apply-template):
11237 Use `org-ido-completing-read'.
770f39cf
CD
11238
11239 * org-publish.el (org-publish): Use `org-ido-completing-read'.
11240
11241 * org-colview.el (org-columns-edit-value, org-columns-new)
11242 (org-insert-columns-dblock): Use `org-ido-completing-read'.
11243
11244 * org-colview-xemacs.el (org-columns-edit-value)
4d789d84
SM
11245 (org-columns-new, org-insert-columns-dblock):
11246 Use `org-ido-completing-read'.
770f39cf 11247
4d789d84
SM
11248 * org-attach.el (org-attach-delete-one, org-attach-open):
11249 Use `org-ido-completing-read'.
770f39cf 11250
4d789d84
SM
11251 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
11252 Use `org-ido-completing-read'.
770f39cf
CD
11253
11254 * org.el (org-time-today): New function.
11255 (org-matcher-time): Use `org-time-today'. Add special treatment
11256 for "<tomorrow>" and "<yesterday>".
11257 (org-ido-completing-read): New function.
11258 (org-completion-use-ido): New option.
11259
11260 * org-exp.el (org-export-format-source-code): Fix bug in require
11261 htmlize code.
11262 (org-export-target-internal-links): Fix bug in search for text
11263 property.
11264
112652008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11266
4d789d84
SM
11267 * org-export-latex.el (org-export-latex-subcontent):
11268 Interprete target aliases as additonal labels.
770f39cf
CD
11269
11270 * org-exp.el (org-export-target-aliases): New variable.
11271 (org-export-preprocess-string)
11272 (org-export-handle-invisible-targets): Fill the alias alist.
11273 (org-export-as-html): Remove the &nbsp; from the anchor, and also
11274 assign an id.
11275 (org-html-level-start): Insert the target aliases as additonal
11276 anchors.
11277
11278 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
11279 picture area.
11280
112812008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11282
11283 * org.el (org-open-at-mouse): Ensure correct link abbreviations
11284 when following a link with the mouse from the agenda.
11285
11286 * org-exp.el (org-export-as-html): Avoid lone </div> when no
11287 headlines are created.
11288
112892008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11290
11291 * org.el (org-link-translation-function): New option.
11292 (org-open-at-point): Call `org-link-translation-function' if
11293 non-nil.
11294 (org-translate-link): New function.
11295 (org-translate-link-from-planner): New function.
11296 (org-open-at-point): Allow interactive commands in elisp links.
11297
11298 * org-exp.el (org-icalendar-cleanup-string): Restore the old
11299 iCalendar quoting. The new one seems to caus problems with
11300 applications.
11301
11302 * org.el (org-yank): Set `this-command' to `yank', so that
11303 `yank-pop' will work.
11304
113052008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11306
11307 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
11308 compliance as far as quoting is concerned.
11309
11310 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
11311 hexified version of the tag.
11312
11313 * org-vm.el (org-vm-follow-link): Require `vm-search'.
11314
4d789d84
SM
11315 * org.el (org-up-heading-safe, org-forward-same-level):
11316 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
770f39cf
CD
11317 (org-back-to-heading): New wrapper around outline-back-to-heading,
11318 with a useful error message telling where the error happened.
11319
11320 * org-list.el (org-update-checkbox-count): Always call
11321 `org-back-to-heading' instead of `outline-back-to-heading'.
11322
11323 * org-exp.el (org-export-as-html): Make sure that each <img> tag
11324 has an `alt' attribute, to ensure XHTML validation.
11325
113262008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11327
11328 * org-publish.el (org-publish-attachment): Allow publishing to
11329 overwrite attachment files.
11330
11331 * org-agenda.el (org-agenda-timerange-leaders): New option.
11332 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
11333
11334 * org.el (org-edit-src-exit): Untabify ASCII image before
11335 returning.
11336
dcbfa92b
GM
113372008-11-19 Glenn Morris <rgm@gnu.org>
11338
11339 * org.el, org-mouse.el (org-agenda-change-all-lines):
11340 Fix declaration.
11341
0dade8aa
CD
113422008-11-18 Carsten Dominik <dominik@science.uva.nl>
11343
11344 * org.el ("speedbar"): Only show context if the file really is an
11345 org-mode buffer.
11346
062552e7
JB
113472008-11-17 Juanma Barranquero <lekktu@gmail.com>
11348
11349 * org.el (org-time-string-to-absolute, org-small-year-to-year)
11350 (org-tags-sparse-tree): Fix typos in docstrings.
11351
4389931e
CD
113522008-11-15 Carsten Dominik <dominik@science.uva.nl>
11353
d7dbaa7d 11354 * org-publish.el (org-publish-attachment): Allow copy-file to
4389931e
CD
11355 overwrite files.
11356
2cc7988b
GM
113572008-11-13 Glenn Morris <rgm@gnu.org>
11358
11359 * org-agenda.el (org-get-closed): Fix alias.
11360
7173f311 113612008-11-12 Juanma Barranquero <lekktu@gmail.com>
fb8df73b 11362
7173f311 11363 * org.el (org-link-escape): Fix typo in docstring.
fb8df73b
CD
11364
113652008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11366
11367 * org.el (org-yank): Make any prefix force normal yanking.
11368 Suppress folding if text would be swallowed into a folded
11369 subtree.
11370 (org-yank-folded-subtrees, org-yank): Docstring updates.
11371
11372 * org-agenda.el (org-agenda-compare-effort): Treat no effort
11373 defined as 0.
11374
11375 * org-exp.el (org-export-language-setup): Add Catalan and
11376 Esperanto language entries.
11377
113782008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11379
11380 * org.el (org-refile): Allow refiling of entire regions.
11381
11382 * org-clock.el (org-clock-time%): New function.
11383
11384 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
11385 retrieve property values.
11386
113872008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11388
11389 * org-agenda.el (org-agenda-list): Handle the value `only' of
11390 org-agenda-show-log'.
11391 (org-agenda-log-mode): Interpret a double prefix arg.
11392
113932008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11394
11395 * org-exp.el (org-export-html-footnotes-section): New variable.
11396 (org-export-as-html): Use `org-export-html-footnotes-section' to
11397 insert the footnotes.
11398 (org-export-language-setup): Add "Footnotes" to language words.
11399
114002008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11401
11402 * org.el (org-yank): Fix bug when not inserting a subtree.
11403
114042008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11405
11406 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
11407 instead of `vm-beginning-of-message'.
11408
11409 * org.el (org-make-link-regexps): Make sure that links to gnus can
11410 contain brackets.
11411
114122008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11413
11414 * org-attach.el (org-attach-dir): Remove duplicate ID creation
11415 code.
11416
11417 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
11418 shell output.
11419
11420 * org.el (org-link-abbrev-alist): Improve customization type.
11421
4d789d84
SM
11422 * org-attach.el (org-attach-expand-link, org-attach-expand):
11423 New functions.
fb8df73b 11424
3e344045 11425 * org-agenda.el (org-agenda-get-progress): Rename from
fb8df73b
CD
11426 `org-get-closed'. Implement searching for state changes as well.
11427 (org-agenda-log-mode-items): New option.
11428 (org-agenda-log-mode): New option prefix argument, interpreted as
11429 request to show all possible progress info.
11430 (org-agenda-get-day-entries): Call `org-get-progress' instead of
11431 `org-get-closed'.
11432 (org-agenda-set-mode-name): Handle the more complex log mode
11433 settings.
11434 (org-get-closed): New alias, pointing to `org-get-progress'.
11435
114362008-11-12 Carsten Dominik <dominik@science.uva.nl>
11437
11438 * org.el (org-file-apps-defaults-gnu)
11439 (org-file-apps-defaults-macosx)
11440 (org-file-apps-defaults-windowsnt): Add an entry defining the
11441 system command.
11442 (org-file-apps): Allow `system' as key and value.
11443 (org-open-at-point): Explain the effect of a double prefix arg.
11444 (org-open-file): If the argument `in-emacs' is (16),
11445 i.e. corresponding to a double prefix argument, try to open the
11446 file externally.
11447
114482008-11-12 Carsten Dominik <dominik@science.uva.nl>
11449
11450 * org.el (org-insert-link): Abbreviate absolute files names in
11451 links. Also, fix a bug in which the double C-u prefix would not
11452 be honored.
11453
114542008-11-12 Carsten Dominik <dominik@science.uva.nl>
11455
11456 * org.el (org-insert-heading): If buffer does not end with a
11457 newline, add one if necessary to insert headline correctly.
11458
11459 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
11460 paragraphs, not inside.
11461
4d789d84
SM
11462 * org.el (org-todo):
11463 Quote `org-agenda-headline-snapshot-before-repeat'.
fb8df73b
CD
11464
11465 * org-exp.el (org-export-as-html): Fully process link descriptions.
11466 (org-export-html-format-desc): New function.
11467 (org-export-as-html): Collect footnotes into the correct basket.
11468 (org-html-protect): No longer protect quotations marks here, this
11469 goes wrong.
11470
11471 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
11472 BEG.
11473
11474 * org-compat.el (org-fit-window-to-buffer): New function (not
11475 really, a preliminary and incomplete version was present earlier,
11476 but not used).
11477
4d789d84
SM
11478 * org.el (org-fast-todo-selection, org-fast-tag-selection):
11479 Use `org-fit-window-to-buffer'.
fb8df73b
CD
11480
11481 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
11482
11483 * org-agenda.el (org-agenda-get-restriction-and-command)
4d789d84
SM
11484 (org-fit-agenda-window, org-agenda-convert-date):
11485 Use `org-fit-window-to-buffer'.
fb8df73b
CD
11486
11487 * org-exp.el (org-export-as-html): Process href links through
11488 `org-export-html-format-href'.
11489 (org-export-html-format-href): New function.
11490
11491 * org-agenda.el (org-agenda-todo): Update only the current
11492 headline if this is a repeated TODO, marked done for today.
11493 (org-agenda-change-all-lines): New argument JUST-THIS, to change
11494 only the current line.
11495
11496 * org.el (org-todo): Take a snapshot of the headline if the
11497 repeater might change it.
11498
114992008-11-12 Carsten Dominik <dominik@science.uva.nl>
11500
11501 * org-publish.el (org-publish-find-title): Remove buffers visited
11502 only for extracting the title.
11503
11504 * org-exp.el (org-export-html-style)
11505 (org-export-html-style-default): Mark style definitions as
11506 unparsed CDATA.
11507
4d789d84
SM
11508 * org-publish.el (org-publish-validate-link):
11509 Function re-introduced.
fb8df73b
CD
11510
115112008-11-12 Charles Sebold <csebold@gmail.com>
11512
11513 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
11514 property.
11515 (org-plot-quote-timestamp-field): New function.
11516 (org-plot-quote-tsv-field): Call timestamp field function when
11517 necessary rather than just quoting as a string.
11518 (org-plot/gnuplot-to-data): Pass in timefmt property.
11519 (org-plot/gnuplot-script): Supports timefmt property.
11520 (org-plot/gnuplot): Checks for timestamp column before checking
11521 for text index column.
11522
115232008-11-12 Carsten Dominik <dominik@science.uva.nl>
11524
11525 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
11526
11527 * org-publish.el (org-publish-org-index): Create a section in the
11528 index file.
11529 (org-publish-org-index): Stop linking to directories.
11530
11531 * org.el (org-emphasis-alist): Use span instead of <u> to
11532 underline text.
11533
11534 * org-exp.el (org-export-as-html): Make sure <p> is closed before
11535 <pre> sections.
11536
115372008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
11538
11539 * org-jsinfo.el (org-infojs-template): Remove language attribute
11540 from script tag.
11541
115422008-11-12 Carsten Dominik <dominik@science.uva.nl>
11543
11544 * org-agenda.el (org-agenda-remove-marked-text): New function.
11545 (org-agenda-mark-filtered-text)
11546 (org-agenda-unmark-filtered-text): New functions.
a628ad9d 11547 (org-write-agenda): Remove filtered text.
fb8df73b
CD
11548
11549 * org.el (org-make-tags-matcher): Give access to TODO "property"
11550 without speed penalty.
11551
115522008-11-12 Carsten Dominik <dominik@science.uva.nl>
11553
11554 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
11555 option.
11556 (org-store-link-props): Make sure adding to the plist works
11557 correctly.
11558
11559 * org-gnus.el (org-gnus-no-new-news): New function.
11560 (org-gnus-follow-link): Allow the article ID to be a message-id,
11561 in addition to allowing article numbers. Message IDs make much
11562 more roubust links.
11563 (org-gnus-store-link): Use message-id to create link.
11564
115652008-11-12 Carsten Dominik <dominik@science.uva.nl>
11566
11567 * org.el (org-emphasize): Reverse the selection array.
11568 (org-emphasis-alist): Set <code> tags for the verbatim
11569 environment.
11570
11571 * org-remember.el (org-remember-handler): Fix bug with
11572 prefix-related changing of the note storage target.
11573
11574 * org-exp.el (org-print-icalendar-entries): Make the exported
11575 priorities compatible with RFC 2445.
11576
11577 * org-clock.el (org-clock-save): Insert time stamp without
11578 dependence on time-stamp.el.
11579
115802008-11-12 Carsten Dominik <dominik@science.uva.nl>
11581
11582 * org.el ("saveplace"): If saveplace puts point into an invisible
11583 location, make it visible.
11584 (org-make-tags-matcher): Allow inactive time stamps in time
11585 comparisons.
11586 (org-yank-adjusted-subtrees): New option.
11587 (org-yank): Incorporate adjusting trees.
11588 (org-paste-subtree): New argument FOR-YANK which will cause
11589 insertion at point without backing up over white lines, and leave
11590 point at the end of the inserted text. Also if the cursor is
11591 at the beginning of a headline, use the same level or the inserted
11592 tree.
11593
11594 * org-publish.el (org-publish-get-base-files-1): Deal correctly
8bdd66dc 11595 with broken symlinks.
fb8df73b
CD
11596
115972008-11-12 Carsten Dominik <dominik@science.uva.nl>
11598
11599 * org-exp.el (org-export-select-tags, org-get-current-options):
11600 Fix typo.
11601
ed08ccb4
GM
116022008-11-06 Glenn Morris <rgm@gnu.org>
11603
49ace7fb
GM
11604 * org-publish.el (org-publish-attachment): Use copy-file rather than
11605 eshell/cp.
ed08ccb4 11606
40ac2137
JB
116072008-11-04 Juanma Barranquero <lekktu@gmail.com>
11608
11609 * org.el (org-columns-modify-value-for-display-function):
11610 * org-table.el (org-table-convert-region): Fix typos in docstrings.
11611
9fc10007
GM
116122008-10-28 Glenn Morris <rgm@gnu.org>
11613
11614 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
11615
11616 * org-list.el (outline-next-heading, outline-back-to-heading):
11617 Fix declarations.
11618
71d35b24
CD
116192008-10-26 Carsten Dominik <dominik@science.uva.nl>
11620
11621 * org-agenda.el (org-format-agenda-item)
11622 (org-agenda-filter-make-matcher): Make sure tags are stored and
11623 compared donwcased.
11624
116252008-10-26 Carsten Dominik <dominik@science.uva.nl>
11626
11627 * org.el (org-insert-todo-heading): Fix bug with force-heading
11628 argument.
11629
116302008-10-26 Carsten Dominik <dominik@science.uva.nl>
11631
11632 * org-exp.el (org-export-as-ascii): Handle the case that we are
11633 bulishing from an indirect buffer.
11634
11635 * org-table.el (org-table-copy-down): Fix bug with time stamp
11636 increment.
11637
11638 * org-mouse.el (org-mouse-features): New option.
11639 (org-mode-hook): Turn on features depending on
11640 `org-mouse-features'.
11641
11642 * org.el (org-insert-heading-respect-content): Force heading
11643 creation.
a628ad9d 11644 (org-insert-heading): Keep the folding state of the heading before
71d35b24
CD
11645 the inserted one.
11646
116472008-10-26 Carsten Dominik <dominik@science.uva.nl>
11648
11649 * org-archive.el (org-archive-to-archive-sibling): Handle top
11650 level headlines better.
11651
116522008-10-26 Bastien Guerry <bzg@altern.org>
11653
4d789d84
SM
11654 * org-export-latex.el (org-export-latex-classes):
11655 Add \usepackage{graphicx} to the default list of packages.
71d35b24
CD
11656
116572008-10-26 Carsten Dominik <dominik@science.uva.nl>
11658
3e344045 11659 * org-agenda.el (org-agenda-filter): Rename from
71d35b24
CD
11660 `org-agenda-filter-tags'.
11661
116622008-10-26 Carsten Dominik <dominik@science.uva.nl>
11663
11664 * org.el (org-entry-properties): Add CATEGORY property, iven if it
11665 is not defined as a property in this entry.
11666 (org-add-log-note): Mask prefix argument when immediately storing
11667 the note.
11668
4d789d84
SM
11669 * org-agenda.el (org-agenda-filter-effort-default-operator):
11670 New option.
71d35b24
CD
11671
116722008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
11673
11674 * org.el (org-add-log-setup): Bugfix; code to find insertion point
11675 after drawers was skipping ahead one line too many, so notes were
11676 inserted after the first note instead of before it.
11677
116782008-10-26 Carsten Dominik <dominik@science.uva.nl>
11679
01c35094 11680 * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
71d35b24
CD
11681 New variables.
11682 (org-prepare-agenda): Reset the filter tags.
11683 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
11684 Show filter tags in mode line.
11685
11686 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
11687 formatter.
11688
11689 * org-export-latex.el (org-latex-entities-regexp): New constant.
11690 (org-export-as-pdf): Use two calls to `shell-command'.
11691
116922008-10-26 Carsten Dominik <dominik@science.uva.nl>
11693
11694 * org-export-latex.el (org-export-latex-treat-sub-super-char):
11695 Honor the {} value of the subsuperscript setting. Make sure that
11696 longer subsuperscripts are typeset in a roman font.
11697
11698 * org.el (org-clock-update-time-maybe): Compute negative clock
11699 intervals correctly.
11700
117012008-10-26 Carsten Dominik <dominik@science.uva.nl>
11702
4d789d84
SM
11703 * org.el (org-add-log-setup):
11704 Respect `org-log-state-notes-insert-after-drawers'.
71d35b24
CD
11705 (org-log-state-notes-insert-after-drawers): New option.
11706 (org-todo-trigger-tag-changes): New function.
11707 (org-todo): Call `org-todo-trigger-tag-changes'.
11708
117092008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
11710
88dbda51 11711 * org.el (org-add-log-setup): Only skip drawers if they are
71d35b24
CD
11712 immediately after the scheduling keywords.
11713
11714 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
c4cc8b9a 11715 function.
71d35b24
CD
11716 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
11717 call it with the current todo state to get the state to switch to
11718 when clocking in.
11719 (org-clock-in): Use org-indent-line-function to indent clock lines.
11720 (org-clock-find-position): Fix indentation of empty clock drawers.
11721
117222008-10-26 Carsten Dominik <dominik@science.uva.nl>
11723
11724 * org-publish.el (org-publish-org-to): Handle case when
11725 org-export-to-pdf does return a file name, not a buffer.
11726 (org-publish-org-to-pdf): New function.
11727
11728 * org-export-latex.el (org-export-as-pdf)
11729 (org-export-as-pdf-and-open): New commands.
11730
11731 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
11732 forms as ranges.
11733
11734 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
11735 things in protexted regions.
11736
117372008-10-26 Carsten Dominik <dominik@science.uva.nl>
11738
4d789d84
SM
11739 * org-export-latex.el (org-export-latex-preprocess):
11740 Improve quoting of LaTeX environments.
71d35b24 11741
34767325
EZ
117422008-10-19 Eli Zaretskii <eliz@gnu.org>
11743
646bcdd7
GM
11744 * org.el (org-default-notes-file):
11745 * org-publish.el (org-publish-timestamp-directory):
34767325
EZ
11746 * org-id.el (org-id-locations-file): Run file names that begin
11747 with a period thru `convert-standard-filename'.
11748
a3c1e192
CD
117492008-10-12 Carsten Dominik <dominik@science.uva.nl>
11750
11751 * org-plot.el: Switch coding system to unix.
11752
646bcdd7
GM
117532008-10-12 John Wiegley <johnw@newartisans.com>
11754
11755 * org-attach.el: New file.
11756
621f83e4
CD
117572008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
11758
11759 * org.el (org-edit-fixed-width-region): Exclude final newline from
11760 picture area.
11761
11762 * org-export-latex.el (org-export-latex-subcontent): Add labels to
11763 sections, to make internal links work.
11764 (org-export-latex-fontify-headline): Do not remove all text
11765 properties, to make sure that target properties survive this
11766 process.
11767
11768 * org-exp.el (org-export-preprocess-string): Change sequence of
11769 modifications, to make sure links are prepared before the LaTeX
11770 conversions do happen.
11771
3e344045 11772 * org-attach.el (org-attach-delete-all): Rename from
621f83e4
CD
11773 `org-attch-delete'. Add a security query before deleting the
11774 entire directory. New optional argument FORCE can overrule the
11775 security query.
11776 (org-attach-delete-one): New command.
11777
11778 * org-attach.el (org-attach-file-list): Fix bug with directory.
11779
11780 * org.el (org-apps-regexp-alist): New function.
11781 (org-file-apps): Add auto-mode to the default value.
11782 (org-open-file): Use the new structure of org-file-apps.
11783
11784 * org-attach.el (org-attach): Support the new keys.
11785 (org-attach-method): New option.
11786
11787 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
11788 March.
11789
11790 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
11791 of the list value o `org-use-tag-inheritance'.
11792
11793 * org-attach.el (org-attach-auto-tag): New option.
11794 (org-attach-tag, org-attach-untag): New functions.
4d789d84
SM
11795 (org-attach-attach, org-attach-new, org-attach-sync):
11796 Call `org-attach-tag'.
621f83e4
CD
11797 (org-attach-delete): Call `org-attach-untag'.
11798
621f83e4
CD
11799 * org-table.el (orgtbl-self-insert-command): Make this work for
11800 the keypad as well.
11801
11802 * org.el (org-add-log-setup): Limit searc for drawers to entry
11803 text, not to subtree.
11804
11805 * org-clock.el (org-clock-heading-for-remember): New variable.
11806 (org-clock-in): Set `org-clock-heading-for-remember'.
11807
f44d8669 118082008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
621f83e4
CD
11809
11810 * org-remember.el (org-remember-apply-template): Add new
11811 expansions: %k, %K for currently clocked task and a link to the
11812 currently clocked task, and %< to file notes in the currently
11813 clocked task.
11814
118152008-10-12 Carsten Dominik <dominik@science.uva.nl>
11816
11817 * org-export-latex.el (org-export-latex-make-header): Also insert
11818 the content of the property :latex-header-extra.
11819
11820 * org-exp.el (org-infile-export-plist): Put the content of
11821 #+LATEX_HEADER: into the property :latex-header-extra.
11822
4d789d84
SM
11823 * org-colview.el (org-columns-get-format-and-top-level):
11824 Remove resetting the marker.
621f83e4
CD
11825
11826 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
11827 Remove resetting the marker.
11828
11829 * org.el (org-entry-property-inherited-from): Improve docstring.
11830 (org-entry-get-with-inheritance): Reset marker before starting the
11831 search.
11832
11833 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
11834
11835 * org.el (org-entry-get-multivalued-property)
4d789d84
SM
11836 (org-entry-protect-space, org-entry-restore-space):
11837 New functions.
621f83e4
CD
11838 (org-file-apps-defaults-macosx): Let postscript files be opened by
11839 preview.
11840 (org-time-stamp-inactive): Call `org-time-stamp'.
11841 (org-time-stamp): New argument `inactive'. Also edit inacive
f924a367 11842 stamps. Convert time stamp type.
621f83e4
CD
11843 (org-open-file): Interpret the `default' value for the `command'
11844 in `org-file-apps'.
11845
11846 * org-id.el (org-id-int-to-b36-one-digit)
11847 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3e344045 11848 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
621f83e4
CD
11849 b36.
11850
11851 * org-id.el (org-id-reverse-string): New function.
11852 (org-id-new): Use `org-id-reverse-string' to make sure the
11853 beginning chars of the ID are mutating fast. This allows to use a
11854 directory structure to spread things better.
3e344045 11855 (org-id-prefix): Change default to nil.
621f83e4
CD
11856
11857 * org-list.el (org-move-item-down, org-move-item-up): Remember and
11858 restore the column of the cursor position.
11859
11860 * org-remember.el (org-remember-apply-template): Remove properties
11861 from `initial'.
11862
11863 * org-wl.el (org-wl-open): Remove useless call to
11864 `wl-thread-open-all'.
11865
11866 * org-remember.el (org-remember-handler): Fix bug with `bottom'
11867 location.
11868
11869 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
11870 `org-bbdb-anniversaries'.
11871
4d789d84
SM
11872 * org.el (org-get-next-sibling, org-forward-same-level):
11873 New functions, similar to the outline versions, but invisible headings
621f83e4
CD
11874 are OK.
11875
118762008-10-12 Bastien Guerry <bzg@altern.org>
11877
11878 * org.el (org-auto-repeat-maybe): Insert a space between
11879 the timestamp's type and the timestamp itself.
11880
118812008-10-12 Carsten Dominik <dominik@science.uva.nl>
11882
11883 * org-table.el (org-table-sum): Do not format the result with %g,
11884 it does rounding when there are too many digits.
11885
11886 * org.el (org-map-entries): Protect the keyword-selecting variables.
11887
118882008-10-12 Bastien Guerry <bzg@altern.org>
11889
11890 * org-agenda.el (org-agenda-to-appt): Make sure the function check
11891 against all agenda files.
11892
118932008-10-12 Carsten Dominik <dominik@science.uva.nl>
646bcdd7 11894 Bastien Guerry <bzg@altern.org>
621f83e4
CD
11895
11896 * org-list.el: New file, aggregating list functions from org.el
11897 and org-export-latex.el.
11898
646bcdd7
GM
118992008-10-12 Carsten Dominik <dominik@science.uva.nl>
11900
621f83e4
CD
11901 * org.el (org-edit-src-region-extra): New option.
11902
11903 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
11904 time before 1am.
11905
119062008-10-12 Bastien Guerry <bzg@altern.org>
11907
11908 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
11909
f44d8669 119102008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
621f83e4
CD
11911
11912 * org-plot.el (org-plot/gnuplot): Make tables starting with a
11913 hline work correctly.
11914 (org-plot/gnuplot-script): Put commas at the end of each script
11915 line.
11916
11917 * org.el (org-get-refile-targets): Replace links with their
c4cc8b9a 11918 descriptions.
621f83e4
CD
11919 (org-imenu-get-tree): Replace links with their descriptions.
11920
11921 * org-remember.el (org-remember-apply-template): Add a new
11922 expansion for adding properties to remember items.
11923
11924 * org.el (org-add-log-setup): Skip over drawers (properties,
11925 clocks etc) when adding notes.
11926
a628ad9d 11927 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
621f83e4
CD
11928 items as well as the start and end times.
11929
11930 * org-compat.el (org-get-x-clipboard-compat): Add a compat
11931 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
11932
11933 * org-remember.el (org-get-x-clipboard): Use the compat
11934 function to get clipboard values when x-selection-value is
f924a367 11935 unavailable. Use substring-no-properties instead of
621f83e4
CD
11936 set-text-properties to remove text properties from the clipboard
11937 value.
11938
76e3243a 11939 * org-clock.el (org-update-mode-line): Support limiting the
621f83e4 11940 modeline clock string, and display the full todo value in the
f924a367 11941 tooltip. Set a local keymap so mouse-3 on the clock string goes to
621f83e4
CD
11942 the currently clocked task.
11943 (org-clock-string-limit): Add a custom value for the maximum
11944 length of the clock string in the modeline.
8bdd66dc 11945 (org-clock-mode-map): Add a keymap for the modeline string.
621f83e4
CD
11946
119472008-10-12 Carsten Dominik <dominik@science.uva.nl>
11948
11949 * org-compat.el (org-propertize): New function.
11950
119512008-10-12 Bastien Guerry <bzg@altern.org>
11952
a628ad9d 11953 * org-export-latex.el (org-export-latex-tables): Protect exported
621f83e4
CD
11954 tables from further special chars conversion.
11955 (org-export-latex-preprocess): Preserve LaTeX environments.
11956 (org-list-parse-list): Parse descriptive lists.
11957 (org-list-to-generic, org-list-to-latex, org-list-to-html)
11958 (org-list-to-texinfo): Export descriptive lists.
11959 (org-quote-chars): Remove.
11960 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
11961 (org-export-latex-list-beginning-re): Rename to
c4cc8b9a 11962 `org-list-beginning-re'.
8bdd66dc 11963 (org-list-item-begin): Rename to `org-list-item-beginning'.
621f83e4 11964
646bcdd7
GM
119652008-10-12 Eric Schulte <schulte.eric@gmail.com>
11966
11967 * org-plot.el: New file.
11968
621f83e4
CD
119692008-10-12 Carsten Dominik <dominik@science.uva.nl>
11970
11971 * org.el (org-refile): Allow refiling to the last entry in the
11972 buffer.
11973 (org-get-tags-at): Fix bug when inheritance is turned off.
11974
11975 * org.el (org-indent-line-function): No longer check for src
11976 regions, this is too much overhead.
11977
11978 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
11979 matching.
11980
11981 * org.el (org-scan-tags): Make sure that tags matching is not case
11982 sensitive. TODO keyword matching is case sensitive, however, to
11983 avoid confusion with similar words that are not meant to be
11984 keywords.
11985
11986 * org.el (org-get-local-tags-at): New function.
11987 (org-get-local-tags): New function.
11988
11989 * org-exp.el (org-export-get-categories): New function.
11990
11991 * org-agenda.el (org-sorting-choice)
11992 (org-agenda-sorting-strategy, org-agenda-get-todos)
11993 (org-agenda-get-timestamps, org-agenda-get-deadlines)
11994 (org-agenda-get-scheduled, org-agenda-get-blocks)
11995 (org-entries-lessp): Implement sorting by TODO state.
11996 (org-cmp-todo-state): New defsubst.
11997
4d789d84
SM
11998 * org-colview.el (org-colview-construct-allowed-dates):
11999 New function.
12000 (org-columns-next-allowed-value):
12001 Use `org-colview-construct-allowed-dates'.
621f83e4 12002
4d789d84
SM
12003 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
12004 New function.
12005 (org-columns-next-allowed-value):
12006 Use `org-colview-construct-allowed-dates'.
621f83e4
CD
12007
12008 * org.el (org-protect-slash): New function.
12009 (org-get-refile-targets): Use `org-protect-slash'.
12010
12011 * org-agenda.el (org-global-tags-completion-table): New variable.
12012
12013 * org-exp.el (org-export-handle-export-tags): New function.
4d789d84
SM
12014 (org-export-preprocess-string):
12015 Call `org-export-handle-export-tags'.
621f83e4 12016
621f83e4
CD
12017 * org-publish.el (org-publish-expand-components): Function removed.
12018 (org-publish-expand-projects): Allow components to have components.
12019
12020 * org.el (org-indent-line-function): Do not indent in regions that
12021 are external source code.
12022 (org-yank-and-fold-if-subtree): New function.
12023
12024 * org-agenda.el (org-agenda-todayp): New function.
4d789d84
SM
12025 (org-agenda-get-deadlines, org-agenda-get-scheduled):
12026 Use `org-agenda-todayp'.
621f83e4
CD
12027
12028 * org.el (org-insert-heading-respect-content)
12029 (org-insert-todo-heading-respect-content): New commands.
12030 (org-insert-heading-respect-content): New option.
12031 (org-insert-heading): Respect `org-insert-heading-respect-content'.
12032
12033 * org-clock.el (org-clock-find-position): Make sure the note after
12034 the clock line gets moved into the new clock drawer.
12035
12036 * org-id.el (org-id-new): New option.
12037
12038 * org-table.el (org-table-copy-down): Avoid overflow during
12039 increment. Use prefix argument 0 to temporarily disable the
12040 increment.
12041
12042 * org-exp.el (org-export-as-html): Do not turn on the major mode
12043 if the buffer will be killed anyway.
12044 (org-get-current-options): Exclude the #+TEXT field.
12045 (org-export-as-html): Make sure text before the first headline is
12046 a paragraph.
12047
12048 * org-publish.el (org-publish-org-to): Tell the exporter that this
12049 buffer will be killed, so it is not necessary to do major mode
12050 initialization.
12051
12052 * org-archive.el (org-archive-to-archive-sibling): Show empty
12053 lines after folding the archive sibling.
12054
12055 * org.el (org-log-note-extra): New variable.
12056
120572008-10-12 Bastien Guerry <bzg@altern.org>
12058
3e344045 12059 * org.el (org-additional-option-like-keywords): Add keywords for
621f83e4
CD
12060 the _QUOTE, _VERSE and _SRC environments.
12061
12062 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
12063 exporting _QUOTE and _VERSE environments.
12064
120652008-10-12 Carsten Dominik <dominik@science.uva.nl>
12066
12067 * org-agenda.el (org-agenda-filter-by-tag): New command.
12068
12069 * org-exp.el (org-get-current-options): Remove angular brackets
12070 from the date entry.
12071
12072 * org.el (org-edit-fixed-width-region): New function.
12073 (org-edit-fixed-width-region): Also try
12074 `org-edit-fixed-width-region'.
12075 (org-edit-fixed-width-region-mode): New option.
12076 (org-activate-code): Only interprete lines starting with colon
12077 plus a space as example lines.
12078
12079 * org-remember.el (org-remember-templates): Add nil instead of
12080 empty strings to fix the length of remember templates.
12081
12082 * org-table.el (org-calc-default-modes): Fix the time format for
12083 calc, from 12 hour to 24 hour clock.
12084
12085 * org-agenda.el (org-agenda-get-deadlines)
12086 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
12087 entries that are pre-warnings of deadlines or reminders.
12088
12089 * org.el (org-sort-entries-or-items): Make numeric and alpha
12090 comparisons ignore any TODO keyword and priority cookie.
12091
12092 * org-remember.el (org-remember-handler): Reinterpretation of the
12093 prefix argument.
12094
12095 * org-agenda.el (org-agenda-get-scheduled): Use new
12096 `org-scheduled' face.
12097
12098 * org-faces.el (org-scheduled): New face.
12099
12100 * org-wl.el (org-wl-open): Remove incorrect declaration.
12101
12102 * org-gnus.el (org-gnus-store-link): Support for :to information
12103 in gnus links.
12104
3e344045 12105 * org-exp.el (org-export-as-html): Fix typo in creator
621f83e4
CD
12106 information.
12107 (org-export-protect-examples): New parameter indent. Insert extra
12108 spaces only when this parameter is specified.
12109 (org-export-preprocess-string): Call `org-export-protect-examples'
12110 with an indentation parameter when exporting to ASCII.
12111
12112 * org-remember.el (org-remember-templates)
12113 (org-remember-apply-template): Allow the file component to be a
12114 function.
12115
3e344045 12116 * org.el (org-goto-local-search-headings): Rename from
621f83e4
CD
12117 `org-goto-local-search-forward-headings'. Added the possibility
12118 to search backwards.
12119
12120 * org-export-latex.el (org-export-latex): New customization
12121 group.
12122
12123 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
12124
12125 * org-exp.el (org-html-do-expand): Allow {} to terminate
8bdd66dc 12126 tex macro.
621f83e4
CD
12127
12128 * org.el (org-buffer-list): Select buffers based on major mode,
12129 not on file name.
12130
12131 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
12132 face property.
12133
4d789d84
SM
12134 * org-colview.el (org-columns-display-here):
12135 Use `org-columns-modify-value-for-display-function'.
621f83e4 12136
4d789d84
SM
12137 * org-colview-xemacs.el (org-columns-display-here):
12138 Use `org-columns-modify-value-for-display-function'.
621f83e4
CD
12139
12140 * org.el (org-columns-modify-value-for-display-function): New option.
12141
621f83e4
CD
12142 * org-publish.el (org-publish-file): Make sure the directory match
12143 for the publishing directory works correctly.
12144
12145 * org-agenda.el (org-agenda-execute-calendar-command)
12146 (org-agenda-diary-entry): Additional optional argument.
12147
121482008-07-24 Carsten Dominik <dominik@science.uva.nl>
12149
12150 * org-exp.el (org-export-as-html): Add attributes also in mailto
12151 and ftp links.
12152
12153 * org.el (org-autoload): Add `org-dblock-write:columnview'.
12154
79e43d6e
GM
121552008-08-11 Glenn Morris <rgm@gnu.org>
12156
12157 * org-mac-message.el (do-applescript): Fix declaration.
12158
5c94b31c
GM
121592008-08-10 Glenn Morris <rgm@gnu.org>
12160
12161 * org-exp.el (org-export-as-html): Let-bind `i'.
12162
12163 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
12164 (org-extract-attributes): Let-bind `key', `value'.
12165 (org-make-tags-matcher): Let-bind `time-p'.
12166
0eafa5a7
CD
121672008-07-27 Carsten Dominik <dominik@science.uva.nl>
12168
12169 * org-install.el: New file.
12170
ad9c4a78
CD
121712008-07-26 Carsten Dominik <dominik@science.uva.nl>
12172
12173 * org-exp.el (org-export-html-style)
12174 (org-export-html-style-extra): Declare as safe-local-variable.
12175
0627c265
CD
121762008-07-25 Carsten Dominik <dominik@science.uva.nl>
12177
12178 * org-publish.el (org-publish-file): Use the true name of the
12179 file.
12180
12181 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
12182 instead of :style.
12183
12184 * org-exp.el (org-export-plist-vars)
12185 (org-export-add-options-to-plist): Handle creator setting flag.
12186 (org-export-as-html): Handle attributes also for ftp and mailto
12187 links.
12188
12189 * org-agenda.el (org-agenda-diary-entry)
12190 (org-agenda-execute-calendar-command): Cater for the second
12191 argument of `calendar-cursor-to-date'.
12192
2c3ad40d
CD
121932008-07-24 Carsten Dominik <dominik@science.uva.nl>
12194
4d789d84
SM
12195 * org-exp.el (org-export-region-as-html, org-export-as-html):
12196 Make sure that calls from `org-export-region-as-html' do not do the
2c3ad40d
CD
12197 special check for a subtree.
12198
12199 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
12200
4d789d84
SM
12201 * org.el (org-open-file):
12202 Use `org-open-directory-means-index-dot-org'.
2c3ad40d
CD
12203 (org-open-directory-means-index-dot-org): New option.
12204
12205 * org.el (org-make-link-string): Remove link attributes from
12206 description.
10d1d0af 12207 (org-open-at-point): Remove link attributes before using the path.
2c3ad40d
CD
12208
12209 * org-exp.el (org-export-as-html): Handle link attributes.
12210
12211 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
12212
12213 * org-table.el (org-table-to-lisp): New function.
12214
12215 * org.el (org-narrow-to-subtree): Do not include the final newline
12216 into the narrowed region.
12217
4d789d84
SM
12218 * org-agenda.el (org-agenda-custom-commands-local-options):
12219 Fix bug with user-define skipping condition.
2c3ad40d 12220
3e344045 12221 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
2c3ad40d
CD
12222
12223 * org-exp.el (org-export-html-style-default): Automatic overflow
12224 handling for pre fields.
12225 (org-export-as-ascii, org-export-as-html): Change default format
12226 for time stamp.
12227
12228 * org-table.el (org-table-export): Offer completion for translator
12229 functions, and do not require a heading above the table.
12230
12231 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
12232 Cater for the case of a list starting in the first line of the
12233 buffer.
12234
12235 * org-publish.el (org-publish-find-title): Bug fix.
12236 (org-publish-org-index): Implement new :index-style option.
12237
4d789d84
SM
12238 * org-publish.el (org-publish-timestamp-filename):
12239 Use SHA1-encoded file names in the timestamp directory.
2c3ad40d
CD
12240
12241 * org-publish.el (org-publish-needed-p): Be verbose about files
12242 published and files skipped.
12243
12244 * org-exp.el (org-export-preprocess-string): Swap link
10d1d0af 12245 normalization and internal link targeting.
2c3ad40d
CD
12246
12247 * org-publish.el (org-publish-needed-p): Create timestamp
12248 directory when it does not exist.
12249
12250 * org-clock.el (org-clock-out-when-done): Doc fix.
12251
12252 * org.el (org-agenda-skip-unavailable-files): Doc fix.
12253
12254 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
12255 Ignore case when searching for the COMMENT cookie at export time.
12256
12257 * org-exp.el (org-get-file-contents)
12258 (org-get-and-remove-property): New functions.
12259 (org-export-handle-include-files): Handle the new prefix options.
12260 (org-export-as-html): Fix the verse environment.
12261
12262 * org.el (org-time=, org-time<, org-time<=, org-time>)
12263 (org-time>=, org-time<>, org-2ft): New functions.
10d1d0af 12264 (org-op-to-function): Also provide for the time testing functions.
2c3ad40d
CD
12265
12266 * org-exp.el (org-export-html-style-default): New constant.
12267
12268 * org-exp.el (org-export-html-style-extra): New variable.
12269 (org-export-splice-style): New function.
12270
12271 * org-exp.el (org-export-plist-vars, org-export-as-html):
12272 Implement `org-export-creator-info'.
12273 (org-export-creator-info): New option.
12274
12275 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
12276 (org-property-drawer-re, org-clock-drawer-re): New constants.
12277
12278 * org-exp.el (org-icalendar-use-deadline)
12279 (org-icalendar-use-scheduled): New options.
12280 (org-icalendar-include-todo): Default changed to t.
12281 (org-print-icalendar-entries): Implement better utilization of
12282 scheduling and deadline time stamps.
12283 (org-export-target-internal-links, org-export-as-html): Allow file
12284 lines without the "file:" prefix if the file path is an absolute
12285 path or starts with ".".
12286
10d1d0af 12287 * org-clock.el (org-clocktable-shift): Also understand yesterday,
2c3ad40d 12288 lastweek etc.
10d1d0af 12289 (org-clock-special-range): Also understand yesterday, lastweek etc.
2c3ad40d
CD
12290
12291 * org.el (org-agenda-skip-archived-trees): Docstring now
12292 discourages using this.
12293 (org-scan-tags): Check for org-agenda-archives-mode.
12294 (org-map-entries): Make sure org-agenda-archives-mode is nil.
12295 (org-agenda-files): Functionality of second arg changed.
12296
c4cc8b9a 12297 * org-agenda.el (org-agenda-archives-mode): New variable.
2c3ad40d
CD
12298 (org-write-agenda, org-prepare-agenda, org-agenda-list)
12299 (org-search-view, org-todo-list, org-tags-view)
12300 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
12301 `ifmode' argument.
12302 (org-agenda-quit): Reset the archives mode.
12303 (org-agenda-archives-mode): New command.
12304 (org-agenda-set-mode-name): Include archives info.
12305
12306 * org.el (org-paste-subtree): Make sure the yanked headline is
12307 visible if it was yanked at a visible point.
12308 (org-move-item-up): Fix the bug with moving white space at the end
12309 of the item.
12310 (org-show-empty-lines-in-parent): New function.
12311
ff759a98
JL
123122008-07-19 Juri Linkov <juri@jurta.org>
12313
12314 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
12315 new keymap `narrow-map' instead of binding "\C-xns".
12316
cf7241c8
JB
123172008-07-02 Juanma Barranquero <lekktu@gmail.com>
12318
12319 * org.el (org-agenda-skip-unavailable-files):
12320 * org-clock.el (org-clock-out-when-done): Doc fixes.
12321
2530ae2a
GM
123222008-06-18 Glenn Morris <rgm@gnu.org>
12323
12324 * org.el (org-map-entries): Let-bind `file'.
12325
b349f79f
CD
123262008-06-17 Carsten Dominik <dominik@science.uva.nl>
12327
12328 * org-colview.el (org-columns-next-allowed-value): Bug fix.
12329
12330 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
12331
12332 * org-agenda.el (org-agenda-get-closed): Get the end time into the
12333 agenda prefix as well.
12334
12335 * org-publish.el (org-publish-org-index): Make a properly indented
12336 list.
12337
12338 * org.el (org-calendar-agenda-action-key): New option.
12339 (org-get-cursor-date): New function.
12340 (org-mark-entry-for-agenda-action): New command.
12341 (org-overriding-default-time): New variable.
12342 (org-read-date): Respect `org-overriding-default-time'.
12343
12344 * org-remember.el (org-remember-apply-template): Respect the
cf7241c8 12345 overriding default time.
b349f79f
CD
12346
12347 * org-agenda.el (org-agenda-action-marker): New variable.
12348 (org-agenda-action): New command.
12349 (org-agenda-do-action): New function.
12350
123512008-06-17 Carsten Dominik <dominik@science.uva.nl>
12352
12353 * org.el (org-schedule, org-deadline): Protect scheduled and
12354 deadline tasks against changes that accidently remove the
12355 repeater. Also show a message with the new date when done.
12356
123572008-06-17 Carsten Dominik <dominik@science.uva.nl>
12358
12359 * org.el (org-beginning-of-line): Cater for the case when there
12360 are tags but no headline text.
12361 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
12362 it set.
12363
123642008-06-17 Carsten Dominik <dominik@science.uva.nl>
12365
12366 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
12367 the return value is nil instead of "nil" when there is no match.
12368
12369 * org-exp.el (org-insert-centered): Use fill-column instead of
12370 80.
12371 (org-export-as-ascii): Use string-width to measure the width of
12372 the heading.
12373
12374 * org.el (org-diary-to-ical-string): No longer kill buffer
12375 FROMBUF, this is now done by the caller.
12376
12377 * org-exp.el (org-print-icalendar-entries): Move the call to
12378 `org-diary-to-ical-string' out of the loop, and kill the buffer
12379 afterwords.
12380
4d789d84
SM
12381 * org-remember.el (org-remember-visit-immediately):
12382 Position cursor after moving to the note.
b349f79f
CD
12383 (org-remember-apply-template): Use a text property to record the
12384 cursor position.
12385 (org-remember-handler): Align tags after pasting the note.
12386
123872008-06-17 Carsten Dominik <dominik@science.uva.nl>
12388
12389 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
12390
12391 * org-agenda.el (org-agenda-open-link): If there is an
12392 org-bbdb-name property in the current line, jump to that bbdb
12393 entry.
12394
12395 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
12396 text property, so that the agenda knows where this entry comes
12397 from.
12398
3e344045 12399 * org-agenda.el (org-agenda-clock-in): Fix bug in the
b349f79f
CD
12400 interaction between clocking-in from the agenda, and automatic
12401 task state switching.
12402
10d1d0af 12403 * org-macs.el (org-with-point-at): Bug fix in macro definition.
b349f79f
CD
12404
12405 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
12406 zmacs-region stays after this command in XEmacs.
12407
124082008-06-17 Carsten Dominik <dominik@science.uva.nl>
12409
12410 * org.el (org-scan-tags): Allow new values for ACTION parameter.
12411
12412 * org-remember.el (org-remember-templates): Fix bug in
12413 customization type definition.
12414
12415 * org.el (org-map-entries): New function.
12416
124172008-06-17 Carsten Dominik <dominik@science.uva.nl>
12418
12419 * org-agenda.el (org-agenda-skip-comment-trees): New option.
12420 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
12421
124222008-06-17 Carsten Dominik <dominik@science.uva.nl>
12423
12424 * org-remember.el (org-jump-to-target-location): New variable.
4d789d84
SM
12425 (org-remember-apply-template):
12426 Set `org-remember-apply-template' if requested by template.
b349f79f
CD
12427 (org-remember-handler): Start an idle timer to jump to
12428 remember location.
12429
12430 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
12431
12432 * org.el (org-set-regexps-and-options): Fix bug with parsing of
12433 file tags.
12434 (org-get-tags-at): Add the content of `org-file-tags'.
12435
12436 * org-exp.el (org-export-handle-comments): Fix bug with several
12437 comment lines after each other.
12438 (org-number-to-roman, org-number-to-counter): New functions.
12439 (org-export-section-number-format): New option.
12440
124412008-06-17 Carsten Dominik <dominik@science.uva.nl>
12442
12443 * org-exp.el (org-export-protect-examples): Catch the case of a
12444 missing end_example line.
12445
12446 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
12447 `org-file-tags' to nil.
12448
12449 * org-colview.el (org-columns-next-allowed-value): Handle next
12450 argument NTH to directly select a value.
12451
12452 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
12453 argument NTH to directly select a value.
12454
124552008-06-17 Carsten Dominik <dominik@science.uva.nl>
12456
12457 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
12458
124592008-06-17 Carsten Dominik <dominik@science.uva.nl>
12460
12461 * org.el (org-columns-ellipses): New option.
12462
124632008-06-17 Carsten Dominik <dominik@science.uva.nl>
12464
12465 * org-colview.el (org-columns-add-ellipses): New function.
12466 (org-columns-compact-links): New function.
12467 (org-columns-cleanup-item): Call `org-columns-compact-links'.
12468 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
12469 when in agenda.
3e344045 12470 (org-columns-edit-value): Fix bug with editing values from
b349f79f
CD
12471 agenda column view.
12472 (org-columns-redo): Also redo the agenda itself.
12473
124742008-06-17 Carsten Dominik <dominik@science.uva.nl>
12475
4d789d84
SM
12476 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
12477 New option.
b349f79f
CD
12478
12479 * org-colview.el (org-agenda-columns-cleanup-item): New function.
12480
3e344045 12481 * org-exp.el (org-export-ascii-preprocess): Rename from
b349f79f
CD
12482 `org-export-ascii-clean-string'.
12483 (org-export-kill-licensed-text)
12484 (org-export-define-heading-targets)
12485 (org-export-handle-invisible-targets)
12486 (org-export-target-internal-links)
12487 (org-export-remove-or-extract-drawers)
12488 (org-export-remove-archived-trees)
12489 (org-export-protect-quoted-subtrees)
12490 (org-export-protect-verbatim, org-export-protect-examples)
12491 (org-export-select-backend-specific-text)
12492 (org-export-mark-blockquote-and-verse)
12493 (org-export-remove-comment-blocks-and-subtrees)
12494 (org-export-handle-comments, org-export-mark-radio-links)
12495 (org-export-remove-special-table-lines)
12496 (org-export-normalize-links)
12497 (org-export-concatenate-multiline-links)
12498 (org-export-concatenate-multiline-emphasis): New functions,
10d1d0af 12499 obtained from spliting the export preprocessor.
b349f79f
CD
12500
12501 * org-table.el (org-table-recalculate): Improve error message if
12502 the row number is invalid.
12503
125042008-06-17 Carsten Dominik <dominik@science.uva.nl>
12505
12506 * org-archive.el (org-archive-save-context-info): Fix bugs in
12507 customization setup and docstring.
12508
3e344045 12509 * org-exp.el (org-export-html-style): Change the size of in the
b349f79f
CD
12510 <pre> element to 90%.
12511
125122008-06-17 Carsten Dominik <dominik@science.uva.nl>
12513
12514 * org.el (org-find-src-example-start): Function removed.
12515 (org-edit-src-find-region-and-lang): New function.
12516
125172008-06-17 Carsten Dominik <dominik@science.uva.nl>
12518
12519 * org.el (org-edit-src-exit): New function.
12520 (org-exit-edit-mode): New minor mode.
12521
12522 * org-exp.el (org-export-preprocess-string): Fix bug with removing
12523 comment-like lines from protected examples.
12524
12525 * org.el (org-edit-src-example, org-find-src-example-start)
12526 (org-protect-source-example, org-edit-special): New functions.
12527
125282008-06-17 Carsten Dominik <dominik@science.uva.nl>
12529
12530 * org-publish.el (org-publish-project-alist): Fix typo in
12531 docstring.
12532 (org-publish-project-alist): Handle :index-title property.
12533
125342008-06-17 Carsten Dominik <dominik@science.uva.nl>
12535
12536 * org-export-latex.el (org-export-as-latex): Make sure region
12537 bounds are correct. Parse subtree properties relating to export.
12538
12539 * org-exp.el (org-export-add-options-to-plist): New function.
12540 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
12541
125422008-06-17 Carsten Dominik <dominik@science.uva.nl>
12543
12544 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
12545 EXPORT_TITLE.
12546
12547 * org-exp.el (org-export-get-title-from-subtree)
12548 (org-export-as-ascii, org-export-as-html): Make sure the original
3e344045 12549 region-beginning and region-end are used, even after moving point.
b349f79f
CD
12550 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
12551 property.
12552
12553 * org-remember.el (org-remember-last-stored-marker): New variable.
12554 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
12555 (org-remember-handler): Also use marker to remember
12556 last-stored position.
12557
12558 * org.el (org-goto-marker-or-bmk): New function.
12559
125602008-06-17 Carsten Dominik <dominik@science.uva.nl>
12561
3e344045 12562 * org.el (org-file-properties): Rename from `org-local-properties'.
b349f79f
CD
12563 (org-scan-tags): Take file tags into account.
12564 (org-tags-match-list-sublevels): Default changed to t.
12565
3e344045 12566 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
b349f79f
CD
12567
12568 * org.el (org-update-parent-todo-statistics): New function.
12569
12570 * org-exp.el (org-icalendar-store-UID): New option.
12571 (org-icalendar-force-UID): Option removed.
12572 (org-print-icalendar-entries): IMplement UIDs.
12573
125742008-06-17 Carsten Dominik <dominik@science.uva.nl>
12575
12576 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
12577
125782008-06-17 Carsten Dominik <dominik@science.uva.nl>
12579
12580 * org-faces.el (org-column): Document how this face is being used
062f2cfc 12581 and why sometimes the background faces shine through.
b349f79f
CD
12582
12583 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
12584
12585 * org-publish.el (org-publish-attachment): Create publishing
12586 directory if it does not yet exist.
12587
12588 * org-table.el (org-calc-default-modes): Change default number
12589 format to (float 8).
12590
12591 * org.el (org-olpath-completing-read): New function.
12592 (org-time-clocksum-format): New option.
12593 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
12594
12595 * org-clock.el (org-clock-display, org-clock-out)
12596 (org-update-mode-line): Use `org-time-clocksum-format'.
12597
4d789d84
SM
12598 * org-colview-xemacs.el (org-columns-number-to-string):
12599 Use `org-time-clocksum-format'.
b349f79f 12600
4d789d84
SM
12601 * org-colview.el (org-columns-number-to-string):
12602 Use `org-time-clocksum-format'.
b349f79f
CD
12603
126042008-06-17 Carsten Dominik <dominik@science.uva.nl>
12605
12606 * org-id.el: New file, move from contrib to core.
12607
12608 * org-exp.el (org-icalendar-force-UID): New option.
12609
126102008-06-17 Carsten Dominik <dominik@science.uva.nl>
12611
12612 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
3e344045 12613 shifted by one day if there is a date range without an end time.
b349f79f
CD
12614
12615 * org.el (org-try-structure-completion): New function.
12616
126172008-06-17 Carsten Dominik <dominik@science.uva.nl>
12618
12619 * org.el (org-set-font-lock-defaults): Improve fontification of
12620 description lists.
12621 (org-insert-item): Handle description lists.
12622 (org-adaptive-fill-function): Improve auto indentation in
12623 description lists.
12624
12625 * org-exp.el (org-export-as-html, org-export-preprocess-string):
12626 Implement VERSE environment.
12627 (org-export-preprocess-string): Implement the COMMENT
12628 environment.
12629
4d789d84
SM
12630 * org-export-latex.el (org-export-latex-preprocess):
12631 Implement VERSE environment.
b349f79f
CD
12632
126332008-06-17 Carsten Dominik <dominik@science.uva.nl>
12634
12635 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
12636 option.
12637
126382008-06-17 Carsten Dominik <dominik@science.uva.nl>
12639
12640 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
12641
12642 * org.el (org-quote-csv-field): New functions.
12643
12644 * org-table.el (org-table-export-default-format): Remove :splice
12645 from default format, we get the same effect by not specifying
12646 :tstart and :tend.
12647 (org-table-export): Improve setup, distinguish better between
12648 interactive and non-interactive use, allow specifying the format
12649 on the fly, better protection against wrong file names.
12650 (orgtbl-to-generic): Fix documentation. Do not require :tstart
12651 and :tend when :splice is omitted.
12652
126532008-06-17 Carsten Dominik <dominik@science.uva.nl>
12654
12655 * org-clock.el (org-clock-select-task): Make sure the selection
12656 letters are 1-9 and A-Z, no special characters.
12657
126582008-06-17 Carsten Dominik <dominik@science.uva.nl>
12659
12660 * org-exp.el (org-export-htmlize): New group.
12661 (org-export-htmlize-output-type)
12662 (org-export-htmlize-css-font-prefix): New options.
12663 (org-export-htmlize-region-for-paste): New function.
12664 (org-export-htmlize-generate-css): New command.
12665
126662008-06-17 Carsten Dominik <dominik@science.uva.nl>
12667
12668 * org.el (org-set-visibility-according-to-property): New function.
12669 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
12670 and compute the regular expressions, and update font-lock.
12671 (org-property-re): Allow a dash in property names.
12672
12673 * org-archive.el (org-extract-archive-file): Insert the file name
12674 without the path into the format, to allow the location format to
12675 contain a subdirectory.
12676
12677 * org-agenda.el (org-agenda-post-command-hook): If point is at end
12678 of buffer, and the `org-agenda-type' property undefined, use the
12679 value from the character before.
12680
12681 * org.el (org-add-planning-info): Don't let indentation for
12682 would-be timestamp become extra whitespace at the end of headline.
12683
126842008-06-17 Carsten Dominik <dominik@science.uva.nl>
12685
4d789d84
SM
12686 * org.el (org-remove-double-quotes, org-file-contents):
12687 New functions.
b349f79f
CD
12688
12689 * org-exp.el (org-infile-export-plist): Also parse the
12690 contents of #+SETUPFILE files, recursively.
12691
12692 * org.el (org-set-regexps-and-options): Also parse the
12693 contents of #+SETUPFILE files, recursively.
12694
12695 * org-exp.el (org-export-handle-include-files): New function.
4d789d84
SM
12696 (org-export-preprocess-string):
12697 Call `org-export-handle-include-files'.
b349f79f
CD
12698
12699 * org.el (org-delete-property-globally)
12700 (org-delete-property, org-set-property): Ignore case during
12701 completion.
12702 (org-set-property): Use `org-completing-read' instead of
12703 `completing-read'.
12704
12705 * org.el (org-complete-expand-structure-template): New,
12706 experimental function.
12707 (org-structure-template-alist): New, experimental option.
12708 (org-complete): Call `org-complete-expand-structure-template'.
12709
f0131492 127102008-06-17 Bastien Guerry <bzg@altern.org>
b349f79f 12711
3e344045
SM
12712 * org-export-latex.el (org-export-latex-preprocess):
12713 Add support for blockquotes.
b349f79f
CD
12714
127152008-06-17 Carsten Dominik <dominik@science.uva.nl>
12716
12717 * org.el (org-read-date-analyze): Catch the case where only a
12718 weekday is given.
12719
127202008-06-17 Carsten Dominik <dominik@science.uva.nl>
12721
12722 * org.el (org-set-font-lock-defaults): Make the description
12723 tag bold.
12724
4d789d84
SM
12725 * org-exp.el (org-export-as-html, org-close-li):
12726 Implement description lists.
b349f79f 12727
f0131492 127282008-06-17 Jason Riedy <jason@acm.org>
b349f79f
CD
12729
12730 * org-table.el (*orgtbl-default-fmt*): New variable.
12731 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
12732 when there is no other fmt available.
12733
12734 (orgtbl-to-generic): Allow an explicitly nil :tstart or
12735 :tend to suppress the appropriate string.
12736
12737 (orgtbl-to-orgtbl): New function for translating to another orgtbl
12738 table.
12739
127402008-06-17 Carsten Dominik <dominik@science.uva.nl>
12741
12742 * org.el (org-read-date-analyze): "." as an alias for "+0" in
12743 read date.
12744
12745 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
12746 New function.
12747
12748 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
12749 New function.
12750
127512008-06-17 Carsten Dominik <dominik@science.uva.nl>
12752
12753 * org-clock.el (org-clock-find-position): Don't include notes
12754 into clock drawer.
12755
12756 * org-archive.el (org-archive-subtree): No longer remove an
12757 extra line after cutting the subtree. `org-cut-subtree' already
12758 takes care of this.
12759
12760 * org-remember.el (org-remember-handler): Only kill the target
12761 buffer if it does not contain the running clock.
12762
12763 * org.el (org-markers-to-move): New variable.
12764 (org-save-markers-in-region, org-check-and-save-marker)
12765 (org-reinstall-markers-in-region): New function.
12766 (org-move-subtree-down, org-copy-subtree): Remember relative
12767 marker positions before cutting.
12768 (org-move-subtree-down, org-paste-subtree): Restore relative
12769 marker positions after pasting.
12770
12771 * org-remember.el (org-remember-clock-out-on-exit): New option.
12772 (org-remember-finalize): Clock out only if the setting in
12773 `org-remember-clock-out-on-exit' requires it.
12774 (org-remember-handler): Do the cleanup in the buffer, to make sure
12775 that the clock marker remains in tact.
12776
127772008-06-17 Carsten Dominik <dominik@science.uva.nl>
12778
12779 * org-clock.el (org-clock-goto): Widen buffer if necessary.
12780 (org-clock-in): Make sure that also tasks outside the narrowed
12781 region will be clocked in correctly.
12782 (org-clock-insert-selection-line): Widen the buffer so that we can
12783 find the correct task heading.
12784
12785 * org.el (org-base-buffer): New function.
12786
01c35094 12787 * org-exp.el (org-icalendar-cleanup-string): Make sure ","
b349f79f
CD
12788 and ";" are escaped.
12789 (org-print-icalendar-entries): Also apply
12790 `org-icalendar-cleanup-string' to the headline, not only to the
12791 summary property.
12792
127932008-06-17 Carsten Dominik <dominik@science.uva.nl>
12794
12795 * org-exp.el (org-export-preprocess-hook): New hook.
3e344045 12796 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
b349f79f
CD
12797
12798 * org.el (org-font-lock-hook): New variable.
12799 (org-font-lock-hook): New function.
12800 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
12801
2530ae2a
GM
12802;; Local Variables:
12803;; coding: utf-8
12804;; add-log-time-zone-rule: t
12805;; End:
12806
73b0cd50 12807 Copyright (C) 2008-2011 Free Software Foundation, Inc.
2530ae2a
GM
12808
12809 This file is part of GNU Emacs.
12810
12811 GNU Emacs is free software: you can redistribute it and/or modify
12812 it under the terms of the GNU General Public License as published by
12813 the Free Software Foundation, either version 3 of the License, or
12814 (at your option) any later version.
12815
12816 GNU Emacs is distributed in the hope that it will be useful,
12817 but WITHOUT ANY WARRANTY; without even the implied warranty of
12818 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12819 GNU General Public License for more details.
12820
12821 You should have received a copy of the GNU General Public License
12822 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12823