Merge from mainline.
[bpt/emacs.git] / lisp / org / ChangeLog
1 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * org-src.el (org-src-switch-to-buffer):
4 * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
5 * org-mouse.el (org-mouse-agenda-type):
6 * org-freemind.el (org-freemind-node-to-org):
7 * ob-sql.el (org-babel-execute:sql):
8 * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
9 * ob-ref.el (org-babel-ref-resolve): Fix use of case.
10
11 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
12
13 * org.el (org-blank-before-new-entry, org-context-in-file-links)
14 (org-refile-targets, org-log-repeat, org-insert-link)
15 (org-speed-command-default-hook, org-speed-command-hook)
16 (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
17 Fix typos in docstrings.
18 (org-toggle-pretty-entities): Fix typo in message.
19
20 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
21
22 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
23
24 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * org-remember.el (org-remember-mode-map):
27 * org-src.el (org-src-mode-map): Move initialization into declaration.
28
29 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * org-remember.el (org-remember-mode):
32 * org-capture.el (org-capture-mode): Don't run hook redundantly.
33
34 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
35
36 * org-faces.el (org-link): Inherit from link face.
37 Suggested by Joakim Verona.
38
39 2010-12-11 Tassilo Horn <tassilo@member.fsf.org>
40
41 * org-footnote.el (org-footnote-create-definition): Place
42 Footnotes section before message-signature-separator also in modes
43 derived from message-mode.
44
45 2010-12-11 Julien Danjou <julien@danjou.info>
46
47 * org.el (org-make-tags-matcher): Remove useless cat-p value.
48
49 2010-12-11 Julien Danjou <julien@danjou.info>
50
51 * org.el (org-entry-properties): Enhance docstring.
52
53 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
54
55 * org-list.el (org-list-top-point-with-indent)
56 (org-list-bottom-point-with-indent): Pay also attention to
57 'original-indentation property of text, as blocks are put to
58 column 0 upon exporting.
59
60 2010-12-11 Dan Davison <dandavison7@gmail.com>
61
62 * ob.el (org-babel-remove-temporary-directory): Handle exception
63 with message informing of failure to remove directory.
64
65 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
66
67 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
68 `package' to the list of Clojure header arguments which will be read
69 from heading properties.
70
71 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
72
73 * org-inlinetask.el (org-inlinetask-export-templates): Add
74 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
75 not default as it requires an additional LaTeX package: "todonotes".
76
77 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
78
79 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
80
81 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
82 templates to export inline tasks.
83
84 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
85
86 * org.el (org-current-level): Ignore inline tasks when getting current
87 level of entry.
88
89 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
90
91 * org.el (org-indent-line-function): Ignore drawers inside inline
92 tasks if the line to indent isn't inside an inline task itself.
93
94 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
95
96 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
97
98 * org-indent.el (org-indent-add-properties): Find true level of
99 indentation wrt inline tasks.
100
101 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
102
103 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
104
105 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
106
107 * org-inlinetask.el (org-inlinetask-goto-end): New function.
108
109 * org.el (org-mark-subtree): New command.
110
111 * org.el (org-speed-commands-default, org-mode-map): Make use of
112 new command.
113
114 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
115
116 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
117 from @<span class...> so it can be removed during LaTeX export.
118
119 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
120
121 * ob.el (org-babel-insert-result): More informative code block
122 evaluation messages.
123
124 2010-12-11 Matt Lundin <mdl@imapmail.org>
125
126 * org.el (org-make-heading-search-string): Optionally limit number
127 of lines stored in file link search strings.
128 (org-context-in-file-links): Add option to set to integer specifying
129 number of lines.
130
131 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
132
133 * org-capture.el (org-capture-finalize): New prefix argument
134 STAY-WITH-CAPTURE.
135 (org-capture-refile): Improve docstring.
136
137 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
138
139 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
140 interaction engine.
141
142 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
143
144 * org-agenda.el (org-agenda-list):
145 (org-agenda-goto-today): Use `org-today'.
146
147 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
148
149 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
150 and the title/author definitions.
151
152 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
153
154 * org-macs.el: Better backup definition for
155 `with-silent-modifications'.
156
157 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
158
159 * ob-python.el (org-babel-execute:python): Rename "prefix" to
160 "preamble".
161 (org-babel-python-evaluate): Rename "prefix" to "preamble".
162 (org-babel-python-evaluate-external-process): Rename "prefix" to
163 "preamble".
164
165 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
166
167 * ob.el (org-babel-examplize-region): Check if `end' is a marker
168 or a point and handle appropriately.
169
170 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
171
172 * ob-sql.el (org-babel-execute:sql): Explicitly set field
173 separator to \t when importing tabular data.
174
175 2010-12-11 Julien Danjou <julien@danjou.info>
176
177 * org-agenda.el (org-agenda-custom-commands-local-options):
178 Allow org-agenda-span to be a symbol.
179 (org-agenda-ndays): Make obsolete.
180 (org-agenda-span): New variable superseding org-agenda-ndays.
181 (org-agenda-menu): Use org-agenda-current-span.
182 (org-agenda-current-span): New local variable storing current
183 span.
184 (org-agenda-list): Take a span instead of ndays as argument.
185 This function is now responsible for computing the ndays based
186 on span.
187 (org-agenda-ndays-to-span): Return span only if number of days
188 really matches.
189 (org-agenda-span-to-ndays): New function.
190 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
191 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
192 (org-agenda-later): Do not give compute a new span, use the
193 current one.
194 (org-agenda-day-view, org-agenda-week-view)
195 (org-agenda-month-view, org-agenda-year-view): Stop touching
196 org-agenda-ndays.
197 (org-agenda-change-time-span): Only compute starting-span.
198 (org-agenda-compute-starting-span): New function derived from
199 the old org-agenda-compute-time-span.
200 (org-agenda-set-mode-name): Compute mode based on
201 org-agenda-current-span.
202 (org-agenda-span-name): New function.
203
204 2010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
205
206 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
207
208 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
209
210 * org-clock.el (org-quarter-to-date): Define variables.
211 (org-clock-special-range): Defin variables. Use org-floor*.
212 (org-clocktable-write-default): Define tcol.
213
214 * org-compat.el (org-floor*): New function.
215
216 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
217 John Wiegley <jwiegley@gmail.com>
218
219 * org-complete.el: New file.
220
221 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
222
223 * org-clock.el (org-clocktable-write-default): Fix the % formula.
224
225 2010-12-11 Matt Lundin <mdl@imapmail.org>
226
227 * org-agenda.el (org-format-agenda-item): The value of
228 org-category is not converted to a string unless it is defined.
229
230 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
231
232 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
233 header argument through to external evaluation.
234 (org-babel-python-evaluate): Pass the new "prefix" header argument
235 through to external evaluation.
236 (org-babel-python-evaluate-external-process): When specified prepend
237 "prefix" to the file used in external evaluation.
238
239 2010-12-11 Dan Davison <dandavison7@gmail.com>
240
241 * ob-python.el (org-babel-python-evaluate-session): Change python
242 module name from 'pp' to 'pprint'.
243
244 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
245
246 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
247 from R session output, these are often the result of variable
248 assignments.
249
250 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
251
252 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
253 fix a compiler warning.
254
255 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
256
257 * ob-eval.el (require): No longer require ob.el to allow
258 requiring by ob.el.
259
260 * ob.el (ob-eval): Require ob-eval.
261
262 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
263
264 * ob.el (org-babel-confirm-evaluate): Show code block's name when
265 it is available during evaluation query.
266
267 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
268
269 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
270 code block.
271 (org-babel-execute:sql): Use sql specific body expansion function.
272 (org-babel-sql-expand-vars): Insert variables into a sql code block.
273
274 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
275
276 * ob.el (org-babel-insert-result): Using markers instead of
277 points for more robust buffer anchors.
278
279 2010-12-11 Julien Danjou <julien@danjou.info>
280
281 * org-capture.el: Use org-today.
282
283 2010-12-11 Julien Danjou <julien@danjou.info>
284
285 * org-habit.el: Use org-today.
286
287 2010-12-11 Julien Danjou <julien@danjou.info>
288
289 * org.el (org-auto-repeat-maybe): Use org-today.
290
291 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
292
293 * org-clock.el (org-day-of-week): New function.
294 (org-quarter-to-date): New function.
295 (org-clock-special-range): Implement quarters.
296
297 2010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
298
299 * org.el (org-complete-tags-always-offer-all-agenda-tags):
300 Fix docstring.
301
302 2010-12-11 Julien Danjou <julien@danjou.info>
303
304 * org-agenda.el (org-format-agenda-item): Convert category to a string
305 if it is a symbol. This fixes the following call to
306 org-agenda-get-category-icon which fails if category is not a string.
307
308 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
309
310 * ob-clojure.el: Updated requirements documentation to mention
311 the minimum version of Clojure.
312 (org-babel-expand-body:clojure): Fully qualified function name.
313
314 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
315
316 * org-latex.el (org-export-latex-lists): Do not add an
317 unnecessary newline character after a list.
318
319 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
320 point is just after a non blank line.
321
322 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
323
324 * ob.el (org-babel-examplize-region): Remove old assertion which
325 no longer applies to the result insertion code.
326
327 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
328
329 * ob-python.el (org-babel-execute:python): Use a :return header
330 argument for external evaluation in which the code block body need
331 to be wrapped in a function.
332
333 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
334
335 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
336 variable.
337
338 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
339
340 * org.el (org-edit-special): Edit formulas when in TBLMF line.
341
342 2010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
343
344 * org-capture.el (org-capture-after-finalize-hook): New hook.
345 (org-capture-finalize): Run the new hook.
346
347 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
348
349 * ob-clojure.el (org-babel-expand-body:clojure): Support for
350 pretty printing of Clojure code and data.
351
352 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
353
354 * ob.el (org-babel-insert-result): No longer escape results which
355 will be wrapped in a block.
356
357 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
358
359 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
360 warning and added documentation string.
361
362 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
363
364 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
365 for all code evaluation.
366
367 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
368
369 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
370 the column as well.
371
372 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
373
374 * ob.el (org-babel-confirm-evaluate): More descriptive message
375 when evaluation is aborted or disabled.
376
377 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
378
379 * ob.el (org-babel-insert-result): Responds to new "wrap" header
380 argument.
381 (org-babel-merge-params): Includes new "wrap" header argument in
382 one of the results header argument exclusive groups.
383
384 2010-12-11 David Maus <dmaus@ictsoc.de>
385
386 * org-macs.el (with-silent-modifications): Fix condition for
387 with-silent-modification.
388
389 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
390
391 * ob.el (org-babel-parse-header-arguments): Stripping trailing
392 spaces off of header arguments (even the first one).
393
394 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
395
396 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
397 single quotes which is the best practice.
398 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
399 more robust parsing of shell output.
400
401 2010-12-11 Dan Davison <dandavison7@gmail.com>
402
403 * org.el (org-additional-option-like-keywords): Add more keywords,
404 and colons to some old ones.
405
406 2010-12-11 Dan Davison <dandavison7@gmail.com>
407
408 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
409
410 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
411
412 * ob-python.el (org-babel-python-table-or-string):
413 Using `org-babel-script-escape' for reading string input from scripting
414 languages.
415
416 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
417
418 * org-macs.el (org-called-interactively-p): Wrap function call in
419 with-no-warnings.
420 (with-silent-modifications): Declare macro for Emacs < 23.2.
421
422 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
423
424 * ob.el (org-babel-parse-header-arguments): Remove addition of
425 ":" to singleton first header arguments as it was leading to errors.
426
427 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
428
429 * org-latex.el (org-export-latex-make-header): Run the title through
430 `org-export-latex-fontify-headline'.
431 (org-export-latex-fontify-headline): Do the protection of math
432 snippets also here.
433
434 2010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
435
436 * org-latex.el (org-export-as-latex): Sent the section title
437 through the preprocessor.
438
439 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
440
441 * org-html.el (org-html-level-start): Mark listified headings
442 with a custom id.
443
444 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
445
446 * org.el (org-open-at-point): Don't do footnote action if cursor is
447 on a bracket link.
448
449 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
450
451 * org.el (org-edit-special): Check also for TBLFM line.
452
453 2010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
454
455 * org-clock.el (org-get-clocktable): Previous patch incorrectly
456 required whitespace in front of #+BEGIN: and #+END:.
457
458 2010-12-11 Dan Davison <dandavison7@gmail.com>
459
460 * org-src.el (org-edit-src-code): Allow region to be inherited by
461 edit buffer when mark is one character beyond end of src block.
462
463 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
464
465 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
466 checking item indentation.
467
468 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
469
470 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
471 and now autoloading.
472
473 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
474
475 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
476 for testing list membership.
477
478 * ob.el (org-babel-read-result): Use higher level function for
479 testing list membership.
480 (org-babel-result-end): Use higher level function for testing list
481 membership.
482
483 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
484
485 * ob-sqlite.el (ob-eval): Require ob-eval for external command
486 execution.
487 (org-babel-execute:sqlite): No longer uses the init option for
488 passing commands to sqlite.
489
490 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
491
492 * org.el (org-indent-line-function): Drawers and blocks have no
493 influence on indentation of text below. Also fix indentation
494 problem with a block at column 0 and add a special case for
495 literal examples.
496
497 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
498
499 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
500 is only evaluated once.
501
502 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
503
504 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
505 type of data
506 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
507
508 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
509
510 * ob-tangle.el (org-babel-load-file): Can be called interactively.
511
512 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
513
514 * org-table.el (orgtbl-after-send-table-hook): New hook.
515 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
516 table was sent.
517 (orgtbl-send-table): Return the number of sent tables, or nil if no
518 sending has happened.
519
520 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
521
522 * org.el (org-get-priority-function): New option.
523 (org-get-priority): Call `org-get-priority-function' if that
524 has been set.
525
526 2010-12-11 Dan Davison <dandavison7@gmail.com>
527
528 * ob-table.el (org-babel-table-truncate-at-newline): Only add
529 "..." if there is something after the newline.
530
531 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
532
533 * org-clock.el (org-get-clocktable):
534 (org-in-clocktable-p):
535 (org-clocktable-shift):
536 (org-clocktable-steps): Fix regexp to allow for indented clock tables.
537
538 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
539
540 * org-exp.el (org-export-handle-include-files): Support :minlevel
541 property.
542 (org-get-file-contents): New argument minlevel to demote included
543 content.
544
545 2010-12-11 Noorul Islam <noorul@noorul.com>
546
547 * org-latex.el (org-export-latex-hyperref-format): New option.
548 (org-export-latex-href-format): Rename the existing variable
549 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
550 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
551 `org-export-latex-href-format'.
552
553 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
554
555 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
556 buffer exists before it is used.
557
558 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
559
560 * org-exp.el (org-export-preprocess-string): delaying code block
561 processing a bit to allow correct list parsing in the export string.
562
563 2010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
564
565 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
566 (org-agenda-time-of-day-to-ampm): New function.
567 (org-agenda-time-of-day-to-ampm-maybe): New function.
568 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
569
570 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
571
572 * org-faces.el (org-cycle-level-faces): New option.
573
574 * org.el (org-get-level-face): Honor org-cycle-level-faces.
575
576 2010-12-11 Julien Danjou <julien@danjou.info>
577
578 * org-agenda.el (org-agenda-today): New function.
579 (org-agenda-get-day-face): New function.
580 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
581 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
582 (org-todo-list): Use org-agenda-today.
583 (org-get-all-dates): Use org-agenda-today.
584 (org-agenda-day-face-function): New variable.
585 (org-agenda-get-day-face): Use org-agenda-day-face-function.
586
587 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
588
589 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
590 in Org.
591
592 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
593
594 * org-html.el (org-export-as-html): Do not treat partially
595 protected lines as if they were fully protected.
596
597 2010-12-11 Dan Davison <dandavison7@gmail.com>
598
599 * org-exp.el (org-export-format-source-code-or-example):
600 Remove hard-wired configuration of minted export
601 (org-export-latex-minted-with-line-numbers): Remove variable.
602
603 2010-12-11 Bastien Guerry <bzg@altern.org>
604
605 * org-clock.el (org-dblock-write:clocktable): Fix double
606 reference to `link' in let construct.
607 (org-clock-clocktable-formatter): Fix typo in docstring.
608 (org-clocktable-write-default): Fix typo in docstring.
609
610 2010-12-11 David Maus <dmaus@ictsoc.de>
611
612 * org-protocol.el (org-protocol-unhex-string): Normalize percent
613 escape sequence to upper case letters.
614
615 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
616
617 * ob-lob.el (org-babel-lob-get-info): including pass-through
618 header arguments in results variable header argument string.
619
620 2010-12-11 David Maus <dmaus@ictsoc.de>
621
622 * org-exp.el (org-export-visible): Limit search for in-buffer options
623 beginning of first headline.
624
625 2010-12-11 David Maus <dmaus@ictsoc.de>
626
627 * org.el (org-open-at-point): Remove stale link handler for news:
628 links.
629
630 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
631
632 * org-clock.el (org-clocktable-write-default): Better handling of
633 narrowing.
634
635 2010-12-11 Julien Danjou <julien@danjou.info>
636
637 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
638
639 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
640
641 * org.el (org-indent-line-function): simplify code and remove bug that
642 would insert a tab at the beginning of the line when trying to
643 indent the item.
644
645 2010-12-11 Julien Danjou <julien@danjou.info>
646
647 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
648
649 2010-12-11 Julien Danjou <julien@danjou.info>
650
651 * org-agenda.el (org-agenda-prefix-format): Insert place holder
652 for icon.
653 (org-agenda-category-icon-alist): New option.
654 (org-agenda-get-category-icon): New function.
655 (org-format-agenda-item): Support for icons.
656 (org-compile-prefix-format): Support for icons.
657
658 2010-12-11 Julien Danjou <julien@danjou.info>
659
660 * org-compat.el: Create defalias for `string-match-p' and
661 looking-at-p.
662
663 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
664
665 * ob-calc.el (org-babel-execute:calc): support for variables --
666 converts :var variables in calc variables.
667
668 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
669
670 * org.el (org-sparse-tree): Mention [r] in dispatch menu.
671
672 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
673
674 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
675
676 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
677
678 * org-id.el (org-id-store-link): Test for org-mode before checking
679 for IDs.
680
681 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
682
683 * org.el (org-shorten-string): New function.
684
685 * org-exp.el (org-export-convert-protected-spaces): New function.
686 (org-export-preprocess-string):
687 Call `org-export-convert-protected-spaces' to handle new hard spaces.
688
689 2010-12-11 David Maus <dmaus@ictsoc.de>
690
691 * org.el (org-narrow-to-subtree): Check for heading that ends at end
692 of buffer.
693
694 2010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
695
696 * org-capture.el (org-capture-templates): Remove autoload from
697 defcustom.
698
699 * ob-lisp.el (slime): Don't expect slime to be present.
700
701 2010-11-11 Dan Davison <dandavison7@gmail.com>
702
703 * ob.el: `copy-sequence' suffices to copy alist; no need for
704 `copy-tree'.
705
706 2010-11-11 Dan Davison <dandavison7@gmail.com>
707
708 * ob.el (org-babel-execute-src-block): If ":results file" is in
709 effect, then ensure that the value of :file is returned as the
710 result; don't rely on language files for this.
711
712 2010-11-11 Dan Davison <dandavison7@gmail.com>
713
714 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
715 structure by side-effects of `sort'.
716
717 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
718
719 * org-list.el (org-list-bottom-point-with-indent): Do not check
720 indentation of a non-empty blank line.
721
722 * org-list.el (org-sort-list): Sort a list with point anywhere
723 inside it.
724
725 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
726
727 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
728 hopefully better error messages.
729
730 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
731
732 * org.el (org-babel-load-languages): Adding calc.
733
734 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
735
736 * ob.el (org-babel-initiate-session): Don't resolve variable
737 references unless prefix arg is supplied.
738
739 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
740
741 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
742 refers to the correct stack.
743
744 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
745
746 * ob-calc.el: Adding the beginnings of support for calc code
747 blocks.
748
749 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
750
751 * ob-tangle.el (org-babel-update-block-body): Declaring function
752 for updating code block bodies.
753 (org-babel-spec-to-string):
754 (org-babel-detangle): Detangle all tangled and commented code
755 blocks in the current file back to org.
756 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
757 file back to the originating org-mode code block ob-tangle:
758 detangle changes in code files back to the original org files.
759
760 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
761
762 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
763 (org-babel-tangle-comment-format-end): Fix typo.
764
765 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
766
767 * org-exp.el (org-export-format-source-code-or-example):
768 Use minted for latex source code export if `org-export-latex-listings'
769 has the value 'minted.
770
771 * org-latex.el (org-export-latex-listings): Document special value
772 'minted.
773
774 * org-latex.el (org-export-latex-minted): Delete variable.
775
776 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
777
778 * ob.el (org-babel-get-src-block-info): Retrieve contents of
779 parentheses, excluding parentheses themselves.
780
781 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
782
783 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
784 Fix bug in gnuplot data file assignment using user variables.
785
786 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
787
788 * ob-latex.el (org-babel-execute:latex): Adding new :headers
789 header argument for latex code blocks.
790
791 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
792
793 * org-capture.el (org-capture-templates): New capture property
794 `:kill-buffer'. (org-capture-finalize): Kill target buffer if that
795 is desired.
796 (org-capture-target-buffer): Remember if we have to make the
797 buffer.
798
799 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
800
801 * org-clock.el (org-dblock-write:clocktable): Fix bug when
802 computing clock tables.
803
804 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
805
806 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
807 to caller even if no table is generated.
808
809 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
810
811 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
812 values from diary entries.
813
814 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
815 anniversaries.
816
817 * org.el (org-diary-sexp-entry): Handle lists as return values
818 from diary entries.
819
820 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
821
822 * org-capture.el (org-capture-empty-lines-before):
823 (org-capture-empty-lines-after): Make sure the n=0 does not insert
824 any newlines.
825
826 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
827
828 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
829 message when clojure binary is not found.
830
831 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
832
833 * org-html.el (org-format-table-html): New argument DOCBOOK.
834 (org-format-org-table-html): New argument DOCBOOK. When set, use
835 align instead of class to align table fields.
836
837 * org-docbook.el (org-export-as-docbook): Specify the docbook
838 argument for the table converter.
839
840 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
841
842 * org-macs.el (org-called-interactively-p): New macro.
843
844 * org-freemind.el: No longer require 'rx.
845 (org-freemind): New customization group, use it for all the
846 variables.
847 (org-export-as-freemind): Add docstring.
848 (org-freemind-show): Improve filen naming.
849 (org-freemind-convert-links-helper): New function.
850 (org-freemind-bol-helper-base-indent): New variable.
851 (org-freemind-bol-helper): New function.
852 (org-freemind-node-css-style): New option.
853 (org-freemind-node-pattern): New variable.
854 (org-freemind-from-org-mode): Better docstring.
855
856 2010-11-11 David Maus <dmaus@ictsoc.de>
857
858 * ob-haskell.el (org-babel-variable-assignments:haskell):
859 Don't pass more than two arguments to mapc.
860
861 2010-11-11 David Maus <dmaus@ictsoc.de>
862
863 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
864
865 2010-11-11 David Maus <dmaus@ictsoc.de>
866
867 * org-footnote.el (message-signature-separator): Defvar to silence
868 byte compiler.
869
870 2010-11-11 David Maus <dmaus@ictsoc.de>
871
872 * org-exp.el (org-export-string): Fix reference to wrong symbol.
873
874 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
875
876 * org.el (org-link-search): Return 'dedicated on successful match
877 when org-link-search-must-match-exact-headline is set to t.
878
879 2010-11-11 Daniel Clemente <n142857@gmail.com>
880
881 * org-html.el (org-html-make-link): Append fragment to file: links
882 if present.
883
884 2010-11-11 Tassilo Horn <tassilo@member.fsf.org>
885
886 * org-footnote.el (org-footnote-create-definition)
887 (org-footnote-goto-local-insertion-point): Add footnotes before
888 signature when in message-mode.
889
890 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
891
892 * org.el (org-display-inline-images): Improve regexp.
893
894 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
895
896 * org.el (org-cycle): Make sure resetting to startup visibility
897 works after another cycle command.
898
899 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
900
901 * org-exp.el (org-export-string): New function org-export-string
902 can be used to convert a string of test in org-mode markup to a
903 specified format.
904
905 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
906
907 * org.el (org-display-inline-images): Allow non-ASCII characters
908 in image file names. Save match data.
909
910 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
911
912 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
913 stamps.
914
915 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
916
917 * org-exp.el (org-store-forced-table-alignment):
918 (org-export-remove-special-table-lines): Allow the "c" cookie for
919 table alignment.
920
921 * org-html.el (org-export-table-header-tags):
922 (org-export-table-data-tags): Add another %s format for the
923 alignment.
924 (org-export-html-table-align-individual-fields): New option.
925 (org-format-org-table-html): Implement field-by-field alignment
926 and support centering.
927 (org-format-table-table-html): Make sure the new table tag formats
928 don't break this function.
929
930 * org-table.el (org-table-cookie-line-p):
931 (org-table-align): Allow for the <c> cookie.
932
933 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
934
935 2010-11-11 David Maus <dmaus@ictsoc.de>
936
937 * org-exp.el (org-export-normalize-links): Skip normalization of
938 plain links that are part of another link.
939
940 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
941
942 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
943
944 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
945
946 * org-indent.el (org-indent-add-properties):
947 Use `with-silent-modificatons'.
948 (org-indent-remove-properties): Use `with-silent-modificatons'.
949
950 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
951
952 * org-table.el (org-table-cookie-line-p): Fix indentation.
953
954 * org-exp.el (org-store-forced-table-alignment): New function.
955 (org-export-preprocess-string):
956 Call `org-store-forced-table-alignment'.
957
958 * org-html.el (org-format-org-table-html): Use stored alignment
959 information.
960
961 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
962
963 * ob.el (org-babel-execute-src-block): Respects prefix argument
964 (which forces re-calculation).
965
966 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
967
968 * ob.el (org-babel-execute-src-block): Remove needless param
969 sorting from ob-execute-src-block, the params are sorted already
970 by ob-sha1-hash.
971
972 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
973
974 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
975 header argument level.
976
977 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
978
979 * ob.el (org-babel-sha1-hash): Consider words in different order
980 as different input.
981
982 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
983
984 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
985
986 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
987
988 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
989 structure of an Org-mode table (list of lists).
990
991 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
992
993 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
994 (reference to unassigned variable `src-lang' and avoid calling
995 org-babel-get-src-block-info twice.
996
997 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
998
999 * ob.el (org-babel-demarcate-block): Updated to reflect the new
1000 info list contents.
1001
1002 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1003
1004 * org-src.el (org-edit-src-code): Supply non-nil argument to
1005 `org-babel-get-src-block-info' to avoid resolving variable
1006 references.
1007
1008 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1009
1010 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
1011 improved efficiency of org-babel-map-src-blocks.
1012
1013 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1014
1015 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
1016 checks that a code block will actually be tangled before
1017 collecting it's full information (a process which could involve
1018 the execution of other code blocks).
1019
1020 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1021
1022 * ob.el (org-babel-demarcate-block): Use light version of
1023 `org-babel-get-src-block-info'.
1024
1025 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1026
1027 * ob.el (org-babel-sha1-hash): Now handles more complex types in
1028 params.
1029
1030 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1031
1032 * ob.el (org-babel-execute-src-block): Generally using the new
1033 more informative params
1034 (org-babel-process-params): Don't forget the :var portion of
1035 variable assignments.
1036
1037 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1038
1039 * ob-table.el (sbe): Simplified to reflect to var resolution.
1040
1041 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1042
1043 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
1044 arguments back to their params before evaluation.
1045
1046 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1047
1048 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
1049 indentation.
1050
1051 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1052
1053 * ob-table.el (sbe): Use `org-babel-process-params params' instead
1054 of `org-babel-expand-variables'.
1055
1056 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1057
1058 * ob-C.el (org-babel-C-execute): Remove call to
1059 org-babel-process-params which should no longer be called from
1060 within a language file.
1061
1062 * ob-R.el (org-babel-execute:R): Remove call to
1063 org-babel-process-params which should no longer be called from
1064 within a language file
1065 (org-babel-R-variable-assignments): Remove call to
1066 org-babel-process-params which should no longer be called from
1067 within a language file.
1068
1069 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
1070 org-babel-process-params which should no longer be called from
1071 within a language file.
1072
1073 * ob-clojure.el (org-babel-execute:clojure): Remove call to
1074 org-babel-process-params which should no longer be called from
1075 within a language file.
1076
1077 * ob-dot.el (org-babel-execute:dot): Remove call to
1078 org-babel-process-params which should no longer be called from
1079 within a language file.
1080
1081 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
1082 call to org-babel-process-params which should no longer be called
1083 from within a language file
1084 (org-babel-execute:emacs-lisp): Remove call to
1085 org-babel-process-params which should no longer be called from
1086 within a language file.
1087
1088 * ob-haskell.el (org-babel-execute:haskell): Remove call to
1089 org-babel-process-params which should no longer be called from
1090 within a language file.
1091
1092 * ob-js.el (org-babel-execute:js): Remove call to
1093 org-babel-process-params which should no longer be called from
1094 within a language file.
1095
1096 * ob-lisp.el (org-babel-execute:lisp): Remove call to
1097 org-babel-process-params which should no longer be called from
1098 within a language file.
1099
1100 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
1101 org-babel-process-params which should no longer be called from
1102 within a language file.
1103
1104 * ob-octave.el (org-babel-execute:octave): Remove call to
1105 org-babel-process-params which should no longer be called from
1106 within a language file.
1107
1108 * ob-perl.el (org-babel-execute:perl): Remove call to
1109 org-babel-process-params which should no longer be called from
1110 within a language file.
1111
1112 * ob-python.el (org-babel-execute:python): Remove call to
1113 org-babel-process-params which should no longer be called from
1114 within a language file.
1115
1116 * ob-ruby.el (org-babel-execute:ruby): Remove call to
1117 org-babel-process-params which should no longer be called from
1118 within a language file.
1119
1120 * ob-scheme.el (org-babel-execute:scheme): Remove call to
1121 org-babel-process-params which should no longer be called from
1122 within a language file.
1123
1124 * ob-screen.el (org-babel-execute:screen): Remove call to
1125 org-babel-process-params which should no longer be called from
1126 within a language file
1127 (org-babel-prep-session:screen): Remove call to
1128 org-babel-process-params which should no longer be called from
1129 within a language file.
1130
1131 * ob-sh.el (org-babel-execute:sh): Remove call to
1132 org-babel-process-params which should no longer be called from
1133 within a language file.
1134
1135 * ob-sql.el (org-babel-execute:sql): Remove call to
1136 org-babel-process-params which should no longer be called from
1137 within a language file.
1138
1139 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
1140 processed params.
1141
1142 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
1143 processed params.
1144
1145 * ob-R.el (org-babel-execute:R): Remove reference to processed
1146 params.
1147
1148 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1149
1150 * ob-sql.el (org-babel-execute:sql): Use generic expansion
1151 function
1152 (org-babel-expand-body:sql): Delete function.
1153
1154 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1155
1156 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
1157 (org-babel-expand-body:sh): Delete function
1158 (org-babel-prep-session:sh): Change name of called function
1159 (org-babel-variable-assignments:sh): Change function name.
1160
1161 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1162
1163 * ob-screen.el (org-babel-execute:screen): Use generic expansion
1164 function
1165 (org-babel-expand-body:screen): Delete function
1166 (org-babel-prep-session:screen): Remove references to processed
1167 params.
1168
1169 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1170
1171 * ob-sass.el (org-babel-execute:sass): Use generic expansion
1172 function
1173 (org-babel-expand-body:sass): Delete function.
1174
1175 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1176
1177 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
1178 function
1179 (org-babel-prep-session:ruby): Use new variable assignment
1180 function
1181 (org-babel-variable-assignments:ruby): New function
1182 (org-babel-expand-body:ruby): Delete function.
1183
1184 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1185
1186 * ob-python.el (org-babel-execute:python): Use generic expansion
1187 function
1188 (org-babel-prep-session:python): Change name of called function
1189 (org-babel-variable-assignments:python): Change function name
1190 (org-babel-expand-body:python): Delete function.
1191
1192 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1193
1194 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
1195 (automatically handled by generic version).
1196
1197 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1198
1199 * ob-perl.el (org-babel-execute:perl): Use generic expansion
1200 function
1201 (org-babel-expand-body:perl): Delete function
1202 (org-babel-variable-assignments:perl): New function.
1203
1204 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1205
1206 * ob-org.el (org-babel-expand-body:org): Delete function
1207 (automatically handled by generic version).
1208
1209 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1210
1211 * ob-octave.el (org-babel-execute:octave): Use generic expansion
1212 function
1213 (org-babel-variable-assignments:octave): Change name of function
1214 (org-babel-variable-assignments:matlab): New defalias
1215 (org-babel-prep-session:octave): Change name of function
1216 (org-babel-expand-body:matlab): Delete function
1217 (org-babel-expand-body:octave): Delete function.
1218
1219 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1220
1221 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
1222 function
1223 (org-babel-variable-assignments:ocaml): New function
1224 (org-babel-expand-body:ocaml): Delete function.
1225
1226 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1227
1228 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
1229 (automatically handled by generic version).
1230
1231 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1232
1233 * ob-js.el (org-babel-execute:js): Use new variable assignment
1234 function
1235 (org-babel-expand-body:js): Delete function
1236 (org-babel-prep-session:js): Use new variable assignment function
1237 (org-babel-variable-assignments:js): New function.
1238
1239 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1240
1241 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
1242 function
1243 (org-babel-expand-body:haskell): Delete function
1244 (org-babel-prep-session:haskell): Use variable assignment function
1245 (org-babel-variable-assignments:haskell): New function.
1246
1247 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1248
1249 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
1250 assignment function
1251 (org-babel-prep-session:gnuplot): Use variable assignment function
1252 (org-babel-variable-assignments:gnuplot): New function.
1253
1254 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1255
1256 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
1257 (automatically handled by generic version).
1258
1259 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1260
1261 * ob-css.el (org-babel-expand-body:css): Delete function
1262 (automatically handled by generic version).
1263
1264 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1265
1266 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
1267 expansion function
1268 (org-babel-expand-body:asymptote): Delete function
1269 (org-babel-variable-assignments:asymptote): New function.
1270
1271 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1272
1273 * ob-R.el (org-babel-expand-body:R): Use new function
1274 `org-babel-variable-assignments:R'; don't trim body.
1275 (org-babel-execute:R): Respond to changes in
1276 `org-babel-expand-body:R'
1277 (org-babel-prep-session:R): Called function is now named
1278 `org-babel-variable-assignments:R'
1279 (org-babel-variable-assignments:R): Receives processed-params as
1280 new optional argument.
1281
1282 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1283
1284 * ob-C.el (org-babel-C-expand): Don't trim body.
1285
1286 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1287
1288 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
1289 obtaining variable references.
1290
1291 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1292
1293 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
1294 assignment lines to generic expansion command.
1295
1296 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1297
1298 * ob.el (org-babel-expand-src-block): Supply variable assignment
1299 lines to generic expansion function
1300 (org-babel-expand-body:generic): Prepend body with optional
1301 variable assignment lines.
1302
1303 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1304
1305 * ob-exp.el (org-babel-exp-results): Replaced old function call.
1306
1307 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1308
1309 * ob-lob.el (org-babel-lob-execute): Now expanding variable
1310 references before execution.
1311
1312 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1313
1314 * ob.el (org-babel-execute-src-block): Only sort parameters if
1315 it's required for caching.
1316
1317 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1318
1319 * ob-table.el (sbe): Reworking for better indentation and to
1320 integrate the new variable resolution.
1321
1322 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1323
1324 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
1325 variables when resolving references.
1326
1327 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1328
1329 * ob.el (org-babel-merge-params): Fix order or precedence for
1330 variables.
1331
1332 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1333
1334 * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
1335 * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
1336 (org-babel-R-variable-assignments):
1337 * ob-asymptote.el (org-babel-expand-body:asymptote)
1338 (org-babel-execute:asymptote):
1339 * ob-clojure.el (org-babel-expand-body:clojure)
1340 (org-babel-execute:clojure):
1341 * ob-css.el (org-babel-expand-body:css):
1342 * ob-ditaa.el (org-babel-expand-body:ditaa):
1343 * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
1344 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
1345 (org-babel-execute:emacs-lisp):
1346 * ob-gnuplot.el (org-babel-expand-body:gnuplot)
1347 * ob-haskell.el (org-babel-expand-body:haskell)
1348 (org-babel-execute:haskell, org-babel-load-session:haskell)
1349 (org-babel-prep-session:haskell):
1350 * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
1351 * ob-latex.el (org-babel-expand-body:latex):
1352 * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
1353 * ob-mscgen.el (org-babel-expand-body:mscgen):
1354 * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
1355 * ob-octave.el (org-babel-expand-body:matlab)
1356 (org-babel-expand-body:octave, org-babel-execute:octave)
1357 (org-babel-octave-variable-assignments):
1358 * ob-org.el (org-babel-expand-body:org):
1359 * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
1360 * ob-plantuml.el (org-babel-expand-body:plantuml):
1361 * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
1362 (org-babel-python-variable-assignments):
1363 * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
1364 * ob-sass.el (org-babel-expand-body:sass):
1365 * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
1366 * ob-screen.el (org-babel-expand-body:screen):
1367 * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
1368 (org-babel-sh-variable-assignments):
1369 * ob-sql.el (org-babel-expand-body:sql):
1370 * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
1371 * ob.el (org-babel-expand-body:generic):
1372 Remove obsoleted optional third argument.
1373
1374 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1375
1376 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
1377 calls to removed org-babel-ref-variables.
1378
1379 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1380
1381 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
1382 ingested code blocks.
1383
1384 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1385
1386 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
1387 information from within the original export file.
1388
1389 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1390
1391 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
1392 (this should return nil if not match found.
1393
1394 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1395
1396 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
1397 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
1398
1399 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1400
1401 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
1402 docstring.
1403
1404 * ob-python.el (org-babel-python-variable-assignments):
1405 Provide missing docstring.
1406
1407 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1408
1409 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
1410 variable assignment part out into a separate function
1411 (org-babel-octave-variable-assignments): New function constructing
1412 list of variable assignment statements
1413 (org-babel-prep-session:octave): Use new function
1414 `org-babel-octave-variable-assignments' instead of previous
1415 (incorrect) variable assignment code.
1416
1417 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1418
1419 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
1420 assignment part out into a separate function
1421 (org-babel-sh-variable-assignments): New function constructing
1422 list of variable assignment statements
1423 (org-babel-prep-session:sh): Use new function
1424 `org-babel-sh-variable-assignments' instead of previous
1425 (incorrect) variable assignment code.
1426
1427 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1428
1429 * ob-python.el (org-babel-expand-body:python): Refactor: break
1430 variable assignment part out into a separate function
1431 (org-babel-python-variable-assignments): New function constructing
1432 list of variable assignment statements
1433 (org-babel-prep-session:python): Use new function
1434 `org-babel-python-variable-assignments' instead of previous
1435 (incorrect) variable assignment code.
1436
1437 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1438
1439 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
1440 assignment part out into a separate function
1441 (org-babel-R-variable-assignments): New function constructing list
1442 of variable assignment statements
1443 (org-babel-prep-session:R): Use new function
1444 `org-babel-R-variable-assignments' instead of previous
1445 (incorrect) variable assignment code.
1446
1447 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1448
1449 * ob.el (org-babel-initiate-session): Better variable names.
1450
1451 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1452
1453 * ob.el (org-number-sequence):
1454 Declared * ob-R.el (org-number-sequence): Declared.
1455
1456 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1457
1458 * ob.el (org-babel-map-src-blocks): Store correct value of
1459 `end-block'.
1460
1461 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1462
1463 * ob.el (org-babel-mark-block): New function to mark the body of a
1464 src block in the style of `mark-defun'.
1465
1466 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1467
1468 * org-compat.el (org-number-sequence): New function.
1469
1470 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
1471
1472 * ob.el (org-babel-where-is-src-block-result):
1473 Use `org-number-sequence'.
1474 (org-babel-current-buffer-properties): Fix variable definition.
1475
1476 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
1477
1478 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
1479 version of `shell-command'.
1480
1481 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
1482 `shell-command'.
1483
1484 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1485
1486 * org-list.el (org-list-search-unenclosed-generic): Replace call
1487 to booleanp.
1488
1489 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1490
1491 * org.el (org-agenda-jump-prefer-future): New option.
1492
1493 * org-agenda.el (org-agenda-goto-date):
1494 Use `org-agenda-jump-prefer-future'.
1495
1496 2010-11-11 Noorul Islam <noorul@noorul.com>
1497
1498 * org-latex.el (org-export-latex-links): Replaced hard coded
1499 hyperref format with custom variable
1500 `org-export-latex-hyperref-format'.
1501
1502 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1503
1504 * org.el (org-insert-heading): Fix docstring.
1505
1506 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1507
1508 * org-capture.el (org-capture-place-entry): If the first line is
1509 already a headline, just stay there.
1510
1511 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1512
1513 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
1514 are non-nil.
1515
1516 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1517
1518 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
1519 after an entity.
1520
1521 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1522
1523 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
1524 table fields.
1525
1526 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1527
1528 * org.el (org-insert-heading): When on the headline of an inline
1529 task, insert another inline tasks.
1530
1531 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1532
1533 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
1534 links for blocks that will actually tangle.
1535
1536 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1537
1538 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
1539 in expanded shell bodies.
1540
1541 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1542
1543 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
1544 newline characters.
1545
1546 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1547
1548 * ob-sh.el (org-babel-expand-body:sh): Align code.
1549
1550 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1551
1552 * ob.el (org-babel-params-from-properties): Max line with at <=80.
1553
1554 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1555
1556 * org-latex.el (org-export-latex-listings-langs): Clojure is now
1557 recognized as a lisp.
1558
1559 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1560
1561 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
1562 to interpret property as header argument value.
1563
1564 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1565
1566 * ob.el (org-babel-parse-header-arguments): Simplify reading of
1567 header arg value.
1568
1569 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1570
1571 * org-publish.el (org-publish-org-to-ascii):
1572 (org-publish-org-to-latin1):
1573 (org-publish-org-to-utf8): New functions.
1574
1575 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1576
1577 * org.el (org-insert-heading): Skip inline tasks when trying to
1578 insert a new heading after the end of the subtree.
1579
1580 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1581
1582 * org-inlinetask.el (org-inlinetask-min-level): Set customization
1583 type to integer or nil.
1584
1585 * org.el (org-insert-heading): When after an inline task, do not
1586 use level but go back to headline level before the inline task.
1587
1588 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1589
1590 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
1591
1592 * org.el (org-indent-line-function): Fix indentation of inline
1593 tasks.
1594
1595 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1596
1597 * org.el (org-activate-links): Fix customize type.
1598
1599 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1600
1601 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
1602 default option.
1603
1604 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1605
1606 * org-latex.el (org-export-latex-minted): Document pygments
1607 dependency.
1608
1609 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1610
1611 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
1612 file if encryption has been turned on.
1613 (org-mobile-copy-agenda-files): Avoid double encryption of
1614 `mobileorg.org'.
1615
1616 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1617
1618 * org-exp.el (org-export-latex-minted-with-line-numbers):
1619 Ensure that variable is declared.
1620
1621 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1622
1623 * ob-python.el (org-src-preserve-indentation): Fix compiler
1624 warning.
1625
1626 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1627
1628 * org-exp.el (org-export-format-source-code-or-example):
1629 Latex formatting of source code blocks using the minted package
1630 (org-export-plist-vars): Add :latex-minted property
1631 (org-export-latex-minted): Ensure variable is defined
1632 (org-export-latex-minted-langs): Ensure variable is defined.
1633
1634 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1635
1636 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
1637
1638 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1639
1640 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
1641
1642 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1643
1644 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
1645 when `org-src-preserve-indentation' is non-nil.
1646
1647 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1648
1649 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
1650 of blocks added to Library of Babel.
1651
1652 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1653
1654 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
1655 name.
1656
1657 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1658
1659 * org-beamer.el (org-beamer-place-default-actions-for-lists):
1660 Fix typo in regexp.
1661
1662 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1663
1664 * org-list.el (org-toggle-checkbox): Avoid some boundary error
1665 when inserting a checkbox in an empty last item of a list.
1666
1667 2010-11-11 David Maus <dmaus@ictsoc.de>
1668
1669 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
1670 Query article number from file is nil by default.
1671
1672 2010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1673
1674 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
1675
1676 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1677
1678 * org-capture.el (org-capture-place-entry): Move to `beg' before
1679 searching for `%?'.
1680
1681 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1682
1683 * org.el (org-format-latex): Fix mathjax treatment of single
1684 letters in between dollars.
1685
1686 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
1687
1688 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
1689 run.
1690
1691 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1692
1693 * org.el (org-blank-before-new-entry): Improve docstring.
1694
1695 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1696
1697 * org-mobile.el (org-mobile-force-id-on-agenda-items):
1698 Fix docstring.
1699 (org-mobile-write-agenda-for-mobile): Use outline path if we do
1700 not have an ID and are not allowed to make one.
1701 (org-mobile-get-outline-path-link): New function.
1702
1703 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1704
1705 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
1706 file.
1707 (org-mobile-write-agenda-for-mobile): Use the right name, even if
1708 the file get encrypted.
1709 (org-mobile-move-capture): Only delete tempfile if it does exist.
1710
1711 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1712
1713 * ob.el (org-babel-number-p): Fix documentation string.
1714
1715 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1716
1717 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
1718 "tangle" as a positive argument for the :noweb header argument
1719 during tangling.
1720
1721 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1722
1723 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
1724 have links, with tests.
1725
1726 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1727
1728 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
1729 available.
1730 (org-export-latex-get-error): New function.
1731 (org-export-as-pdf): Give an indication of the errors that
1732 happened during processing.
1733
1734 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
1735
1736 * org-exp.el (org-export-language-setup): Fix Polish entries.
1737
1738 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1739
1740 * org.el (org-set-tags): Allow comma as a separator when
1741 specifying tags at the completion interface.
1742 (org-tags-completion-function): Allow comma as a separator when
1743 specifying tags at the completion interface.
1744
1745 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1746
1747 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
1748 export-file if exporting from a buffer which is not visiting a
1749 file.
1750
1751 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1752
1753 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
1754 name in link construction if there is a heading to follow it.
1755
1756 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1757
1758 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
1759 as an allowed extension.
1760
1761 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
1762
1763 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
1764 with zeros. Start applying face earlier.
1765
1766 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1767
1768 * ob.el (or): Don't create org-babel-temporary-directory in batch
1769 as it won't be removed by emacs-kill-hook
1770 (org-babel-remove-temporary-directory): Only try to remove this
1771 directory if it exists.
1772
1773 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1774
1775 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
1776 warning in ob.el.
1777
1778 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1779
1780 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
1781 the tangling message.
1782
1783 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1784
1785 * ob.el (org-babel-load-languages): Fixes compiler warning.
1786
1787 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1788
1789 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
1790 output.
1791
1792 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1793
1794 * org-ascii.el (org-export-as-ascii): Use the correct match group.
1795
1796 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1797
1798 * ob.el (boundp): Uncommenting defvar form for
1799 org-babel-temporary-directory
1800 (org-babel-temp-file): Now using the org-babel-temporary-directory
1801 for holding new babel temporary files
1802 (org-babel-remove-temporary-directory): Removes the babel temp dir
1803 when Emacs shutsdown
1804 (kill-emacs-hook): Now removing the babel temp dir on Emacs
1805 shutdown.
1806
1807 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1808
1809 * org-capture.el (org-capture-fill-template): Initialize history
1810 variable.
1811
1812 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1813
1814 * org-src.el (org-edit-src-code): Don't move point when generating
1815 edit buffer.
1816
1817 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1818
1819 * org-src.el (org-edit-src-code): Deal with point being in
1820 #+end_src line.
1821
1822 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1823
1824 * org-table.el (org-table-current-column): Add interactive to turn
1825 this into a command.
1826
1827 2010-11-11 Bernt Hansen <bernt@norang.ca>
1828
1829 * org.el (org-insert-heading): Run org-insert-heading-hook when
1830 creating the first heading in a file.
1831
1832 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1833
1834 * org.el (org-startup-with-inline-images): New option.
1835 (org-startup-options): Add new keywords inlineimages and
1836 noinlineimages.
1837 (org-mode): Inline images when this has been configured.
1838
1839 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1840
1841 * ob.el (org-babel-get-src-block-info): Remove optional
1842 HEADER-VARS-ONLY argument; further simplification.
1843
1844 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1845
1846 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
1847 prompt in ob-confirm-evaluate in some cases.
1848
1849 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1850
1851 * ob.el (org-babel-demarcate-block): Visible region and completion
1852 during language selection.
1853
1854 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1855
1856 * ob.el (org-babel-get-src-block-info): Remove comment.
1857
1858 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1859
1860 * ob.el (org-babel-get-src-block-info): Simplify function.
1861
1862 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1863
1864 * ob.el (org-babel-get-src-block-info): Form info list correctly
1865 when parenthesised arguments are missing.
1866
1867 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1868
1869 * ob-exp.el (org-export-babel-evaluate): Docstring typo
1870 (org-babel-exp-code): Docstring typo.
1871
1872 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1873
1874 * org-mobile.el (org-mobile-encryption-password):
1875 Improve docstring.
1876 (org-mobile-encryption-password-session): New variable.
1877 (org-mobile-encryption-password): New function.
1878 (org-mobile-check-setup):
1879 (org-mobile-encrypt-file):
1880 (org-mobile-decrypt-file): Use the new function.
1881
1882 2010-11-11 David Maus <dmaus@ictsoc.de>
1883
1884 * org-capture.el (org-capture-place-template): Widen to remove
1885 possible restrictions in target buffer.
1886
1887 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
1888
1889 * org.el (org-speed-command-hook): Add org-speed-command-hook
1890 (org-babel-speed-command-hook): Hook for Babel's speed commands.
1891
1892 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1893
1894 * ob.el (org-babel-execute-buffer): Re-implement using
1895 `org-babel-map-src-blocks'.
1896
1897 2010-11-11 David Maus <dmaus@ictsoc.de>
1898
1899 * org-capture.el (org-capture-templates): Update doc string with
1900 new message date related escapes.
1901
1902 2010-11-11 David Maus <dmaus@ictsoc.de>
1903
1904 * org-wl.el (org-wl-store-link-message): Define properties %:date)
1905 (%:date-timestamp, and %:date-timestamp-inactive.
1906
1907 * org-mew.el (org-mew-store-link): Dto.
1908
1909 * org-mhe.el (org-mhe-store-link): Dto.
1910
1911 * org-rmail.el (org-rmail-store-link): Dto.
1912
1913 * org-vm.el (org-vm-store-link): Dto.
1914
1915 2010-11-11 David Maus <dmaus@ictsoc.de>
1916
1917 * org-wl.el (org-wl-message-field): Always get literal content of
1918 header fields.
1919
1920 2010-11-11 David Maus <dmaus@ictsoc.de>
1921
1922 * org-gnus.el (org-gnus-store-link): Define properties
1923 %:date-timestamp and %:date-timestamp-inactive.
1924
1925 2010-11-11 David Maus <dmaus@ictsoc.de>
1926
1927 * org-gnus.el (org-gnus-store-link): Handle empty date header
1928 field.
1929
1930 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1931
1932 * org.el (org-speed-command-hook): New. Hook for installing
1933 additional speed commands. Use this for enabling speed commands on
1934 src blocks.
1935 (org-speed-command-default-hook): The default hook for
1936 org-speed-command-hook. Factored out from org-self-insert-command
1937 and mimics existing behaviour.
1938 (org-self-insert-command): Modified to use org-speed-command-hook.
1939
1940 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1941
1942 * org-agenda.el (org-search-view): Recover spaces in search words
1943 if they were escaped with \ or inside a regexp.
1944
1945 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1946
1947 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
1948 the list of completable meta line words.
1949 (org-complete): Complete property names after #+PROPERTY.
1950
1951 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1952
1953 * ob-python.el (org-babel-python-evaluate-session): Make temp file
1954 names consistent.
1955
1956 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1957
1958 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
1959 Delete extra format argument.
1960
1961 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1962
1963 * ob-org.el (org-babel-org-export): Typo in docstring.
1964
1965 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1966
1967 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
1968 variable.
1969
1970 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1971
1972 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
1973
1974 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1975
1976 * ob.el (org-babel-process-file-name): New function
1977 (org-babel-maybe-remote-file): Delete function.
1978
1979 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1980
1981 * ob-C.el (org-babel-C-execute): Remove unused variable.
1982
1983 2010-11-11 David Maus <dmaus@ictsoc.de>
1984
1985 * org.el (org-make-link-string): Prevent superfluous colon.
1986
1987 2010-11-11 David Maus <dmaus@ictsoc.de>
1988
1989 * org.el (org-make-org-heading-search-string): Leave headline
1990 intact.
1991
1992 2010-11-11 David Maus <dmaus@ictsoc.de>
1993
1994 * org.el (org-make-link-string): Don't escape characters in link
1995 type.
1996
1997 2010-11-11 Bastien Guerry <bzg@altern.org>
1998
1999 * org-capture.el (org-capture-templates): Update docstring to
2000 advertise %:org-date.
2001
2002 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2003
2004 * ob-dot.el (org-babel-execute:dot): Automatically specifies
2005 "-T<ext>" based on file name extension.
2006
2007 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2008
2009 * ob-org.el (org-babel-org-export): Raise error on nested export
2010 call.
2011
2012 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2013
2014 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
2015 output files.
2016
2017 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2018
2019 * ob.el (org-babel-demarcate-block): Better initialization of
2020 stars.
2021
2022 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2023
2024 * org-src.el (org-src-tab-acts-natively): Add customize interface.
2025
2026 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2027
2028 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
2029 New variable allowing prevention of automatic stripping of leading and
2030 trailing blank lines when exiting edit buffer.
2031 (org-edit-src-exit): Respect value of
2032 `org-src-strip-leading-and-trailing-blank-lines'
2033 (org-src-native-tab-command-maybe):
2034 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
2035 this function.
2036
2037 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2038
2039 * org-src.el (org-edit-src-code): If mark was inside code block
2040 then code edit buffer inherits mark with active region.
2041
2042 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2043
2044 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
2045
2046 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2047
2048 * ob.el (org-babel-demarcate-block): Better handling of empty
2049 space around demarcated area.
2050
2051 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2052
2053 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
2054 this command.
2055
2056 2010-11-11 David Maus <dmaus@ictsoc.de>
2057
2058 * org-gnus.el (org-gnus-open-nntp): New function.
2059
2060 2010-11-11 David Maus <dmaus@ictsoc.de>
2061
2062 * org-wl.el (org-wl-open-nntp): New function.
2063
2064 2010-11-11 David Maus <dmaus@ictsoc.de>
2065
2066 * org-wl.el (org-wl-open): Open message by numeric reference if
2067 article part is not a message id.
2068
2069 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2070
2071 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
2072 visible line.
2073
2074 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2075
2076 * ob.el (org-babel-demarcate-block): Interactive demarcation of
2077 code blocks.
2078
2079 * ob-keys.el (org-babel-key-bindings): Key bindings for block
2080 demarcation.
2081
2082 2010-11-11 Bastien Guerry <bzg@altern.org>
2083
2084 * org.el (org-link-types): Add the "message" link type.
2085
2086 2010-11-11 David Maus <dmaus@ictsoc.de>
2087
2088 * org.el (org-link-types): Add 'message:' link type to default
2089 link types.
2090
2091 2010-11-11 Bastien Guerry <bzg@altern.org>
2092
2093 * org-gnus.el (org-gnus-store-link): Add the :date property to
2094 gnus links, allowing the use of %:date in capture templates.
2095
2096 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2097
2098 * org-list.el (org-cycle-list-bullet): Follow order of bullets
2099 indicated in doc-string.
2100
2101 * org-list.el (org-list-bottom-point-with-indent): List is ended
2102 when a line is less indented that the last item, not the less
2103 indented item.
2104
2105 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2106
2107 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
2108 original file before resolving code block parameters to ensure
2109 headline and buffer wide parameters are taken into consideration
2110 when only a narrowed portion of the file is exported.
2111
2112 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2113
2114 * org.el (org-forward-same-level): Fix docstring.
2115
2116 2010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
2117
2118 * org-publish.el (org-publish-attachment): Put the attachment into
2119 the right directory.
2120
2121 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2122
2123 * org.el (org-goto-first-child): New command.
2124
2125 2010-11-11 Matt Lundin <mdl@imapmail.org>
2126
2127 * org-agenda.el (org-prepare-agenda): If the agenda is called from
2128 within the agenda via an elisp link, such as
2129 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
2130 of the file containing the link, since that buffer is current
2131 during org-prepare agenda (due to a with-current-buffer in
2132 org-agenda-open-link). An additional test now ensures that the
2133 agenda buffer is in fact current when the buffer is erased and
2134 local variables for the agenda are set.
2135
2136 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
2137
2138 * org-exp.el (org-infile-export-plist): Define property macro.
2139
2140 2010-11-11 David Maus <dmaus@ictsoc.de>
2141
2142 * org-mhe.el (org-mhe-get-header): Remove possible folding white
2143 space in message header field.
2144
2145 2010-11-11 David Maus <dmaus@ictsoc.de>
2146
2147 * org-feed.el (org-feed): Fix typo in customization group :tag
2148 property.
2149
2150 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2151
2152 * org-latex.el (org-export-latex-tag-markup): New option.
2153 (org-export-latex-keywords-maybe):
2154 Use `org-export-latex-tag-markup'.
2155
2156 2010-11-11 Rémi Vanicat <vanicat@debian.org>
2157
2158 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
2159 (org-ical-ts-to-string): Use UTC time when requested.
2160
2161 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
2162
2163 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
2164 from 'file' to 'http'.
2165
2166 2010-11-11 David Maus <dmaus@ictsoc.de>
2167
2168 * org.el (org-store-log-note): Fix wrong usage
2169 of`org-adapt-indentation'.
2170
2171 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2172
2173 * org.el (org-skip-over-state-notes): Do not compute bottom point
2174 at each item.
2175
2176 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
2177 instead of moving to each item.
2178
2179 2010-11-11 David Maus <dmaus@ictsoc.de>
2180
2181 * org-capture.el (org-capture-templates): Small fix in doc string.
2182
2183 2010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
2184
2185 * org-archive.el (org-get-local-archive-location):
2186 Use `org-carchive-location' as default.
2187
2188 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2189
2190 * ob-C.el (org): No longer requires org.
2191
2192 * ob-ledger.el (org): No longer requires org.
2193
2194 2010-11-11 David Maus <dmaus@ictsoc.de>
2195
2196 * org.el (org-priority): Save match data before call to
2197 `read-char-exclusive'.
2198
2199 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2200
2201 * org-list.el (org-list-to-generic): Descriptions labels can be
2202 any suit of symbols, and will end at double colons.
2203
2204 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2205
2206 * org.el (org-indent-line-function): Indent past [@num] and
2207 [@start:num], consistently with what is already done with
2208 checkboxes.
2209
2210 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2211
2212 * org.el (org-store-log-note): Indent new notes to the right
2213 column. Also take `org-list-two-spaces-after-bullet-regexp' into
2214 consideration when creating the note.
2215
2216 2010-11-11 David Maus <dmaus@ictsoc.de>
2217
2218 * org-gnus.el (nnimap-group-overview-filename): Declare function
2219 to silence byte compiler.
2220
2221 2010-11-11 David Maus <dmaus@ictsoc.de>
2222
2223 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
2224 New customization variable.
2225 (org-gnus-nnimap-cached-article-number): New function.
2226 (org-gnus-follow-link): Try to fetch cached article number of
2227 message-id.
2228
2229 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2230
2231 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
2232 first line into code blocks before export so that the first line
2233 is not interpreted as a title
2234 (org-babel-org-export): Use new dummy code block prefix.
2235
2236 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2237
2238 * ob.el (org-babel-insert-result): No longer throws error when
2239 inserting an empty result.
2240
2241 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2242
2243 * ob-tangle.el: autoload org-babel-tangle-lang-exts from ob-tangle.
2244
2245 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2246
2247 * ob.el (org-babel-do-in-edit-buffer):
2248 Use `org-babel-where-is-src-block-head' to test for source block at
2249 point.
2250
2251 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2252
2253 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
2254 `org-babel-goto-src-block-head'.
2255
2256 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
2257 current code block.
2258
2259 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2260
2261 * ob.el (org-babel-next-src-block): Now raising more informative
2262 error when no further code blocks can be found.
2263 (org-babel-previous-src-block): Now raising more informative error
2264 when no previous code blocks can be found.
2265
2266 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2267
2268 * org-exp-blocks.el
2269 (org-export-preprocess-after-include-files-hook): Now using this
2270 hook instead of `org-export-preprocess-hook'.
2271
2272 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2273
2274 * ob-plantuml.el (org-babel-execute:plantuml): ????
2275
2276 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2277
2278 * ob-python.el (org-babel-python-evaluate): Refactor as call to
2279 either `org-babel-python-evaluate-external-process' or
2280 `org-babel-python-evaluate-session'.
2281 (org-babel-python-evaluate-external-process): New function to
2282 handle evaluation in external process.
2283 (org-babel-python-evaluate-session): New function to handle
2284 evaluation in emacs inferior process.
2285
2286 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2287
2288 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
2289 or html respecting :results header arg
2290 (org-babel-org-export): Exports a string of text to an output
2291 format.
2292
2293 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2294
2295 * ob.el (org-babel-insert-result): Remove existing results when
2296 nil results are returned.
2297
2298 2010-11-11 David Maus <dmaus@ictsoc.de>
2299
2300 * org-ascii.el (org-export-as-ascii): Bind and set link path for
2301 link type specific markup function.
2302
2303 2010-11-11 David Maus <dmaus@ictsoc.de>
2304
2305 * org-clock.el (notifications-notify): Properly declare function
2306 to silence byte compiler.
2307
2308 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2309
2310 * org-list.el (org-insert-item): Check invisibility of point at a
2311 meaningful location.
2312
2313 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2314
2315 * org-list.el (org-list-insert-item-generic): Updating checkboxes
2316 can modifiy bottom point of a list, so make it a marker before
2317 calling `org-update-checkbox-count-maybe'.
2318
2319 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2320
2321 * org.el (org-src-fontify-natively): Set to nil by default.
2322 Supply cutomize interface.
2323
2324 2010-11-11 Bastien Guerry <bzg@altern.org>
2325
2326 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
2327 `org-bracket-link-analytic-regexp++' to match the link type.
2328
2329 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2330
2331 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
2332 `language'.
2333
2334 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2335
2336 * ob-tangle.el (org-babel-tangle-comment-format-beg):
2337 Format string specifying the link-comment preceding a code block
2338 (org-babel-tangle-comment-format-end): Format string specifying
2339 the link-comment following a code block
2340 (org-babel-tangle-collect-blocks): Storing more information in the
2341 spec of a tangling code block
2342 (org-babel-spec-to-string): Now makes use of customizable
2343 link-comment formats.
2344
2345 2010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
2346
2347 * org.el (org-delete-backward-char): Check for nil overwrite-mode
2348 before inserting spaces.
2349
2350 2010-11-11 David Maus <dmaus@ictsoc.de>
2351
2352 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
2353 from summary of non-TODO ical entries.
2354 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
2355 exclude tags from summary of TODO ical entries.
2356
2357 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2358
2359 * ob.el (org-babel-map-src-blocks): Now exposes much information
2360 about the code block in the form of let-bound local variables.
2361
2362 2010-11-11 David Maus <dmaus@ictsoc.de>
2363
2364 * org-list.el (org-outline-regexp, org-ts-regexp)
2365 (org-ts-regexp-both, org-in-regexps-block-p)
2366 (org-level-increment, org-at-heading-p)
2367 (outline-previous-heading, org-icompleting-read)
2368 (org-time-string-to-seconds): Declare to fix compiler warning.
2369
2370 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2371
2372 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
2373 used from an heading. Send an error when no item is in region.
2374
2375 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2376
2377 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
2378 ensure that edit buffer is exited.
2379
2380 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2381
2382 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
2383 control the amount of extra newlines inserted into tangled code
2384 (org-babel-tangle-collect-blocks): Now conditionally collects
2385 information to be used for "org" style comments
2386 (org-babel-spec-to-string): Now inserts "org" style comments, and
2387 obeys the newline configuration variable when inserting whitespace.
2388
2389 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2390
2391 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
2392 hook
2393 (org-babel-tangle): Calls new tangle hook.
2394
2395 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2396
2397 * org-capture.el (org-capture): Compute the length of the correct
2398 string when removing properties.
2399
2400 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2401
2402 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
2403 names before shell quoting.
2404
2405 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2406
2407 * org-src.el (org-src-tab-indents-natively): New variable
2408 controlling whether language-native TAB action should be performed
2409 (org-src-native-tab-command-maybe): New function to perform
2410 language-native TAB action.
2411 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
2412
2413 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2414
2415 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
2416 `org-plantuml-jar-path' before use.
2417
2418 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2419
2420 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
2421 language major mode buffers during fontification.
2422
2423 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2424
2425 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
2426 match code blocks with switches and header args. Call
2427 `org-src-font-lock-fontify-block' for automatic fontification of
2428 code in code blocks, controlled by variable
2429 `org-src-fontify-natively'.
2430 (org-src-fontify-natively): New variable.
2431
2432 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2433
2434 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
2435 inf-ruby.
2436
2437 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
2438
2439 * org-html.el (org-html-make-link): (expand-file-name) removes
2440 one "/" from "///path-to-file", so add one. Anything other than
2441 'file' type should be exported along with the type.
2442
2443 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
2444
2445 * org.el (org-insert-subheading): Fix compiler warning
2446 (org-insert-todo-subheading): Fix compiler warning.
2447
2448 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2449
2450 * org-capture.el (org-capture): Remove read-only text properties
2451 from capture text.
2452 (org-capture-set-target-location): Throw an error if file+headline
2453 target does not point into a file which is in Org mode.
2454
2455 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2456
2457 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
2458
2459 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2460
2461 * org-src.el (org-edit-src-code): Improve docstring.
2462
2463 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2464
2465 * ob.el (org-babel-execute-src-block): Document prefix argument in
2466 docstring.
2467
2468 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2469
2470 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
2471 org-ditaa-jar-path with expand-file-name.
2472
2473 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2474
2475 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
2476 `org-babel-execute-src-block'.
2477
2478 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2479
2480 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
2481 [@x] syntax for list numbering.
2482
2483 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2484
2485 * org.el (org-indent-line-function): Indentation of source block
2486 is left to `org-edit-src-exit' and shouldn't be modified by
2487 `org-indent-line-function'. Indentation of others blocks should be
2488 the same as the #+begin line.
2489
2490 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2491
2492 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
2493 forms on source blocks in current buffer; restore point in current
2494 buffer.
2495
2496 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2497
2498 * org-list.el (org-list-struct): Accept list boundaries as an
2499 argument in order to avoid computing `org-list-top-point' and
2500 `org-list-bottom-point' twice when indenting.
2501
2502 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2503
2504 * org-list.el (org-list-ending-method): Default value is now
2505 `both', to ensure maximum compatibility before previous
2506 implementation.
2507
2508 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2509
2510 * org-list.el (org-list-in-item-p-with-indent): Test if first line
2511 is the item beginning.
2512
2513 * org-list.el (org-list-top-point-with-indent): Test if first line
2514 is a valid list beginning.
2515
2516 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2517
2518 * org-list.el (org-list-ending-method): New customizable variable
2519 to tell Org Mode how lists end. See docstring.
2520
2521 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2522
2523 * org-list.el (org-indent-item-tree): Shifting step of top-level
2524 item depends on `org-level-increment'.
2525
2526 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2527
2528 * org.el (org-indent-line-function): Indent first non blank line
2529 after a list according to current heading level.
2530
2531 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2532
2533 * org-docbook.el (org-export-as-docbook): Remove check for
2534 indentation on lines that do not start with a list bullet.
2535
2536 * org-html.el (org-export-as-html): Same thing.
2537
2538 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2539
2540 * org-list.el (org-list-bottom-point): Take into consideration
2541 that bound of search can be before true ending of the list.
2542
2543 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2544
2545 * org-list.el (org-list-struct-apply-struct): No longer shift
2546 item's body twice: one after replacing bullet and one after
2547 changing indentation.
2548
2549 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2550
2551 * org-list.el (org-list-struct-indent): Add code to replace
2552 bullets if needed when indenting.
2553
2554 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2555
2556 * org-list.el (org-list-insert-item-generic): A single item
2557 already counting blank lines in his body should be separated with
2558 the next one by a blank line. Moreover, if user already provided
2559 blank lines, follow his wishes.
2560
2561 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2562
2563 * org-list.el (org-indent-item-tree): When moving top item of a
2564 *-list to column 0, only the first item had its bullet changed to
2565 -. It now changes all items of the top-level list, as expected.
2566
2567 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2568
2569 * org-list.el (org-toggle-checkbox): Go to beginning of line
2570 before processing.
2571
2572 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2573
2574 * org-list.el (org-list-struct-apply-struct): Check if ancestor
2575 exists.
2576
2577 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2578
2579 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
2580 done at each item.
2581
2582 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2583
2584 * org-list.el : Removed unused variable
2585 `org-suppress-item-indentation'.
2586
2587 * org-list.el (org-renumber-ordered-list): Skip item if bullet
2588 number is already good.
2589
2590 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2591
2592 * org-list.el (org-list-automatic-rules): Doc-string reflects this
2593 change.
2594
2595 * org-list.el (org-indent-item-tree): Prevent whole list from
2596 being moved when user is not moving subtree. Thus
2597 `org-cycle-item-indentation' will not allow to move the list.
2598
2599 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2600
2601 * org-list.el (org-indent-item-tree): Remove region code. It was
2602 prone to errors and undocumented.
2603
2604 * org-list.el (org-item-indent-positions): Better heuristics to
2605 determine what bullet the item will have when demoted.
2606
2607 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2608
2609 * org-list.el (org-list-bullet-string): First check if
2610 `org-list-two-spaces-after-bullet-regexp' isn't nil.
2611
2612 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2613
2614 * org-list.el (org-list-bullet-string): Do not modify match-data.
2615
2616 * org.el (org-toggle-item): Now working again when changing list
2617 items into plain text. Moreover take into consideration
2618 `org-list-two-spaces-after-bullet-regexp'.
2619
2620 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2621
2622 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
2623 fix, and improved heuristics to determine bullet when indenting.
2624
2625 * org-list.el (org-item-indent-positions): Function now returns
2626 sane results when there are two lists separated with blank lines
2627 only.
2628
2629 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2630
2631 * org-docbook.el (org-export-as-docbook): Use override="num" in
2632 any listitem matching [@start:num].
2633
2634 * org-html.el (org-export-as-html): Use value="num" in any li
2635 matching [@start:num].
2636
2637 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2638
2639 * org.el (org-set-font-lock-defaults): Correct fontification for
2640 checkboxes found after [@start:?].
2641
2642 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
2643 [@start:?] when looking at a regex after a bullet.
2644
2645 * org-list.el (org-toggle-checkbox): Correct insertion of
2646 checkboxes when there is already a [@start:?] in the item.
2647
2648 * org-list.el (org-checkbox-blocked-p): Properly check if there's
2649 an unchecked item before.
2650
2651 * org-list.el (org-list-parse-list): Function handles items having
2652 both a counter and a checkbox.
2653
2654 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2655
2656 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
2657 stores both indentation and bullet when cycle started.
2658
2659 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2660
2661 * org-list.el: `org-at-description-p' renamed to
2662 `org-at-item-description-p', `org-first-list-item-p' renamed to
2663 `org-list-first-item-p', `org-end-of-item-text-before-children'
2664 renamed to `org-end-of-item-or-at-child'.
2665
2666 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2667
2668 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
2669 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
2670 before toggling a checkbox.
2671
2672 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2673
2674 * org-list.el (org-list-bullet-string): New function returning
2675 bullet concatenated with an appropriate number of white spaces.
2676
2677 * org-list.el (org-list-insert-item-generic): Insert the right
2678 bullet, with help of `org-list-bullet-string'.
2679
2680 * org-list.el (org-indent-item-tree):
2681 Use `org-list-bullet-string'.
2682
2683 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
2684
2685 * org-list.el (org-toggle-checkbox): Send an error when
2686 `org-toggle-checkbox' is trying to insert a checkbox at a
2687 description item.
2688
2689 * org-list.el (org-item-re): Modified regexp so it can catch
2690 correct number of white space before item body.
2691
2692 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
2693 consideration new `org-item-re'.
2694
2695 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2696
2697 * org-list.el (org-list-insert-item-generic): The second item in a
2698 list will be separated from its predecessor with the number of
2699 blank lines separating the first item from its parent, if any, or
2700 no blank line.
2701
2702 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2703
2704 * org-list.el (org-indent-item-tree): Fix and reorder every list
2705 and sublist, from parent of list that has moved if indenting, or
2706 from list at point if outdenting.
2707
2708 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2709
2710 * org-list.el (org-indent-item-tree): Try to keep relative
2711 position on line. It can't if point is in white spaces before
2712 bullet because mixed tabs and spaces make some columns
2713 unattainable.
2714
2715 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2716
2717 * org-list.el (org-cycle-item-indentation): Cycle when the whole
2718 item only contains bullet and maybe a checkbox. Previously, TAB
2719 would cycle when the first line of the item was blank.
2720
2721 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2722
2723 * org-list.el (org-cycle-item-indentation): Allow a point just
2724 after a description item or a checkboxed item to start cycling.
2725
2726 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2727
2728 * org-list.el (org-cycle-list-bullet):
2729 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
2730 as valid bullets when cycling.
2731
2732 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2733
2734 * org-list.el (org-cycle-item-indentation): Do return t if and
2735 only if cycling is possible and succeded.
2736
2737 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2738
2739 * org-list.el (org-indent-item-tree): When outdenting a subtree,
2740 the last item shouldn't have a children.
2741
2742 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2743
2744 * org-list.el (org-cycle-item-indentation): Cycling should play
2745 nicely with indent rule in `org-list-automatic-rules'.
2746
2747 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2748
2749 * org-list.el (org-indent-item-tree): If indent rule is activated,
2750 it should be impossible to outdent an item having children without
2751 moving its subtree. Improved reordering of lists modified by
2752 cycling indentation.
2753
2754 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2755
2756 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
2757 `org-fix-bullet-type' to prevent infinite loop, and some checks
2758 already done in `org-renumber-ordered-list'.
2759
2760 * org-list.el (org-fix-bullet-type): Remove a check and call
2761 directly `org-maybe-renumber-ordered-list'.
2762
2763 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2764
2765 * org-list.el (org-indent-item-tree): It shouldn't be possible to
2766 indent the first item of a sublist (though outdent is possible) as
2767 it would break list's structure.
2768
2769 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2770
2771 * org-list.el (org-list-insert-item-generic): When local search
2772 doesn't help, search the list globally for blank lines. Moreover,
2773 don't bother with new lists, and add 1 blank line.
2774
2775 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2776
2777 * org-capture.el (org-capture-place-item):
2778 Use `org-search-forward-unenclosed' and
2779 `org-search-backward-unenclosed' and new variable
2780 `org-item-beginning-re'.
2781
2782 * org-list.el (org-item-beginning-re): Regexp matching beginning
2783 of an item.
2784
2785 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2786
2787 * org-list.el (org-cycle-list-bullet): Put back support for
2788 'previous argument.
2789
2790 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2791
2792 * org-list.el (org-in-item-p): Handle case when point is at an
2793 heading.
2794
2795 * org-list.el (org-list-make-subtree): Add protection when used
2796 outside of list.
2797
2798 * org-list.el (org-insert-item): Remove useless hack now
2799 `org-in-item-p' is fixed.
2800
2801 * org-timer.el (org-timer-item): Remove useless hack now
2802 `org-in-item-p' is fixed.
2803
2804 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2805
2806 * org-list.el (org-cycle-list-bullet): Prevent description items
2807 from being numbered. String argument is also recognized now, as
2808 long as it is a valid bullet.
2809
2810 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2811
2812 * org-list.el (org-indent-item-tree): Moving indentation of top
2813 list item will make the whole list move.
2814
2815 * org-list.el (org-apply-on-list): Function is less sensitive to
2816 changes of indentation.
2817
2818 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2819
2820 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
2821 of the regexp.
2822
2823 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
2824
2825 * org-list.el (org-cycle-item-indentation): Allow cycling
2826 description items and checkbox items.
2827
2828 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
2829
2830 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
2831 regexp.
2832
2833 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2834
2835 * org-list.el (org-insert-item-internal): Guessing of blank lines
2836 number is made by looking at neighbours items, if any.
2837
2838 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2839
2840 * org-list.el (org-sort-list): Add the possibility to sort timer
2841 lists with the ?t or ?T options.
2842
2843 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2844
2845 * org-list.el (org-search-unenclosed-internal): New function to
2846 handle both `org-search-forward-unenclosed' and
2847 `org-search-backward-unenclosed'.
2848
2849 * org-list.el (org-search-backward-unenclosed): Can send errors
2850 now. Removed useless usage of COUNT.
2851
2852 * org-list.el (org-search-forward-unenclosed): Can send errors
2853 now. Removed useless usage of COUNT.
2854
2855 * org-list.el (org-update-checkbox-count):
2856 Use `org-search-forward-unenclosed' and
2857 `org-search-backward-unenclosed' instead of `re-search-forward'
2858 and `re-search-backward'.
2859
2860 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
2861 and `org-search-backward-unenclosed' instead of
2862 `re-search-forward' and `re-search-backward'.
2863
2864 * org-list.el (org-list-make-subtree):
2865 Use `org-search-forward-unenclosed' and
2866 `org-search-backward-unenclosed' instead of `re-search-forward'
2867 and `re-search-backward'.
2868
2869 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2870
2871 * org-list.el (org-insert-item-internal): Fixes the problem when
2872 point was before the first char of the item's body.
2873
2874 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2875
2876 * org-timer.el (org-timer-item): Refactoring. Compute timer string
2877 before inserting it in the buffer.
2878
2879 * org-timer.el (org-timer): Add an optional argument to return
2880 timer string instead of inserting it.
2881
2882 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2883
2884 * org-list.el (org-insert-item-internal): New function to handle
2885 positionning and contents of an item being inserted at a specific
2886 pos. It is not possible anymore to split a term in a description
2887 list or a checkbox when inserting a new item.
2888
2889 * org-list.el (org-insert-item): Refactored by using the new
2890 `org-insert-item-internal' function.
2891
2892 * org-timer.el (org-timer-item): Refactored by using the new
2893 `org-insert-item-internal' function.
2894
2895 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2896
2897 * org-list.el (org-list-bottom-point): Be sure to check real
2898 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
2899
2900 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
2901 end of item if we are in a list.
2902
2903 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2904
2905 * org-list.el (org-insert-item): Move before any special block in
2906 a list prior to add a new item.
2907
2908 * org-timer.el (org-timer-item): When in a timer list, insert a
2909 new timer item like `org-insert-item'. If in another list, send an
2910 error. Otherwise, start a new timer list.
2911
2912 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2913
2914 * org-list.el: Minor refactoring.
2915
2916 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2917
2918 * org-timer.el (org-timer-item): Insert description list item at
2919 the right column.
2920
2921 * org-list.el (org-insert-item): Insert the right number of blank
2922 lines before a relative timer.
2923
2924 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2925
2926 * org-list.el (org-insert-item): Remove restriction on latex
2927 blocks.
2928
2929 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2930
2931 * org-list.el (org-search-backward-unenclosed): Do not stop in
2932 protected places.
2933
2934 * org-list.el (org-search-forward-unenclosed): Do not stop in
2935 protected places.
2936
2937 * org-latex.el (org-export-latex-lists): Use the fact that
2938 org-search-forward do not stop anymore at protected places.
2939
2940 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2941
2942 * org-list.el (org-search-backward-unenclosed): Do not prevent
2943 list items from being inside LaTeX blocks.
2944
2945 * org-list.el (org-search-forward-unenclosed): Do not prevent list
2946 items from being inside LaTeX blocks.
2947
2948 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2949
2950 * org-list.el (org-in-item-p): Do not widen before checking if we
2951 are in item.
2952
2953 * org-list.el (org-list-send-list): We cannot count on
2954 `org-list-top-point' and `org-list-bottom-point' before buffer is
2955 narrowed. Find bounds of list otherwise.
2956
2957 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2958
2959 * org-list.el (org-list-end-regexp): By default, list ending is
2960 exactly 2 blank lines.
2961
2962 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2963
2964 * org-docbook.el (org-export-as-docbook): When we find an empty
2965 line, we do not need to check for
2966 `org-empty-line-terminates-plain-lists' because we would have
2967 found end-list marker before.
2968
2969 * org-html.el (org-export-as-html): Same.
2970
2971 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2972
2973 * org-list.el (org-insert-item): Simplify count of blank lines to
2974 insert.
2975
2976 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2977
2978 * org-list.el (org-list-end-regexp): New customizable variable to
2979 define what string should end lists.
2980
2981 * org-list.el (org-list-end-re): Function is now aware of
2982 `org-list-end-regexp'.
2983
2984 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2985
2986 * org-html.el (org-export-as-html): Code cleanup.
2987
2988 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2989
2990 * org-docbook.el (org-export-as-docbook): Properly close any open
2991 list when seeing ORG-LIST-END. Removed any reference to now
2992 unneeded DIDCLOSE variable.
2993
2994 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2995
2996 * org-exp.el (org-export-mark-list-ending): Fix number of blank
2997 lines inserted after a list.
2998
2999 * org-list.el (org-list-parse-list): Fix case when
3000 `org-list-end-re' would have an indentation greater than current
3001 list.
3002
3003 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3004
3005 * org-exp.el (org-export-mark-list-ending): Differentiate between
3006 export backends, and replace `org-list-end-re' by a blank line
3007 upon exporting.
3008
3009 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3010
3011 * org-html.el (org-export-as-html): Delete didclose and everything
3012 related to it, as it is no longer needed.
3013
3014 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3015
3016 * org-html.el (org-export-html-preprocess): Remove unneeded
3017 insertion of list end marker, as it is now handled by
3018 `org-export-mark-list-ending'.
3019
3020 * org-html.el (org-export-as-html): Cleaner termination of lists.
3021
3022 * org-exp.el (org-export-mark-list-ending): New function to insert
3023 specific markers at the end of lists when exporting to a backend
3024 not using `org-list-parse-list'. This function is called early in
3025 `org-export-preprocess-string', while it is still able to
3026 recognize lists.
3027
3028 * org-latex.el (org-export-latex-lists): Better search for
3029 lists. It now only finds items not enclosed and not protected.
3030
3031 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3032
3033 * org-list.el: Replaced `re-search-forward' by
3034 `org-search-forward-unenclosed' where it made sense.
3035
3036 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3037
3038 * org-list.el (org-apply-to-list): Now a return value is handed at
3039 each new call of the function applied.
3040
3041 * org-list.el (org-fix-bullet-type): Use the new
3042 `org-apply-to-list' format.
3043
3044 * org-list.el (org-renumber-ordered-list): Use the new
3045 `org-apply-to-list' format.
3046
3047 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3048
3049 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
3050 correctly used.
3051
3052 * org-list.el (org-search-forward-unenclosed): Better regexp used.
3053
3054 * org-list.el (org-search-backward-unenclosed): Better regexp
3055 used.
3056
3057 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3058
3059 * org-list.el (org-sort-list): End-rec function was ill-defined.
3060
3061 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3062
3063 * org-list.el (org-search-forward-unenclosed): Fix behavior when
3064 last occurrence was enclosed.
3065
3066 * org-list.el (org-search-backward-unenclosed): Fix behavior when
3067 last occurrence was enclosed.
3068
3069 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3070
3071 * org.el (org-in-regexps-block-p): Fix documentation.
3072
3073 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3074
3075 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
3076
3077 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
3078
3079 * org-list.el (org-list-parse-list): Minor fix.
3080
3081 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3082
3083 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
3084 called with t argument.
3085
3086 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3087
3088 * org-html.el (org-export-html-preprocess):
3089 Replace `org-list-end-re' by a blank line during pre-process.
3090
3091 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3092
3093 * org-list.el (org-list-bottom-point): No need for square brackets
3094 for `skip-chars-backward'.
3095
3096 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3097
3098 * org-html.el: Do not delete space between end of list and
3099 beginning of the following.
3100
3101 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3102
3103 * org-html.el: Preprocess buffer string and add ORG-LIST-END where
3104 needed. Lists should not end before seeing this.
3105
3106 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3107
3108 * org-html.el: Notice end of lists.
3109
3110 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3111
3112 * org-list.el (org-list-parse-list): Better handling of
3113 restrictions when function is called on a list with sublists.
3114
3115 * org-list.el (org-list-send-list): Find the true ending of the
3116 list being sent.
3117
3118 * org-list.el (org-list-radio-list-templates): Templates are more
3119 specific to lists.
3120
3121 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3122
3123 * ob-js.el (org-babel-js-eoe): Indicate end of input
3124 (org-babel-execute:js): Support for session evaluation
3125 (org-babel-prep-session:js): Fleshed out definition
3126 (org-babel-js-initiate-session): Can initiate a session using
3127 mozrepl.
3128
3129 2010-11-11 David Maus <dmaus@ictsoc.de>
3130
3131 * org.el (org-set-regexps-and-options): Protect escape char in
3132 `org-complex-heading-regexp-format'.
3133
3134 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3135
3136 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
3137 session-based evaluation
3138 (org-babel-execute:scheme): Now supports session-based evaluation
3139 (org-babel-prep-session:scheme): Now works and defines variables
3140 (org-babel-scheme-initiate-session): Now works using run-scheme
3141 from cmuscheme.
3142
3143 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3144
3145 * org.el (org-export-latex-default-packages-alist): Remove the
3146 t1enc package - this is already covered by fontenc.
3147
3148 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3149
3150 * ob.el (with-parsed-tramp-file-name): Declared
3151 (org-babel-tramp-localname): Ensure variable name exists locally.
3152
3153 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3154
3155 * ob.el (org-babel-temp-file): Don't use babel temporary directory
3156 in remote case; use make-temp-file with remote file name so that
3157 temp file is guaranteed not to exist previously on remote machine.
3158 (org-babel-tramp-localname): New function to return local name
3159 portion of possibly remote file specification.
3160
3161 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3162
3163 * ob-R.el (org-babel-R-write-object-command): New unified R
3164 command for writing results to file
3165 (org-babel-R-wrapper-method): Remove variable
3166 (org-babel-R-wrapper-lastvar): Remove variable
3167 (org-babel-R-evaluate-external-process): Use new R command
3168 (org-babel-R-evaluate-session): Use new R command.
3169
3170 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3171
3172 * ob-comint.el
3173 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
3174 to evaluate code invisibly and block until output file exists.
3175
3176 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
3177 evaluate R code in session for :results value. Write result to
3178 file invisibly using new function
3179 `org-babel-comint-eval-invisibly-and-wait-for-file'.
3180
3181 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3182
3183 * org-capture.el (org-capture-fill-template): Align tags after
3184 insertion.
3185
3186 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3187
3188 * org-exp.el (org-export-concatenate-multiline-emphasis):
3189 Ignore matches that start in a headline.
3190
3191 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3192
3193 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
3194 and out-file in shell-quote-argument.
3195
3196 2010-11-11 David Maus <dmaus@ictsoc.de>
3197
3198 * org-docview.el (org-docview-store-link): Use expanded macro to
3199 get current page.
3200 (doc-view-goto-page, image-mode-window-get): Declare functions for
3201 byte compiler.
3202
3203 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3204
3205 * ob-scheme.el: very preliminary support for evaluating scheme
3206 code blocks.
3207
3208 * org.el (org-babel-load-languages): Adding scheme.
3209
3210 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3211
3212 * ob.el (require): Remove circular (require 'org).
3213
3214 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3215
3216 * ob-R.el (ess-make-buffer-current): Declared.
3217 (ess-ask-for-ess-directory): Declared.
3218 (ess-local-process-name): Declared.
3219 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
3220
3221 * ob.el (org-edit-src-code): Fixing arguments.
3222 (org-edit-src-exit): Declared.
3223 (org-outline-overlay-data): Declared.
3224 (org-set-outline-overlay-data): Declared.
3225
3226 2010-11-11 Glenn Morris <rgm@gnu.org>
3227
3228 * ob.el: Require org when compiling.
3229 (org-save-outline-visibility): Remove macro declaration.
3230
3231 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
3232 Remove unnecessary/macro declarations.
3233
3234 * org-docview.el: Require doc-view when compiling.
3235 (doc-view-goto-page): Autoload rather than declaring.
3236 (doc-view-current-page): Remove macro declaration.
3237
3238 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
3239 (org-entry-get, org-table-import): Fix declarations.
3240 (org-match-string-no-properties): Remove declaration.
3241
3242 * ob-sh.el (org-babel-comint-in-buffer)
3243 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
3244 (org-babel-comint-with-output): Remove unnecessary declarations.
3245
3246 * ob-R.el (orgtbl-to-tsv): Fix declaration.
3247
3248 * org-list.el (org-entry-get): Fix declaration.
3249
3250 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3251
3252 * ob.el (org-babel-remove-temporary-directory): Remove explicit
3253 second argument.
3254
3255 2010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
3256
3257 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
3258 numbers.
3259
3260 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3261
3262 * org-macs.el (org-save-outline-visibility): Move from org.el.
3263
3264 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3265
3266 * ob-org.el (org-babel-default-header-args:org): Additional
3267 ":results silent" default header argument for org code blocks.
3268
3269 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3270
3271 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
3272 which is now an alias to ":eval no".
3273
3274 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3275
3276 * ob.el (org-babel-remove-temporary-directory): The version of
3277 `delete-directory' found in files.el can not be assumed to be
3278 present on all versions, so this copies the recursive behavior of
3279 that command in such a way that all calls to delete-directory will
3280 also work with the built-in internal C implementation of that
3281 function. This is not overly difficult as all elements of the
3282 directory can be assumed to be files.
3283
3284 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3285
3286 * ob-C.el (org-babel-C-execute): Corrected arguments to
3287 org-babel-temp-file.
3288
3289 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3290
3291 * ob.el (org-babel-temporary-directory): Variable to hold the
3292 value of the Babel temporary directory.
3293
3294 2010-11-11 Aditya Siram <aditya.siram@gmail.com>
3295
3296 * ob.el (org-babel-load-in-session): Expanding noweb references
3297 when appropriate.
3298
3299 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3300
3301 * org.el (org-make-link-regexps): Modified regexp of
3302 org-plain-link-re.
3303
3304 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
3305
3306 * org-habit.el (org-habit-parse-todo): Find sr-days only if
3307 scheduled-repeat is non nil. Use 4th element of the list returned
3308 by (org-heading-components) as habit-entry. Modify the error
3309 message to be more meaningful.
3310
3311 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3312
3313 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
3314 ":border" header arguments which both use the "preview" latex
3315 package to fit the resulting pdf image to the figure.
3316
3317 2010-11-11 David Maus <dmaus@ictsoc.de>
3318
3319 * org-wl.el (org-wl-store-link): Don't try to store link if point
3320 is at end of buffer.
3321
3322 2010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
3323
3324 * org-publish.el (org-publish-project-alist): Document the new
3325 body-only property.
3326 (org-publish-org-to): Use the body-only property.
3327
3328 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3329
3330 * org.el (org-store-link): Return link when invoked
3331 non-interactively from an agenda buffer.
3332
3333 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3334
3335 * org.el (org-store-link): Storing of links to headlines in
3336 indirect buffers was broken. Fix it.
3337
3338 2010-11-11 Aidan Kehoe <kehoea@parhasard.net>
3339
3340 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
3341 #'set-file-modes to use integer, not character syntax, avoiding
3342 compile problems with recent XEmacs.
3343
3344 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3345
3346 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
3347 forward even if there is no text to be added.
3348
3349 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3350
3351 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
3352 tags/property matcher.
3353
3354 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3355
3356 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
3357 t.
3358
3359 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3360
3361 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
3362
3363 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3364
3365 * org-latex.el (org-export-latex-set-initial-vars):
3366 Bind `case-fold-search' to t around the search for special LaTeX setup.
3367
3368 * org-beamer.el (org-beamer-after-initial-vars):
3369 Bind `case-fold-search' to t around the search for special BEAMER
3370 setup.
3371
3372 2010-11-11 David Maus <dmaus@ictsoc.de>
3373
3374 * org-agenda.el (org-write-agenda): Delete postscript file after
3375 creating conversion to pdf.
3376
3377 2010-11-11 David Maus <dmaus@ictsoc.de>
3378
3379 * org-agenda.el (org-write-agenda): Move require statements to
3380 proper place in evaluated lisp expression.
3381
3382 2010-11-11 David Maus <dmaus@ictsoc.de>
3383
3384 * org-agenda.el (org-write-agenda): Rename temporary buffer to
3385 remove dependency of `flet' macro.
3386
3387 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3388
3389 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
3390
3391 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3392
3393 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
3394 from all standard sources when executing #+lob/#+call lines.
3395
3396 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3397
3398 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
3399 separate functions
3400 (org-babel-R-evaluate-external-process): New function to handle
3401 external process evaluation
3402 (org-babel-R-evaluate-session): New function to handle session
3403 evaluation.
3404
3405 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3406
3407 * ob.el (org-babel-initiate-session): New function derived from
3408 previous `org-babel-switch-to-session'
3409 (org-babel-switch-to-session): Refactored to use new
3410 `org-babel-initiate-session'.
3411
3412 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3413
3414 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
3415 to (interactive).
3416
3417 2010-11-11 David Maus <dmaus@ictsoc.de>
3418
3419 * org-feed.el (org-feed-format-entry): Decode entry according to
3420 its character encoding.
3421
3422 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
3423
3424 * org-feed.el (xml-substitute-special): Declare function for byte
3425 compiler.
3426 (org-feed-unescape): Removed.
3427 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
3428 Use `xml-substitute-special' to unescape XML entities.
3429
3430 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3431
3432 * ob.el (org-babel-switch-to-session): Throw error if block if
3433 :session not in effect for the block.
3434
3435 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3436
3437 * org-table.el (org-table-create-with-table.el): Align table
3438 before converting.
3439
3440 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3441
3442 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
3443 that org-src buffer is current before attempting exit.
3444
3445 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3446
3447 * org-src.el (ob-comint): Require 'ob-comint
3448 (org-src-babel-info): Define variable.
3449
3450 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3451
3452 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
3453 in the language major mode edit buffer.
3454 (org-babel-do-key-sequence-in-edit-buffer): New function to call
3455 an arbitrary key sequence in the language major mode edit buffer.
3456
3457 * org-src.el (org-src-switch-to-buffer): Add new allowed value
3458 'switch-invisibly for `org-src-window-setup'.
3459
3460 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3461
3462 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
3463 is used.
3464 (org-src-do-at-code-block): New macro to evaluate lisp with point
3465 at the start of the Org code block containing the code in this
3466 edit buffer.
3467 (org-src-do-key-sequence-at-code-block): New function to execute
3468 command bound to key at the Org code block containing the code in
3469 this edit buffer.
3470
3471 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3472
3473 * ob-R.el (org-babel-R-associate-session): New function to
3474 associate R code edit buffers with ESS comint session.
3475
3476 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3477
3478 * org-src.el (org-edit-src-code): If at src block, store babel
3479 info as buffer local variable.
3480 (org-src-associate-babel-session): New function to associate code
3481 edit buffer with comint session. Does nothing unless a
3482 language-specific function named
3483 `org-babel-LANG-associate-session' exists.
3484 (org-src-babel-configure-edit-buffer): New function to be called
3485 in `org-src-mode-hook'.
3486 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
3487 hook.
3488
3489 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3490
3491 * ob.el (org-babel-switch-to-session-with-code): New function to
3492 generate split frame displaying edit buffer and session.
3493
3494 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3495
3496 * org.el (org-set-tags): Consider org-indent-mode when computing
3497 the tags column.
3498
3499 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3500
3501 * org-compat.el (org-looking-at-p): Only use looking-at-p when
3502 defined.
3503
3504 2010-11-11 David Maus <dmaus@ictsoc.de>
3505
3506 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
3507 lines directly after call to sorting filter function.
3508
3509 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3510
3511 * org.el (org-complex-heading-regexp-format): Document the
3512 variable.
3513 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
3514 to make the regular expression for matching the headline.
3515
3516 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3517
3518 * org.el (org-refile-check-position): New function.
3519 (org-goto):
3520 (org-refile-get-location): Call `org-refile-check-position'.
3521
3522 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3523
3524 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
3525 instead of equal to compare symbols.
3526
3527 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3528
3529 * org-agenda.el (org-agenda-before-sorting-filter-function):
3530 New hook function.
3531 (org-finalize-agenda-entries):
3532 Apply `org-agenda-before-sorting-filter-function'.
3533
3534 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3535
3536 * org-latex.el (org-export-latex-first-lines): Do not protect meta
3537 lines that have nothing to do with babel.
3538
3539 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3540
3541 * org-capture.el (org-capture-place-template): Handle the
3542 checkitem case.
3543 (org-capture-place-item): Provide boundaries for the search to
3544 make sure we do not get a match in a different tree.
3545
3546 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3547
3548 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
3549 argument parser.
3550
3551 2010-11-11 Noorul Islam <noorul@noorul.com>
3552
3553 * org-latex.el (org-latex-to-pdf-process): Add output-directory
3554 option for the command pdflatex.
3555 (org-export-as-pdf): Respect directory in path of
3556 EXPORT_FILE_NAME.
3557
3558 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3559
3560 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
3561 which now means to use MathJax processing for HTML. Also allow
3562 new value `dvipng' to force the old image processing.
3563 (org-infile-export-plist): Parse for MATHJAX setup line.
3564
3565 * org-html.el (org-export-html-mathjax-options): New option.
3566 (org-export-html-mathjax-config): New function.
3567 (org-export-html-mathjax-template): New option.
3568 (org-export-html-preprocess): Call the LaTeX snippet processor
3569 with an additional argument to declare special ways of processing.
3570 (org-export-as-html): Bind the dynamical variable
3571 `org-export-have-math'. Insert the MathJax script template when
3572 it is needed by the document.
3573
3574 * org.el (org-preview-latex-fragment): Call `org-format-latex'
3575 with the additional processing argument.
3576 (org-export-have-math): New variable, for dynamic scoping.
3577 (org-format-latex): Implement specific ways of processing.
3578 New function argument for processing type.
3579 (org-org-menu): Remove the entry to configure LaTeX snippet
3580 processing.
3581
3582 2010-11-11 Bastien Guerry <bzg@altern.org>
3583
3584 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
3585 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
3586 heading currently clocked in is not listed in the agenda, display
3587 this entry in another buffer. If there is no running clock,
3588 display a help message.
3589
3590 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3591
3592 * org-latex.el (org-export-latex-tables): Return "" instead of nil
3593 when no label is attached.
3594
3595 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3596
3597 * org-agenda.el (org-agenda-menu-show-match): New option.
3598 (org-agenda-menu-two-column): New option.
3599 (org-agenda-get-restriction-and-command): Implement dispatch menu
3600 without showing the matcher, and with two-column display.
3601
3602 2010-11-11 Bernt Hansen <bernt@norang.ca>
3603
3604 * org-indent.el (org-indent-mode): Fix grammar for message when
3605 mode is refused.
3606
3607 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3608
3609 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
3610 no previous result exists.
3611
3612 2010-11-11 Noorul Islam <noorul@noorul.com>
3613
3614 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
3615 warning.
3616
3617 2010-11-11 Noorul Islam <noorul@noorul.com>
3618
3619 * org.el (org-set-visibility-according-to-property): Use backward
3620 search instead of forward, so that top hierarchy gets priority.
3621
3622 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3623
3624 * org-agenda.el (org-timeline): Allow indirect buffer.
3625
3626 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3627
3628 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
3629 (org-export-define-heading-targets-headline-hook): New hooks.
3630
3631 * org.el (org-modules): Add entry for org-wikinodes.el.
3632 (org-font-lock-set-keywords-hook): New hook.
3633 (org-open-at-point-functions): New hook.
3634 (org-find-exact-headling-in-buffer):
3635 (org-find-exact-heading-in-directory): New functions.
3636 (org-mode-flyspell-verify): Better cursor position for checking if
3637 flyspell should ignore a word.
3638
3639 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3640
3641 * org-indent.el (org-indent-remove-properties):
3642 (org-indent-add-properties): Make sure changing these properties
3643 does not trigger modification hooks.
3644
3645 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3646
3647 * org.el (org-link-search-must-match-exact-headline): New option.
3648 (org-link-search-inhibit-query): New variable.
3649 (org-link-search): Search for exact headline match in Org files.
3650
3651 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3652
3653 * ob.el (org-babel-execute-src-block-maybe): Remove check for
3654 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
3655 function `org-babel-execute-safely-maybe'.
3656
3657 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3658
3659 * ob.el (org-babel-load-in-session): Set directory in case :dir
3660 arg is in effect.
3661
3662 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3663
3664 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
3665 errors when we're not under of a headline.
3666
3667 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3668
3669 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
3670 write delimited text instead of save -ascii
3671 (org-babel-octave-import-elisp-from-file): Specify that data
3672 written to file is tab-delimited.
3673
3674 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3675
3676 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
3677 tab-delimited.
3678
3679 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3680
3681 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
3682 specified.
3683
3684 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3685
3686 * ob-python.el (org-babel-python-table-or-string): Fix recognition
3687 of lists and tuples.
3688
3689 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3690
3691 * ob-octave.el (org-babel-octave-evaluate-external-process):
3692 Allow remote files.
3693
3694 2010-11-11 Juan Pechiar <pechiar@computer.org>
3695
3696 * ob-octave.el (org-babel-octave-evaluate-external-process):
3697 Use `org-babel-octave-import-elisp-from-file' instead of
3698 `org-babel-eval-read-file'.
3699 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
3700 and use '%s' as format specifier instead of '%S'.
3701
3702 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3703
3704 * ob-octave.el: Only (require 'matlab) when necessary.
3705 (org-babel-octave-initiate-session): (require) octave-inf or matlab
3706 as appropriate.
3707 (org-babel-execute:matlab): Remove (require).
3708 (org-babel-prep-session:matlab): Remove (require).
3709 (org-babel-matlab-initiate-session): Remove (require).
3710
3711 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3712
3713 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
3714 list.
3715
3716 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3717
3718 * ob-python.el (org-babel-python-table-or-string): Can now handle
3719 VERY long result lines.
3720
3721 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3722
3723 * org-latex.el (org-export-latex-tables): Add label if any.
3724
3725 * org-latex.el (org-export-latex-convert-table.el-table):
3726 Fix little mistake when inserting label.
3727
3728 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3729
3730 * org.el (org-cycle-internal-local): Remove an unnecessary call
3731 to `org-back-to-heading' that was preventing point to stay at its
3732 column when cycling visibility.
3733
3734 2010-11-11 Noorul Islam <noorul@noorul.com>
3735
3736 * org-capture.el (org-capture-finalize): Make messages consistent.
3737
3738 2010-11-11 Noorul Islam <noorul@noorul.com>
3739
3740 * org-gnus.el: Suppress compiler warning by declaring outside
3741 function nnimap-retrieve-headers-from-file.
3742
3743 2010-11-11 Noorul Islam <noorul@noorul.com>
3744
3745 * org-colview.el Use org-beamer-select-environment instead of
3746 org-beamer-set-environment-tag.
3747
3748 2010-11-11 Matt Lundin <mdl@imapmail.org>
3749
3750 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
3751 that the value of org-last-inserted-timestamp includes time range.
3752
3753 2010-11-11 David Maus <dmaus@ictsoc.de>
3754
3755 * org-wl.el (org-wl-store-link-message): Provide link property for
3756 message-id without angle brackets.
3757
3758 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3759
3760 * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
3761
3762 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3763
3764 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
3765 file ensuing that the latest changes on disk are represented.
3766
3767 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3768
3769 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
3770 arguments w/o quotes.
3771
3772 2010-11-11 Bernt Hansen <bernt@norang.ca>
3773
3774 * org-capture.el (org-capture-finalize): Fix clock in of
3775 interrupted task during capture finalize.
3776
3777 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3778
3779 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
3780 session output.
3781
3782 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3783
3784 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
3785 expression for matching main function.
3786
3787 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3788
3789 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
3790 regexp -- it wasn't matching lob lines w/o indices.
3791
3792 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3793
3794 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
3795 warning in org-exp.el.
3796
3797 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3798
3799 * org-publish.el (org-publish-file): Better error message if
3800 base-directory or publishing-directory are not defined.
3801
3802 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3803
3804 * org-colview.el (org-columns-display-here): Use overlays to
3805 overrule line prefix properties during column view.
3806
3807 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3808
3809 * org-agenda.el (org-agenda-filter-preset): Document the
3810 limitation for the filter preset - it can only be used for an
3811 entire agenda view, not in an individual block in a block agenda.
3812
3813 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3814
3815 * ob-table.el (sbe): Now able to accept range references from
3816 tables.
3817
3818 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3819
3820 * ob.el (org-babel-pick-name): If colnames or rownames contain a
3821 list of names, then use those directly.
3822
3823 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3824
3825 * org-exp.el (org-export-format-source-code-or-example):
3826 Escape underscores in code block names on latex listings export.
3827
3828 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3829
3830 * ob-tangle.el (org-babel-with-temp-filebuffer):
3831 Use find-file-noselect to avoid excess buffer movement.
3832
3833 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3834
3835 * org-html.el (org-html-should-inline-p): Only inline images if
3836 they should be.
3837
3838 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3839
3840 * org-id.el (org-id-store-link): Autoload.
3841
3842 * org.el ("org-id"): Autoload `org-id-store-link'.
3843
3844 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3845
3846 * org-html.el (org-html-should-inline-p): Only inline images if
3847 they should be.
3848
3849 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
3850
3851 * org-icalendar.el (org-icalendar-alarm-time): New option.
3852
3853 * org-icalendar.el (org-print-icalendar-entries): Timed events are
3854 exported with alarm events, a.k.a. reminders.
3855
3856 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3857
3858 * org-capture.el (org-capture-target-buffer): Throw an error if we
3859 have no target file.
3860 (org-capture-select-template): Use a default template if the user
3861 has not specified any.
3862
3863 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3864
3865 * org.el (org-modules): Add entry for org-velocity.
3866
3867 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3868
3869 * ob-lob.el (org-babel-lob-execute): Changing indentation to
3870 improve line length.
3871
3872 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3873
3874 * org-exp.el (org-export-handle-table-metalines): Choose a better
3875 position for checking protectedness.
3876
3877 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3878
3879 * org-table.el (org-table-convert-region): Don't continue csv
3880 importation which the point catches the end, this fixes an
3881 infinite loop which was caused by the (point) never catching up
3882 with the "end" marker.
3883
3884 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3885
3886 * org-macs.el (org-string-nw-p): New function.
3887
3888 * org-capture.el (org-capture-import-remember-templates):
3889 Interpret an empty string as request to use
3890 `org-default-notes-file'.
3891 (org-capture-target-buffer): If the FILE is not a (non-empty)
3892 string, use `org-default-notes-file'.
3893
3894 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3895
3896 * org-capture.el (org-capture-templates): Fix customize type.
3897
3898 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3899
3900 * org-colview-xemacs.el (org-columns-compile-map):
3901 (org-columns-number-to-string):
3902 (org-columns-string-to-number): Handle estimate ranges.
3903 (org-estimate-mean-and-var): New function.
3904 (org-estimate-combine): New function.
3905 (org-estimate-print): New function.
3906 (org-string-to-estimate): New function.
3907
3908 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
3909
3910 * org.el (org-refile-targets):
3911 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
3912
3913 2010-08-19 Glenn Morris <rgm@gnu.org>
3914
3915 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
3916 (org-save-outline-visibility): Move to org-macs.
3917 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
3918 (org-save-outline-visibility): Move here from org.el.
3919 (show-all): Autoload it.
3920 * ob.el: Don't require org when compiling.
3921
3922 2010-08-18 Glenn Morris <rgm@gnu.org>
3923
3924 * ob.el: Require org when compiling.
3925 (org-save-outline-visibility): Remove macro declaration.
3926 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
3927 Remove unnecessary/macro declarations.
3928 * org-docview.el: Require doc-view when compiling.
3929 (doc-view-goto-page): Autoload rather than declaring.
3930 (doc-view-current-page): Remove macro declaration.
3931
3932 2010-08-17 Glenn Morris <rgm@gnu.org>
3933
3934 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
3935 (org-entry-get, org-table-import): Fix declarations.
3936 (org-match-string-no-properties): Remove unnecessary declaration.
3937 * ob-sh.el (org-babel-comint-in-buffer)
3938 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
3939 (org-babel-comint-with-output): Remove unnecessary declarations.
3940 * ob-R.el (orgtbl-to-tsv): Fix declaration.
3941 * org-list.el (org-entry-get): Fix declaration.
3942
3943 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
3944
3945 * ob-C.el: New file.
3946 * ob-R.el: New file.
3947 * ob-asymptote.el: New file.
3948 * ob-clojure.el: New file.
3949 * ob-comint.el: New file.
3950 * ob-css.el: New file.
3951 * ob-ditaa.el: New file.
3952 * ob-dot.el: New file.
3953 * ob-emacs-lisp.el: New file.
3954 * ob-eval.el: New file.
3955 * ob-exp.el: New file.
3956 * ob-gnuplot.el: New file.
3957 * ob-haskell.el: New file.
3958 * ob-keys.el: New file.
3959 * ob-latex.el: New file.
3960 * ob-lob.el: New file.
3961 * ob-matlab.el: New file.
3962 * ob-mscgen.el: New file.
3963 * ob-ocaml.el: New file.
3964 * ob-octave.el: New file.
3965 * ob-perl.el: New file.
3966 * ob-python.el: New file.
3967 * ob-ref.el: New file.
3968 * ob-ruby.el: New file.
3969 * ob-sass.el: New file.
3970 * ob-screen.el: New file.
3971 * ob-sh.el: New file.
3972 * ob-sql.el: New file.
3973 * ob-sqlite.el: New file.
3974 * ob-table.el: New file.
3975 * ob-tangle.el: New file.
3976 * ob.el: New file.
3977
3978 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3979
3980 * org-mks.el: New file.
3981 * org-capture.el: New file.
3982
3983 2010-07-19 Christian Egli <christian.egli@sbszh.ch>
3984
3985 * org-taskjuggler.el: New file.
3986
3987 2010-07-19 Matt Lundin <mdl@imapmail.org>
3988
3989 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
3990 in org-agenda-text-search-extra-files.
3991
3992 2010-07-19 David Maus <dmaus@ictsoc.de>
3993
3994 * org-list.el (org-list-send-list): Locally bind variable `txt'.
3995
3996 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
3997
3998 * org.el (org-reload): Now also reloading babel files.
3999
4000 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4001
4002 * org-capture.el (org-capture-set-plist): Make sure txt is a string
4003 before calling `string-match'.
4004 (org-capture-templates): Fix customization type.
4005
4006 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4007
4008 * org-latex.el (org-export-latex-preprocess): Make a special case
4009 for \nbsp.
4010 (org-latex-entities): Remove the entry for \nbsp.
4011 (org-latex-entities-exceptions): Variable removed.
4012
4013 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4014
4015 * org-capture.el (org-capture-refile): Do not try to manipulate
4016 bookmark list.
4017
4018 * org.el (org-refile): Use the correct bookmark here.
4019
4020 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4021
4022 * org-list.el (org-list-send-list): Parse list from its true beginning.
4023
4024 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
4025
4026 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4027
4028 * org.el (org-insert-link): Correctly determine if we should use
4029 a relative path.
4030
4031 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4032
4033 * org-list.el (org-list-radio-list-templates): Fix templates.
4034
4035 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4036
4037 * org-list.el (org-list-send-list): Regexp defining the start of
4038 a radio list is now on par with the one used for radio tables.
4039
4040 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4041
4042 * org-entities.el (org-entities-help): Add a headline for
4043 the user-defined entities.
4044
4045 2010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
4046
4047 * org-agenda.el (org-agenda-action): Document capture key and add it
4048 to the prompt.
4049
4050 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4051
4052 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
4053
4054 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4055
4056 * org-latex.el (org-export-latex-first-lines): Do not mark
4057 meta lines for removal. Do not remove BABEL config lines during export.
4058
4059 2010-07-19 David Maus <dmaus@ictsoc.de>
4060
4061 * org-capture.el (org-capture): Check if
4062 `org-capture-link-is-already-stored' is bound before evaluating.
4063
4064 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4065
4066 * org.el: Add autoload for org-babel-do-load-languages.
4067
4068 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4069
4070 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
4071
4072 2010-07-19 David Maus <dmaus@ictsoc.de>
4073
4074 * org-feed.el: Change indentation to match coding style
4075 guideline.
4076
4077 2010-07-19 David Maus <dmaus@ictsoc.de>
4078
4079 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
4080 library if necessary.
4081
4082 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4083
4084 * org-beamer.el (org-beamer-amend-header): Standardize the
4085 header cookie for the beamer extra stuff.
4086
4087 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4088
4089 * org-beamer.el (org-beamer-amend-header): Put extra header
4090 last in header.
4091
4092 2010-07-19 David Maus <dmaus@ictsoc.de>
4093
4094 * org-exp-blocks.el (org-export-blocks-format-ditaa)
4095 (org-export-blocks-format-dot): Remove text properties of body before
4096 calculating cache hash.
4097
4098 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4099
4100 * org-latex.el (org-export-latex-tabular-environment): New option.
4101 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
4102
4103 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4104
4105 * org-compat.el (org-version-check): New function.
4106
4107 * org-indent.el (org-indent-mode): Check for exact emacs version.
4108
4109 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4110
4111 * org-capture.el (org-capture-templates): Allow the template
4112 to come from a file or function call.
4113 (org-capture-place-entry): Get the template from file or function.
4114
4115 2010-07-19 David Maus <dmaus@ictsoc.de>
4116
4117 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
4118 position if target is entire file.
4119
4120 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4121
4122 * org.el (org-autoload): Autoload a few more org-table functions.
4123
4124 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4125
4126 * org.el (org-babel-load-languages): Add ob-mscgen.
4127
4128 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4129
4130 * org-latex.el (org-export-latex-tables): Format string now
4131 matches options.
4132
4133 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4134
4135 * org.el (org-babel-load-languages): This variable controls which
4136 languages will be loaded by org-babel. It is customizable through
4137 the customize interface.
4138
4139 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4140
4141 * org-latex.el (org-export-latex-format-image): Update number of
4142 arguments to allow for an optional short-name.
4143
4144 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4145
4146 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
4147
4148 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4149
4150 * org-capture.el (org-capture-set-target-location):
4151 Store exact positions for file+regexp and file+function targets.
4152 (org-capture-place-entry, org-capture-place-item)
4153 (org-capture-place-table-line, org-capture-place-plain-text):
4154 Respect exact positions.
4155 (org-capture-finalize): Make sure we are at the beginning of a line
4156 when fixing the empty lines after the entry.
4157
4158 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4159
4160 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
4161 (org-entry-get): Pass `literal-nil' into
4162 `org-entry-get-with-inheritance'.
4163 (org-todo): React to nil values of the LOGGING property.
4164
4165 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4166
4167 * org.el (org-default-notes-file): Update docstring.
4168
4169 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4170
4171 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
4172
4173 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4174
4175 * org-exp.el (org-export-attach-captions-and-attributes):
4176 Add a shortname attribute to caption strings under the symbol name
4177 org-caption-shortn.
4178
4179 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4180
4181 * org.el (org-switchb): Rename from `org-iswitchb'.
4182 Improve docstring.
4183 (org-iswitchb): New alias.
4184 (org-ido-switchb): Make alias point to `org-switchb'.
4185
4186 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4187
4188 * org-capture.el (org-capture-fill-template):
4189 Respect time-of-day preference in template prompt.
4190
4191 2010-07-19 David Maus <dmaus@ictsoc.de>
4192
4193 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
4194
4195 2010-07-19 David Maus <dmaus@ictsoc.de>
4196
4197 * org-wl.el (org-wl-disable-folder-check): New customization
4198 variable.
4199 (org-wl-open): Disable folder check depending on
4200 `org-wl-disable-folder-check'.
4201
4202 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4203
4204 * org-capture.el (org-capture-set-target-location):
4205 Fix file+function interpretation.
4206
4207 2010-07-19 David Maus <dmaus@ictsoc.de>
4208
4209 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
4210 content.
4211
4212 2010-07-19 David Maus <dmaus@ictsoc.de>
4213
4214 * org-feed.el (xml-entity-alist): Declare variable
4215 `xml-entity-alist' for byte compiler.
4216
4217 2010-07-19 David Maus <dmaus@ictsoc.de>
4218
4219 * org-feed.el (org-feed-unescape): New function.
4220 Unescape protected entities.
4221 (org-feed-parse-atom-entry): Use function for atom:content
4222 type text and html.
4223
4224 2010-07-19 David Maus <dmaus@ictsoc.de>
4225
4226 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
4227 element names.
4228
4229 2010-07-19 Bernt Hansen <bernt@norang.ca>
4230
4231 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
4232 when displaying items on todays agenda date.
4233
4234 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4235
4236 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
4237 value of EXTRA.
4238
4239 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4240
4241 * org-publish.el (org-publish-initialize-cache):
4242 Make timestamp directory, the entire path to it.
4243
4244 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4245
4246 * org-exp.el (org-export-handle-comments): Make sure to check
4247 for protection in the comment line, and not in the line after it.
4248
4249 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4250
4251 * org-html.el (org-export-html-preprocess): Call org-format-latex,
4252 possibly with a protect-only argument.
4253
4254 * org.el (org-format-latex): New argument PROTECT-ONLY.
4255
4256 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4257
4258 * org-exp.el (org-export-handle-table-metalines): This function
4259 removes table specific meta-lines, now that we aren't wiping
4260 everything that looks remotely like a comment at the end of the
4261 export process we have to be sure to catch all of the specific lines
4262 in org-exp.el.
4263
4264 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4265
4266 * org-exp.el (org-export-select-backend-specific-text): Properly
4267 get rid of #+Backend and #+ATTR_Backend specifics to backends not
4268 matching the one we're exporting to.
4269
4270 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4271
4272 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
4273 option which will strip newline characters from the text of table
4274 cells and replace then with "\n".
4275
4276 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4277
4278 * org.el (org-confirm-shell-link-function)
4279 (org-confirm-elisp-link-function): Limit the values that can be set by
4280 file variables.
4281
4282 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4283
4284 * org.el (org-compute-latex-and-specials-regexp): Deal with
4285 string elements by discarding them.
4286
4287 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4288
4289 * org.el (org-iswitchb): Make sure to use at least iswitchb.
4290
4291 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4292
4293 * org-capture.el (org-capture-position-for-last-stored)
4294 (org-capture-bookmark-last-stored-position): New functions.
4295 (org-capture-place-table-line): Better error catching.
4296 (org-capture-place-item, org-capture-place-entry)
4297 (org-capture-place-plain-text):
4298 Call `org-capture-position-for-last-stored'.
4299 (org-capture-finalize): Just call
4300 `org-capture-bookmark-last-stored-position'.
4301
4302 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4303
4304 * org-exp.el (org-export-mark-blockquote-verse-center):
4305 Fix small bug, now grabbing match data before overwritten by looking-at
4306 this fixes a problem with remainders of #+end_quote lines appearing
4307 in exported output.
4308
4309 2010-07-19 David Maus <dmaus@ictsoc.de>
4310
4311 * org.el (org-link-frame-setup): Add customization option for
4312 Wanderlust.
4313
4314 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4315
4316 * org-latex.el (org-export-latex-fixed-width): Now check
4317 org-example rather than org-protected on verbatim export, because by
4318 default all ": " prefixed lines are marked protected.
4319
4320 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4321
4322 * org-latex.el (org-export-latex-fixed-width): Check for
4323 protection before wrapping ": " lines as verbatim.
4324
4325 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4326
4327 * org-exp.el (org-export-handle-comments): Check for protection
4328 before removing comments.
4329
4330 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4331
4332 * org-entities.el (org-entities): Restructure the list.
4333 (org-entities-help): Turn the help output into a buffer
4334 in Org-mode, so that it becomes easier to find a symbol
4335 in the structure.
4336 (org-entities-create-table): Deal with new structure.
4337
4338 2010-07-19 David Maus <dmaus@ictsoc.de>
4339
4340 * org-agenda.el (org-write-agenda): Use backquotes to expand
4341 `flet' at compile time.
4342
4343 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4344
4345 * org.el (org-entry-properties): Make sure that standard property
4346 names are used even if the user has customized time keywords.
4347
4348 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4349
4350 * org-macs.el (org-not-nil): Return the value if not interpreted
4351 as nil.
4352
4353 * org.el (org-entry-get)
4354 (org-entry-get-with-inheritance): Interpret the value "nil"
4355 as nil for properties.
4356
4357 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4358
4359 * org.el (org-switch-to-buffer-other-window): Return the buffer.
4360
4361 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4362
4363 * org-macs.el (org-not-nil): New function.
4364
4365 * org.el (org-block-todo-from-children-or-siblings-or-parent):
4366 Use `org-not-nil' to interpret a property value of nil.
4367
4368 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4369
4370 * org.el (org-truely-invisible-p): New function.
4371 (org-beginning-of-line): Use `org-truely-invisible-p'.
4372
4373 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4374
4375 * org-agenda.el (org-agenda-get-timestamps): No errors
4376 while getting TODO state.
4377 (org-agenda-highlight-todo): No error when no keyword has
4378 been matched.
4379
4380 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4381
4382 * org.el (org-timestamp-change): New optional argument UPDOWN.
4383 Use this to identify calls from org-timestamp-up/down, so that we can
4384 skip by rounding minutes in this case.
4385 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
4386 (org-timestamp-down-day): Call org-timestamp-change with the
4387 updown argument.
4388
4389 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4390
4391 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
4392
4393 * org-capture.el: New file.
4394
4395 * org-compat.el (org-get-x-clipboard): Function moved here from
4396 remember.el.
4397
4398 * org-mks.el: New file.
4399
4400 * org.el (org-set-regexps-and-options): Allow statistic cookies as
4401 part of complex headlines.
4402 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
4403 OLP does not contain a file name.
4404
4405 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4406
4407 * org.el (org-mode): Set `comment-start' instead of changing the
4408 syntax of the `#' character.
4409
4410 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4411
4412 * org-exp.el (org-export-format-source-code-or-example): Mark examples
4413 by a property.
4414
4415 * org-html.el (org-export-html-close-lists-maybe): Check if raw
4416 HTML stuff was actually made from an example.
4417
4418 2010-07-19 Bastien Guerry <bzg@altern.org>
4419
4420 * org-latex.el: Items are no longer skipped when their first line
4421 ends on a protected element.
4422
4423 * org-list.el: Protected environments looking like lists are not
4424 exported anymore.
4425
4426 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4427
4428 * org-exp-blocks.el (org-export-blocks-preprocess):
4429 Cleanup trailing newline after block.
4430
4431 2010-07-19 Bastien Guerry <bzg@altern.org>
4432
4433 * org-exp.el: Comment regexp now matches documentation. No more
4434 protection check when deleting comments before export.
4435
4436 2010-07-19 Bastien Guerry <bzg@altern.org>
4437
4438 * org-exp.el (org-export-preprocess-string):
4439 Now using `org-export-handle-include-files-recurse' to resolve
4440 included files.
4441
4442 2010-07-19 Bastien Guerry <bzg@altern.org>
4443
4444 * org-agenda.el (org-agenda-get-deadlines)
4445 (org-agenda-get-scheduled):
4446 * org.el (org-time-string-to-seconds):
4447 For deadline and scheduled agenda display ignore the cyclic repeater
4448 when calculating how many days late the task is. If you have a weekly
4449 task and miss the date the agenda view will show more than a week late
4450 now instead of resetting on the cyclic repeating date. This makes it
4451 much more obvious when you missed a repeating task after the repeater.
4452
4453 2010-07-19 Bastien Guerry <bzg@altern.org>
4454
4455 * org-exp.el (org-export-mark-blockquote-verse-center):
4456 Consider environments that end at eob.
4457
4458 2010-07-19 Mikael Fornius <mfo@abc.se>
4459
4460 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
4461 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
4462 display correctly.
4463
4464 2010-07-19 Mikael Fornius <mfo@abc.se>
4465
4466 * org.el (org-at-property-p): Use save-match-data macro instead of let.
4467
4468 2010-07-19 Mikael Fornius <mfo@abc.se>
4469
4470 * org.el (test): Remove unused test function.
4471
4472 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4473
4474 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
4475
4476 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4477
4478 * org-exp-blocks.el (org-export-blocks-postblock-hook):
4479 Add documentation to and turn into a defcustom.
4480
4481 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4482
4483 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
4484 instead of to nil we avoid errors when :prefix1 is defined, but
4485 prefix is not.
4486
4487 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4488
4489 * org-latex.el (org-export-latex-preprocess): Environments coming
4490 from latex backend specific instructions (#+LaTeX) are already
4491 protected and won't be treated as normal environments.
4492
4493 2010-07-19 Bastien Guerry <bzg@altern.org>
4494
4495 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
4496
4497 2010-07-19 Bastien Guerry <bzg@altern.org>
4498
4499 * org-timer.el (org-timer-set-timer): Use a prefix argument.
4500 See the docstring of the function.
4501
4502 2010-07-19 Bastien Guerry <bzg@altern.org>
4503
4504 * org-timer.el (org-timer-set-timer): Fix bug about cancelling
4505 timers.
4506
4507 2010-07-19 David Maus <dmaus@ictsoc.de>
4508
4509 * org-w3m.el (org-w3m-copy-for-org-mode)
4510 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
4511 Get text property directly, not using macro `w3m-anchor'.
4512
4513 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4514
4515 * org.el (org-emph-re): Document the match groups.
4516
4517 2010-07-19 Bernt Hansen <bernt@norang.ca>
4518
4519 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
4520 t before calling `org-clock-out', so that that function can
4521 know its call context.
4522
4523 2010-07-19 Bastien Guerry <bzg@altern.org>
4524
4525 * org-timer.el (org-timer-default-timer): New variable.
4526 (org-timer-set-timer): Use the new variable. Also offer the
4527 possibility to replace the current timer by a new one.
4528
4529 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4530
4531 * org.el (org-kill-note-or-show-branches): Hide subtree before
4532 exposing the headings.
4533
4534 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4535
4536 * org.el (org-add-planning-info): Remove the empty line also
4537 if there is no whitespace at all in there.
4538
4539 * org-table.el (org-table-align): Fix alignment of strings
4540 with invisible characters.
4541
4542 2010-07-19 David Maus <dmaus@ictsoc.de>
4543
4544 * org.el (org-refile-cache-get): Return empty list of targets
4545 when cache was cleared.
4546 (org-clone-subtree-with-time-shift): Maybe create ID property
4547 in cloned subtrees.
4548 (org-clone-delete-id): New customization variable.
4549 (org-clone-subtree-with-time-shift): Use customization
4550 variable `org-clone-delete-id'.
4551 (org-clone-subtree-with-time-shift): Remove empty property
4552 drawer in cloned subtrees.
4553
4554 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4555
4556 * org.el (org-refile-use-cache): New option.
4557 (org-refile-cache, org-refile-markers): New variable.
4558 (org-refile-marker, org-refile-cache-clear)
4559 (org-refile-cache-check-set, org-refile-cache-put)
4560 (org-refile-cache-get): New function.
4561 (org-get-refile-targets): Use the refile cache.
4562
4563 * org-clock.el (org-clock-sum): Don't include running clock if
4564 the time block is wrong.
4565
4566 2010-07-19 John Wiegley <jwiegley@gmail.com>
4567
4568 * org-clock.el (org-clock-clock-in, org-clock-in):
4569 Add parameter `start-time'.
4570 (org-clock-resolve-clock): Add parameter `clock-out-time'.
4571 If set, and resolve-to is a past time, then the clock out
4572 event occurs at `clock-out-time' rather than at `resolve-to'.
4573 In this case, `resolve-to' becomes the clock in time.
4574 (org-clock-jump-to-current-clock): Create new global command
4575 to reveal the current clock.
4576 (org-clock-resolve): Add new commands g/G and j/J, and a
4577 help window describing all commands and their meaning.
4578 (org-clock-resolve-expert): New customization variable.
4579 (org-find-open-clocks): Fix a bug that caused discovered
4580 clocks not to match up with the currently active clock.
4581 (org-resolve-clocks): Change the argument
4582 `also-non-dangling-p' to `only-dangling-p', since due to a bug
4583 this was the default behavior all along.
4584
4585 2010-07-19 David Maus <dmaus@ictsoc.de>
4586
4587 * org-id.el (org-id-uuid): New function. Return string with
4588 random (version 4) UUID.
4589 (org-id-method): Make 'uuid the new default value.
4590 (org-id-new): Use `org-id-uuid' if call to uuidgen program
4591 does not return a UUID.
4592
4593 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4594
4595 * org-latex.el (org-export-latex-format-image): Add support
4596 for multicolumn figures in LaTeX.
4597
4598 2010-07-19 David Maus <dmaus@ictsoc.de>
4599
4600 * org.el (org-clone-subtree-with-time-shift): Remove ID
4601 property of original subtree in cloned subtrees.
4602
4603 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4604
4605 * org-exp.el (org-export-format-source-code-or-example):
4606 XEmacs compatibility.
4607
4608 * org-latex.el (org-export-latex-tables): Accept comma in
4609 align string.
4610
4611 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
4612 (org-export-docbook-xslt-proc-command): Fix docstring.
4613 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
4614 (org-export-as-docbook-pdf):
4615 Improve formatting of the xslt command.
4616
4617 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
4618
4619 * org.el (org-file-contents): Improve error message.
4620 (org-set-regexps-and-options): Remove spaces at both ends.
4621
4622 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4623
4624 * org-docbook.el (org-export-as-docbook-pdf):
4625 Improve formatting of the xslt command.
4626
4627 2010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
4628
4629 * org-publish.el (org-publish-cache): Use one big hashmap for
4630 each project defined in `org-publish-project-alist'.
4631 (initialize-files-alist): Function removed.
4632 (org-publish-validate-link): Function removed.
4633 (org-publish-get-base-files): Add variable `sitemap-requested'
4634 to avoid sorting where possible.
4635 (org-publish-get-files): Function removed.
4636 (org-publish-get-project-from-filename): Make independent of
4637 file list.
4638 (org-publish-file): New argument NO-CACHE.
4639
4640 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4641
4642 * org.el (org-beginning-of-defun, org-end-of-defun):
4643 New functions.
4644 (org-mode): Install the `org-beginning-of-defun' and
4645 `org-end-of-defun' functions.
4646 (org-pretty-entities): New option.
4647 (org-toggle-pretty-entities): New command.
4648 (org-fontify-entities): New function.
4649 (org-startup-options): New keywords for pretty entities.
4650 (org-set-font-lock-defaults): Call the pretty entities
4651 function.
4652
4653 * org-latex.el (org-export-latex-keywords-maybe): Protect the
4654 TODO markup.
4655
4656 2010-07-19 Mikael Fornius <mfo@abc.se>
4657
4658 * org-habit.el (org-habit-build-graph): Help-echo date when
4659 mouse is over stars.
4660
4661 2010-07-19 Jan Böker <jan.boecker@jboecker.de>
4662
4663 * org.el (org-file-apps): Improve docstring to reflect
4664 grouping matches.
4665
4666 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4667
4668 * org.el (org-set-startup-visibility): Fix empty line display.
4669
4670 * org-latex.el (org-export-latex-links): Use the formatting
4671 function of the link type, if it is available.
4672
4673 * org-table.el (org-table-get-remote-range): Return to
4674 original buffer when retrieving remote reference.
4675
4676 * org.el (org-display-inline-images): Do the entire buffer,
4677 not just the narrowed region. Clear the cache.
4678 (org-display-inline-images): Match mode file paths.
4679
4680 2010-07-19 David Maus <dmaus@ictsoc.de>
4681
4682 * org-wl.el (org-wl-store-link-folder): Don't throw error when
4683 called on WL folder group.
4684
4685 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4686
4687 * org.el (org-replace-escapes): Make sure the cdr is not nil.
4688 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
4689 (org-mode): Revert comment syntax changes.
4690
4691 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4692
4693 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
4694 keywords, and `C-c / T' for a specific one.
4695
4696 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4697
4698 * org.el (org-mode): Fix comment syntax settings.
4699
4700 * org-src.el (org-edit-src-allow-write-back-p):
4701 Define variable.
4702
4703 * org.el (org-inline-image-overlays): New variable.
4704 (org-toggle-inline-images, org-display-inline-images)
4705 (org-remove-inline-images): New commands.
4706 (org-mode-map): Define a key for `org-toggle-inline-images'.
4707
4708 2010-07-19 David Maus <dmaus@ictsoc.de>
4709
4710 * org-wl.el (org-wl-message-field): New function.
4711 Return content of header field in message entity.
4712 (org-wl-store-link): Call `org-wl-store-link-folder' or
4713 `org-wl-store-link-message' depending on major-mode.
4714 (org-wl-store-link-folder): New function. Store link to
4715 Wanderlust folder.
4716 (org-wl-store-link-message): New function. Store link to
4717 Wanderlust message.
4718 (org-wl-store-link-message): Store link to message while
4719 visiting message.
4720 (org-wl-open): Don't try to jump to message when opening a
4721 folder link.
4722
4723 2010-07-19 David Maus <dmaus@ictsoc.de>
4724
4725 * org.el (org-replace-escapes): Avoid infinite loop when
4726 replace string contains escape sequence it replaces.
4727
4728 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4729
4730 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
4731 encryption when now key is set.
4732
4733 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4734
4735 * org-table.el (org-table-recalculate-buffer-tables)
4736 (org-table-iterate-buffer-tables): New commands.
4737
4738 * org.el (org-check-for-hidden): When there is a region, skip
4739 the check.
4740
4741 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
4742
4743 * org-src.el (org-edit-src-code): allow-write-back-p had
4744 erroneously been omitted from let binding.
4745
4746 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4747
4748 * org-agenda.el (org-sorting-choice): New sorting type alpha.
4749 (org-cmp-alpha): New defsubst.
4750 (org-em): New defsubst.
4751 (org-entries-lessp): Only compute needed comparisons.
4752
4753 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4754
4755 * org-html.el (org-format-org-table-html): Test all columns
4756 for number content.
4757
4758 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4759
4760 * org-latex.el (org-export-latex-treat-sub-super-char):
4761 Make sure parenthesis matching is consistent.
4762
4763 * org-table.el (org-table-colgroup-line-p)
4764 (org-table-cookie-line-p): New functions.
4765
4766 * org-exp.el (org-table-clean-before-export): Better tests for
4767 colgroup and cookie lines.
4768
4769 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4770
4771 * org-agenda.el (org-agenda-goto): Push a mark before changing
4772 the position.
4773
4774 * org-footnote.el (org-footnote): New group.
4775 (org-footnote-section)
4776 (org-footnote-tag-for-non-org-mode-files): Fix typos.
4777
4778 * org-list.el (org-end-of-item-text-before-children): Also do
4779 the right thing at the end of a file.
4780
4781 * org.el (org-set-packages-alist, org-get-packages-alist):
4782 New function.
4783 (org-export-latex-default-packages-alist)
4784 (org-export-latex-packages-alist): Add extra flag to
4785 each package, indicating if it should be used for snippets.
4786 (org-create-formula-image): Add the snippet argument.
4787 (org-splice-latex-header): New argument SNIPPET-P, pass it
4788 through to `org-latex-packages-to-string'.
4789 (org-latex-packages-to-string): New argument SNIPPET-P.
4790
4791 * org-latex.el (org-export-latex-make-header): Add the snippet
4792 argument.
4793
4794 * org-docbook.el (org-export-as-docbook): Implement ordered
4795 lists starting at some offset.
4796
4797 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4798
4799 * org.el (org-link-types, org-open-at-point): Add doi links.
4800
4801 * org-ascii.el (org-export-ascii-preprocess): Remove list
4802 startcounter cookies.
4803
4804 * org-list.el (org-renumber-ordered-list): Respect counter
4805 start values.
4806
4807 * org-latex.el (org-export-latex-lists): Accept ordered list
4808 item offset cookie.
4809
4810 * org-html.el (org-export-as-html): Accept ordered list
4811 item offset cookie.
4812
4813 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
4814 which messes up alignment of tags.
4815
4816 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4817
4818 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
4819 the modeline display is removed.
4820
4821 * org-exp.el (org-export-format-drawer-function):
4822 Fix docstring.
4823
4824 * org-agenda.el (org-agenda-refile): New optional argument
4825 NO-UPDATE.
4826 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
4827 is set.
4828 (org-agenda-bulk-action): Call the refile command with updates
4829 suppressed - but arrange for `org-agenda-redo' to be called at
4830 the end.
4831
4832 * org.el (org-mode): Make table mapping quiet.
4833 (org-table-map-tables): New optional argument QUIETLY.
4834
4835 * org-ascii.el (org-export-ascii-preprocess): Make table
4836 mapping quiet.
4837
4838 * org-html.el (org-export-as-html, org-html-level-start):
4839 Change XHTML IDs to not use dots.
4840
4841 * org-exp.el (org-export-define-heading-targets):
4842 Change XHTML IDs to not use dots.
4843
4844 * org-docbook.el (org-export-docbook-level-start):
4845 Change XHTML IDs to not use dots.
4846
4847 * org-latex.el (org-export-as-latex): Make sure that the
4848 result buffer is in latex-mode.
4849
4850 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
4851 (org-shiftleft-final-hook, org-shiftright-final-hook):
4852 New hooks.
4853
4854 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4855
4856 * org-table.el (org-table-justify-field-maybe): Make sure that
4857 inserting a value does not turn a line into a hline.
4858
4859 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4860
4861 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
4862 (org-clock-sum): Add property to selected headlines.
4863 (org-dblock-write:clocktable): Make tags matcher.
4864
4865 * org.el (org-set-autofill-regexps): XEmacs compatibility.
4866
4867 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
4868 in latex class definitions.
4869
4870 * org.el (org-shiftup-hook, org-shiftdown-hook)
4871 (org-shiftleft-hook, org-shiftright-hook): New hooks.
4872
4873 * org-entities.el (org-entities): Use \land and \lor for logical
4874 operators.
4875
4876 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
4877 indentation commands.
4878 (org-hidden-tree-error): New defsubst.
4879 (org-metaleft, org-metaright): Check for hidden stuff and throw an
4880 error.
4881 (org-check-for-hidden): New function.
4882
4883 * org-list.el (org-item-re): New function.
4884 (org-at-item-p): Use `org-item-re'.
4885 (org-end-of-item-text-before-children): New function.
4886 (org-outdent-item, org-indent-item): Arrange for leaving the
4887 subtree alone.
4888 (org-outdent-item-tree, org-indent-item-tree): New argument
4889 NO-SUBTREE.
4890 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
4891 to find the end for processing while ignoring the subtree.
4892
4893 * org-publish.el (org-publish-sitemap-sort-alphabetically)
4894 (org-publish-sitemap-sort-folders)
4895 (org-publish-sitemap-sort-ignore-case): New options.
4896
4897 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4898
4899 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
4900
4901 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
4902
4903 * org-publish.el (org-publish-project-alist): Update docstring.
4904 (org-publish-file-title-cache): New variable.
4905 (org-publish-initialize-files-alist):
4906 Initialize `org-publish-initialize-files-alist' to nil.
4907 (org-publish-sort-directory-files): New function.
4908 (org-publish-projects): Access the new properties.
4909 (org-publish-find-title): Use the file title cache.
4910 (org-publish-find-title): Build the file title cache.
4911 (org-publish-get-base-files-1): Sort files.
4912 (org-publish-aux-preprocess): Do not throw an error when before
4913 the first headline. Allow an empty target, meaning to link just
4914 to the file.
4915 (org-publish-index-generate-theindex.inc): Check if there is
4916 actually a target and only then add it to the link.
4917 (org-publish-projects): Fix a remaining issue with the last commit.
4918
4919 * org-html.el (org-export-as-html): Treat verse as open/close
4920 paragraph.
4921 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
4922 and out of lists.
4923
4924 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
4925
4926 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
4927 be used in a read-only mode.
4928 (org-edit-src-code): Different message in read-only mode.
4929
4930 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4931
4932 * org-src.el (org-edit-src-find-region-and-lang): Test for
4933 table.el as late as possible.
4934
4935 * org-colview-xemacs.el: Make sure this file is never loaded into
4936 Emacs. Remove all tests for XEmacs.
4937
4938 * org-colview.el: Make sure this file is never loaded into XEmacs.
4939
4940 * org-agenda.el (org-highlight, org-unhighlight): Use direct
4941 overlay calls.
4942
4943 * org.el (org-key): Apply the translations defined in
4944 `org-xemacs-key-equivalents'.
4945
4946 * org-mouse.el (org-mode-hook): Use `org-defkey'.
4947
4948 * org-compat.el (org-xemacs-key-equivalents): New constant.
4949
4950 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4951
4952 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
4953 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
4954 Obey `org-odd-levels-only'.
4955
4956 * org-compat.el (org-find-overlays): Use overlays-in/at.
4957
4958 * org.el (org-remove-empty-overlays-at)
4959 (org-outline-overlay-data, org-hide-block-toggle)
4960 (org-format-latex, org-context): Use overlays-in/at.
4961
4962 * org-src.el (org-edit-src-exit): Use overlays-in/at.
4963
4964 * org-agenda.el (org-agenda-mark-clocking-task)
4965 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
4966 (org-agenda-entry-text-hide)
4967 (org-agenda-fix-tags-filter-overlays-at)
4968 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
4969
4970 * org-compat.el (org-overlays-at): Function removed.
4971 (org-overlays-in): Function removed.
4972
4973 2010-07-19 Bastien Guerry <bzg@altern.org>
4974
4975 * org-clock.el (org-clock-set-current): Just return the headline
4976 itself, strip the TODO keyword, the priority cookie and the tags.
4977
4978 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4979
4980 * org-compat.el (org-xemacs-without-invisibility): New macro.
4981 (org-xemacs-without-invisibility): New macro.
4982 (org-indent-to-column, org-indent-line-to, org-move-to-column):
4983 Redefine using the macro `org-xemacs-without-invisibility'.
4984
4985 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
4986
4987 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
4988
4989 * org-compat.el (org-make-overlay, org-delete-overlay)
4990 (org-overlay-start, org-overlay-end, org-overlay-put)
4991 (org-overlay-get, org-overlay-move, org-overlay-buffer):
4992 Functions removed.
4993 (org-add-to-invisibility-spec): Function removed.
4994
4995 * org-html.el (org-export-as-html-and-open): Add argument to
4996 kill-buffer.
4997
4998 * org-habit.el (require): `calendar' is now required already by
4999 org.el on top level.
5000
5001 * org-clock.el (require): `calendar' is now required already by
5002 org.el on top level.
5003
5004 * org-agenda.el (require, org-timeline, org-agenda-list)
5005 (org-todo-list, org-agenda-to-appt): `calendar' is now required
5006 already by org.el on top level.
5007
5008 * org.el (org-export-latex-fix-inputenc): Declare function.
5009
5010 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
5011 variables.
5012
5013 * org.el (calendar): Require calendar now on top level in org.el
5014 and define aliases to new variables when needed.
5015 (org-read-date, org-goto-calendar): Do not bind obsolete
5016 variables.
5017
5018 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
5019 compilation warning, add comment that this cannot be done with
5020 `with-current-buffer'.
5021
5022 * org-wl.el (org-wl-open): Use `with-current-buffer'.
5023
5024 * org.el (overlay, org-remove-empty-overlays-at)
5025 (org-outline-overlay-data, org-set-outline-overlay-data)
5026 (org-show-block-all, org-hide-block-toggle)
5027 (org-highlight-new-match, org-remove-occur-highlights)
5028 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
5029 (org-read-date, org-read-date-display, org-eval-in-calendar)
5030 (org-format-latex, org-context)
5031 (org-speedbar-restriction-lock-overlay)
5032 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
5033
5034 * org-table.el (org-table-add-rectangle-overlay)
5035 (org-table-remove-rectangle-highlight)
5036 (org-table-overlay-coordinates)
5037 (org-table-toggle-coordinate-overlays): Use the normal overlay
5038 API.
5039
5040 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
5041 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
5042 normal overlay API.
5043
5044 * org-colview.el (org-columns-new-overlay)
5045 (org-columns-display-here, org-columns-remove-overlays)
5046 (org-columns-edit-value, org-columns-next-allowed-value)
5047 (org-columns-update): Use the normal overlay API.
5048
5049 * org-clock.el (org-clock-out, org-clock-cancel)
5050 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
5051 overlay API.
5052
5053 * org-agenda.el (org-agenda-mark-filtered-text)
5054 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
5055 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
5056 (org-agenda-entry-text-hide)
5057 (org-agenda-restriction-lock-overlay)
5058 (org-agenda-set-restriction-lock)
5059 (org-agenda-filter-by-tag-hide-line)
5060 (org-agenda-fix-tags-filter-overlays-at)
5061 (org-agenda-filter-by-tag-show-all, org-hl)
5062 (org-agenda-goto-calendar, org-agenda-bulk-mark)
5063 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
5064
5065 * org-freemind.el (org-freemind-from-org-mode-node)
5066 (org-freemind-from-org-mode)
5067 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
5068 Use interactive-p instead of called-interactively, because this is
5069 backward compatible with older Emacsen I still support..
5070
5071 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5072
5073 * org-exp.el (org-export-define-heading-targets): Fix bug in
5074 regexp finding ID and CUSTOM_ID properties.
5075
5076 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5077
5078 * org-footnote.el (org-footnote-goto-previous-reference):
5079 Rename from `org-footnote-goto-next-reference'.
5080
5081 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
5082 org-log-repeat is non-nil, or if there is clocking data in the
5083 entry.
5084
5085 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
5086
5087 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5088
5089 * org.el (org-align-all-tags): New command.
5090
5091 2010-07-19 David Maus <dmaus@ictsoc.de>
5092
5093 * org-wl.el (org-wl-link-remove-filter): New customizable
5094 variable. If non-nil, filter conditions are stripped when storing
5095 link to message in filter folder.
5096 (org-wl-shimbun-prefer-web-links): New customizable variable.
5097 If non-nil, links to shimbun messages are created as web links to
5098 message source.
5099 (org-wl-nntp-prefer-web-links): New customizable variable.
5100 If non-nil, links to nntp message are created as web links to gmane
5101 or googlegroups.
5102 (org-wl-namazu-default-index): New customizable variable.
5103 Directory of namazu search index that should be used as default
5104 when opening a link in a search folder.
5105 (org-wl-folder-types): New constant. Wanderlust folder type
5106 indicators.
5107 (org-wl-folder-type): New function. Return type of Wanderlust
5108 folder.
5109 (org-wl-store-link): Create web links for shimbun or nntp messages
5110 and strip filter conditions depending on customizable variables.
5111 (org-wl-open): Open namazu search folder for message when called
5112 with prefix.
5113
5114 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5115
5116 * org.el (org-remove-if, org-remove-if-not): New functions.
5117 (org-open-file): Use internal remove-if functions.
5118
5119 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
5120
5121 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
5122 (org-file-apps-ex): Remove variable.
5123 (org-open-file): Integrate org-file-apps-ex functionality back
5124 into org-file-apps, and decide whether to match a regexp against
5125 the link or the filename using org-file-apps-entry-uses-grouping-p.
5126
5127 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
5128
5129 * org.el (org-file-apps-ex): New variable.
5130 (org-open-file): Before considering org-file-apps, first match the
5131 regexps from org-file-apps-ex against the whole link.
5132 See docstring of org-file-apps-ex.
5133
5134 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5135
5136 * org.el (org-export-latex-default-packages-alist):
5137 Remove microtype package.
5138 (org-todo-repeat-to-state): New variable.
5139 (org-auto-repeat-maybe): Allow user-selected target states.
5140 (org-default-properties): Add the new property REPEAT_TO_STATE.
5141
5142 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5143
5144 * org-mobile.el (org-mobile-check-setup): Make sure that there is
5145 a binary to compute checksums.
5146
5147 2010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
5148
5149 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
5150 variables.
5151
5152 * org.el (calendar): Require calendar now on top level in org.el
5153 and define aliases to new variables when needed.
5154 (org-read-date, org-goto-calendar): Do not bind obsolete
5155 variables.
5156
5157 2010-06-22 Glenn Morris <rgm@gnu.org>
5158
5159 * org-entities.el: Add explicit utf-8 coding cookie to file with
5160 utf-8 characters.
5161
5162 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5163
5164 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
5165
5166 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5167
5168 * Version 23.2 released.
5169
5170 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * org-table.el (orgtbl-setup):
5173 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
5174
5175 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5176
5177 * org-table.el (orgtbl-mode): Use define-minor-mode.
5178
5179 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5180
5181 * org.el (org-insert-link): Find the link buffer on visible frames.
5182 (org-export-latex-default-packages-alist): Hyperref must be loaded
5183 late.
5184 (org-open-file): More care with the new matching for file links.
5185
5186 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5187
5188 * org-latex.el (org-export-latex-preprocess): Do not yet protect
5189 defined entities - these will be taken care of later.
5190 (org-export-latex-special-chars): Post-process entity replacement.
5191 (org-export-latex-fontify-headline): Do not yet protect defined
5192 entities - these will be taken care of later.
5193 (org-export-latex-tables, org-export-latex-links): Format the
5194 caption properly.
5195
5196 * org-entities.el (org-entities-user): Fix typo.
5197
5198 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
5199
5200 * org-entities.el (org-entities-user): Improve docstring.
5201
5202 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5203
5204 * org-entities.el (org-macs): Require org-macs, to be sure that we
5205 have `declare-function' defined.
5206
5207 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5208
5209 * org-latex.el (org-export-latex-classes): Update docstring.
5210
5211 * org.el (org-format-latex-header): Add cookies to the header.
5212 (org-splice-latex-header): Implement placement according to cookies.
5213
5214 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5215
5216 * org-publish.el (org-publish-aux-preprocess): Control case
5217 sensitivity.
5218
5219 2010-04-10 Bastien Guerry <bzg@altern.org>
5220
5221 * org.el (org-splice-latex-header): Fix typo.
5222
5223 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5224
5225 * org-latex.el (org-export-latex-make-header):
5226 Use `org-splice-latex-header' to build the header.
5227 (org-export-latex-classes): Update docstring.
5228
5229 * org.el (org-splice-latex-header): New function.
5230 (org-create-formula-image): Use `org-splice-latex-header' to build
5231 the header.
5232
5233 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
5234
5235 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5236
5237 * org.el (org-export-latex-packages-alist)
5238 (org-export-latex-default-packages-alist): Fix docstring to
5239 reflect the expected structure.
5240
5241 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
5242 (org-export-docbook-finalize-table): Make use of label for tables.
5243
5244 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5245
5246 * org-attach.el (org-attach-commit): Split on newlines.
5247
5248 * org.el (org-export-latex-default-packages-alist): Use list
5249 instead of cons for the entries.
5250
5251 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5252
5253 * org-entities.el (org-entity-get-representation): Catch the case
5254 that there is not entry in the list.
5255
5256 * org-mobile.el (org-mobile-use-encryption)
5257 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
5258 New options.
5259 (org-mobile-check-setup): CHeck the encryption setup.
5260 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
5261 (org-mobile-create-sumo-agenda): Use encryption code.
5262 (org-mobile-encrypt-and-move): New function.
5263 (org-mobile-encrypt-file, org-mobile-decrypt-file):
5264 New functions.
5265 (org-mobile-move-capture): Decrypt the capture file.
5266
5267 * org.el (org-entities): Require the new file.
5268 (org-export-latex-default-packages-alist): New variable.
5269 (org-complete): Use new entity code for completion.
5270 (org-create-formula-image): Use the new packages variable.
5271
5272 * org-latex.el (org-export-latex-classes): Remove the standard
5273 packages from the class headers.
5274 (org-export-latex-make-header): Use the new package variable.
5275 (org-export-latex-special-chars): Better regexp for entities, to
5276 support entity name that contain numbers.
5277 (org-export-latex-treat-backslash-char): Use the new entity code.
5278
5279 * org-html.el (org-html-do-expand): Use the new entity code.
5280
5281 * org-exp.el (org-export): Add the new export commands.
5282 (org-html-entities): Constant removed.
5283 (org-export-visible): Add the new export commands.
5284
5285 * org-docbook.el (org-docbook-do-expand): Use new entity code.
5286
5287 * org-ascii.el (org-export-ascii-entities): New variable.
5288 (org-export-as-latin1, org-export-as-latin1-to-buffer)
5289 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
5290 (org-export-as-encoding): New function.
5291 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
5292 (org-ascii-replace-entities): New function.
5293
5294 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5295 Ulf Stegemann <ulf@zeitform.de>
5296
5297 * org-entities.el: New file.
5298
5299 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5300
5301 * org-html.el (org-html-level-start): Catch the case that target
5302 might be nil.
5303
5304 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5305
5306 * org.el (org-appearance): Change Customize group variable name
5307 from org-font-lock to org-appearance, and change tag from "Org
5308 Font Lock" to "Org Appearance".
5309 (org-odd-levels-only): Change Customize group variable name.
5310 (org-level-color-stars-only): Change Customize group variable name.
5311 (org-hide-leading-stars): Change Customize group variable name.
5312 (org-hidden-keywords): Change Customize group variable name.
5313 (org-fontify-done-headline): Change Customize group variable name.
5314 (org-fontify-emphasized-text): Change Customize group variable name.
5315 (org-fontify-whole-heading-line): Change Customize group variable name.
5316 (org-highlight-latex-fragments-and-specials): Change Customize
5317 group variable name.
5318 (org-hide-emphasis-markers): Change Customize group variable name.
5319 (org-emphasis-alist): Change Customize group variable name.
5320 (org-emphasis-regexp-components): Change Customize group variable
5321 name.
5322 (org-modules): Remove mention of org-R.
5323
5324 * org-faces.el (org-faces): Change Customize group variable name.
5325
5326 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5327
5328 * org-agenda.el (org-diary-last-run-time): New variable.
5329 (org-diary): Prepare agenda buffers only if last call was some
5330 time ago.
5331
5332 * org-html.el (org-export-html-preprocess): Replace \ref macros
5333 with a link.
5334 (org-format-org-table-html): Add the label as an anchor.
5335
5336 * org-docbook.el (org-export-docbook-format-image): Do some
5337 formatting on captions.
5338
5339 * org-latex.el (org-export-latex-tables, org-export-latex-links):
5340 Do some formatting on captions.
5341
5342 * org-html.el (org-export-html-format-image)
5343 (org-format-org-table-html): Do some formatting on captions.
5344
5345 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5346
5347 * org.el (org-hidden-keywords): New customizable variable. This is
5348 a list of symbols specifying which of the special keywords #+DATE,
5349 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
5350 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
5351 implementing new faces and hiding behaviour.
5352
5353 * org-faces.el (org-document-title): New face for #+TITLE lines.
5354 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
5355 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
5356 keywords.
5357
5358 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5359
5360 * org-publish.el (org-publish-sanitize-plist): New function to
5361 rename "index" properties to "sitemap". Do this renaming
5362 globally.
5363 (org-publish-with-aux-preprocess-maybe): New macro.
5364 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
5365 macro.
5366 (org-publish-aux-preprocess)
5367 (org-publish-index-generate-theindex.inc): New function.
5368
5369 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5370
5371 * org-table.el (org-table-align): Interpret <N> at fixed width,
5372 not as maximum width.
5373
5374 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5375
5376 * org-exp.el (org-export-author-info, org-export-email-info):
5377 Fix docstrings.
5378
5379 * org-beamer.el (org-beamer-select-environment): Rename from
5380 `org-beamer-set-environment-tag'. Improve docstring.
5381
5382 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
5383 problem with odd levels.
5384
5385 * org-ascii.el (org-export-as-ascii): Export email only if the
5386 author wants it.
5387
5388 * org-docbook.el (org-export-as-docbook): Export email only if the
5389 author wants it.
5390
5391 * org-html.el (org-export-as-html): Export email only if the
5392 author wants it.
5393
5394 * org-exp.el (org-export-email-info): New option.
5395 (org-export-plist-vars): Add entry for `org-export-email'.
5396
5397 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5398
5399 * org-table.el (org-table-goto-line): Fix typo.
5400
5401 2010-04-10 Mikael Fornius <mfo@abc.se>
5402
5403 * org.el (org-agenda-files): Typo.
5404 (org-read-agenda-file-list): Add optional argument to help
5405 `org-store-new-agenda-file-list' to remember un-expanded file
5406 names. Expand file names relative to `org-directory'.
5407 (org-store-new-agenda-file-list): Keep un-expanded file names when
5408 saving, if available.
5409 (org-agenda-files): Update documentation.
5410
5411 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5412
5413 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
5414 a buffer with no file name attached.
5415
5416 * org.el (org-log-refile): New option.
5417 (org-log-note-headings): Add a heading for refiling.
5418 (org-startup-options): Add keywords for logging of the refile
5419 action.
5420 (org-refile): Add logging action.
5421 (org-add-log-note): Allow for refiling action.
5422
5423 * org-agenda.el (org-agenda-bulk-action): Make sure
5424 `org-log-refile' is not `note' during a bulk action.
5425
5426 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5427
5428 * org.el (org-map-dblocks): Use save-excursion to remember the
5429 position.
5430
5431 * org-attach.el (org-attach-commit): Remove dependence on xargs.
5432 (org-attach-delete-one): Commit after deleting a file.
5433
5434 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
5435 borders for strike-through emphasis.
5436
5437 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
5438 handling of odd levels.
5439
5440 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
5441 and `future' values.
5442 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
5443 Handle `past' and `future' values.
5444
5445 * org.el (org-read-agenda-file-list): Interpret file names
5446 relative to org-directory and allow environment variables and
5447 "~".
5448
5449 * org-latex.el (org-export-latex-special-chars): Allow a
5450 parenthesis before an exponent or subscript.
5451
5452 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5453
5454 * org-src.el (org-edit-src-exit): When returning from code edit
5455 buffer, if code block is hidden, leave point at start of
5456 #+begin_src line.
5457
5458 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5459
5460 * org.el (org-insert-heading): Do not remove all spaces if the
5461 headline is empty.
5462
5463 * org-indent.el (org-indent): Fix group name.
5464
5465 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5466
5467 * org-table.el (org-table-goto-column): Fix forcing a non-existing
5468 column.
5469 (org-table-get, org-table-put, org-table-goto-line)
5470 (org-table-current-line): New functions.
5471
5472 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
5473
5474 * org.el (org-open-file): Allow regular expressions in
5475 org-file-apps to capture link parameters using groups. In a
5476 command string to be executed, the parameters can be referenced
5477 using %1, %2, etc. Lisp forms can access them using
5478 (match-string n link).
5479 (org-apps-regexp-alist): Adopt the created regexp, as this is now
5480 matched against a file: link instead of the file name.
5481
5482 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5483
5484 * org-crypt.el (org-reveal-start-hook): Add a decryption function
5485 to this hook.
5486 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
5487 Add docstrings.
5488
5489 * org.el (org-point-at-end-of-empty-headline)
5490 (org-level-increment, org-get-previous-line-level): New function.
5491 (org-cycle-level): Rewritten to be independent of when this
5492 function is called.
5493 (org-in-regexps-block-p): New function.
5494 (org-reveal-start-hook): New hook.
5495 (org-reveal): Run new hook.
5496
5497 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5498
5499 * org-latex.el (org-export-latex-keywords): Start a new paragraph
5500 after time keywords, do not add "\newline".
5501
5502 * org-html.el (org-export-as-html): Avoid double # in href.
5503
5504 * org.el (org-refile-get-location): Catch an invalid target
5505 specification.
5506
5507 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5508
5509 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
5510 Make sure the behavior regarding to extracting time is
5511 consistent.
5512
5513 2010-04-10 Stephen Eglen <stephen@gnu.org>
5514
5515 * org-agenda.el (org-agenda-insert-diary-extract-time):
5516 New variable.
5517 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
5518 variable rather than `org-agenda-search-headline-for-time'.
5519
5520 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5521
5522 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
5523
5524 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5525
5526 * org.el (org-adaptive-fill-regexp-backup): New variable.
5527 (org-set-autofill-regexps): Store a backup of
5528 `adaptive-fill-regexp'.
5529 (org-adaptive-fill-function): Fix filling of comments and ordered
5530 lists. If there is no other match, till try adaptive fill.
5531
5532 2010-04-10 John Wiegley <jwiegley@gmail.com>
5533
5534 * org-agenda.el (org-agenda-include-deadlines): Add new
5535 customization variable to determine whether unscheduled tasks
5536 should appear in the agenda solely because of their deadline.
5537 Default to true, which was the previous behavior (it just wasn't
5538 configurable).
5539 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
5540 the agenda to show/hide deadline tasks.
5541 (org-agenda-menu): Add menu option for show/hide deadlines.
5542 (org-agenda-list): Make the agenda list sensitive to the value of
5543 `org-agenda-include-deadlines'.
5544 (org-agenda-toggle-deadlines): New function to toggle the value of
5545 `org-agenda-include-deadlines' and repaint the modeline
5546 indicators.
5547 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
5548 modeline if deadline tasks are being displayed.
5549
5550 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5551
5552 * org-table.el (org-table-eval-formula): Replace $# and @# by
5553 current column and row number.
5554
5555 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5556
5557 * org.el (org-set-property, org-delete-property): Go back to
5558 prompting for the property.
5559
5560 * org-latex.el (org-export-latex-make-header): Fully process
5561 author line.
5562 (org-export-latex-fontify-headline): Allow several arguments, not
5563 just one.
5564 (org-export-latex-fix-inputenc): Catch the error when
5565 `latexenc-coding-system-to-inputenc' is not defined.
5566
5567 * org-agenda.el (org-agenda-skip-if-todo): New function.
5568 (org-agenda-skip-if): Add conditions for TODO keywords.
5569 (org-agenda-skip-if): Document the new todo conditions.
5570
5571 2010-04-10 Mikael Fornius <mfo@abc.se>
5572
5573 * org.el (org-at-property-p): Check if we are inside a property
5574 drawer not just any drawer.
5575 (org-set-property, org-delete-property): When cursor is on a
5576 property key value pair do not prompt for property name instead
5577 use name at cursor.
5578 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
5579 on the first line of a property drawer.
5580 (org-property-end-re): Spell check.
5581
5582 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5583
5584 * org-exp.el (org-export-attach-captions-and-attributes): Add the
5585 properties to the entire table, in case the first line is
5586 removed.
5587
5588 * org-archive.el (org-archive-reversed-order): New option.
5589 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
5590 option `org-archive-reversed-order'.
5591
5592 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5593
5594 * org-agenda.el (org-agenda-entry-types): New variable.
5595 (org-agenda-list): Use `org-agenda-entry-types'.
5596 (org-agenda-custom-commands-local-options): Support for setting
5597 `org-agenda-entry-types' as an option.
5598 (org-diary): Shift some documentation from here to the variable
5599 `org-agenda-entry-types'.
5600
5601 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5602
5603 * org-latex.el (org-export-latex-make-header): Apply macros in
5604 author field.
5605
5606 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
5607 (org-clock-select-task, org-clock-notify-once-if-expired)
5608 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
5609 (org-clock-out-if-current, org-clock-save): Use the new functions.
5610
5611 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5612
5613 * org-docbook.el (org-export-as-docbook): Remove unnecessary
5614 newline.
5615 (org-export-as-docbook): Remove unnecessary newline.
5616 (org-export-as-docbook): Fix problem with double footnote
5617 reference in one place.
5618
5619 * org-exp.el (org-export-format-source-code-or-example):
5620 Remove unnecessary newline.
5621
5622 * org.el (org-deadline, org-schedule): Allow rescheduling entries
5623 with repeaters.
5624
5625 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
5626 function calls that look like references.
5627
5628 * org.el (org-open-at-point): Get link abbreviations from
5629 reference buffer.
5630
5631 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5632
5633 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
5634 as a reference.
5635
5636 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5637
5638 * org.el (org-link-unescape): Solve issue with lower-case escapes.
5639
5640 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5641
5642 * org-latex.el (org-export-latex-classes):
5643 Add \usepackage{latexsym} to all classes.
5644
5645 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5646
5647 * org-html.el (org-export-as-html): Do not allow protected lines
5648 into the table of contents.
5649
5650 * org-latex.el (org-export-latex-special-chars): Find subsequent
5651 occurrences of special characters.
5652 (org-export-latex-tables): Do not convert table-like stuff that is
5653 protected.
5654
5655 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5656
5657 * org-list.el (org-toggle-checkbox): No errors when updating
5658 checkbox count fails because there is no heading.
5659
5660 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5661
5662 * org-clock.el (org-clock-report-include-clocking-task):
5663 New option.
5664 (org-clock-sum): Add the current clocking task.
5665
5666 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5667
5668 * org.el (org-cycle): Print a message when in a table.el table.
5669 (org-edit-special): Recognize the table.el context.
5670 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
5671
5672 * org-src.el (org-at-table.el-p): Declare.
5673 (org-edit-src-code): Handle a special case for table.el editing.
5674 (org-edit-src-find-region-and-lang): Recognize the table.el
5675 context.
5676
5677 * org-latex.el (org-export-latex-tables): Convert table.el
5678 tables.
5679 (org-export-latex-convert-table.el-table): New function.
5680
5681 * org-html.el (org-html-expand): Fix table.el export.
5682
5683 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
5684 headings.
5685
5686 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
5687 table for the id locations.
5688
5689 * org.el (org-read-date-analyze): Match American-style dates, like
5690 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
5691 current year when reading ISO and American dates.
5692
5693 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5694
5695 * org.el (org-face-from-face-or-color): New function.
5696 (org-get-todo-face, org-font-lock-add-priority-faces)
5697 (org-get-tag-face): Use `org-face-from-face-or-color'.
5698
5699 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
5700 Allow simple colors as values.
5701 (org-faces-easy-properties): New option.
5702
5703 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
5704 restricted, as an agenda mode.
5705 (org-agenda-fontify-priorities): Allow simple colors as values.
5706
5707 2010-04-10 Bastien Guerry <bzg@altern.org>
5708
5709 * org-timer.el (org-timer-current-timer): Rename from
5710 `org-timer-last-timer'.
5711 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
5712 (org-timer-cancel-timer, org-timer-show-remaining-time)
5713 (org-timer-set-timer): Update to use only one timer.
5714
5715 * org.el (org-set-property): Remove useless space in the prompt.
5716
5717 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5718
5719 * org-html.el (org-export-html-style-default): Add a default style
5720 for textareas.
5721
5722 * org-exp.el (org-export-format-source-code-or-example):
5723 Fix textarea tag.
5724
5725 2010-04-10 Bastien Guerry <bzg@altern.org>
5726
5727 * org-clock.el (org-clock-current-task): New variable to store
5728 last clocked in task.
5729 (org-clock-set-current, org-clock-delete-current): New functions.
5730
5731 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5732
5733 * org-remember.el (org-remember-apply-template): Extend comment.
5734 (org-remember-handler): Implement clock sibling filing.
5735
5736 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5737
5738 * org-publish.el (org-publish-all, org-publish-current-file)
5739 (org-publish-current-project): When called with prefix argument
5740 FORCE, also rebuild the validation file list.
5741
5742 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
5743 section headings.
5744
5745 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5746
5747 * org-html.el (org-export-as-html-and-open): Kill product buffer
5748 if the user wants that.
5749
5750 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
5751 if the user wants that.
5752
5753 * org-exp.el (org-export-kill-product-buffer-when-displayed):
5754 New option.
5755
5756 * org-agenda.el (org-batch-agenda-csv): Use the time property
5757 instead of the `time-of-day' property.
5758
5759 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5760
5761 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
5762 (org-timer-pause-hook, org-timer-set-hook)
5763 (org-timer-cancel-hook): New hooks.
5764 (org-timer-start): Run `org-timer-start-hook'.
5765 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
5766 (org-timer-stop): Run `org-timer-stop-hook'.
5767 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
5768
5769 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5770
5771 * org.el (org-reveal): Double prefix arg shows the subtree of the
5772 parent.
5773
5774 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5775
5776 * org-agenda.el (org-search-view): Fix bug with searching full
5777 words in headlines in search view.
5778 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
5779 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
5780 scheduled (if the user configures it so.
5781
5782 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5783
5784 * org.el (org-hide-archived-subtrees): Don't jump to end of
5785 subtree if the match was not in a headline.
5786 (org-inside-latex-macro-p): Allow more complex arguments.
5787 (org-emphasize): Protect against use at end of buffer.
5788
5789 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5790
5791 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
5792 text properties.
5793
5794 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5795
5796 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
5797 values.
5798 (org-agenda-todo-ignore-scheduled)
5799 (org-agenda-todo-ignore-deadlines): More control with different
5800 allowed values.
5801 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
5802 Honor the new option settings.
5803
5804 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5805
5806 * org.el (org-get-location): Make sure the selection buffer is
5807 shown in the current frame.
5808
5809 * org-ascii.el (org-export-ascii-table-widen-columns):
5810 New option.
5811 (org-export-ascii-preprocess): Realign tables to remove narrowing
5812 if `org-export-ascii-table-widen-columns' is set.
5813
5814 * org-table.el (org-table-do-narrow): New variable.
5815 (org-table-align): Narrow only if `org-table-do-narrow' is t.
5816
5817 * org.el (org-deadline, org-schedule): Allow updating if the
5818 relevant time stamp does not have a repeater, i.e. do not require
5819 that no time stamp has a repeater.
5820
5821 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
5822 new white space before the tags.
5823
5824 * org-latex.el (org-export-as-latex): Do nit require the buffer to
5825 be visiting a file when only exporting to a buffer or string.
5826 (org-export-latex-fix-inputenc): Only save the buffer is there is
5827 a file name attached to it.
5828
5829 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5830
5831 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
5832
5833 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5834
5835 * org.el (org-fontify-meta-lines-and-blocks):
5836 Honor `org-fontify-quote-and-verse-blocks'.
5837
5838 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
5839
5840 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5841
5842 * org.el (org-open-at-point): Also check for text property
5843 org-linked-text before offering collected links.
5844
5845 2010-04-10 Stephen Eglen <stephen@gnu.org>
5846
5847 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
5848 Optionally extract time specification from text and add to the
5849 timestamp.
5850
5851 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5852
5853 * org-exp.el (org-html-entities): Fix typo.
5854
5855 * org-latex.el (org-export-latex-make-header): Use \providecommand
5856 to make sure the \alert macro is defined.
5857
5858 * org.el (org-format-latex-signal-error)
5859 (org-create-formula-image): Use `org-format-latex-signal-error'.
5860
5861 2010-04-10 Stephen Eglen <stephen@gnu.org>
5862
5863 * org.el (org-store-link): For dired buffers, use
5864 default-directory as link name if dired-get-filename returns
5865 nil.
5866
5867 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5868
5869 * org-exp.el (org-export-concatenate-multiline-links): The for
5870 protectedness at beginning of match.
5871
5872 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
5873 AUTO as a coding system, instead default to utf8.
5874
5875 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5876
5877 * org.el (org-block-todo-from-children-or-siblings-or-parent)
5878 (org-block-todo-from-checkboxes): Respect the local variable
5879 value when deciding if blocking should be active.
5880
5881 * org-latex.el (org-export-latex-make-header): Define the align
5882 macro if it is not yet defined.
5883
5884 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
5885 Call `org-insert-heading' with the INVISIBLE-OK argument.
5886
5887 * org-mac-message.el (org-mac-message-insert-flagged):
5888 Call `org-insert-heading' with the INVISIBLE-OK argument.
5889
5890 * org.el (org-insert-heading): New argument INVISIBLE-OK.
5891
5892 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
5893 prompt message.
5894
5895 * org-html.el (org-html-level-start): Use the
5896 `html-container-class' text property to set an additional class
5897 for an outline container.
5898
5899 * org-exp.el (org-export-remember-html-container-classes):
5900 New function.
5901 (org-export-preprocess-string):
5902 Call `org-export-remember-html-container-classes'.
5903
5904 * org.el (org-cycle): Mention level cycling in the docstring.
5905 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
5906
5907 * org-remember.el (org-remember-apply-template): Do file insertion
5908 first.
5909
5910 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5911
5912 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
5913 problem with mis-aligned graphs when showing habits.
5914
5915 2010-04-10 Mikael Fornius <mfo@abc.se>
5916
5917 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
5918 when assigning. Begin using numerical characters when all in name
5919 is used up. This is to spare alphanumeric characters for better
5920 match with other keywords.
5921
5922 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5923
5924 * org-exp.el (org-export-preprocess-hook): Improve documentation.
5925
5926 * org-latex.el (org-export-latex-preprocess): More consistent
5927 conversion and protection of the words LaTeX and TeX.
5928 (org-export-latex-fontify-headline, org-export-latex-preprocess):
5929 Allow angle brackets in commands, for beamer.
5930
5931 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5932
5933 * org-clock.el (org-clock-in): Improve the look of the clock line
5934 by formatting links.
5935
5936 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5937
5938 * org-latex.el (org-export-latex-classes): Use AUTO as the place
5939 holder string for the coding system. And improve the
5940 documentation.
5941 (org-export-latex-fix-inputenc): Only modify the coding system if
5942 it is given by the placeholder AUTO.
5943
5944 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5945
5946 * org-clock.el (org-task-overrun-text): New option.
5947 (org-task-overrun, org-clock-update-period): New variables.
5948 (org-clock-get-clock-string, org-clock-update-mode-line):
5949 Mark overrun clock.
5950 (org-clock-notify-once-if-expired): Check if clock is overrun.
5951
5952 * org-faces.el: New face `org-mode-line-clock-overrun'.
5953
5954 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
5955
5956 * org.el (org-narrow-to-subtree): Position the end of the narrowed
5957 region before the line with the next heading, to prevent the user
5958 from prepending text to the next headline.
5959
5960 2010-04-10 Stephen Eglen <stephen@gnu.org>
5961
5962 * org-agenda.el (org-get-time-of-day):
5963 Use org-agenda-time-leading-zero to allow leading zero (rather than
5964 space) for times.
5965
5966 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5967
5968 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
5969 org-datetree.el is loaded.
5970
5971 * org-datetree.el: Autoload `org-datetree-find-day-create'.
5972
5973 * org-latex.el (org-export-latex-hyperref-format): New option.
5974 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
5975
5976 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5977
5978 * org-ctags.el (org-ctags-enable): Change order of functions.
5979 (org-ctags-create-tags): Add wildcard to file name expansion.
5980
5981 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5982
5983 * org.el (org-entry-properties): Fix some important bugs.
5984
5985 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5986
5987 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
5988 the table is not explicitly given.
5989
5990 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5991
5992 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
5993 as value.
5994 (org-clock-out-if-current): Work with the new list value of
5995 `org-clock-out-when-done'.
5996 (org-clock-out, org-clock-out-if-current): Avoid circular logic
5997 between clocking out and state changes.
5998
5999 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
6000
6001 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
6002 accident protect a character that is before a backslash.
6003
6004 2010-04-10 Paul Sexton <eeeickythump@gmail.com>
6005
6006 * org-ctags.el: New file.
6007
6008 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6009
6010 * org-agenda.el (org-diary-class):
6011 Use `org-order-calendar-date-args'.
6012
6013 * org.el (org-order-calendar-date-args): New function.
6014
6015 * org-exp.el (org-export-target-internal-links): Check for
6016 protectedness after the first bracket.
6017
6018 * org.el (org-entry-properties): Don't match wrong-case TODO
6019 keywords.
6020
6021 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
6022 Document that ARG is passed through to remove the date.
6023 (org-agenda-bulk-action): Accept prefix arg and pass it on.
6024 Do not read a date when the user has given a `C-u' prefix.
6025
6026 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6027
6028 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
6029 tags are hidden.
6030
6031 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6032
6033 * org-latex.el (org-export-latex-fix-inputenc): New function.
6034 (org-export-latex-inputenc-alist): New option.
6035
6036 * org-exp.el (org-export): New key SPC to publish enclosing
6037 subtree.
6038
6039 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6040
6041 * org-indent.el (org-indent-add-properties): Catch case when there
6042 is no headline in the buffer.
6043
6044 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6045
6046 * org-exp.el (org-html-entities): Add checkmark symbol.
6047
6048 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
6049 verbatim code for ASCII export.
6050
6051 * org.el (org-update-statistics-cookies): Also see checkboxes in
6052 ordered lists.
6053
6054 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6055
6056 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
6057 key.
6058
6059 * org-beamer.el (org-beamer-amend-header): Change the location
6060 where `org-beamer-header-extra' is inserted.
6061
6062 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
6063 just for computing this regexp.
6064
6065 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6066
6067 * org-beamer.el (org-beamer-frame-default-options): New option.
6068 (org-beamer-sectioning): Use default options if the user does not
6069 have defined any.
6070 (org-beamer-fix-toc): Put a frame around the table of contents.
6071
6072 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
6073 Make sure case-folding works well when processing comment stuff.
6074
6075 * org-latex.el (org-export-latex-after-save-hook): New hook.
6076 (org-export-as-latex): Run the new hook.
6077
6078 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6079
6080 * org-beamer.el (org-beamer-environments-default): Add the note
6081 environments.
6082 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
6083 lines and collect and combine the content.
6084 (org-beamer-after-initial-vars): Check for note tags and make sure
6085 they will be seen like a property.
6086
6087 * org.el (org-offer-links-in-entry): Fix bug when there is a
6088 single link.
6089
6090 * org-exp.el (org-export): Make sure the mark is activated, also
6091 when `transient-mark-mode' is off.
6092
6093 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
6094 (org-agenda-search-view-search-words-only): Obsolete variable, is
6095 now an alias for `org-agenda-search-view-always-boolean'.
6096 (org-agenda-search-view-force-full-words): New option.
6097 (org-search-view): Improve docstring, and implement a better logic
6098 for Boolean and phrase searches.
6099 (org-agenda-last-search-view-search-was-boolean): New variable.
6100 (org-agenda-manipulate-query): Consider the type of the last
6101 search when modifying the search string.
6102
6103 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6104
6105 * org-latex.el (org-export-as-latex): Do the first letbind in the
6106 right moment.
6107
6108 * org-agenda.el (org-get-entries-from-diary): Add the new face to
6109 these entries.
6110
6111 * org-faces.el (org-agenda-diary): New face.
6112
6113 * org.el (org-make-link-regexps): Allow regexp-special characters
6114 in link types.
6115 (org-open-file): When in-emacs is `system', also force system
6116 opening, like when the value was `(16)'.
6117 (org-update-statistics-cookies): Handle entries without children.
6118
6119 * org-exp.el
6120 (org-export-preprocess-before-normalizing-links-hook): New hook.
6121 (org-export-preprocess-string): Run the new hook.
6122
6123 * org.el (org-offer-links-in-entry): Make RET open all links.
6124
6125 * org-html.el (org-export-as-html): Remove any leftover display
6126 properties in the html file.
6127
6128 * org-wl.el (org-wl-store-link): Work-around for format bug with
6129 text properties.
6130
6131 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
6132 invisibility while adding the graphs.
6133
6134 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6135
6136 * org-remember.el (org-select-remember-template): Use C letter to
6137 customize remember templates.
6138
6139 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
6140 Move cursor to next visible line.
6141
6142 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6143
6144 * org-beamer.el (org-beamer-sectioning): Leave columns environment
6145 by specifying 0 or 1 for column width.
6146 (org-beamer-column-widths): Make 0 stand for 0.0.
6147
6148 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6149
6150 * org-exp.el (org-export-mark-radio-links): Don't match inside
6151 <<target>>.
6152
6153 * org.el (org-format-latex-header-extra): New variable.
6154 (org-format-latex): Set org-format-latex-header-extra from
6155 in-buffer stuff.
6156 (org-format-latex): Add org-format-latex-header-extra to the
6157 variables on which image creation depends.
6158 (org-create-formula-image): Add the header stuff from in-buffer
6159 settings.
6160 (org-read-date-analyze): Base the analysis for future preference
6161 on NOW, not on the default date.
6162
6163 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
6164 for TODO keyword in inline tasks.
6165
6166 * org.el (org-log-note-headings): New headings for removing
6167 deadline or scheduling date.
6168 (org-deadline, org-schedule): Arrange for logging when removing a
6169 date.
6170 (org-add-log-note): Handle deadline and scheduling removal.
6171
6172 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6173
6174 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
6175
6176 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6177
6178 * org-agenda.el (org-diary-class): New function.
6179
6180 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6181
6182 * org-latex.el (org-export-latex-preprocess): Do process the text
6183 of a radio target.
6184
6185 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6186
6187 * org.el (org-entry-properties): Add TIMESTAMP properties back
6188 in.
6189
6190 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6191
6192 * org.el (org-all-time-keywords): New variable.
6193 (org-set-regexps-and-options): Set `org-all-time-keywords'.
6194 (org-entry-blocked-p): New function.
6195 (org-special-properties): Add BLOCKED as a new special property.
6196 (org-entry-properties): New optional argument SPECIFIC, only parse
6197 for this property when it is specified.
6198 (org-entry-get): Pass a SPECIFIC argument to
6199 `org-entry-properties'.
6200
6201 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
6202
6203 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6204
6205 * org-latex.el (org-export-latex-tables): No forced line end if
6206 there is no caption.
6207
6208 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6209
6210 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
6211 package.
6212
6213 * org-latex.el (org-export-latex-tables): Only add a caption when
6214 macro in in longtable environments if one has been defined.
6215
6216 * org-html.el (org-export-as-html): Only take title from buffer if
6217 not exporting body-only.
6218
6219 * org-latex.el (org-export-latex-preprocess): Better version of
6220 the regular expression for protecting LaTeX macros.
6221 (org-export-latex-preprocess): Start searching for macros to
6222 protect from beginning of buffer.
6223
6224 * org-exp.el (org-export-target-internal-links): Check for
6225 protectedness earlier in the string.
6226
6227 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
6228 case sensitively.
6229
6230 * org-id.el (org-id-store-link): Match TODO keywords case
6231 sensitively.
6232
6233 * org.el (org-heading-components, org-get-outline-path)
6234 (org-display-outline-path): Match TODO keywords case sensitively.
6235
6236 * org-latex.el (org-export-as-latex): Ignore read-only
6237 properties.
6238
6239 * org-exp.el (org-export-preprocess-string): Remove any
6240 `read-only' properties.
6241
6242 * org-agenda.el (org-agenda-inactive-leader): New option.
6243 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
6244 (org-tags-view): Prompt for matcher if MATCH is an empty string.
6245 (org-todo-list): Prompt for matcher if ARG is an empty string.
6246
6247 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6248
6249 * org.el (org-open-link-functions): New hook.
6250 (org-open-at-point): Run `org-open-link-functions'.
6251
6252 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6253
6254 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
6255 stamps as well.
6256
6257 * org.el (org-inhibit-startup-visibility-stuff): New variable.
6258 (org-mode): Don't do startup visibility if inhibited.
6259 (org-outline-overlay-data, org-set-outline-overlay-data):
6260 New functions.
6261 (org-save-outline-visibility): New macro.
6262 (org-log-note-headings): Document that one should not change the
6263 `state' note format.
6264
6265 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6266
6267 * org.el (org-make-link-regexps): Capture link path into a group.
6268
6269 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6270
6271 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
6272 the options plist.
6273
6274 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6275
6276 * org.el (org-startup-with-beamer-mode): New option.
6277 (org-property-changed-functions)
6278 (org-property-allowed-value-functions): New hooks.
6279 (org-entry-put, org-property-get-allowed-values): Run the new
6280 hooks.
6281 (org-property-next-allowed-value): Run the new hooks.
6282
6283 * org-exp.el (org-export-select-backend-specific-text): Add the
6284 special beamer tags.
6285
6286 * org-beamer.el: New file.
6287
6288 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
6289 (org-export-as-latex):
6290 Run `org-export-latex-after-initial-vars-hook'.
6291 (org-export-latex-format-toc-function)
6292 (org-export-latex-make-header):
6293 Call `org-export-latex-format-toc-function'.
6294
6295 * org.el (org-fill-template): Make template searches case sensitive.
6296
6297 * org-exp.el (org-export): Use "1" as a sign to export only the
6298 subtree.
6299
6300 * org-colview-xemacs.el (org-columns-edit-value):
6301 Use org-unrestricted property.
6302
6303 * org-colview.el (org-columns-edit-value):
6304 Use org-unrestricted property.
6305
6306 * org.el (org-compute-property-at-point): Set org-unrestricted
6307 text property if the list contains ":ETC".
6308 (org-insert-property-drawer):
6309 Use org-unrestricted property.
6310
6311 * org-exp.el
6312 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
6313 (org-export-preprocess-string):
6314 Run `org-export-preprocess-before-selecting-backend-code-hook'.
6315
6316 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
6317
6318 * org-latex.el (org-export-region-as-latex):
6319 Run `org-export-first-hook'.
6320
6321 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
6322
6323 * org-docbook.el (org-export-as-docbook):
6324 Run `org-export-first-hook'.
6325
6326 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
6327
6328 * org-exp.el (org-export-first-hook): New hook.
6329
6330 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6331
6332 * org-list.el (org-previous-item): Exit at the beginning of the
6333 buffer.
6334
6335 * org-id.el (org-id-locations-save): Only write the id locations
6336 if any are defined.
6337
6338 * org-archive.el (org-archive-all-done): Make this work in a file
6339 with org-odd-levels-only set.
6340
6341 * org.el (org-get-refile-targets): Catch the case when a buffer
6342 has no file.
6343
6344 * org-latex.el (org-export-as-latex): Cleanup forced line ends
6345 where they are not needed.
6346 (org-export-latex-subcontent): Remove unnecessary newlines.
6347
6348 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6349
6350 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
6351 (org-export-latex-fontify): Fix regexp bug that takes special
6352 care of protecting the right boundary characters in emphasis
6353 matches.
6354 (org-export-latex-preprocess): Allow multiple arguments to latex
6355 macros.
6356
6357 * org.el (org-make-link-regexps): Use John Gruber's regexp for
6358 urls.
6359
6360 * org-macs.el (org-re): Interpret :punct: in regexps.
6361
6362 * org-exp.el (org-export-replace-src-segments-and-examples):
6363 Also take the final newline after the END line.
6364
6365 * org.el (org-clean-visibility-after-subtree-move): Only fix
6366 entries that are not entirely invisible already.
6367 (org-insert-link): Respect org-link-file-path-type for
6368 "docview:" links in addition to "file:" links.
6369
6370 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6371
6372 * org-exp.el (org-export-format-source-code-or-example):
6373 Avoid additional extra white lines in LaTeX.
6374
6375 * org-list.el (org-list-parse-list): Leave empty lines after the
6376 list, don't consider them as part of the list.
6377
6378 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
6379 searches.
6380
6381 * org-clock.el (org-clock-select-task): Convert integer to
6382 character for XEmacs.
6383
6384 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6385
6386 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
6387 compatible.
6388
6389 2010-04-10 Tassilo Horn <tassilo@member.fsf.org>
6390
6391 * org.el (org-complete-tags-always-offer-all-agenda-tags):
6392 New variable.
6393 (org-set-tags): Use it.
6394
6395 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6396
6397 * org-list.el (org-empty-line-terminates-plain-lists):
6398 Update docstring.
6399
6400 * org.el (org-format-latex): Fix link creation for processed latex
6401 snippets.
6402
6403 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6404
6405 * org-footnote.el (org-footnote-normalize): Protect replacement
6406 text.
6407
6408 * org.el (org-inside-latex-macro-p): Save match data.
6409
6410 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
6411
6412 * org-docview.el: New file.
6413
6414 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6415
6416 * org-latex.el (org-export-latex-class-options): New variable.
6417 (org-export-latex-set-initial-vars): Use the class options.
6418
6419 * org.el (org-forward-same-level): Stop at headings that start
6420 with an invisible character.
6421 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
6422
6423 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6424
6425 * org-footnote.el (org-footnote-normalize): Don't take optional
6426 arguments in LaTeX macros as footnotes.
6427
6428 * org.el (org-inside-latex-macro-p): New function.
6429
6430 * org-latex.el (org-latex-to-pdf-process): Change customization
6431 group to `org-export-pdf'.
6432
6433 * org-agenda.el (org-agenda-get-blocks): Look at time string also
6434 on days after the first one.
6435
6436 * org.el (org-insert-heading): Also check for item before assuming
6437 before-first-heading condition.
6438
6439 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
6440 (org-export-pdf-logfiles): New option.
6441 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
6442 (org-export-pdf-logfiles): Fix customization type.
6443
6444 * org.el (org-insert-link): Improve error message when there is no
6445 default link to select with RET.
6446
6447 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
6448 parameter list.
6449
6450 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6451
6452 * org-latex.el (org-export-latex-parse-global)
6453 (org-export-latex-parse-content)
6454 (org-export-latex-parse-subcontent):
6455 Use `org-re-search-forward-unprotected'.
6456 (org-export-as-pdf): Remove log files produced by XeTeX.
6457
6458 * org-macs.el (org-re-search-forward-unprotected): New function.
6459
6460 2010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
6461
6462 * org-colview.el (org-agenda-colview-summarize): Sort out some
6463 confusion between properties and titles, which resulted in
6464 agenda summaries not working if a title was set for a column.
6465
6466 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6467
6468 * org-mobile.el (org-mobile-agendas): New option.
6469 (org-mobile-sumo-agenda-command): Select the right agendas.
6470
6471 * org-latex.el (org-export-latex-format-image): Preserve the
6472 original-indentation property.
6473
6474 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6475
6476 * org-clock.el (org-clock-insert-selection-line): Catch error when
6477 an old tasks no longer exists.
6478
6479 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
6480 (org-export-as-pdf): Don't remove the old PDF file before making
6481 the new one.
6482
6483 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
6484 (org-mouse-context-menu): Use `org-looking-back'.
6485
6486 * org.el (org-cycle-level): Use `org-looking-back'.
6487
6488 * org-list.el (org-cycle-item-indentation):
6489 Use `org-looking-back'.
6490
6491 * org-compat.el (org-looking-back): New function.
6492
6493 * org.el (org-insert-heading): Catch before-first-headline when
6494 inserting a headline.
6495
6496 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6497
6498 * org-latex.el (org-export-latex-format-image): Indent figure
6499 environment, so that it does not interrupt plain list.
6500
6501 * org.el (org-open-at-point): Allow long link descriptions.
6502
6503 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6504
6505 * org-html.el (org-export-as-html): Remove empty lines at the
6506 beginning of the exported text.
6507
6508 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6509
6510 * org.el (org): Remove from hypermedia group.
6511
6512 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
6513
6514 * Branch for 23.2.
6515
6516 2010-02-15 Chong Yidong <cyd@stupidchicken.com>
6517
6518 * org-freemind.el (org-freemind-from-org-mode-node)
6519 (org-freemind-from-org-mode)
6520 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
6521 Pass arg to called-interactively-p.
6522
6523 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
6524
6525 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
6526 Fix typos in docstrings.
6527
6528 2010-01-01 Juanma Barranquero <lekktu@gmail.com>
6529
6530 * org.el (org-get-outline-path, org-speed-command-help):
6531 Fix typos in error messages.
6532
6533 2009-12-14 Juri Linkov <juri@jurta.org>
6534
6535 * org-html.el (org-export-html-style-include-default):
6536 Put `safe-local-variable booleanp' on
6537 `org-export-html-style-include-default' instead of mistakenly
6538 duplicate `org-export-html-style'.
6539
6540 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
6541
6542 * org-agenda.el (org-agenda-diary-entry-in-org-file):
6543 Rebuild agenda after adding new entry.
6544
6545 * org-datetree.el (org-datetree-find-day-create): Fix regular
6546 expression.
6547
6548 * org.el (org-display-outline-path): Use a format specifier for
6549 message, to avoid problems with heading containing `%'.
6550
6551 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
6552 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
6553 (org-agenda-fix-displayed-tags): New function.
6554 (org-agenda-do-context-action): Just call
6555 `org-display-outline-path', without piping the result through
6556 `message'.
6557
6558 * org-latex.el (org-export-latex-preprocess): Protect secondary
6559 footnote references.
6560
6561 * org-indent.el (org-indent-initialize): Avoid empty strings as
6562 line prefixes.
6563
6564 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
6565 hat checking for the mark does not throw an error.
6566 (org-agenda-diary-entry-in-org-file): Catch the case that there is
6567 not `day' text property in the cursor line.
6568
6569 * org.el (org-sort-entries-or-items): Make sure that the final
6570 entry has a newline before doing the sorting.
6571
6572 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
6573 property at the beginning of the line.
6574
6575 * org.el (org-make-link-string): Don't allow a description with
6576 only white space.
6577
6578 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
6579 (org-agenda-insert-diary-as-top-level): New function.
6580 (org-agenda-add-entry-to-org-agenda-diary-file):
6581 Call `org-agenda-insert-diary-as-top-level'.
6582
6583 * org.el (org-occur-in-agenda-files): Make sure none of the
6584 buffers is narrowed.
6585 (org-activate-plain-links): Add the face property here.
6586 (org-set-font-lock-defaults): Do not add the face to plain links,
6587 the activator function does this.
6588
6589 * org-habit.el (org-is-habit-p): Add doc string.
6590
6591 * org-archive.el (org-archive-subtree-default-with-confirmation):
6592 Autoload.
6593
6594 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
6595 after match optional (happens at the end of a line...).
6596
6597 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
6598 for special blocks.
6599
6600 * org-faces.el (org-copy-face): Set lisp indentation.
6601 (org-quote, org-verse): New faces.
6602
6603 * org-agenda.el (org-agenda-remove-date): Remove variable.
6604
6605 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
6606
6607 * org-html.el (org-export-as-html): Move the home/up link into
6608 the content div.
6609
6610 * org.el (org-export-latex-packages-alist): Option definition
6611 moved here from org-latex.el.
6612
6613 * org-html.el (org-export-html-home/up-format): Add an ID to the
6614 up/home div.
6615
6616 * org-wl.el (org-wl-store-link): Handle the case that
6617 `wl-use-petname' is set.
6618
6619 * org.el (org-set-effort): Improve prompt.
6620 (org-get-outline-path): Widen to get full path.
6621 (org-compact-display-after-subtree-move): Function removed.
6622
6623 2009-11-20 Eric Schulte <schulte.eric@gmail.com>
6624
6625 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
6626 hash keys to cache and re-use images generated by the
6627 org-exp-blocks interface to ditaa and dot.
6628
6629 * org.el (org-format-latex): Latex images are now saved to files
6630 named by the sha1 hash of the latex source text avoiding
6631 regeneration of identical images.
6632
6633 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6634
6635 * org-latex.el (org-export-as-latex): Add the :drawers property.
6636
6637 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6638
6639 * org.el (org-speed-commands-user): Allow documentation headlines.
6640 (org-speed-commands-default): Organize the value of this constant
6641 with descriptive headlines.
6642 (org-print-speed-command): Output the headlines.
6643
6644 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6645
6646 * org-agenda.el (org-agenda-show-outline-path): New option.
6647 (org-agenda-do-context-action): New function.
6648 (org-agenda-next-line, org-agenda-previous-line):
6649 Use `org-agenda-do-context-action'.
6650
6651 * org.el (org-use-speed-commands): Allow function value.
6652 (org-speed-commands-default): Make headline motion safe, so that
6653 these commands always end on a headline.
6654 (org-speed-commands-default): New key `v' for `org-agenda'.
6655 (org-speed-move-safe): New function.
6656 (org-self-insert-command): Use the function value of
6657 `org-use-speed-commands'.
6658 (org-get-outline-path): Improve docstring.
6659 (org-format-outline-path): New function.
6660 (org-display-outline-path): New function.
6661
6662 2009-11-15 John Wiegley <jwiegley@gmail.com>
6663
6664 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
6665 a string, use that to find the LOGBOOK drawer.
6666
6667 2009-11-15 Glenn Morris <rgm@gnu.org>
6668
6669 * org-agenda.el (org-datetree-find-date-create)
6670 (org-habit-get-priority):
6671 * org.el (org-format-agenda-item): Fix declarations.
6672
6673 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6674
6675 * org.el (org-clone-subtree-with-time-shift): Make it work at the
6676 end of the buffer.
6677
6678 * org-mobile.el (org-mobile-write-checksums): Specify coding
6679 system.
6680 (org-mobile-timestamp-buffer): Keep local variable/mode line at
6681 beginning of buffer.
6682
6683 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
6684
6685 * org.el (org-block-todo-from-children-or-siblings-or-parent)
6686 (org-block-todo-from-checkboxes): Do not block changes to a nil
6687 TODO state.
6688
6689 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6690
6691 * org-habit.el (org-habit-parse-todo): Indicate which habit is
6692 wrongly set up in the error messages.
6693
6694 * org-colview.el (org-columns-display-here): Don't try to
6695 calculate values if the underlying property is not set.
6696 (org-columns-string-to-number): Convert age strings back into
6697 fractional days.
6698 (org-agenda-colview-summarize): Handle extended summary types
6699 properly.
6700
6701 * org-colview-xemacs.el (org-columns-display-here): Don't try to
6702 calculate values if the underlying property is not set.
6703 (org-columns-string-to-number): Convert age strings back into
6704 fractional days.
6705 (org-agenda-colview-summarize): Handle extended summary types
6706 properly.
6707
6708 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6709
6710 * org-exp.el (org-export-format-drawer-function): New variable.
6711 (org-export-format-drawer): New function.
6712 (org-export-preprocess-string): Pass the backend as a parameter to
6713 `org-export-remove-or-extract-drawers'.
6714 (org-export-remove-or-extract-drawers): New parameter BACKEND.
6715
6716 * org-protocol.el (org-protocol-char-to-string): New defsubst.
6717
6718 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6719
6720 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
6721 message when no block is selected.
6722
6723 * org-latex.el (org-export-latex-links): Check for protectedness
6724 in the last matched character, not after the match.
6725
6726 * org-datetree.el (org-datetree-find-date-create):
6727 Respect restriction when KEEP-RESTRICTION is set.
6728 (org-datetree-file-entry-under): New function.
6729 (org-datetree-cleanup): New command.
6730
6731 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
6732
6733 * org-src.el (org-edit-src-code): New optional argument context
6734 allows calling functions to avoid altering the saved window
6735 configuration.
6736 (org-edit-src-exit): Do not restore window configuration when this
6737 function is used in the context of saving the edit buffer.
6738
6739 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6740
6741 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
6742 instances to switching to with-current-buffer, because these seem
6743 to cause problems - no idea why.
6744
6745 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
6746 Require diary-lib for (diary-date-display-form).
6747
6748 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6749
6750 * org.el (org-log-reschedule, org-log-redeadline): New options.
6751 (org-log-note-headings): Add templates for rescheduling and
6752 deadline changing.
6753 (org-startup-options): Add in-buffer settings for logging changing
6754 schedule and deadline time stamps.
6755 (org-deadline, org-schedule): Check for existing date and arrange
6756 for logging if the user requests it.
6757 (org-add-log-note): Prepare proper note buffers for rescheduling
6758 and deadline changes.
6759
6760 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6761
6762 * org-agenda.el (org-agenda-diary-entry-in-org-file)
6763 (org-agenda-add-entry-to-org-agenda-diary-file)
6764 (org-agenda-insert-diary-make-new-entry): New functions.
6765 (org-agenda-diary-entry):
6766 Call `org-agenda-diary-entry-in-org-file' when appropriate.
6767
6768 * org.el (org-calendar-insert-diary-entry-key): New option.
6769 (org-agenda-diary-file): New option.
6770 ("calendar"): Install our insertion function in the calendar.
6771
6772 * org-remember.el (org-datetree): Require.
6773 (org-remember-templates): Add new positioning option.
6774 (org-remember-reference-date): New variable.
6775 (org-remember-apply-template): Store the reference date in a local
6776 variable.
6777 (org-remember-handler): Implement date tree positioning of entries.
6778
6779 * org-datetree.el: New file.
6780
6781 * org-latex.el (org-export-latex-preprocess): Protect targets in
6782 verbatim emphasis.
6783
6784 * org-html.el (org-export-as-html): Protect targets in verbatim
6785 emphasis.
6786
6787 * org-docbook.el (org-export-as-docbook): Protect targets in
6788 verbatim emphasis.
6789
6790 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6791
6792 * org-clock.el (org-show-notification): Handle messages that
6793 contain a percent character.
6794
6795 * org-remember.el (org-remember-apply-template): Turn of partial
6796 completion.
6797
6798 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
6799 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
6800
6801 * org.el (org-indent-mode): Define variable already in org.el.
6802 (org-unfontify-region): Remove line-prefix and wrap-prefix
6803 properties only if org-indent-mode is active.
6804
6805 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6806
6807 * org-icalendar.el (org-print-icalendar-entries): Save match data
6808 around call to verify function.
6809 (org-print-icalendar-entries): Add a call to the verification
6810 function.
6811
6812 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
6813 save-restrivtion' form.
6814
6815 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
6816
6817 * org-exp.el (org-export-format-source-code-or-example):
6818 Restrict scope of preserve-indentp to the let binding.
6819 (org-src): Require org-src, since org-src-preserve-indentation is used.
6820
6821 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6822
6823 * org-timer.el (org-timer-set-timer): Set variables
6824 org-timer-timer[123] correctly.
6825
6826 * org-mobile.el (org-mobile-files-alist): Make it work when
6827 `agenda-archives' is included in
6828 `org-agenda-text-search-extra-files'.
6829 (org-mobile-push): Restore agenda after mobile push.
6830
6831 2009-11-13 John Wiegley <jwiegley@gmail.com>
6832
6833 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
6834 way the amount of idle time is presented in the minibuffer.
6835
6836 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6837
6838 * org-icalendar.el (org-print-icalendar-entries):
6839 Use org-icalendar-verify-function only if non-nil.
6840
6841 * org.el (org-refile): Refile to clock only if the prefix arg is
6842 2.
6843 (org-sparse-tree): Fix docstring to be in line with prompt.
6844 (org-update-parent-todo-statistics):
6845 Call `org-after-todo-statistics-hook' on each level.
6846
6847 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6848
6849 * org-remember.el (org-remember-apply-template): Make sure the
6850 buffer exists.
6851
6852 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6853
6854 * org.el (org-tab-ind-state): New variable.
6855 (org-cycle-level): New function.
6856 (org-cycle-level-after-item/entry-creation): New option.
6857 (org-flag-subtree): New function.
6858 (org-hide-archived-subtrees): Call `org-flag-subtree'.
6859 (org-set-effort): Indexed access.
6860
6861 * org-list.el (org-cycle-item-indentation): New function.
6862
6863 * org.el (org-refile): Make prefix argument 2 refile to current
6864 clock.
6865 (org-priority): Interpret action `remove' as call to remove the
6866 priority cookie.
6867
6868 * org-remember.el (org-remember-apply-template): Don't depend on
6869 buffer name being like file name.
6870
6871 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6872
6873 * org-clock.el (org-clock-play-sound): Expand file in
6874 org-clock-sound, to allow ~ for home.
6875
6876 * org-remember.el (org-remember-handler):
6877 Set text-before-node-creation even if this already looks like a node,
6878 because the string might be needed on non-org-mode target files.
6879
6880 * org-agenda.el (org-agenda-open-link): Make this work in agenda
6881 clocktables.
6882 (org-agenda-switch-to): Follow a link at point if
6883 org-return-follows-link' is set and there is nothing else to do in
6884 this line.
6885
6886 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6887
6888 * org-colview-xemacs.el: Add in changes from org-colview.el.
6889
6890 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
6891
6892 * org-exp-blocks.el: Modify split separator regexp to avoid empty
6893 strings.
6894
6895 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6896
6897 * org-colview.el (org-columns-new): Make this work with the new
6898 operators.
6899 (org-columns-store-format): Make this work with the new operators.
6900
6901 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6902
6903 * org-src.el (org-src-preserve-indentation): Document that this
6904 variable is also used during export.
6905
6906 * org-exp.el (org-export-format-source-code-or-example):
6907 Preserve indentation if a block has a -i option, or if
6908 `org-src-preserve-indentation' is set.
6909
6910 * org-exp-blocks.el (org-export-blocks-preprocess):
6911 Preserve indentation if a block has a -i option, or if
6912 `org-src-preserve-indentation' is set.
6913
6914 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6915
6916 * org.el (org-mode-map): Define the new archiving keys.
6917 (org-speed-commands-default): Define an archiving key in the speed
6918 command map.
6919 (org-org-menu): Improve the menu structure concerning archiving.
6920
6921 * org-archive.el (org-archive-subtree-default-with-confirmation):
6922 New command.
6923
6924 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
6925 (org-agenda-menu): Add the new archiving commands to the menu.
6926 (org-agenda-archive-default)
6927 (org-agenda-archive-default-with-confirmation): New commands.
6928 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
6929 Just call `org-agenda-archive-with'.
6930 (org-agenda-archive-with): New function.
6931
6932 * org-table.el (org-table-convert-region): Inert spaces around "|"
6933 to avoid line beginnings like "|-1" which will be mistaken as
6934 hlines.
6935
6936 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6937
6938 * org.el (org-offer-links-in-entry): Return nil if there are no
6939 links, t if a link has been selected.
6940 (org-open-at-point): Open attachment directory when called in the
6941 headline and there are no links in the entry body.
6942 (org-speed-commands-default): Add "o" for open-at-point as a speed
6943 command.
6944
6945 * org-attach.el (org-attach-reveal): Optional prefix arg
6946 IF-EXISTS, which avoids creating the attachment directory if it
6947 does not yet exist.
6948
6949 * org-agenda.el (org-agenda, org-run-agenda-series):
6950 Evaluate MATCH.
6951
6952 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6953
6954 * org.el ("abbrev"): Work with abbrev tables only after they have
6955 been loaded.
6956
6957 * org-list.el (org-list-send-list): Fix bug related to match
6958 data.
6959
6960 * org-latex.el (org-export-latex-fontify): Apply verbatim
6961 emphasis.
6962 (org-export-latex-make-header): Insert \obeylines if line breaks
6963 should be preserved.
6964
6965 * org-exp.el (org-export-protect-verbatim): Add an
6966 `org-verbatim-emph' property to such text.
6967
6968 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6969
6970 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
6971 (org-print-icalendar-entries): Skip entries where the timestamp is
6972 not a deadline and not scheduled, if the user requests that.
6973
6974 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
6975 before an opening quote.
6976
6977 * org-archive.el (org-archive-subtree): Keep archive after
6978 archiving something.
6979
6980 * org-id.el (org-id-update-id-locations): Add archive files if
6981 that is required by `org-id-extra-files'.
6982
6983 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6984
6985 * org-src.el (org-src-window-setup): New option.
6986 (org-src-switch-to-buffer): New function.
6987 (org-edit-src-exit): Add optional argument CONTEXT and use it to
6988 restore window configuration.
6989 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
6990 Call `org-src-switch-to-buffer'.
6991
6992 * org.el (org-default-properties): Add STYLE property.
6993 (org-files-list): Use the function call to get the files.
6994 (org-additional-option-like-keywords): Add SETUPFILE to completion
6995 list.
6996
6997 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6998
6999 * org-table.el (org-table-convert-region): Correctly interpret
7000 quoting in csv import.
7001
7002 * org.el (org-icompleting-read): Make iswitchb completion work
7003 with lists and tables.
7004
7005 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
7006 while pushing the mobile agenda.
7007
7008 2009-11-13 John Wiegley <jwiegley@gmail.com>
7009
7010 * org-clock.el
7011 (org-clock-auto-clock-resolution): Now takes three values: nil, t
7012 and `when-no-clock-is-running'.
7013 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
7014 whether or not to resolve Org buffers on clock in.
7015
7016 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7017
7018 * org-colview.el (org-format-time-period): Function to format
7019 times in fractional days for display.
7020 (org-columns-display-here): Add support for showing a calculated
7021 value in place of the property.
7022 (org-columns): Set `org-columns-time' to the current time so time
7023 difference calculations will work.
7024 (org-columns-time): Use to store the current time when column view
7025 is displayed, so all time differences will use the same reference
7026 point.
7027 (org-columns-compile-map): There is now an extra position in each
7028 entry specifying the function to use to calculate the displayed
7029 value for the non-calculated properties in the column.
7030 (org-columns-compute-all): Set `org-columns-time' to the current
7031 time so time difference calculations will work.
7032 (org-columns-compute): Handle column operators where the values
7033 used are calculated from the underlying property.
7034 (org-columns-number-to-string): Handle the 'age' column format.
7035 (org-columns-string-to-number): Correct the function name (was
7036 org-column...). Add support for the 'age' column format.
7037 (org-columns-compile-format): Support the additional parameter in
7038 org-columns-compile-map.
7039
7040 2009-11-13 Bastien Guerry <bzg@altern.org>
7041
7042 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
7043 variable.
7044
7045 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7046
7047 * org-clock.el (org-clock-has-been-used): New variable.
7048 (org-clock-in): Set `org-clock-has-been-used'.
7049 (org-clock-save): Save only if clock data has been used or created
7050 during this session.
7051
7052 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7053
7054 * org-clock.el (org-clock-persist): New value, to store only the
7055 clock history.
7056 (org-clock-save): Don't save the clock if only the history should
7057 be stored.
7058 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
7059 when restoring a saved clock.
7060
7061 2009-11-13 John Wiegley <jwiegley@gmail.com>
7062
7063 * org-clock.el (org-clock-display, org-clock-put-overlay):
7064 Use `org-time-clock-use-fractional'.
7065
7066 * org.el (org-time-clocksum-use-fractional)
7067 (org-time-clocksum-fractional-format): Two new customizable
7068 variables which allow the user to select fractional times (1.25
7069 instead of 1:25) in the `org-clock-display' report.
7070
7071 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7072
7073 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
7074 New option.
7075
7076 * org.el (org-tag-alist): Fix customization type.
7077
7078 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7079
7080 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
7081 Make sure the regexp search can fail without throwing an error.
7082 (org-mobile-apply): Save the inbox buffer after removing
7083 successfully applied changes.
7084
7085 2009-11-13 John Wiegley <jwiegley@gmail.com>
7086
7087 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
7088 time is reported after the user comes back (but before they
7089 resolve time).
7090
7091 * org.el (org-get-repeat): Change so that this function can be
7092 called with either `org-scheduled-string' or
7093 `org-deadline-string'.
7094
7095 * org-clock.el (org-clock-auto-clock-resolution): Rename from
7096 `org-clock-disable-clock-resolution', since negatives don't sound
7097 good in customization variables.
7098 (org-clock-in): Don't use the auto-resolution logic if the user is
7099 clocking into a different task while an active clock is running.
7100 This then allows the default behavior of clocking out of the open
7101 task and then into the new task.
7102
7103 * org.el (org-modules): Made this variable more consistent, since
7104 it was referring to Org, OrgMode and Org-mode, whereas the docs
7105 for the variable always refer to Org-mode.
7106
7107 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7108
7109 * org.el (org-repeat-re): The changed org-repeat-re no longer
7110 matched simple +2d type repeaters. Fix it so it does.
7111
7112 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7113
7114 * org-latex.el (org-export-latex-preprocess): Protect the vspace
7115 macro in the VERSE environment.
7116
7117 2009-11-13 John Wiegley <jwiegley@gmail.com>
7118
7119 * org-habit.el (org-habit-get-priority): A new function that
7120 determines the relative priority of a habit, based on how long
7121 past its scheduled date it is, and how near the deadline is.
7122
7123 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
7124 using `org-habit-get-priority'.
7125
7126 * org-habit.el (org-habit-build-graph): Start displaying colors
7127 from the first scheduled date, if that date is earlier than the
7128 first completion date.
7129
7130 * org-habit.el: Changed all "color" variables to faces, and made
7131 them appropriate for light and dark backgrounds.
7132
7133 * org-habit.el (org-habit-duration-to-days): Made this function
7134 more general.
7135 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
7136
7137 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
7138 habits, since they don't use DEADLINE anymore.
7139
7140 * org.el (org-repeat-re, org-display-custom-time)
7141 (org-timestamp-change): Extend to support the new ".+N/N"
7142 syntax, used for habits.
7143
7144 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
7145 variable reference.
7146
7147 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
7148 modeline when habits are being displayed (if that module is being
7149 loaded).
7150
7151 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7152
7153 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
7154 idle time using the xscreensaver extension.
7155 (org-user-idle-seconds): Use X11 idle time if available.
7156
7157 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7158
7159 * org-agenda.el (org-agenda-next-line): New command.
7160 (org-agenda-previous-line): New commands.
7161 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
7162 New commands.
7163 (org-agenda-follow-mode): Do the follow immediately if the mode is
7164 turned on here.
7165 (previous-line, next-line): Replace keys with the corresponding
7166 org functions.
7167 (org-agenda-mode-map): Bind backspace and delete to the scrolling
7168 command.
7169
7170 * org.el (org-icompleting-read): Turn off partial completion mode
7171 for the duration of this completion round.
7172
7173 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
7174 macros in author lines and similar stuff.
7175
7176 * org.el (org-file-tags): Fix docstring.
7177 (org-get-buffer-tags): Add the #+FILETAGS tags.
7178 ("ecb"): Make ecb show context after jumping into an Org file.
7179
7180 2009-11-13 John Wiegley <johnw@newartisans.com>
7181
7182 * org-agenda.el (org-finalize-agenda): Draw habit consistency
7183 graphs after everything else in the buffer has been setup.
7184
7185 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7186
7187 * org-mobile.el (org-mobile-apply): Count success and failure.
7188
7189 * org.el (org-indent-line-function): Fix regexp replace problem.
7190
7191 2009-11-13 John Wiegley <johnw@newartisans.com>
7192
7193 * org-clock.el (org-clock-disable-clock-resolution):
7194 New customization variable that disable automatic clock resolution on
7195 clock in.
7196 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
7197 not automatically resolve anything. This is does not affect
7198 idle-time resolution, however, if `org-clock-idle-time' is set.
7199
7200 2009-11-13 John Wiegley <johnw@newartisans.com>
7201
7202 * org-habit.el: New file, which implements code to build a "habit
7203 consistency graph".
7204
7205 * org-agenda.el (org-agenda-get-deadlines)
7206 (org-agenda-get-scheduled): Display consistency graphs when
7207 outputting habits into the agenda. The graphs are always relative
7208 to the current time.
7209 (org-format-agenda-item): Add new parameter `habitp', which
7210 indicates whether we are formatting a habit or not. Do not
7211 display "extra" leading information if habitp is true.
7212
7213 * org.el (org-repeat-re): Improve regexp to include .+ and ++
7214 leaders for repeat strings.
7215 (org-get-repeat): Now takes a string parameter `tagline', so the
7216 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
7217
7218 2009-11-13 John Wiegley <johnw@newartisans.com>
7219
7220 * org-agenda.el (org-agenda-auto-exclude-function):
7221 New customization variable for allowing the user to create an "auto
7222 exclusion" filter for doing context-aware auto tag filtering.
7223 (org-agenda-filter-by-tag): Changes to support the use of
7224 `org-agenda-auto-exclude-function'. See the new manual addition.
7225
7226 2009-11-13 John Wiegley <johnw@newartisans.com>
7227
7228 * org.el (org-files-list): Don't attempt to return a file name for
7229 Org buffers which have no associated file.
7230
7231 * org-agenda.el (org-agenda-do-action): Fix a typo.
7232
7233 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7234
7235 * org-mobile.el (org-mobile-locate-entry): Interpret files
7236 relative to org-directory.
7237 (org-mobile-inbox-for-pull): Document the best location for this
7238 file.
7239 (org-mobile-check-setup): Verify `org-directory'.
7240 (org-mobile-create-index-file): Sort the files to be listed in
7241 index.org.
7242
7243 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7244
7245 * org.el (org-fast-tag-selection): Add a way to display a
7246 description for a tag group. This is done by adding a string to
7247 either the startgroup or endgroup cell.
7248
7249 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7250
7251 * org-clock.el (org-clock-resolve, org-resolve-clocks)
7252 (org-emacs-idle-seconds): Use `org-float-time' instead of
7253 `time-to-seconds'.
7254
7255 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7256
7257 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
7258 type.
7259
7260 * org.el (org-pre-cycle-hook): Document that `empty' can also be
7261 the value of ARG when doing local cycling.
7262
7263 2009-11-13 John Wiegley <johnw@newartisans.com>
7264
7265 * org-clock.el (org-clock-resolve-clock): If keeping or
7266 subtracting time results in a clock out at a time in the past, and
7267 if the resolution occurred due to idleness or invoking `M-x
7268 org-resolve-clocks', remember that past moment in time. On the
7269 next clock in, the user will be prompted to see if they want to
7270 back-date their new clock to then.
7271 (org-clock-resolve): Do not jump the user to the location of a
7272 dangling clock if the resolution is occurring due to an idle
7273 timeout. In that case there is typically only one dangling clock,
7274 the active one, and there is no value gained by shuffling their
7275 windows around to show it to them. Being prompted to resolve an
7276 idle clock should be as inobtrusive as possible.
7277 (org-resolve-clocks-if-idle): New function that resolves only the
7278 currently active clock if the user has exceeded the time returned
7279 by `org-user-idle-seconds', based on the value of
7280 `org-clock-idle-time'.
7281 (org-clock-in): If, after resolving clocks, (???)
7282 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
7283
7284 * org-clock.el (org-clock-resolve-clock): New function that
7285 resolves a clock to a specific time, closing or resuming as need
7286 be, and possibly even starting a new clock.
7287 (org-clock-resolve): New function used by `org-resolve-clocks'
7288 that sets up for the call to `org-clock-resolve-clock'.
7289 It determines the time to resolve to based on a single-character
7290 selection from the user to either keep time, subtract away time or
7291 cancel the clock.
7292 (org-resolve-clocks): New user command which resolves dangling
7293 clocks -- that is, open but not active -- anywhere in the file
7294 list returned by `org-files-list'.
7295 (org-clock-in): Automatically resolve dangling clocks whenever a
7296 user clocks in.
7297 (org-clock-cancel): If the user cancels the solely clock in a
7298 LOGBOOK, remove the empty drawer.
7299
7300 * org-clock.el (org-clock-idle-time): New user customizable option
7301 for detecting whether the user has left a clock idle. Note: it is
7302 only used in this commit to test whether it's worthwhile to check
7303 OS X to get the Mac user's current idle time. If the Emacs idle
7304 time is less than the value, the user hasn't been away long enough
7305 to be worth checking (a more expensive test than just getting
7306 Emacs idle time).
7307 (org-user-idle-seconds, org-mac-idle-seconds)
7308 (org-emacs-idle-seconds): This three functions, in conjunction
7309 with the user customization variable `org-clock-idle-time', return
7310 the number of seconds (as a floating point) that the user has been
7311 away from their Emacs (or, if running on OS X, their computer).
7312
7313 * org-clock.el (org-find-open-clocks): New function that returns a
7314 list of all open clocks in the given FILE. Note that each clock
7315 it returns is a cons cell of the format (MARKER . START-TIME).
7316 This "clock" value is used by several of the new clock module
7317 utility functions.
7318 (org-is-active-clock): New inline function which tests whether the
7319 given clock value is the same as the currently active clock.
7320 Returns non-nil if this is the case.
7321 (org-with-clock-position): New macro that evaluates FORMS with
7322 point in the buffer and at the position of the given clock.
7323 Changes to the current clock are global.
7324 (org-with-clock): New macro that evaluates FORMS with point in the
7325 buffer and at the position of the given clock. However, changes
7326 to the current clock are local and have no effect on the user's
7327 active clock. This allows, for example, far any clock to be
7328 cancelled without cancelling the active clock.
7329 (org-clock-clock-in): New inline function that switches the active
7330 clock to the given clock. If either the argument RESUME, or the
7331 global `org-clock-in-resume', are non-nil, it will resume a clock
7332 that was previously left open.
7333 (org-clock-clock-out): New inline function that clocks out the
7334 given clock value without affecting the currently active clock.
7335 (org-clock-clock-cancel): New inline function that cancels the
7336 given clock value without affecting the currently active clock.
7337
7338 * org-clock.el (org-clock-in): Before creating
7339 `org-clock-mode-line-timer', check to make sure an older timer is
7340 not currently running.
7341 (org-clock-out): Accept new third parameter `at-time', which
7342 permits a clock to be clocked out at a specific time. Note that
7343 no attempt is made to verify that the clock out time is later than
7344 the clock in time.
7345
7346 * org.el (org-files-list): New utility function for returning a
7347 list of all open org-mode buffers, plus all files used to build
7348 the agenda buffer. Note that not all the files will necessarily
7349 be visited by a buffer at time of call.
7350 (org-entry-beginning-position): Like the function
7351 `line-beginning-position', this inline function returns the
7352 beginning position of the current heading/entry.
7353 (org-entry-end-position): Like the function `line-end-position',
7354 this inline function returns the end position of the current
7355 heading/entry.
7356
7357 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7358
7359 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
7360 a header line.
7361
7362 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7363
7364 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
7365
7366 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7367
7368 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
7369 entries that have no tags.
7370 (org-agenda-search-view): New customize group.
7371 (org-agenda-search-view-search-words-only): New option.
7372 (org-search-view): Implement substring search.
7373
7374 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7375
7376 * org.el (org-outline-level): Add doc string.
7377
7378 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7379
7380 * org-inlinetask.el (org-inlinetask-export): Re-introduce
7381 variable.
7382 (org-inlinetask-export-handler): Only export inline task if the
7383 user option calls for it.
7384
7385 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7386
7387 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
7388 END if present.
7389
7390 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7391
7392 * org-latex.el (org-export-latex-tables): Don't format in
7393 protected regions.
7394
7395 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7396
7397 * org-src.el (org-edit-src-code)
7398 (org-edit-src-find-region-and-lang, org-edit-src-exit):
7399 Handle macro editing.
7400
7401 * org-agenda.el (org-prefix-category-max-length): New variable.
7402 (org-format-agenda-item): Use `org-prefix-category-max-length'.
7403 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
7404
7405 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7406
7407 * org-mobile.el (org-mobile-create-index-file): Improve the
7408 listing of tags and todo keywords.
7409
7410 * org-latex.el (org-export-latex-format-image): New function.
7411 (org-export-latex-links): Use `org-export-latex-format-image'.
7412
7413 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7414
7415 * org-inlinetask.el (org-inlinetask-get-current-indentation)
7416 (org-inlinetask-remove-terminator): New functions.
7417 (org-inlinetask-export-handler): Terminate the description list.
7418
7419 * org-exp.el (org-export-select-backend-specific-text): Remove the
7420 region markers.
7421
7422 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
7423 tasks without content.
7424
7425 * org-clock.el: Make sure the clock-in target position does not
7426 move to a different node by widening the buffer.
7427
7428 * org-html.el (org-export-html-format-image): Wrap image into
7429 figure div only when there is a caption.
7430
7431 * org-archive.el (org-archive-mark-done): Change default value to
7432 nil.
7433
7434 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7435
7436 * org.el (org-context): Call `bobp', not `eobp'.
7437
7438 * org-clock.el (org-clock-cancel): Remove quotes from marker
7439 variables.
7440
7441 * org.el (org-read-date-prefer-future): New allowed value `time'.
7442 (org-read-date-analyze): Shift day to tomorrow depending on time
7443 entered and value of `org-read-date-prefer-future'.
7444
7445 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7446
7447 * org.el (org-version, org-get-refile-targets, org-refile)
7448 (org-store-log-note, org-diary-to-ical-string)
7449 (org-speedbar-set-agenda-restriction):
7450 * org-publish.el (org-publish-find-title):
7451 * org-plot.el (org-plot/gnuplot):
7452 * org-mouse.el (org-mouse-do-remotely):
7453 * org-mobile.el (org-mobile-move-capture):
7454 * org-mac-message.el (org-mac-message-insert-flagged):
7455 * org-latex.el (org-replace-region-by-latex):
7456 * org-docbook.el (org-replace-region-by-docbook):
7457 * org-clock.el (org-clock-out, org-clock-cancel):
7458 * org-bibtex.el (org-execute-file-search-in-bibtex):
7459 Use with-current-buffer.
7460
7461 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7462
7463 * org.el (org-directory, org-map-entries):
7464 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
7465
7466 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7467
7468 * org.el (org-set-tags-to): New command.
7469
7470 * org-latex.el (org-export-latex-set-initial-vars): Also check in
7471 the plist.
7472
7473 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
7474 keyword.
7475
7476 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
7477
7478 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7479
7480 * org-inlinetask.el (org-inlinetask-export): Option removed.
7481 (org-inlinetask-export-handler): Better export.
7482
7483 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
7484 (org-export-as-xoxo): Run the new hook.
7485
7486 * org-html.el (org-export-html-final-hook): New hook.
7487 (org-export-as-html): Run the new hook.
7488
7489 * org-docbook.el (org-export-docbook-final-hook): New hook.
7490 (org-export-as-docbook): Run the new hook.
7491
7492 * org-ascii.el (org-export-ascii-final-hook): New hook.
7493 (org-export-as-ascii): Run the new hook.
7494
7495 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
7496 space character as the character before the ^/_.
7497 (org-export-latex-final-hook): New hook.
7498 (org-export-as-latex): Run `org-export-latex-final-hook'.
7499
7500 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7501
7502 * org-macs.el (org-if-unprotected-at): Fix docstring.
7503
7504 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
7505 text in the prefix (if category is a link).
7506
7507 * org-latex.el (org-export-latex-preprocess): Deal properly with
7508 empty lines in verse environments.
7509
7510 * org.el (org-format-latex-header): Inline fullpage.sty.
7511
7512 * org-footnote.el (org-footnote-create-definition): Reveal context
7513 to add a new footnote definition.
7514
7515 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
7516 org-table-recalculate when cursor is in TBLFM line.
7517
7518 * org-list.el (org-renumber-ordered-list): Fix cursor position
7519 when bullet length has changed.
7520
7521 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7522
7523 * org.el (org-format-latex): Mention `org-format-latex-options' in
7524 the docstring.
7525
7526 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7527
7528 * org.el (org-agenda-get): New function.
7529
7530 * org-agenda.el (org-agenda-post-command-hook): No longer move
7531 point away from end of line.
7532 (org-agenda-add-entry-text, org-agenda-collect-markers)
7533 (org-finalize-agenda, org-agenda-mark-clocking-task)
7534 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
7535 (org-agenda-entry-text-show, org-agenda-highlight-todo)
7536 (org-agenda-compare-effort, org-agenda-filter-apply)
7537 (org-agenda-later, org-agenda-change-time-span)
7538 (org-agenda-post-command-hook, org-agenda-show-priority)
7539 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
7540 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
7541 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
7542 (org-agenda-open-link, org-agenda-copy-local-variable)
7543 (org-agenda-switch-to, org-agenda-check-no-diary)
7544 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
7545 (org-agenda-add-note, org-agenda-change-all-lines)
7546 (org-agenda-priority, org-agenda-set-tags)
7547 (org-agenda-set-property, org-agenda-set-effort)
7548 (org-agenda-toggle-archive-tag, org-agenda-date-later)
7549 (org-agenda-show-new-time, org-agenda-date-prompt)
7550 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
7551 (org-agenda-clock-in, org-agenda-bulk-mark)
7552 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
7553 Use `org-get-at-bol'.
7554
7555 * org-colview.el (org-columns-display-here)
7556 (org-columns-edit-allowed, org-agenda-columns):
7557 Use `org-get-at-bol'.
7558
7559 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7560
7561 * org.el (org-special-ctrl-a/e): Improve documentation and
7562 customize type.
7563 (org-end-of-line): Don't jump to after the ellipsis.
7564 (org-mode-map): Bind <home> and <end> as well.
7565
7566 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7567
7568 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
7569 space after #+ as comments.
7570 (org-open-at-point): Run `org-follow-link-hook' always.
7571
7572 * org-latex.el (org-export-latex-emph-format): Use better commands
7573 to insert special characters in verbatim snippets.
7574
7575 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7576
7577 * org-faces.el (org-copy-face): New function. Use it to create
7578 various faces formerly created by using `copy-face'.
7579
7580 * org-agenda.el (org-prepare-agenda): Don't officially mark this
7581 window dedicated.
7582 (org-agenda-quit): Kill the frame containing the agenda window if
7583 that frame was created for the agenda.
7584
7585 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7586
7587 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
7588 stamp in the agenda.
7589
7590 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7591
7592 * org-agenda.el (org-prepare-agenda):
7593 Reset `org-drawers-for-agenda'.
7594 (org-prepare-agenda): Uniquify list of drawers.
7595
7596 * org.el (org-complex-heading-regexp-format): New variable.
7597 (org-set-regexps-and-options):
7598 Define `org-complex-heading-regexp-format'.
7599 (org-drawers-for-agenda): New variable.
7600 (org-map-entries): Bind `org-drawers-for-agenda'.
7601 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
7602
7603 * org-remember.el (org-go-to-remember-target)
7604 (org-remember-handler): Use `org-complex-heading-regexp-format'.
7605
7606 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7607
7608 * org-agenda.el (org-agenda-highlight-todo): Fix text property
7609 problem.
7610
7611 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
7612 always with `invisible-ok'.
7613 (org-store-link): No error when there is nothing to link to in the
7614 agenda.
7615
7616 * org-list.el (org-update-checkbox-count): Insert changed cookie
7617 before the old, to avoid problems with invisibility at the end of
7618 the line.
7619 (org-update-checkbox-count): Insert changed cookie before the old,
7620 to avoid problems with invisibility at the end of the line.
7621
7622 * org.el (org-sort-entries-or-items): Include the final newline.
7623 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
7624 lines for fontification.
7625 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
7626 (org-prepare-dblock): Store the current indentation of the BEGIN
7627 line.
7628 (org-update-dblock): Apply the indentation of the begin line to
7629 the rest of the block.
7630 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
7631 (org-startup-folded): New allowed value `showeverything'.
7632 (org-startup-options): Add STARTUP keyword `showeverything'.
7633 (org-set-startup-visibility): Respect value `showeverything' in
7634 org-startup-folded.
7635
7636 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7637
7638 * org.el (org-closest-date): Fix issue with past preference.
7639
7640 * org-archive.el (org-archive-set-tag)
7641 (org-archive-subtree-default): New commands.
7642
7643 * org-clock.el (org-clock-clocktable-default-properties):
7644 New option.
7645 (org-clock-report):
7646 Use `org-clock-clocktable-default-properties'.
7647
7648 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7649
7650 * org.el (org-iswitchb-completing-read): Fix typo.
7651
7652 * org-crypt.el: New file.
7653
7654 * org.el: Add an entry for org-crypt.
7655
7656 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7657
7658 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
7659 consistency.
7660 (org-batch-store-agenda-views): New function.
7661 (org-agenda-title-append): Define variable.
7662 (org-write-agenda): New export to Org files.
7663 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
7664 (org-agenda): Allow to keep the restricted file list if a special
7665 variable is bound to t.
7666 (org-agenda): Define a special agenda view for working on flagged
7667 entries.
7668 (org-agenda-get-restriction-and-command): List the new agenda
7669 view.
7670 (org-agenda-show-the-flagging-note): New command.
7671 (org-agenda-mode-map): New key `?' for looking at the flagging
7672 note.
7673
7674 * org.el (org-autoload): Autoload org-mobile.el.
7675 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
7676
7677 * org-mobile.el: New file.
7678
7679 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
7680
7681 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7682
7683 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
7684 statements.
7685 (org-table-get-remote-range): Match indented #+TBLNAME
7686 statements.
7687
7688 * org.el (org-convert-to-odd-levels)
7689 (org-convert-to-oddeven-levels): Work also correctly if the file
7690 is in outline-mode.
7691
7692 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7693
7694 * org.el (org-store-link): When in agenda buffer, link to
7695 referenced entry.
7696 (org-add-planning-info): Remove spaces at eol.
7697
7698 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
7699 property.
7700
7701 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7702
7703 * org-latex.el (org-export-latex-first-lines): Fix problem with
7704 LaTeX export of first line and selected subtree.
7705
7706 * org.el (org-shifttab): Interpret arg differently when using only
7707 odd levels.
7708
7709 2009-10-01 Bastien Guerry <bzg@altern.org>
7710
7711 * org.el (org-check-agenda-file): Use a more explicit message.
7712
7713 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7714
7715 * org-exp.el (org-export-remove-special-table-lines): Don't remove
7716 normal lines.
7717
7718 2009-10-01 Bastien Guerry <bzg@altern.org>
7719
7720 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
7721 prompt in the temporary window.
7722
7723 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
7724 prefix for marked entries in the agenda view.
7725
7726 2009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
7727
7728 * org.el (outline-end-of-subtree): Bugfix: advise this function in
7729 a way that prevents any trailing character from being displayed.
7730
7731 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7732
7733 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
7734 menu.
7735
7736 * org-exp.el (org-export-remove-special-table-lines): Remove bad
7737 slow regexp match.
7738
7739 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7740
7741 * org-latex.el (org-export-latex-preprocess): Do not protect in
7742 the LaTeX header.
7743
7744 * org-src.el (org-edit-src-save): Save window setup while saving.
7745 (org-edit-src-code): Use new buffer name construction scheme.
7746
7747 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7748
7749 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
7750 New variable.
7751 (org-agenda-entry-text-cleanup-hook): New hook.
7752 (org-agenda-get-some-entry-text): Remove matches of
7753 `org-agenda-entry-text-exclude-regexps' and run the hook
7754 `org-agenda-entry-text-cleanup-hook'.
7755
7756 * org.el (org-offer-links-in-entry): New argument ZERO to
7757 implement a link with index zero.
7758 (org-cycle-show-empty-lines): Not keep empty line under header
7759 hidden.
7760 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
7761 to nil for special completion.
7762 (org-store-link): Don't error before the first heading.
7763
7764 * org-agenda.el (org-agenda-open-link): Pass the prefix to
7765 `org-offer-links-in-entry'.
7766
7767 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7768
7769 * org-agenda.el (org-agenda-quit): Provide the window argument for
7770 `window-dedicated-p', Emacs 22 needs it.
7771 (org-format-agenda-item): If the category is a link, arrange for
7772 invisible text to replaced with spaces.
7773 (org-compile-prefix-format): Add the extra space.
7774 (org-prefix-category-length): New variable.
7775
7776 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
7777 references from TOC lines.
7778
7779 * org.el (org-selected-window): New variable.
7780
7781 * org-table.el (org-table-edit-formulas): Remember the selected
7782 window.
7783 (org-table-fedit-finish, org-table-fedit-abort): Select the window
7784 that was originally selected.
7785
7786 * org-exp.el (org-export-preprocess-apply-macros): Scan the
7787 expansion of a macro for more macro definitions.
7788
7789 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
7790 invisibility overlay starts on the newline.
7791
7792 2009-10-01 Glenn Morris <rgm@gnu.org>
7793
7794 * org-agenda.el (calendar-check-holidays):
7795 * org-exp.el (org-agenda-skip):
7796 * org-list.el (outline-back-to-heading):
7797 * org-wl.el (wl-summary-goto-folder-subr):
7798 * org.el (iswitchb-mode, remember, remember-buffer-desc)
7799 (remember-finalize, remember-save-after-remembering, remember-register)
7800 (remember-buffer, remember-handler-functions)
7801 (remember-annotation-functions): Remove unused declarations.
7802
7803 * org.el (iswitchb-read-buffer): Fix declaration.
7804
7805 2009-09-30 Glenn Morris <rgm@gnu.org>
7806
7807 * org-compat.el (w32-focus-frame):
7808 * org-exp-blocks.el (R):
7809 * org-exp.el (htmlize-buffer):
7810 * org-protocol.el (server-edit):
7811 * org-table.el (org-format-org-table-html):
7812 * org.el (org-indent-mode): Fix declarations.
7813
7814 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
7815 free variable `fun'.
7816
7817 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7818
7819 * org-agenda.el (org-agenda-restore-windows-after-quit):
7820 Fix typo in docstring.
7821
7822 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7823
7824 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
7825 (org-shiftselect-error, org-ctrl-c-ctrl-c):
7826 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
7827 * org-attach.el (org-attach-check-absolute-path):
7828 * org-docbook.el (org-export-as-docbook):
7829 * org-html.el (org-export-as-html):
7830 * org-id.el (org-id-update-id-locations):
7831 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
7832 Fix typos in error messages.
7833
7834 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7835
7836 * org-ascii.el: Require CL for the `loop' macro.
7837
7838 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
7839
7840 * org-gnus.el (require): Wrap (require gnus-sum) into
7841 eval-when-compile.
7842
7843 2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
7844
7845 * org-protocol.el (org-protocol-store-link)
7846 (org-protocol-remember, org-protocol-open-source): Remove autoload
7847 cookies again.
7848
7849 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
7850 referencing the start of the line.
7851
7852 * org-gnus.el: Remove unnecessary declare-function forms.
7853 (gnus-sum): Always require gnus-sum.
7854
7855 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7856
7857 * org-protocol.el (org-protocol-store-link)
7858 (org-protocol-remember, org-protocol-open-source): Add autoloads.
7859
7860 * org-compat.el (org-float-time): New function.
7861
7862 * org.el (org-clock-update-time-maybe)
7863 (org-sort-entries-or-items, org-do-sort)
7864 (org-evaluate-time-range, org-time-string-to-seconds)
7865 (org-closed-in-range): Use `org-float-time'.
7866
7867 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
7868 (org-timer-seconds): Use `org-float-time'.
7869
7870 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
7871 (org-clock-sum, org-dblock-write:clocktable)
7872 (org-clocktable-steps): Use `org-float-time'.
7873
7874 * org-agenda.el (org-agenda-last-marker-time)
7875 (org-agenda-new-marker, org-diary): Use `org-float-time'.
7876
7877 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
7878 function.
7879
7880 * org-exp.el (org-get-file-contents): Only protect lines that
7881 really need it.
7882
7883 * org-html.el (require): Require cl for compilation.
7884
7885 * org.el: Avoid using `default-major-mode'.
7886
7887 * org-plot.el (require): Require CL only at compile time.
7888
7889 * org-exp.el (require): Require CL only at compile time.
7890
7891 * org-agenda.el (org-agenda-quit): When the agenda window is
7892 dedicated, remove other windows before exiting, so that the frame
7893 really will be killed.
7894
7895 * org-exp.el (org-export-handle-include-files): Reset START and
7896 END for each loop cycle.
7897
7898 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7899
7900 * org.el (org-eval-in-calendar):
7901 Use `org-select-frame-set-input-focus'.
7902
7903 * org-compat.el (org-select-frame-set-input-focus): New function.
7904
7905 * org.el (org-update-statistics-cookies): New function.
7906 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
7907
7908 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7909
7910 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
7911 after the local variables are set.
7912
7913 * org-latex.el (org-export-latex-protect-amp): New function.
7914 (org-export-latex-links): Protect link ampersands in tables.
7915
7916 * org-exp.el (org-export-select-backend-specific-text): Match in
7917 two steps, to avoid regexp problems.
7918
7919 * org.el (org-offer-links-in-entry): Improve working with many and
7920 duplicate links.
7921
7922 * org-agenda.el (org-agenda-show-1): Make more consistent with
7923 normal cycling.
7924 (org-agenda-cycle-show): Make more consistent with normal cycling.
7925
7926 * org-gnus.el (org-gnus-store-link): Restore the linking to a
7927 website.
7928
7929 2009-09-02 Bastien Guerry <bzg@altern.org>
7930
7931 * org-latex.el (org-export-latex-first-lines): Bugfix.
7932
7933 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7934
7935 * org-clock.el (org-clock-modify-effort-estimate): Emit message
7936 about new effort.
7937
7938 * org.el (org-set-effort): New function.
7939 (org-mode-map): New key for effort setting command.
7940
7941 * org-agenda.el (org-agenda): Keep window setup when calling
7942 agenda from within agenda window.
7943 (org-agenda-mode-map): New keys for effort setting commands.
7944 (org-agenda-menu): Add effort setting commands to menu.
7945 (org-agenda-set-property, org-agenda-set-effort): New functions.
7946
7947 * org-latex.el (org-export-latex-tables):
7948 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
7949 the first column has been removed.
7950
7951 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7952
7953 * org.el (org-remove-timestamp-with-keyword): Only remove in
7954 entry, not in subtree.
7955
7956 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
7957 emacs lisp.
7958
7959 * org.el (org-open-at-point): When on headline, offer all strings
7960 in entry.
7961
7962 * org-remember.el (org-remember-templates): Documentation fix.
7963
7964 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
7965 `org-get-last-sibling' instead of the outline versions of these
7966 functions.
7967 (org-get-last-sibling): New function.
7968 (org-refile): Use `org-get-next-sibling' instead of the outline
7969 version of this function.
7970 (org-clean-visibility-after-subtree-move):
7971 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
7972 outline versions of these functions.
7973
7974 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7975
7976 * org-agenda.el (org-prepare-agenda): When creating a new frame
7977 for the agenda, make the window dedicated.
7978
7979 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
7980
7981 * org-table.el (org-table-align): Change the order of reinsertion
7982 and deletion, to avoid problems with overlays following the table.
7983
7984 * org.el (org-parse-time-string): Better error message.
7985 (org-show-subtree): Use org-end-of-subtree.
7986
7987 * org-macs.el (org-goto-line): New defsubst.
7988
7989 * org.el (org-open-file, org-change-tag-in-region)
7990 (org-fast-tag-show-exit): Don't use `goto-line'.
7991
7992 * org-table.el (org-table-align, org-table-insert-column)
7993 (org-table-delete-column, org-table-move-column)
7994 (org-table-sort-lines, org-table-copy-region)
7995 (org-table-paste-rectangle, org-table-wrap-region)
7996 (org-table-get-specials, org-table-rotate-recalc-marks)
7997 (org-table-get-range, org-table-recalculate)
7998 (org-table-edit-formulas, org-table-fedit-convert-buffer)
7999 (org-table-show-reference, org-table-highlight-rectangle):
8000 Don't use `goto-line'.
8001
8002 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
8003 (org-edit-src-exit): Don't use `goto-line'.
8004
8005 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
8006
8007 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
8008 Don't use `goto-line'.
8009
8010 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
8011
8012 * org-colview.el (org-columns, org-columns-redo)
8013 (org-agenda-columns): Don't use `goto-line'.
8014
8015 * org-colview-xemacs.el (org-columns, org-agenda-columns):
8016 Don't use `goto-line'.
8017
8018 * org-agenda.el (org-agenda-mode): Force visual line motion off.
8019 (org-agenda-add-entry-text-maxlines): Improve docstring.
8020 (org-agenda-start-with-entry-text-mode): New option.
8021 (org-agenda-entry-text-maxlines): New option.
8022 (org-agenda-entry-text-mode): New variable.
8023 (org-agenda-mode): Set initial value of
8024 `org-agenda-entry-text-mode'.
8025 (org-agenda-mode-map): Add the `E' key.
8026 (org-agenda-menu): Add entry text mode to the menu.
8027 (org-agenda-get-some-entry-text): Fix line count bug.
8028 (org-finalize-agenda): Apply entry text mode if appropriate.
8029 (org-agenda-entry-text-show-here): New function.
8030 (org-agenda-entry-text-show): New function.
8031 (org-agenda-entry-text-hide): New function.
8032 (org-agenda-view-mode-dispatch): Add entry text mode to the view
8033 key menu.
8034 (org-agenda-entry-text-mode): New command.
8035 (org-agenda-set-mode-name): Add entry text mode to the mode line
8036 string.
8037 (org-agenda-undo, org-agenda-get-restriction-and-command)
8038 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
8039 `goto-line'.
8040
8041 2009-09-02 Bernt Hansen <bernt@norang.ca>
8042
8043 * org-clock.el (org-notify): Bugfix.
8044
8045 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8046
8047 * org-agenda.el (org-agenda-open-link): Handle multiple links and
8048 check for after-string.
8049
8050 * org-gnus.el (org-gnus-store-link): Simplify.
8051
8052 * org.el (org-latex-regexps): Don't add extra empty lines for
8053 display formulas.
8054
8055 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8056
8057 * org-agenda.el (org-agenda-get-some-entry-text): New function.
8058 (org-agenda-add-entry-text):
8059 Use `org-agenda-get-some-entry-text'.
8060
8061 * org.el (org-cycle-separator-lines): Update docstring.
8062 (org-cycle-show-empty-lines): Handle negative values for
8063 `org-cycle-show-empty-lines'.
8064
8065 * org-exp.el (org-export-protect-sub-super): New function.
8066 (org-export-normalize-links): Protect the url of plain links from
8067 supscript and superscript processing.
8068
8069 * org-remember.el (org-remember-escaped-%): New function.
8070 (org-remember-apply-template): Use `org-remember-escaped-%' to
8071 detect escaped % signs.
8072
8073 2009-09-02 Bastien Guerry <bzg@altern.org>
8074
8075 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
8076 sound when showing the notification.
8077
8078 * org-clock.el (org-notify): New function.
8079 (org-clock-notify-once-if-expired): Use `org-notify'.
8080
8081 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
8082 and `gnus-article-mode' separately.
8083 (gnus-summary-article-header): Fix the declare-function.
8084
8085 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8086
8087 * org-exp.el (org-export-format-source-code-or-example):
8088 Translate language.
8089
8090 * org-src.el (org-src-lang-modes): New variable.
8091 (org-edit-src-code): Translate language.
8092
8093 * org-exp.el (org-export-format-source-code-or-example): Deal wit
8094 the new structure of the `org-export-latex-listings-langs'
8095 variable.
8096
8097 * org-latex.el (org-export-latex-listings-langs): Change structure
8098 of the variable from plist to alist.
8099
8100 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8101
8102 * org.el (org-in-commented-line): New function.
8103
8104 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8105
8106 * org.el (org-hide-block-toggle): Make folded blocks searchable.
8107
8108 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
8109
8110 * org.el (org-flag-drawer): More useful error.
8111
8112 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8113
8114 * org-remember.el (org-remember-apply-template):
8115 Use org-icompleting-read.
8116
8117 * org-publish.el (org-publish): Use org-icompleting-read.
8118
8119 * org-colview.el (org-columns-edit-value, org-columns-new)
8120 (org-insert-columns-dblock): Use org-icompleting-read.
8121
8122 * org-colview-xemacs.el (org-columns-edit-value)
8123 (org-columns-new, org-insert-columns-dblock):
8124 Use org-icompleting-read.
8125
8126 * org-attach.el (org-attach-delete-one, org-attach-open):
8127 Use org-icompleting-read.
8128
8129 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8130
8131 * org.el (org-hierarchical-todo-statistics): Improve docstring.
8132 (org-version): Return the version text.
8133 (org-org-menu): Add a menu entry for the new bug reporter.
8134 (org-submit-bug-report): New command.
8135
8136 * org-list.el (org-hierarchical-checkbox-statistics):
8137 Improve docstring.
8138
8139 * org.el (org-emphasis-regexp-components): Add "`" to set of
8140 pre-emphasis characters.
8141
8142 * org-latex.el (org-export-latex-classes): Always include the soul
8143 package.
8144 (org-export-latex-emphasis-alist): Use \st for strikethough.
8145
8146 * org-exp-blocks.el (org-export-blocks-preprocess):
8147 Use `indent-code-rigidly' to indent.
8148
8149 * org-agenda.el (org-agenda-get-restriction-and-command):
8150 Remove properties only if MATCH really is a string.
8151
8152 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8153
8154 * org-latex.el (org-export-latex-packages-alist):
8155 Fix customization type.
8156
8157 * org.el (org-create-formula-image): Also use
8158 `org-export-latex-packages-alist'.
8159
8160 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
8161 (org-export-as-html): Format footnotes correctly.
8162
8163 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8164
8165 * org.el (org-fast-tag-selection): Avoid text properties on tags
8166 in the alist.
8167
8168 * org-agenda.el (org-agenda-get-restriction-and-command):
8169 Avoid text properties on the match element.
8170
8171 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8172
8173 * org.el (org-set-regexps-and-options): Make sure the list of done
8174 keywords is not invalid.
8175
8176 * org-exp.el (org-export-interpolate-newlines): New function.
8177
8178 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8179
8180 * org.el (org-format-latex): Avoid nested overlays.
8181
8182 * org-latex.el (org-export-latex-listings-langs): Add a few more
8183 languages.
8184
8185 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
8186 ignore newlines and space before the first macro argument.
8187
8188 * org-latex.el (org-export-latex-tables): Remove save-excursion
8189 around `org-table-align'.
8190
8191 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8192
8193 * org.el (org-export-html-special-string-regexps):
8194 Definition moved into org.el.
8195
8196 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
8197 in macro calls.
8198
8199 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8200
8201 * org-latex.el (org-export-latex-listings)
8202 (org-export-latex-listings-langs): New options.
8203
8204 * org-exp.el (org-export-format-source-code-or-example):
8205 Use listing package if requested by the user.
8206
8207 2009-09-02 Bastien Guerry <bzg@altern.org>
8208
8209 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
8210 command before actually switching to a buffer.
8211
8212 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8213
8214 * org-exp.el (org-get-file-contents): Only quote org lines when
8215 the markup is src or example.
8216
8217 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
8218 New option.
8219 (org-agenda-get-day-entries): Remember deadline results and pass
8220 them on into the function getting the scheduling information.
8221 (org-agenda-get-scheduled): Accept deadline results as parameters
8222 and maybe skip some entries.
8223 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
8224
8225 * org.el (org-insert-heading): When respecting content, do not
8226 convert current line to headline.
8227
8228 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
8229 Also cheeeeeck the hd marker.
8230 (org-clock-in): Also set the hd marker.
8231 (org-clock-out): Also set the hd marker.
8232 (org-clock-cancel): Reset markers.
8233
8234 * org.el (org-clock-hd-marker): New marker.
8235
8236 * org-faces.el (org-agenda-clocking): New face.
8237
8238 * org-agenda.el (org-agenda-mark-clocking-task): New function.
8239 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
8240
8241 * org.el (org-modules): Add org-track.el.
8242
8243 * org-agenda.el (org-agenda-bulk-marked-p): New function.
8244 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
8245 Use `org-agenda-bulk-marked-p'.
8246 (org-agenda-bulk-toggle): New command.
8247
8248 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8249
8250 * org.el (org-move-subtree-down): Hide subtree if it was folded,
8251 not just the body.
8252
8253 * org-remember.el (org-remember-finalize): Avoid buffer-modified
8254 messages.
8255
8256 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * org-html.el (org-export-as-html):
8259 * org-docbook.el (org-export-as-docbook):
8260 Use (default-value 'major-mode) instead of default-major-mode.
8261
8262 2009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
8263
8264 * org-docbook.el: Add arch-tag.
8265
8266 * org-exp-blocks.el: Add arch-tag.
8267
8268 * org-id.el: Add arch-tag.
8269
8270 * org-indent.el: Add arch-tag.
8271
8272 * org-inlinetask.el: Add arch-tag.
8273
8274 * org-protocol.el: Add arch-tag.
8275
8276 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8277
8278 * org.el (org-create-formula-image): Remove the -E option for
8279 dvipng.
8280
8281 * org-exp.el (org-default-export-plist): Respect #+BIND.
8282 (org-export-confirm-letbind): New function.
8283
8284 * org.el (org-paste-subtree): Test the kill ring entry if it is
8285 going to be used.
8286 (org-copy-subtree): Use `org-forward-same-level'.
8287 (org-forward-same-level): Respect the `invisibe-ok' arg for
8288 back-to-heading.
8289
8290 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8291
8292 * org.el (org-table-map-tables): Make sure cursor is back at table
8293 beginning after funcall.
8294
8295 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
8296 handled before children, and do not error if an entry is not
8297 found, probably because it hase been remove when the parent was
8298 archived or refiled.
8299
8300 * org.el (org-ido-completing-read): Accept straight lists for
8301 completion as well as alists.
8302
8303 * org-timer.el (org-timer-cancel-timers): Rename from
8304 `org-timer-cancel-timers'.
8305
8306 * org.el (org-cycle-internal-local): Fix problem with finding next
8307 invisible line.
8308
8309 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8310
8311 * org-list.el (org-list-send-list):
8312 Call `org-list-goto-true-beginning' instead of
8313 `org-list-find-true-beginning', which does not exist.
8314
8315 * org-timer.el (org-timer-reset-timers): Use `mapc'.
8316 (org-timer-set-timer): Do not assign to heading.
8317
8318 * org-id.el (org-id-open): Quote function name.
8319
8320 * org-macs.el (org-unmodified): Turn off recording undo
8321 information while running inside the macro.
8322
8323 * org-table.el (org-table-export): Also work in file-less
8324 buffers.
8325
8326 * org.el (org-startup-indented): New option.
8327 (org-startup-options): Add new options indent and noindent.
8328 (org-unfontify-region): Remove line-prefix and wrap-prefix
8329 properties.
8330 (org-after-demote-entry-hook, org-after-promote-entry-hook):
8331 New hooks.
8332 (org-promote, org-demote): Run the new hooks.
8333
8334 * org-table.el (org-table-align): Replace leading \n as well.
8335
8336 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
8337 and `line-wrap' text properties.
8338
8339 * org-compat.el (org-kill-new): New function.
8340
8341 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
8342 `line-wrap' text properties.
8343
8344 * org-indent.el: New file.
8345
8346 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8347
8348 * org.el (org-provide-todo-statistics): Tweak docstring.
8349
8350 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
8351
8352 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8353
8354 * org-exp.el (org-export-as-org): Insert the "-source" string
8355 before the extension.
8356
8357 * org.el (org-read-date): Make sure the calendar is in the current
8358 frame.
8359 (org-set-emph-re): Remove the ? from the post-match.
8360 (org-emphasis-regexp-components): Add backslash to the
8361 postmatch class.
8362 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
8363 optional so that also lines at the end of the buffers will still
8364 be matched as headlines.
8365
8366 * org-table.el (org-table-error-on-row-ref-crossing-hline):
8367 Variable made obsolete.
8368 (org-table-relative-ref-may-cross-hline): New option.
8369 (org-table-find-row-type): Honow the new option
8370 `org-table-relative-ref-may-cross-hline'.
8371
8372 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8373
8374 * org-table.el (org-table-cut-region, org-table-copy-region):
8375 Work on single field if no active region.
8376
8377 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8378
8379 * org-latex.el (org-export-latex-make-header): Only insert title
8380 if one is defined.
8381
8382 * org.el (org-make-options-regexp): Allow empty values.
8383
8384 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8385
8386 * org.el (org-cycle-internal-local): Improved version of finding
8387 next visible line.
8388 (org-cycle-hide-drawers): Only hide drawers if this is really
8389 necessary.
8390 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
8391 org-version of this function in Org-mode. We use advice to
8392 implement this change, so that future changes to this function in
8393 outline.el wil be handled properly.
8394 (org-forward-same-level, org-backward-same-level): New commands.
8395
8396 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8397
8398 * org.el (org-remove-empty-overlays-at)
8399 (org-clean-visibility-after-subtree-move): New functons.
8400 (org-move-subtree-down): Simplify cleanup of display.
8401
8402 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8403
8404 * org-mac-message.el (org-mac-message-get-links): Improve
8405 docstring. Make argument SELECT-OR-FLAGGED optional, default to
8406 "s". Fix the return value.
8407 (org-mac-message-insert-flagged): Simplify.
8408
8409 * org.el (org-refile-get-location): Tamper with refile history o
8410 that history contains compete matches instead of the entered
8411 string.
8412
8413 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8414
8415 * org.el (org-store-link): Never store a link to an inline task.
8416
8417 * org-footnote.el (org-footnote-goto-local-insertion-point):
8418 Skip inline tasks when positioning footnotes.
8419
8420 * org.el (org-refile): Remove the END line when archiving an
8421 inline task that does have an END line.
8422
8423 * org-archive.el (org-archive-subtree): Remove the END line when
8424 archiving an inline task that does have an END line.
8425
8426 * org-macs.el (org-with-limited-levels): New macro.
8427 (org-get-limited-outline-regexp): New function.
8428
8429 * org-exp.el (org-export-format-source-code-or-example): Fix bug
8430 that did not enumerate first line.
8431 (org-export-mark-radio-links): Skip matches in links.
8432
8433 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8434
8435 * org.el (org-activate-plain-links): Make single-match.
8436 (org-adapt-indentation): Fix docstring.
8437
8438 * org-macs.el (org-unmodified): Turn of modification hooks while
8439 running this macro.
8440
8441 2009-08-06 Bastien Guerry <bzg@altern.org>
8442
8443 * org.el (org-adapt-indentation): Slightly improve the docstring.
8444 (org-occur): Sends an error when the user inputs an empty string.
8445 (org-priority): Bugfix: the tag alignement should happen within
8446 save-excursion.
8447
8448 2009-08-06 Bastien Guerry <bzg@altern.org>
8449
8450 * org.el (org-make-link-regexps): Don't exclude parentheses from
8451 `org-plain-link-re'.
8452 (org-cycle-internal-local): When locally cycling, switch directly
8453 from CHILDREN to FOLDED if there is no subtree.
8454 (org-cycle): Update the docstring to document the new behavior of
8455 `org-cycle-internal-local'.
8456
8457 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
8458
8459 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
8460 an abbreviated format for days.
8461
8462 2009-08-06 Bastien Guerry <bzg@altern.org>
8463
8464 * org-protocol.el (org-protocol-default-template-key):
8465 New option.
8466
8467 * org.el (org-refile): Bugfix: save-excursion before reading the
8468 refile target, otherwise cursor moves might confuse `org-refile'.
8469
8470 * org.el (org-toggle-heading): Bugfix: correctly convert list
8471 items before the first headline.
8472
8473 * org.el (org-provide-todo-statistics): Allow a list of TODO
8474 keywords to compute statistics against headlines containing a
8475 keyword from this list.
8476 (org-update-parent-todo-statistics): Possibly use the new allowed
8477 value of `org-provide-todo-statistics'.
8478
8479 2009-08-06 Bastien Guerry <bzg@altern.org>
8480
8481 * org-timer.el: Add autoload cookie.
8482
8483 * org.el (org-occur-link-in-agenda-files): New function.
8484
8485 * org-timer.el (org-timer-last-timer): New variable.
8486
8487 * org-agenda.el (org-agenda-mode-map): New key for
8488 org-timer-set-timer called from the agenda.
8489
8490 * org.el (org-mode-map): New key for org-timer-set-timer.
8491
8492 * org-timer.el (org-timer-reset-timers)
8493 (org-timer-show-remaining-time, org-timer-set-timer):
8494 New functions.
8495
8496 * org-clock.el (org-show-notification): Update the docstring.
8497
8498 * org.el (org-provide-todo-statistics): Allow new value
8499 'all-headlines for this option, which includes entries with no
8500 TODO keywords in the todo statistics.
8501 (org-update-parent-todo-statistics): Possibly use the new
8502 'all-headline value from `org-provide-todo-statistics'.
8503
8504 2009-08-06 Bastien Guerry <bzg@altern.org>
8505
8506 * org-clock.el (org-dblock-write:clocktable): Add a new option
8507 :timestamp which allows display of timestamps in clock reports.
8508
8509 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
8510 list to a subtree, preserving the structure of the list.
8511 (org-set-emph-re): Make the last element optional in the regexp.
8512 This regexp now matches an emphasized string at the end of a line.
8513
8514 * org-list.el (org-list-goto-true-beginning)
8515 (org-list-make-subtree, org-list-make-subtrees): New functions.
8516
8517 * org.el (org-eval-in-calendar): Select the right frame.
8518 (org-save-frame-excursion): Remove this macro.
8519
8520 2009-08-06 Bastien Guerry <bzg@altern.org>
8521
8522 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
8523 trying to find the beginning of a list.
8524
8525 * org-exp.el (org-get-file-contents): Use a new argument: markup.
8526 When present, tell org-get-file-contents not to protect org-like
8527 lines.
8528
8529 * org-id.el (org-id-uuid-program): New option to set the name of
8530 the uuidgen program.
8531 (org-id-method): Use `org-id-uuid-program'.
8532 (org-id-new): Use `org-id-uuid-program'.
8533
8534 2009-08-06 Bastien Guerry <bzg@altern.org>
8535
8536 * org-exp.el (org-export-number-lines): Allow whitespace in code
8537 references. Allow the -r switch to remove the references in the
8538 source code even when the lines are not numbered: the labels can
8539 be explicit enough.
8540
8541 * org.el (org-fontify-whole-heading-line): New option.
8542 (org-set-font-lock-defaults): Use the new option.
8543
8544 * org-clock.el (org-show-notification-handler): New option.
8545 (org-show-notification): Use the new option.
8546
8547 2009-08-06 Bastien Guerry <bzg@altern.org>
8548
8549 * org.el (org-eval-in-calendar): Fix a bug about calendar
8550 navigation when `calendar-setup' value is 'calendar-only.
8551
8552 2009-08-06 Bastien Guerry <bzg@altern.org>
8553
8554 * org.el (orgstruct++-mode): Fix typo in docstring.
8555 (org-insert-link): Clean up: (or (...)) => (...)
8556 (org-insert-link): Use TAB for stored links completion.
8557
8558 2009-08-06 Bastien Guerry <bzg@altern.org>
8559
8560 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
8561 building the list of targets.
8562
8563 * org-remember.el (org-remember-delete-empty-lines-at-end):
8564 New option.
8565 (org-remember-handler): Use the new option.
8566
8567 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
8568
8569 * org.el (org-tags-sort-function): New option for sorting tags.
8570 (org-set-tags): Use the new option to sort tags.
8571
8572 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
8573 premature deletion of the data when using org-plot in a script.
8574
8575 2009-08-06 Bastien Guerry <bzg@altern.org>
8576
8577 * org-clock.el (org-clock-in-prepare-hook): New hook.
8578 (org-clock-in): Use this new hook.
8579
8580 2009-08-06 Bastien Guerry <bzg@altern.org>
8581
8582 * org.el (org-special-ctrl-a/e): Explicitely bind the value
8583 'reversed for this option to the "true line boundary first"
8584 behavior.
8585 (org-tags-match-list-sublevels): Document the 'indented value for
8586 this variable.
8587
8588 * org-latex.el (org-export-latex-first-lines): Fix problem with
8589 publishing the region.
8590
8591 * org-exp.el (org-export-format-source-code-or-example):
8592 Fix bad line numbering when exporting examples in HTML.
8593
8594 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
8595
8596 * org-colview.el (org-format-time-period): Formats a time in
8597 fractional days as days, hours, mins, seconds.
8598 (org-columns-display-here): Add special handling for SINCE and
8599 SINCE_IA to format for display.
8600
8601 * org.el (org-time-since): Add a function to get the time since an
8602 org timestamp.
8603 (org-entry-properties): Add two new special properties: SINCE and
8604 SINCE_IA. These give the time since any active or inactive
8605 timestamp in an entry.
8606 (org-special-properties): Add SINCE, SINCE_IA.
8607 (org-tags-sort-function): Add custom declaration for tags
8608 sorting function.
8609 (org-set-tags): Sort tags if org-tags-sort-function is set.
8610
8611 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8612
8613 * org-clock.el (org-clock-goto): Find hidden headlines as well.
8614
8615 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
8616
8617 * org-plot.el (org-plot/add-options-to-plist): Add timeind
8618 option.
8619
8620 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8621
8622 * org-publish.el (org-publish-remove-all-timestamps): New function.
8623 (org-publish-all): Remove all timestamp files if `org-publish-all'
8624 is called with a prefix argument.
8625
8626 * org-list.el (org-indent-item): Fix typo.
8627 (org-item-indent-positions): Normalize ordered bullet.
8628
8629 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8630
8631 * org-macs.el (org-set-local): Make a local variable, do not make
8632 the variable buffer-local!
8633
8634 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
8635
8636 * org-exp.el (org-infile-export-plist): Read BIND lines.
8637 (org-install-letbind): New function.
8638 (org-export-as-org, org-export-preprocess-string):
8639 Call `org-install-letbind'.
8640
8641 * org-list.el (org-list-demote-modify-bullet): New option.
8642 (org-first-list-item-p): Save point.
8643 (org-fix-bullet-type): New optional argument FORCE-BULLET.
8644 (org-indent-item): Honor `org-list-demote-modify-bullet'.
8645 (org-item-indent-positions): Return bullet types along with
8646 indentation.
8647
8648 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8649
8650 * org.el (org-show-entry): Hide drawers.
8651
8652 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8653
8654 * org-footnote.el (org-footnote-auto-adjust): New option.
8655 (org-footnote-auto-adjust-maybe): New function.
8656 (org-footnote-new, org-footnote-delete):
8657 Call `org-footnote-auto-adjust-maybe'.
8658
8659 * org.el (org-startup-options): Add new footnote-related
8660 keywords.
8661
8662 * org-publish.el (org-publish-timestamp-filename): Additional
8663 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
8664 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
8665 TRUE-PUB-DIR. Pass them through to
8666 `org-publish-timestamp-filename'.
8667 (org-publish-update-timestamp): Additional arguments PUB-DIR and
8668 PUB-FUNC, which are included in the hash.
8669 (org-publish-file): Delay timestamp test until the publishing
8670 function is known.
8671
8672 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8673
8674 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
8675 setting the deadline.
8676
8677 * org.el (org-read-date-final-answer): New variable.
8678 (org-read-date): Store the final answer string, including the date
8679 from the calendar, for reuse by agenda bulk commands.
8680
8681 * org-publish.el (org-publish-attachment): Fix publishing of
8682 attachments.
8683
8684 * org-latex.el (org-export-latex-quotation-marks): Fix export of
8685 quotation makrs in parenthesis.
8686 (org-remove-initial-hash): New function.
8687 (org-export-latex-preprocess): Fix bug with infinite loop if
8688 environment is not properly closed.
8689
8690 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
8691 when indented.
8692
8693 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
8694 highlight also when indented.
8695
8696 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8697
8698 * org-footnote.el (org-footnote-renumber-fn:N): New command.
8699 (org-footnote-action): Offer renumbering.
8700
8701 * org.el (org-cycle): Honor the `integrate' value of
8702 org-cycle-include-plain-lists'.
8703
8704 * org-list.el (org-cycle-include-plain-lists): New allowed value
8705 `internal'. Improve the docstring.
8706
8707 * org.el (org-set-autofill-regexps): Improve the paragraph-start
8708 regexp to work better with LaTeX commands.
8709
8710 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8711
8712 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
8713 and eps extensions.
8714
8715 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8716
8717 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
8718 loaded.
8719
8720 * org.el (org-map-entries): No longer force
8721 `org-tags-match-list-sublevels' to t during a todo-only tags
8722 search.
8723
8724 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8725
8726 * org-latex.el (org-export-latex-low-levels): Allow user-defined
8727 environment.
8728 (org-export-latex-subcontent): Handle user-defined environment.
8729
8730 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
8731 the View dispatcher.
8732
8733 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
8734 `make-overlay'.
8735
8736 * org-latex.el (org-export-as-pdf): Protect match data during call
8737 to shell-quote-argument.
8738
8739 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
8740 (org-agenda-view-mode-dispatch): New function.
8741
8742 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8743
8744 * org-agenda.el (org-agenda-mode): Reset list of marks.
8745 (org-agenda-mode-map): Define new keys for refile and bulk action.
8746 (org-agenda-menu): Add menu itesm for refile and bulk action.
8747 (org-agenda-refile): New function.
8748 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
8749 (org-agenda-marked-entries): New variable.
8750 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
8751 (org-agenda-remove-all-bulk-action-marks)
8752 (org-agenda-bulk-action): New functions/commands.
8753
8754 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8755
8756 * org-exp.el (org-get-file-contents): Protect org-like lines in
8757 included files.
8758 (org-export-format-source-code-or-example): Remove newlines.
8759
8760 * org-latex.el (org-export-latex-links): Check for no-description
8761 marking.
8762
8763 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
8764 argument separator back to comma.
8765 (org-export-normalize-links): Mark links without description.
8766
8767 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8768
8769 * org-exp.el (org-infile-export-plist): Fix bug in macro
8770 processing.
8771
8772 * org-agenda.el (org-agenda-clock-out): Update line after clocking
8773 out.
8774 (org-agenda-highlight-todo): Fix bug with highlighting.
8775
8776 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8777
8778 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
8779 new alignment strings.
8780
8781 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
8782 command list.
8783 (org-table-align): Check for forced align type.
8784
8785 * org.el (org-self-insert-command): Add yas/expand to command
8786 list.
8787
8788 * org-clock.el (org-clock-in-hook): New hook.
8789 (org-clock-in): Run `org-clock-in-hook.
8790 (org-clock-out-hook): New hook.
8791 (org-clock-out): Run `org-clock-out-hook.
8792 (org-clock-cancel-hook): New hook.
8793 (org-clock-cancel): Run `org-clock-cancel-hook.
8794 (org-clock-goto-hook): New hook.
8795 (org-clock-goto): Run `org-clock-goto-hook.
8796
8797 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8798
8799 * org.el (org-store-link): Better default description for link to
8800 Org-mode headline.
8801
8802 * org-exp.el (org-export-generic): Autoload the generic exporter
8803 function.
8804 (org-export): Implement the `g' key for the generic exporter.
8805
8806 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8807
8808 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
8809 and for zbacktab'.
8810
8811 * org-exp.el (org-infile-export-plist): Get macros also from
8812 #+SETUPFILE.
8813
8814 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8815
8816 * org-colview.el (org-columns-capture-view): Protect vertical bars
8817 in column values.
8818 (org-columns-capture-view): Exclude comment and archived trees.
8819
8820 * org-colview-xemacs.el (org-columns-capture-view):
8821 Protect vertical bars in column values.
8822 (org-columns-capture-view): Exclude comment and archived trees.
8823
8824 * org.el (org-quote-vert): New function.
8825
8826 * org-latex.el (org-export-latex-verbatim-wrap): New option.
8827
8828 * org-exp.el (org-export-format-source-code-or-example):
8829 Use `org-export-latex-verbatim-wrap'.
8830
8831 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
8832 time stamps.
8833
8834 2009-08-06 Eric Schulte <schulte.eric@gmail.com>
8835
8836 * org-exp-blocks.el: New file.
8837
8838 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8839
8840 * org-remember.el (org-remember-templates): Allow the headline
8841 element to be a function.
8842 (org-remember-apply-template): If the headline is a function, call
8843 it to get the true function.
8844
8845 * org-clock.el (org-clock-menu): New function.
8846 (org-clock-update-mode-line): Update help string.
8847 (org-clock-modify-effort-estimate): New function.
8848 (org-clock-mark-default-task): New function.
8849
8850 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
8851 minutes as input.
8852 (org-org-menu): Add new clocking stuff.
8853 (org-clock-is-active): New function.
8854
8855 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8856
8857 * org.el (org-open-non-existing-files): Improve docstring.
8858
8859 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8860
8861 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
8862 New option.
8863 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
8864
8865 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
8866
8867 * org-list.el (org-get-checkbox-statistics-face): Use the new
8868 faces.
8869
8870 * org-faces.el (org-checkbox-statistics-todo)
8871 (org-checkbox-statistics-done): New faces.
8872
8873 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8874
8875 * org-latex.el (org-export-latex-use-verb): New variable.
8876 (org-export-latex-emph-format): Prefer \texttt over \verb when
8877 org-export-latex-use-verb is set.
8878
8879 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8880
8881 * org-remember.el (org-remember-handler): Abort remember if the
8882 buffer is empty.
8883
8884 * org-exp.el (org-export-format-source-code-or-example):
8885 Run `org-src-mode-hook'.
8886
8887 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8888
8889 * org.el (org-indent-line-function): Fix indentation of +#end lines.
8890
8891 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
8892
8893 * org-gnus.el (org-gnus-store-link): Require message.el in
8894 org-gnus-store-link.
8895
8896 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8897
8898 * org-src.el: New file, split out of org.el.
8899
8900 * org-macs.el (org-replace-match-keep-properties): New function.
8901
8902 * org-exp.el (org-export-mark-blockquote-verse-center):
8903 Better preprocessing of center and quote and verse blocks.
8904
8905 * org-list.el (org-list-end): Respect the stored "original"
8906 indentation when determining the end of the list.
8907
8908 * org-exp.el (org-export-replace-src-segments-and-examples):
8909 Remember indentation correctly.
8910
8911 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8912
8913 * org-clock.el (org-clock-update-mode-line): Apply face
8914 org-mode-line-clock.
8915
8916 * org-faces.el (org-mode-line-clock): New face.
8917
8918 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
8919
8920 * org-gnus.el (org-gnus-store-link): Fix bug where
8921 `org-gnus-store-link' used wrong subject when called in an article
8922 buffer. Patch provided by fengli AT gmail DOT com.
8923
8924 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8925
8926 * org-exp.el (org-export-format-source-code-or-example):
8927 Remember the original indentation of source code snippets and examples.
8928
8929 * org-latex.el (org-export-as-latex): Relocate the table of
8930 contents.
8931
8932 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
8933
8934 * org-agenda.el (org-run-agenda-series): Scope global options also
8935 when creating the agenda buffer.
8936
8937 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8938
8939 * org.el (org-adapt-indentation): Improve documentation.
8940 (org-insert-property-drawer): Respect org-adapt-indentation when
8941 inserting the drawer.
8942 (org-remove-flyspell-overlays-in): New function.
8943 (org-do-emphasis-faces, org-activate-plain-links)
8944 (org-activate-code, org-fontify-meta-lines-and-blocks)
8945 (org-activate-angle-links, org-activate-footnote-links)
8946 (org-activate-bracket-links, org-activate-dates)
8947 (org-activate-target-links, org-activate-tags): Remove flyspell
8948 overlays.
8949
8950 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8951
8952 * org.el (org-edit-src-save): New function.
8953
8954 * org-clock.el (org-clock-out-switch-to-state): New option.
8955 (org-clock-out): Honor `org-clock-out-switch-to-state'.
8956
8957 * org-compat.el (org-compatible-face): Improve macro.
8958
8959 * org.el (org-global-properties-fixed): Add default for
8960 CLOCK_MODELINE_TOTAL.
8961
8962 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
8963 and tend.
8964 (org-clock-sum-current-item): Optional argument TSTART, pass it to
8965 org-clock-sum.
8966 (org-clock-get-sum-start): New function.
8967
8968 * org.el (org-startup-options): New keywords blockhide and
8969 blockshow.
8970 (org-mode): Add new invisibility spec.
8971 (org-set-startup-visibility): Hide block on startup if so
8972 desired.
8973 (org-hide-block-startup): New option.
8974 (org-block-regexp): New constant.
8975 (org-hide-block-overlays): New variable.
8976 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
8977 (org-show-block-all, org-hide-block-toggle-maybe)
8978 (org-hide-block-toggle): New functions.
8979 (org-edit-src-exit): Do not quote lines starting with # and no +
8980 behind it.
8981 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
8982 entry.
8983
8984 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8985
8986 * org.el (org-buffer-property-keys): Add Effort property for
8987 completion.
8988
8989 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8990
8991 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
8992 when retrieving total clocked time in the subtree.
8993
8994 * org.el (org-quoting-blocks): New variable.
8995
8996 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8997
8998 * org-table.el (org-table-store-formulas)
8999 (org-table-get-stored-formulas, org-table-fix-formulas)
9000 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
9001 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
9002
9003 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
9004 Allow indented #+TBLFM line.
9005
9006 * org-footnote.el (org-footnote-goto-local-insertion-point):
9007 Allow indented #+TBLFM line.
9008
9009 * org-colview.el (org-dblock-write:columnview): Allow indented
9010 #+TBLFM line.
9011
9012 * org-colview-xemacs.el (org-dblock-write:columnview):
9013 Allow indented #+TBLFM line.
9014
9015 * org-clock.el (org-dblock-write:clocktable): Allow indented
9016 #+TBLFM line.
9017
9018 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9019
9020 * org-exp.el (org-export-format-source-code-or-example):
9021 Make editing indented blocks work correctly.
9022
9023 * org.el (org-edit-src-nindent): New variable.
9024 (org-edit-src-code, org-edit-fixed-width-region)
9025 (org-edit-src-find-region-and-lang, org-edit-src-exit):
9026 Make editing indented blocks work correctly.
9027
9028 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9029
9030 * org-exp.el (org-export-replace-src-segments-and-examples):
9031 Find indented blocks.
9032 (org-export-format-source-code-or-example): Fix indentation of
9033 blocks.
9034 (org-export-remove-indentation): New function.
9035 (org-export-select-backend-specific-text): Allow backend-specific
9036 code to be indented.
9037 (org-export-mark-blockquote-verse-center): Allow markers to be
9038 indented.
9039
9040 * org.el (org-fontify-meta-lines): New function.
9041 (org-set-font-lock-defaults): Call the new fontification
9042 function.
9043
9044 * org-faces.el (org-meta-line): New face.
9045 (org-block): New face.
9046
9047 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9048
9049 * org.el (org-treat-insert-todo-heading-as-state-change)
9050 (org-treat-S-cursor-todo-selection-as-state-change):
9051 New variables.
9052 (org-insert-todo-heading):
9053 Honor `org-treat-insert-todo-heading-as-state-change'.
9054 (org-shiftright, org-shiftleft):
9055 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
9056 (org-inhibit-logging): New variable.
9057
9058 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9059
9060 * org-agenda.el (org-remove-subtree-entries-from-agenda):
9061 Reduce range for marker position checking.
9062
9063 * org-latex.el (org-export-latex-first-lines): Fix bug when
9064 exporting a region.
9065
9066 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9067
9068 * org-exp.el (org-export-push-to-kill-ring): Protect using
9069 x-set-selection, because that does not always work.
9070
9071 * org-agenda.el (org-agenda-list): Apply the new face
9072 `org-agenda-date-today'.
9073
9074 * org-faces.el (org-agenda-date-today): New face.
9075
9076 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9077
9078 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
9079 creating appointments.
9080
9081 * org-latex.el (org-export-latex-low-levels): Fix customization
9082 type.
9083
9084 * org.el (org-priority, org-shiftup, org-shiftdown):
9085 Disable priority commands.
9086
9087 * org-agenda.el (org-agenda-priority): Disable priority commands.
9088
9089 * org.el (org-enable-priority-commands): New option.
9090
9091 * org-colview-xemacs.el (org-columns-compute)
9092 (org-columns-number-to-string): Fix problems with empty fields.
9093
9094 * org-colview.el (org-columns-compute)
9095 (org-columns-number-to-string): Fix problems with empty fields.
9096
9097 * org-exp.el (org-export-push-to-kill-ring): New function.
9098 (org-export-copy-to-kill-ring): New option.
9099
9100 * org-latex.el (org-export-as-latex):
9101 Call `org-export-push-to-kill-ring'.
9102
9103 * org-exp.el (org-export-show-temporary-export-buffer):
9104 New option.
9105
9106 * org-latex.el (org-export-as-latex):
9107 Use `org-export-show-temporary-export-buffer'.
9108
9109 * org-exp.el (org-export-show-temporary-export-buffer):
9110 New option.
9111 (org-export-push-to-kill-ring): New function.
9112
9113 * org-colview.el (org-columns-compile-map): New variable.
9114 (org-columns-new, org-columns-compute)
9115 (org-columns-number-to-string, org-columns-uncompile-format)
9116 (org-columns-compile-format): Implement new operators.
9117
9118 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9119
9120 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
9121
9122 * org-list.el (org-update-checkbox-count): Make property
9123 dependent.
9124
9125 * org.el (org-hierarchical-todo-statistics): New option.
9126 (org-update-parent-todo-statistics): Modify to handle recursive
9127 statistics.
9128
9129 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9130
9131 * org-publish.el (org-publish): Make this function behave
9132 correctly in interactive use when called with a prefix argument.
9133
9134 * org.el (org-todo-statistics-hook): New hook.
9135 (org-update-parent-todo-statistics): Use new hook.
9136 (org-log-into-drawer): New function.
9137 (org-add-log-setup): Use the new `org-log-into-drawer' function to
9138 determine if we should be logging into a drawer.
9139 (org-log-into-drawer): Update docstring.
9140 (org-default-properties): Add LOG_INTO_DRAWER as a property.
9141
9142 * org-list.el (org-checkbox-statistics-hook): New hook.
9143 (org-update-checkbox-count-maybe): Use new hook.
9144
9145 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9146
9147 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
9148 better bufer-generating mechanism.
9149 (org-edit-src-find-buffer): New function.
9150
9151 * org-icalendar.el (org-print-icalendar-entries): Don't check for
9152 archive tag, this is already done by `org-agenda-skip'.
9153 data while constructing lost of tags.
9154
9155 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9156
9157 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
9158 as argument separator in macros.
9159
9160 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9161
9162 * org.el (org-after-sorting-entries-or-items-hook): New hook.
9163 (org-sort-entries-or-items): Run the new hook.
9164 (org-after-refile-insert-hook): New hook.
9165 (org-refile): Run `org-after-refile-insert-hook'.
9166
9167 * org-agenda.el (org-agenda-get-progress): Never take time of day
9168 from headline when displaying progress.
9169
9170 * org-latex.el (org-export-latex-complex-heading-re): New variable.
9171 (org-export-as-latex): Force the correct regexp in the
9172 preprocessor buffer.
9173 (org-export-latex-set-initial-vars):
9174 Set `org-export-latex-complex-heading-re'.
9175
9176 * org-agenda.el (org-agenda-start-with-log-mode): New option.
9177 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
9178
9179 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9180
9181 * org-latex.el (org-export-latex-tables-centered): New option.
9182 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
9183
9184 * org-exp.el (org-export-as-org): New command.
9185 (org-export-as-org): New command.
9186
9187 * org-publish.el (org-publish-org-to-org): New function.
9188
9189 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9190
9191 * org.el (org-yank): Just call `org-yank-generic'.
9192 (org-yank-generic): New function, containing the formaer
9193 functionality of `org-yank'.
9194
9195 * org-latex.el (org-export-latex-not-done-keywords)
9196 (org-export-latex-done-keywords): New variables.
9197 (org-export-latex-todo-keyword-markup): New option.
9198 (org-export-latex-set-initial-vars): Remember the TODO keywords.
9199 (org-export-latex-keywords-maybe): Apply the TODO markup.
9200
9201 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9202
9203 * org-exp.el (org-infile-export-plist): Add more default macros.
9204 (org-export-preprocess-apply-macros): Process macro arguments.
9205
9206 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9207
9208 * org-icalendar.el (org-icalendar-include-todo): New allowed value
9209 `unblocked'.
9210 (org-print-icalendar-entries): Respect the new value of
9211 `org-icalendar-include-todo'.
9212
9213 * org.el (org-link-try-special-completion)
9214 (org-file-complete-link): New functions.
9215 (org-insert-link): Add special completion support for some link
9216 types.
9217
9218 * org-bbdb.el (org-bbdb-complete-link): New function.
9219
9220 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9221
9222 * org-list.el (org-update-checkbox-count): Allow recursive
9223 statistics.
9224 (org-hierarchical-checkbox-statistics): New option.
9225
9226 * org.el (org-cycle): Remove erraneous space character.
9227
9228 * org-icalendar.el (org-icalendar-timezone): Initialize from
9229 environment.
9230
9231 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9232
9233 * org.el (org-autoload): Fix autoloading of ascii export
9234 functions.
9235 (org-modules): Add org-special-blocks.
9236
9237 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9238
9239 * org-icalendar.el (org-start-icalendar-file): Use the new option.
9240 (org-ical-timezone): New option.
9241
9242 * org-exp.el (org-export-get-coderef-format): Use the description
9243 is present.
9244
9245 * org.el (org-sort-entries-or-items): Improve docstring, and make
9246 better implementation for time sorting.
9247
9248 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9249
9250 * org.el (org-edit-src-persistent-message): New option.
9251 (org-edit-src-code, org-edit-fixed-width-region): Use the new
9252 option.
9253
9254 * org-clock.el (org-clock-insert-selection-line): Fix prefious
9255 patch.
9256
9257 * org.el (org-edit-src-code, org-edit-fixed-width-region):
9258 Use separate buffer instead of indirect buffer to edit source code.
9259 (org-edit-src-exit): Make this function work with the new setup.
9260
9261 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
9262 are properly fontified before shown in the selection menu.
9263
9264 * org.el (org-fontify-like-in-org-mode): New function.
9265
9266 * org-latex.el (org-export-latex-links): Use the property list to
9267 retrieve the default image attributes.
9268
9269 * org-exp.el (org-export-plist-vars): Add a new option.
9270
9271 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9272
9273 * org-exp.el (org-export, org-export-visible): Support ASCII
9274 export to buffer.
9275 (org-export-normalize-links): Do not protect the description if it
9276 is explicitly given.
9277
9278 * org-list.el (org-reset-checkbox-state-subtree): Move here from
9279 org-checklist.el.
9280 (org-reset-checkbox-state-subtree):
9281 Call `org-reset-checkbox-state-subtree'.
9282
9283 * org-remember.el (org-select-remember-template): For the
9284 selection of a valid template.
9285
9286 * org-latex.el (org-export-region-as-latex): Supply the
9287 force-no-subtree argument.
9288 (org-export-as-latex): Provide better limits when exporting the
9289 first line. When exporting to string, we still want the first
9290 lines.
9291 (org-export-latex-first-lines): New argument END, to force the end
9292 of the region.
9293 (org-export-region-as-latex): Use the property list.
9294 (org-export-as-latex): ????
9295
9296 * org-colview-xemacs.el (org-columns-remove-overlays)
9297 (org-columns): Fix call to `local-variable-p'.
9298
9299 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9300
9301 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
9302 (org-export-latex-preprocess): Run the new hook.
9303
9304 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
9305 (org-export-preprocess-string): Run the new hook.
9306
9307 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9308
9309 * org-macs.el (org-check-external-command): New defsubst.
9310
9311 * org.el (org-mode-map): New key for reload.
9312 (org-format-latex): Better error message when external programs
9313 are not available.
9314
9315 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
9316
9317 * org.el (org-sort-entries-or-items): Explicit sorting function
9318 for priorities, needed for XEmacs compatibility.
9319
9320 * org-remember.el (org-remember-apply-template): Improve auto-save
9321 behavior.
9322
9323 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9324
9325 * org-latex.el (org-export-latex-preprocess): Also protect
9326 environments ending in a star.
9327
9328 * org-list.el (org-at-item-p): Fix regular expression.
9329
9330 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9331
9332 * org.el (org-end-of-subtree): Improve speed.
9333
9334 * org-agenda.el (org-agenda-get-timestamps)
9335 (org-agenda-get-progress, org-agenda-get-deadlines)
9336 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
9337 in particular, wait as long as possible to collect the tags.
9338 (org-stuck-projects): Improve docstring.
9339
9340 * org.el (org-store-link): No errors when getting custom id before
9341 first headline.
9342 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
9343
9344 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9345
9346 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
9347
9348 * org-protocol.el: Remove dependency on url.el.
9349 (org-protocol-unhex-compound, org-protocol-open-source):
9350 Remove dependency on url.el.
9351
9352 * org-latex.el (org-export-as-pdf):
9353 Use `org-latex-to-pdf-process'.
9354
9355 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9356
9357 * org-latex.el (org-latex-to-pdf-process): New option.
9358
9359 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
9360 New option.
9361 (org-agenda-get-timestamps):
9362 Honor `org-agenda-skip-additional-timestamps-same-entry'.
9363
9364 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
9365 (org-clock-goto): Find recent task only if
9366 `org-clock-goto-may-find-recent-task' allows it.
9367
9368 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
9369 drawers, and drawers that are missing the :END: line.
9370
9371 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9372
9373 * org-clock.el (org-clock-goto): Go to recently clocked task if no
9374 clock is running.
9375
9376 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9377
9378 * org.el (org-update-parent-todo-statistics): Check for
9379 STATISTICS_FROM property.
9380
9381 * org-list.el (org-update-checkbox-count): Check for
9382 STATISTICS_FROM property.
9383
9384 * org.el (org-tab-first-hook)
9385 (org-tab-after-check-for-table-hook)
9386 (org-tab-after-check-for-cycling-hook): New hooks.
9387 (org-cycle-internal-global, org-cycle-internal-local):
9388 New functions, split out from `org-cycle'.
9389 (org-cycle): Call the new hooks.
9390
9391 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9392
9393 * org-exp.el (org-export-preprocess-string): Reset the list of
9394 preferred targets for each run of the preprocessor.
9395
9396 * org.el (org-refile-target-verify-function):
9397 Improve documentation.
9398 (org-get-refile-targets): Respect point being moved by the
9399 verification function.
9400
9401 * org-latex.el (org-export-latex-timestamp-keyword-markup):
9402 New option.
9403 (org-export-latex-keywords): Use new option.
9404
9405 * org.el (org-rear-nonsticky-at): New defsubst.
9406 (org-activate-plain-links, org-activate-angle-links)
9407 (org-activate-footnote-links, org-activate-bracket-links)
9408 (org-activate-dates, org-activate-target-links)
9409 (org-activate-tags): Place the rear-nonsticky properties at the
9410 correct location.
9411
9412 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9413
9414 * org-protocol.el (server-edit): Declare `server-edit'.
9415 (org-protocol-unhex-string, org-protocol-unhex-compound):
9416 New functions.
9417 (org-protocol-check-filename-for-protocol): Call `server-edit'.
9418
9419 * org.el (org-default-properties): New default properteis for
9420 completion.
9421
9422 * org-exp.el (org-export-add-subtree-options): Add new properties
9423 for subtree export.
9424
9425 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9426
9427 * org-id.el (org-id-get-with-outline-path-completion): Turn off
9428 org-refile-target-verify-function for the duration of the command.
9429
9430 * org.el (org-link-to-org-use-id): New possible value
9431 `create-if-interactive-and-no-custom-id'.
9432 (org-store-link): Use custom IDs.
9433 (org-link-search): Find custom ID properties from #link.
9434 (org-default-properties): Add CUSTOM_ID for property completion.
9435 (org-refile-target-verify-function): New option.
9436 (org-goto): Turn off org-refile-target-verify-function
9437 for the duration of the command.
9438
9439 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9440
9441 * org-exp.el (org-export-preferred-target-alist): New variable.
9442 (org-export-define-heading-targets): Find the new CUSTOM_ID
9443 property.
9444 (org-export-target-internal-links): Target the custom ids when
9445 possible.
9446
9447 * org-latex.el (org-export-latex-preprocess): Better regexp for
9448 matching latex macros with arguments.
9449
9450 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9451
9452 * org-remember.el (org-remember-handler): Allow filing to non-org
9453 files.
9454
9455 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
9456
9457 * org-table.el (org-table-fix-formulas): Do not change references
9458 to remote tables.
9459 (org-table-get-remote-range): Convert standard coordinates to RC
9460 format.
9461
9462 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
9463
9464 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9465
9466 * org-compat.el (org-sha1-string): Function removed.
9467
9468 * org.el (org-refile-allow-creating-parent-nodes): New option.
9469 (org-refile-get-location): New argument NEW-NODES.
9470 (org-refile): Call `org-refile-get-location' with the new
9471 argument.
9472 (org-refile-get-location): Arrange for adding a new child.
9473 (org-refile-new-child): New function.
9474
9475 * org-clock.el: Fix a number of docstrings.
9476 (org-clock-find-position): New argument
9477 FIND-UNCLOSED to make the function find an unclosed clock in the
9478 entry.
9479 (org-clock-in): Call `org-clock-find-position' with the new
9480 argument if we might be resuming a clock.
9481
9482 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9483
9484 * org-latex.el (org-export-latex-display-custom-times): New variable.
9485 (org-export-latex-timestamp-markup): New option.
9486 (org-export-latex-set-initial-vars): Remember the local value of
9487 `org-display-custom-times'.
9488 (org-export-latex-content): Process time stamps.
9489 (org-export-latex-time-stamps): New function.
9490
9491 * org-macs.el (org-maybe-intangible): Add intangible property
9492 again to invisible text.
9493
9494 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9495
9496 * org-exp.el (org-default-export-plist): Handle undefined
9497 variables.
9498
9499 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9500
9501 * org.el (org-sort-entries-or-items): Match TODO keywrds
9502 case-sensitively, when sorting.
9503 (org-priority): Do not match TODO keywords with wrong case.
9504
9505 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9506
9507 * org.el (org-todo): Honor the NOBLOCKING property.
9508
9509 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
9510 NOBLOCKING property.
9511
9512 * org.el (org-scan-tags): Fix bug in tag scanner.
9513
9514 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9515
9516 * org.el (org-modules): Mark obsolete packages.
9517
9518 * org-html.el: New file, split out from org-exp.el.
9519
9520 * org-icalendar.el: New file, split out from org-exp.el.
9521
9522 * org-xoxo.el: New file, split out from org-exp.el.
9523
9524 * org-ascii.el: New file, split out from org-exp.el.
9525
9526 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9527
9528 * org-compat.el (org-find-library-name): New function.
9529
9530 * org.el (org-pre-cycle-hook): New hook.
9531 (org-cycle): Call the new hook in appropriate places.
9532 (org-reload): Only reload files that have been loaded before.
9533
9534 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9535
9536 * org.el (org-set-font-lock-defaults): Enforxe space or line end
9537 after todo keyword.
9538 (org-todo): When changing TODO state, do matching
9539 case-sensitively.
9540 (org-map-continue-from): New variable.
9541 (org-scan-tags): Respect values in `org-map-continue-from'.
9542 (org-reload): Make XEmacs compatible.
9543
9544 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9545
9546 * org-protocol.el (org-protocol-flatten-greedy): New function.
9547 (org-protocol-flatten): New function.
9548
9549 * org.el (org-open-link-from-string): Pass reference buffer to
9550 `org-open-at-point'.
9551 (org-open-at-point): New optional argument `reference-buffer'.
9552
9553 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9554
9555 * org.el (org-scan-tags): Make tag scan find headline in first
9556 line, 2nd attempt.
9557 (org-get-refile-targets): Add the naked file name.
9558 (org-refile): Store as top-level entry when only file name was
9559 given.
9560
9561 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
9562
9563 * org.el (org-block-todo-from-children-or-siblings-or-parent):
9564 Rename from org-block-todo-from-children-or-siblings, and
9565 enhanced to look for the parent's status as well.
9566
9567 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
9568 (org-agenda-get-progress): Add first notes line to log entry if so
9569 desired.
9570
9571 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9572
9573 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
9574 (org-agenda-cleanup-fancy-diary): Call the new hook.
9575
9576 * org-remember.el (org-remember-apply-template): Take the default
9577 for the annotation from the :annotation property.
9578
9579 * org-mac-message.el (org-mac-message-get-link): Remove the
9580 quotes.
9581 (org-mac-message-get-link): Return the result.
9582
9583 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9584
9585 * org.el (org-refile-get-location): Add file name only if not
9586 already included in outline path.
9587
9588 * org-faces.el (org-n-level-faces): Fix customization type from
9589 number to integer.
9590
9591 * org-exp.el (org-export-headline-levels): Fix customization type
9592 from number to integer.
9593
9594 * org-agenda.el (org-agenda-confirm-kill)
9595 (org-agenda-custom-commands-local-options)
9596 (org-timeline-show-empty-dates, org-agenda-ndays)
9597 (org-agenda-start-on-weekday, org-scheduled-past-days):
9598 Fix customization type from number to integer.
9599
9600 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9601
9602 * org-protocol.el: Declare some functions.
9603
9604 * org-agenda.el (org-agenda-compare-effort):
9605 Honor `org-sort-agenda-noeffort-is-high'.
9606 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
9607 (org-agenda-compare-effort): Implement the "?" operator for
9608 finding entries without effort setting.
9609
9610 * org.el (org-extract-attributes-from-string): New function.
9611
9612 * org-exp.el (org-export-splice-attributes): New function.
9613
9614 2009-08-06 Bastien Guerry <bzg@altern.org>
9615 Daniel M German <dmg@uvic.org>
9616 Sebastian Rose <sebastian_rose@gmx.de>
9617 Ross Patterson <me@rpatterson.net>
9618
9619 * org-protocol.el: New file.
9620
9621 2009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
9622
9623 * org-docbook.el: New file.
9624
9625 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9626
9627 * org-mouse.el: XEmacs compatibility fixes.
9628
9629 * org.el (org-modules): Add org-inlinetasks.el.
9630 (org-cycle): Implement limiting level on cycling.
9631 (org-move-subtree-down): Fix bug with swapping subtrees at end of
9632 buffer.
9633
9634 * org-inlinetask.el: New file.
9635
9636 * org.el (org-emphasis-regexp-components): Allow braces in
9637 emphasis pre and post match.
9638
9639 * org-footnote.el (org-footnote-normalize): When only sorting, do
9640 not insert inline notes at the end.
9641
9642 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
9643
9644 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9645
9646 * org.el (org-reftex-citation): New command.
9647
9648 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9649
9650 * org-agenda.el (org-agenda-cmp-user-defined): New option.
9651 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
9652 sorting options.
9653 (org-entries-lessp): Apply the new sorting option.
9654
9655 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
9656 blocker code, when an older sibling has children.
9657
9658 * org-mac-message.el (org-mac-message-get-link): Improve getting
9659 links from multiple selected messages.
9660
9661 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9662
9663 * org-remember.el (org-remember-finalize): Do not set buffer file
9664 name to nil.
9665 (org-remember-handler): Mark buffer as unmodified.
9666 (org-remember-handler): Delete backup file and show message about
9667 remaining backup files.
9668 (org-remember-auto-remove-backup-files): New option.
9669
9670 * org.el (org-store-link): Use buffer name as link description in
9671 w3-mode buffers.
9672 (org-ido-switchb): Fix argument bug for completion.
9673
9674 * org-remember.el (org-remember-apply-template): Set local
9675 variable `auto-save-visited-file-name' instead of global one.
9676
9677 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9678
9679 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
9680 (org-agenda-get-todos): Mark file tags as inherited.
9681 (org-agenda-list): Always search diary lines for a time.
9682
9683 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9684
9685 * org-feed.el: New file.
9686
9687 * org-exp.el (org-export-as-html): Close local lists depending on
9688 indentation, also when starting a table.
9689
9690 * org-remember.el (org-remember-backup-directory)
9691 (org-remember-backup-name): New internal variable.
9692
9693 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9694
9695 * org-clock.el (org-clock-out-if-current): Make buffer detection
9696 work in indirect buffers as well.
9697
9698 * org.el (org-emphasis-regexp-components): Add the exxclamation
9699 mark to the post-emphasis characters.
9700
9701 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9702
9703 * org.el (org-read-date-minibiffer-septup-hook): New hook.
9704 (org-read-date): Run the new hook.
9705
9706 * org-mac-message.el (org-mac-flagged-mail): New group.
9707 (org-mac-mail-account): New variable.
9708 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
9709 New commands.
9710
9711 * org-remember.el (org-remember-backup-directory): New variable.
9712 (org-remember-apply-template): Write file to backup directory.
9713
9714 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9715
9716 * org-mouse.el (org-mouse-todo-menu): New function.
9717 (org-mouse-todo-keywords): Function removed.
9718 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
9719
9720 * org-table.el (org-table-beginning-of-field)
9721 (org-table-end-of-field): New commands.
9722 (org-table-previous-field, org-table-beginning-of-field):
9723 Better error messages.
9724 (orgtbl-setup): Include `M-a' and `M-e'.
9725
9726 * org.el (org-backward-sentence, org-forward-sentence):
9727 New commands.
9728
9729 * org-colview.el (org-colview-initial-truncate-line-value):
9730 New variable.
9731 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
9732 (org-columns): Remember the value of `truncate-lines'.
9733
9734 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
9735 New variable.
9736 (org-columns-remove-overlays): Restore the value of
9737 `truncate-lines'.
9738 (org-columns): Remember the value of `truncate-lines'.
9739
9740 * org.el (org-columns-skip-arrchived-trees): New option.
9741
9742 * org-agenda.el (org-agenda-export-html-style): Define color for
9743 org-agenda-done face.
9744 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
9745 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
9746
9747 * org.el (org-scan-tags): Use the new face.
9748
9749 * org-faces.el (org-agenda-done): New face.
9750
9751 * org.el (org-scan-tags): Test the value org
9752 `org-tags-match-list-sublevels'.
9753 (org-tags-match-list-sublevels): New allowed value: indented.
9754
9755 * org-latex.el (org-export-latex-make-header): Apply macros
9756 in header.
9757
9758 * org-exp.el (org-export-apply-macros-in-string): New function.
9759
9760 * org-latex.el (org-export-latex-list-parameters): Fix bug
9761 with the definition of a checked box.
9762
9763 * org-clock.el (org-clock-find-position): Fix drawer indentations.
9764
9765 * org-latex.el (org-export-latex-low-levels): More options
9766 for how to process lower levels in LaTeX.
9767 (org-export-latex-subcontent): Better treatment for lists as a
9768 means of publishing lower levels.
9769
9770 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9771
9772 * org.el (org-set-font-lock-defaults): Use new checkbox face.
9773
9774 * org-faces.el (org-checkbox): New face.
9775
9776 * org-exp.el (org-export-html-preprocess): Only create LaTeX
9777 fragement images if there is an export file.
9778
9779 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9780
9781 * org-agenda.el (org-stuck-projects): Document that the subtree of
9782 projects that are not stuck will now be searched for stuck
9783 sub-projects.
9784 (org-agenda-skip-entry-when-regexp-matches)
9785 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
9786 (org-agenda-list-stuck-projects):
9787 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
9788
9789 * org-latex.el (org-export-latex-preprocess):
9790 Improve export of verses.
9791
9792 * org-exp.el (org-export-as-html): Implement centering as a div
9793 rather than a paragraph. Do a better job with line-end in verse
9794 environments.
9795
9796 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9797
9798 * org.el (org-open-at-point): Fix tags searches by mouse click.
9799
9800 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9801
9802 * org-latex.el (org-export-latex-preprocess): Implement the
9803 centering markup.
9804
9805 * org-exp.el (org-export-mark-blockquote-verse-center):
9806 Rename from `org-export-mark-blockquote-and-verse'.
9807 (org-export-as-html): Implement the centering markup.
9808
9809 * org-latex.el (org-export-latex-tables): Fix vertical
9810 lines in tables.
9811
9812 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9813
9814 * org.el (org-read-date-history): New variable.
9815 (org-read-date): Use new history variable.
9816 (org-toggle-heading): Fix bug when used before first headline.
9817 (org-store-log-note): Remove drawer if empty while note is
9818 aborted.
9819 (org-remove-empty-drawer-at): New function.
9820 (org-check-after-date): New command.
9821 (org-sparse-tree): New sparse tree command "a".
9822
9823 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
9824
9825 2009-08-06 Bastien Guerry <bzg@altern.org>
9826
9827 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
9828 column and a space, not only a column.
9829
9830 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9831
9832 * org-latex.el (org-export-latex-emphasis-alist):
9833 Better defaults for verbose emphasis.
9834 (org-export-latex-emph-format): New function.
9835 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
9836
9837 * org-agenda.el (org-agenda-menu): Add new commands to menu.
9838 (org-agenda-do-date-later, org-agenda-do-date-earlier)
9839 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
9840 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
9841 New commands.
9842
9843 * org.el (org-timestamp-change): Move end-time along with start
9844 time.
9845
9846 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9847
9848 * org-exp.el (org-export-target-internal-links)
9849 (org-export-as-html): Protect links specified as #name.
9850
9851 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9852
9853 * org.el (org-clone-subtree-with-time-shift): New command.
9854
9855 * org-latex.el (org-export-latex-special-chars)
9856 (org-export-latex-treat-sub-super-char): Fix subscript export.
9857
9858 * org-exp.el (org-create-multibrace-regexp): Do not add
9859 backslashes to the class.
9860
9861 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9862
9863 * org-colview.el (org-columns-map): Better functions for moving up
9864 and down a row, even if `truncate-line' is nil.
9865
9866 * org.el (org-insert-todo-heading): Make sure the keyword is
9867 inserted at the correct position.
9868
9869 * org-publish.el (org-publish-project-alist)
9870 (org-publish-projects, org-publish-org-index): Change default anme
9871 for the index of file names to "sitemap.org".
9872
9873 * org-latex.el (org-export-latex-tables):
9874 Use `org-split-string', for Emacs 21 compatibility.
9875
9876 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9877
9878 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
9879
9880 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9881
9882 * org-exp.el (org-export-page-description)
9883 (org-export-page-keywords): New variables.
9884 (org-export-plist-vars): Add entries for :keywords and
9885 :description.
9886 (org-infile-export-plist): Parse for new keywords.
9887 (org-get-current-options): Add new keywords.
9888 (org-export-as-html): Publish description and keywords.
9889
9890 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
9891 New option.
9892 (org-agenda-add-entry-text):
9893 Honor `org-agenda-add-entry-text-descriptive-links'.
9894
9895 * org-latex.el (org-export-latex-preprocess): Make all
9896 external preprocess functions use a PARAMETER arg.
9897
9898 * org-exp.el (org-export-preprocess-string)
9899 (org-export-select-backend-specific-text)
9900 (org-export-format-source-code-or-example)
9901 (org-format-org-table-html): Support docbook export.
9902 (org-export-preprocess-string): Make all external preprocess
9903 functions use a PARAMETER arg.
9904
9905 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9906
9907 * org-exp.el (org-export-html-style-include-scripts): New option.
9908 (org-export-plist-vars): Add new option
9909 `org-export-html-style-include-scripts'.
9910 (org-export-as-html): Honor new option
9911 `org-export-html-style-include-scripts'.
9912 (org-export-html-scripts, org-export-html-style-default):
9913 Fix xml issues with the Safari browser.
9914
9915 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9916
9917 * org-publish.el (org-publish-attachment): Only copy file when the
9918 directories differ.
9919
9920 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9921
9922 * org-clock.el (org-clocktable-steps): Use inactive time stamps
9923 for clocktable steps.
9924
9925 * org.el (org-additional-option-like-keywords): Add two more
9926 keywords.
9927
9928 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9929
9930 * org-exp.el (org-export-format-source-code-or-example):
9931 Mark temporary buffer unmodified, so that it will be killed even if
9932 mode like message mode has decided to assign a file name.
9933
9934 * org.el (org-scan-tags): Improve tag inheritance.
9935 (org-scan-tags, org-make-tags-matcher): Make tag comparison
9936 case-sensitive.
9937 (org-scan-tags): Use the internal tags list instead of creating it
9938 from scratch.
9939 (org-trust-scanner-tags, org-scanner-tags): New variables.
9940 (org-scan-tags): Set `org-scanner-tags'.
9941 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
9942 (org-map-entries): Document the possible speedup using scanner
9943 tags.
9944
9945 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9946
9947 * org.el (org-add-planning-info): Fix bug with looking for keyword
9948 only at column 0.
9949
9950 * org-agenda.el (org-agenda-custom-commands-local-options):
9951 Add option for tags filter preset.
9952 (org-prepare-agenda): Store filter preset as a property on the
9953 filter variable.
9954 (org-finalize-agenda): Call the filter, if there is a preset.
9955 (org-agenda-filter-by-tag): Filter again after clearing the
9956 filter, when there still is a preset.
9957 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
9958 Include the preset filter.
9959 (org-agenda-redo): Apply the filter again, also the preset filter.
9960
9961 * org-exp.el (org-export-as-html): Use IDs in the correct way.
9962
9963 * org.el (org-uuidgen-p): New funtion.
9964
9965 * org-agenda.el (org-agenda-fontify-priorities): New default value
9966 `cookies'.
9967 (org-agenda-fontify-priorities): Rename from
9968 org-fontify-priorities.
9969
9970 * org.el (org-set-font-lock-defaults):
9971 Call `org-font-lock-add-priority-faces'.
9972 (org-font-lock-add-priority-faces): New function.
9973
9974 * org-faces.el (org-set-tag-faces): New option.
9975 (org-priority-faces): New variable.
9976
9977 * org-exp.el (org-export-as-html): Add a "content" div around the
9978 entire content of the body tag.
9979 (org-export-html-get-bibliography): New function.
9980 (org-export-html-validation-link): New variable.
9981 (org-export-as-html): Add validation link to exported page.
9982
9983 * org.el (org-match-sparse-tree): Rename from
9984 `org-tags-sparse-tree'.
9985 (org-tags-sparse-tree): New alias.
9986
9987 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9988
9989 * org.el (org-get-valid-level): Catch the case where the level
9990 change is nil.
9991
9992 * org-clock.el (org-clock-find-position): Better indentation of
9993 new clock drawers.
9994
9995 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9996
9997 * org-agenda.el (org-agenda-quit): Delete window only when the
9998 frame-setup was not `current-window'.
9999
10000 * org.el (org-tag-persistent-alist): New option.
10001 (org-startup-options): Add keyword `noptag'.
10002 (org-fast-todo-selection): Handle :newline correctly.
10003 (org-set-tags): Handle :newline correctly.
10004 (org-fast-tag-selection): Handle :newline correctly.
10005
10006 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10007
10008 * org-exp.el (org-export-as-ascii): Reverse link buffer before
10009 outputting it.
10010 (org-export-ascii-push-links): Fix bug with pussing links into the
10011 export buffer.
10012
10013 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10014
10015 * org-archive.el (org-archive-subtree): Do not add 1 to level if
10016 pasting at top level.
10017
10018 * org-bbdb.el: Improve documentation.
10019
10020 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10021
10022 * org-list.el (org-insert-item): Only consider insert empty lines
10023 is `org-empty-line-terminates-plain-lists' is not nil.
10024
10025 * org.el (org-blank-before-new-entry): Mention the dependence on
10026 `org-empty-line-terminates-plain-lists' in the docstring.
10027
10028 * org-publish.el (org-publish-get-project-from-filename):
10029 New optional argument UP. Only find the top project if UP is set.
10030 (org-publish-current-project): Find the top encloding project.
10031
10032 * org-agenda.el (org-agenda-before-write-hook)
10033 (org-agenda-add-entry-text-maxlines): New options.
10034 (org-write-agenda): Run the new hook in the temporary buffer.
10035 (org-agenda-add-entry-text): New function.
10036 (org-write-agenda): Implement PDF export, using ps2pdf.
10037
10038 * org.el (org-global-properties-fixed, org-global-properties):
10039 Improve documentation string.
10040
10041 * org-exp.el (org-export-ascii-links-to-notes): New option.
10042 (org-export-as-ascii): Handle links better.
10043 (org-export-ascii-wrap, org-export-ascii-push-links):
10044 New functions.
10045
10046 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10047
10048 * org-agenda.el (org-agenda): Make prefix arg optional.
10049 (org-agenda-search-headline-for-time): New option.
10050 (org-format-agenda-item):
10051 Honor `org-agenda-search-headline-for-time'.
10052
10053 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
10054 characters.
10055
10056 * org.el (org-self-insert-cluster-for-undo): New option.
10057 (org-self-insert-command): Cluster undo for 20 characters.
10058 (org-self-insert-command-undo-counter): New variable.
10059
10060 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10061
10062 * org-exp.el (org-export-as-html): Fix problem with closing colone
10063 example.
10064
10065 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10066
10067 * org-latex.el (org-export-as-latex)
10068 (org-export-latex-first-lines): Avoid modification flag when
10069 adding or removing text properties.
10070 (org-export-latex-fontify): Catch error when org-emph-alist has
10071 entries that are not defined for LaTeX export.
10072
10073 * org-export-latex.el: Rename to org-latex.el.
10074
10075 * org-latex.el: Rename from org-export-latex.el.
10076
10077 * org.el (orgstruct++-mode): New function.
10078 (turn-on-orgstruct++): Call `orgstruct++-mode'.
10079 (org-context-p): Allow detecting item context after the first line
10080 of an item.
10081 (orgstruct-make-binding): Detect if item-body context should be
10082 seen.
10083 (orgstruct-is-++): New variable.
10084 (org-add-planning-info): Catch the case when there is no planning
10085 info yet and the call does not want to add anything, only maybe
10086 tries to remove something.
10087 (org-special-ctrl-a/e): All value to be a cons cell with separate
10088 settings for `C-a' and `C-e'.
10089 (org-beginning-of-line, org-end-of-line): Honor separate values
10090 for `C-a' and `C-e'.
10091
10092 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10093
10094 * org.el (org-reload): New command.
10095
10096 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
10097
10098 * org-gnus.el (org-gnus-store-link): Fix bug where
10099 org-gnus-store-link used wrong subject when called in an article
10100 buffer. Patch provided by fengli AT gmail DOT com.
10101
10102 2009-03-13 D. Goel <deego3@gmail.com>
10103
10104 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
10105 replace ls by (values-list ls).
10106
10107 2009-02-20 Carsten Dominik <dominik@science.uva.nl>
10108
10109 * org-remember.el (org-remember-apply-template): Turn off ido for
10110 this completion.
10111
10112 * org.el (org-priority): Also find invisible headings, for remote
10113 editing.
10114 (org-completing-read-no-ido): New function.
10115 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
10116
10117 * org-colview.el (org-columns-edit-value): No special treatment of
10118 prefix arg.
10119
10120 2009-02-19 Carsten Dominik <dominik@science.uva.nl>
10121
10122 * org.el (org-block-todo-from-children-or-siblings):
10123 Use `org-up-heading-all' so that this will work correctly with hidden
10124 property drawers and entries.
10125 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
10126 falling back to normal, default command.
10127 (org-get-location): Temporarily turn off special behavior.
10128
10129 2009-02-13 Glenn Morris <rgm@gnu.org>
10130
10131 * org-rmail.el (rmail-show-message): Restore argument list to the
10132 declaration now that this functions behaves in Emacs 23 as in 22.
10133
10134 2009-02-12 Glenn Morris <rgm@gnu.org>
10135
10136 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
10137
10138 2009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
10139
10140 * org-footnote.el (org-footnote-action): Fix doc typo.
10141
10142 2009-02-06 Carsten Dominik <dominik@science.uva.nl>
10143
10144 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
10145 text before first headline.
10146 (org-export-remove-or-extract-drawers): Fix regular expression for
10147 extracting drawers.
10148
10149 * org.el (org-format-latex): Stop LaTeX fragment processing in
10150 protected examples.
10151
10152 2009-02-05 Glenn Morris <rgm@gnu.org>
10153
10154 * org-rmail.el (rmail-show-message): Update declaration.
10155 (rmail-buffer, rmail-view-buffer): Declare.
10156 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
10157
10158 2009-02-04 Carsten Dominik <dominik@science.uva.nl>
10159
10160 * org.el (org-return-follows-link): Revert setting
10161 `org-return-follows-link' to t by default.
10162
10163 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
10164
10165 * org.el (org-cycle-global-at-bob): Fix typo.
10166
10167 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
10168
10169 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
10170
10171 * org.el (org-mode): Make dependence stuff work more reliably.
10172 (org-update-parent-todo-statistics): Fix bug with updating
10173 statistics cookie.
10174 (org-yank-adjusted-subtrees, org-return-follows-link)
10175 (org-use-fast-todo-selection, org-tags-column): New default
10176 setting for variables.
10177
10178 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
10179 ~ as verbatim delimiters, to avoid table bug.
10180 (org-export-latex-classes): Remove the a4paper option from the
10181 default styles.
10182
10183 * org-exp.el (org-export-html-format-image): New argument
10184 PAR-OPEN, to fix XHTM validation bug.
10185 (org-export-as-html): Pass par-open to
10186 `org-export-html-format-image'.
10187 (org-export-html-footnotes-section): Use a more consistent id for
10188 footnotes.
10189
10190 * org-agenda.el (org-agenda-sorting-strategy)
10191 (org-agenda-tags-column): New default setting for variables, based
10192 on a poll what typical uses use.
10193 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
10194 setting the blocked tag.
10195
10196 2009-01-31 Carsten Dominik <dominik@science.uva.nl>
10197
10198 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
10199 only checking for blocks.
10200
10201 * org-exp.el (org-export-html-footnotes-section): Make the div id
10202 consistent.
10203
10204 * org-export-latex.el (org-export-latex-classes):
10205 Remove paper size option from LaTeX classes.
10206
10207 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
10208
10209 * org.el (org-enforce-todo-checkbox-dependencies): New option.
10210 (org-block-todo-from-checkboxes): New function.
10211 (org-todo): Make tripple prefix arg circumvent blocking.
10212
10213 2009-01-30 Glenn Morris <rgm@gnu.org>
10214
10215 * org-list.el (org-empty-line-terminates-plain-lists)
10216 (org-toggle-checkbox): Doc fixes.
10217
10218 * org-table.el (org-table-clean-before-export): Fix declaration.
10219
10220 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
10221
10222 * org-timer.el (org-timer): Provide the timer feature.
10223
10224 * org.el (org-require-autoloaded-modules): Add a few more files to
10225 the list of autoloaded modules.
10226
10227 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
10228
10229 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
10230 drawers that are unprotected.
10231 (org-export-html-format-image): Make sure inlined LaTeX fragment
10232 images remain inlined.
10233
10234 * org.el (org-toggle-ordered-property): New function.
10235 (org-mode-map): Add a key for `org-toggle-ordered-property'.
10236 (org-org-menu): Add menu entries for TODO dependencies.
10237
10238 * org.el (org-default-properties): Add ORDERED to the default
10239 properties, to get completion support for it.
10240
10241 * org-list.el (org-update-checkbox-count): Update more than one cookie.
10242
10243 * org.el (org-update-parent-todo-statistics): Update more than one
10244 cookie.
10245
10246 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
10247
10248 * org-agenda.el (org-agenda-get-todos): Start search from correct
10249 position.
10250
10251 * org.el (org-fast-todo-selection): Make sure TODO selection does
10252 not change buffer position.
10253
10254 * org-list.el (org-toggle-checkbox): Implement adding or removing
10255 checkboxes from line or region when called with a prefix
10256 argument.
10257
10258 * org-rmail.el (org-rmail-store-link): Protect the call to
10259 `rmail-narrow-to-non-pruned-header'.
10260
10261 * org-clock.el (org-clock-special-range): Fix week display in
10262 clock tables.
10263
10264 * org-exp.el (org-get-current-options): Fix bug when in indirect
10265 buffer.
10266
10267 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
10268 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
10269 (org-agenda-dim-blocked-tasks): New function.
10270
10271 * org.el (org-enforce-todo-dependencies): New option.
10272 (org-block-todo-from-children-or-siblings): New function.
10273
10274 * org-faces.el (org-agenda-dimmed-todo-face): New face.
10275
10276 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
10277
10278 * org.el (org-todo): Return correct state type even if the blocker
10279 throws an error.
10280 (org-modifier-cursor-error): Rename from
10281 `org-shiftcursor-error'.
10282 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10283 (org-shiftmetadown): Call `org-modifier-cursor-error'.
10284
10285 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
10286 to get real errors from the blocker hook.
10287
10288 * org.el (org-shiftselect-error, org-call-for-shift-select):
10289 New functions.
10290 (org-set-visibility-according-to-property): Turn off the setting
10291 of `org-show-entry-below', to avoid overruling a FOLDED visibility
10292 property.
10293
10294 * org.el (org-support-shift-select): New option.
10295 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
10296 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
10297 selection outside contexts.
10298
10299 * org-list.el (org-at-item-bullet-p): New function.
10300
10301 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
10302 variables.
10303
10304 * org-footnote.el (org-footnote-normalize): Remove unnecessary
10305 variable.
10306 (org-insert-footnote-reference-near-definition):
10307 Remove unnecessary let form.
10308
10309 2009-01-26 Carsten Dominik <dominik@science.uva.nl>
10310
10311 * org-export-latex.el (org-export-as-latex):
10312 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
10313 (org-export-latex-first-lines): New parameter OPT-PLIST.
10314
10315 * org.el (org-yank): Tell `delete-selection-mode' about
10316 `org-yank'.
10317
10318 * org-faces.el (org-clock-overlay): Fix face definition.
10319
10320 * org-export-latex.el (org-export-latex-first-lines):
10321 Pass timestamp and footnote parameters to the preprocessor.
10322
10323 * org-exp.el (org-export-remove-timestamps): Do not remove time
10324 stamps inside tables.
10325
10326 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10327
10328 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
10329
10330 * org.el (org-agenda-tags-todo-honor-ignore-options):
10331 Declare variable.
10332
10333 * org-table.el (org-table-insert-hline): Fix typo in fuction call
10334 to `backward-char'.
10335
10336 * org-exp.el (org-export-as-html): Remove the initial space from
10337 colon examples.
10338
10339 * org.el (org-scan-tags):
10340 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
10341
10342 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
10343 New customization groups.
10344 (org-agenda-tags-todo-honor-ignore-options): New option.
10345 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
10346 New function.
10347 (org-agenda-get-todos):
10348 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
10349
10350 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10351
10352 * org-exp.el (org-export-format-source-code-or-example):
10353 Escape HTML characters also in examples that anre not treated with
10354 htmlize. Also, just switch to EXAMPLE processing if we do not
10355 have a good version of htmlize.
10356
10357 * org-rmail.el: Fix copyright notice.
10358
10359 * org.el (org-activate-footnote-links): Improve footnote link
10360 highlighting.
10361
10362 * org-footnote.el (org-footnote-normalize): Fix finding the end of
10363 a footnote definition at the end of the file.
10364
10365 * org-table.el (org-table-get-specials): Add an imagined hline at
10366 the end of the table. This can be useful for references that want
10367 to go to the end of the table. Also fix bug when computing last
10368 row constants, in tables that do not start right at the right
10369 margin.
10370 (org-table-eval-formula): Match and replace remove references.
10371 (org-table-formula-substitute-names): Make sure that names inside
10372 a "remote" call are left alone, the will be replaced later when
10373 the remote call is handled.
10374 (org-table-convert-refs-to-rc): Do not convert things that might
10375 look like a reference, but are really part of an ID or namei n a
10376 remote reference.
10377 (org-table-get-remote-range): New function.
10378
10379 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10380
10381 * org-faces.el (org-clock-overlay): Fix bug in face definition.
10382
10383 * org-clock.el (org-clock-put-overlay): Use new face instead of
10384 `secondary-selection'.
10385
10386 * org-faces.el (org-clock-overlay): New face.
10387
10388 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10389
10390 * org-exp.el (org-get-current-options): Include the option for
10391 publishing time stamps.
10392
10393 * org.el (org-toggle-heading): Rename from
10394 `org-toggel-region-headings'.
10395 No longer needs a region defined, but will use it if there is one.
10396 (org-ctrl-c-star): Simplify, relying more on the internal
10397 workings of `org-toggle-heading'.
10398 (org-toggle-item): Rename from `org-toggle-region-items'.
10399 No longer needs a region defined, but will use it if there is one.
10400 (org-ctrl-c-minus): Simplify, relying more on the inernal
10401 workings of `org-toggle-item'.
10402
10403 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
10404 environment detection. Also, do real changes only in unprotected
10405 places.
10406
10407 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10408
10409 * org-export-latex.el (org-export-latex-quotation-marks):
10410 Use `org-if-unprotected-1'.
10411 (org-export-latex-set-initial-vars): Check for class definition in
10412 property.
10413
10414 * org-macs.el (org-if-unprotected-1): New macro.
10415
10416 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10417
10418 * org-compat.el (org-count-lines): New function.
10419
10420 * org-exp.el (org-export-format-source-code-or-example):
10421 Handle switches related to text areas.
10422
10423 * org.el (org-activate-footnote-links): Don't allow match inside a
10424 link.
10425
10426 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
10427
10428 * org-export-latex.el (org-export-latex-links): Keep a relative
10429 path relative also after export.
10430
10431 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
10432
10433 * org.el (org-make-tags-matcher): Never use IDO for completing the
10434 tags matcher match string.
10435 (org-completing-read): Also remove the special biding for "?".
10436
10437 * org-attach.el (org-attach-allow-inheritance): New option.
10438 (org-attach-inherited): New variable.
10439 (org-attach-dir): Handle properties related to the attachment
10440 directory.
10441 (org-attach-check-absolute-path): New function.
10442 (org-attach-set-directory, org-attach-set-inherit): New commands.
10443 (org-attach): Accommodate the new commands in the dispatcher.
10444
10445 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10446
10447 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
10448 `window-full-width-p'.
10449
10450 * org-exp.el (org-export-as-html): Only check for images files
10451 that really can be inlined.
10452
10453 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
10454 list of extensions to be a parameter.
10455
10456 * org-exp.el (org-export-html-inline-image-extensions):
10457 New variable.
10458
10459 * org-agenda.el (org-prepare-agenda):
10460 Use `org-agenda-block-separator'.
10461 (org-agenda-block-separator): New option.
10462
10463 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10464
10465 * org-export-latex.el (org-export-latex-tables):
10466 Call `org-table-clean-before-export' with the new optional argument.
10467
10468 * org-exp.el (org-table-clean-before-export): New optional
10469 parameter MAYBE-QUOTED, allows for quoted characters like \# in
10470 first column.
10471
10472 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10473
10474 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
10475 histograms.
10476
10477 * org-colview.el (org-colview-construct-allowed-dates):
10478 Better error catching when a date/time property does not have allowed
10479 values defined.
10480
10481 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
10482 Better error catching when a date/time property does not have
10483 allowed values defined.
10484
10485 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10486
10487 * org.el (org-map-entries): Restore point and restriction after
10488 `org-map-entries'.
10489
10490 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10491
10492 * org.el (org-time=, org-time<, org-time<=, org-time>)
10493 (org-time>=, org-time<>): Make sure both values are dates.
10494
10495 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10496
10497 * org-archive.el (org-extract-archive-heading): Allow %s for file
10498 name also in achive location heading.
10499
10500 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10501
10502 * org-archive.el (org-add-archive-files): Uniquify the list before
10503 returning it.
10504
10505 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10506
10507 * org-compat.el (org-fit-window-to-buffer):
10508 Use `window-full-width-p'.
10509
10510 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
10511 space after the colon in short examples.
10512
10513 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
10514 enforce a space after the colon. However, we also allow lines
10515 that are *only* a colon.
10516 (org-export-as-html): Enforce the space after the colon in short
10517 examples.
10518 (org-export-preprocess-string): Do the colon example protection
10519 earlier.
10520 (org-export-remove-timestamps): Do not check for protection at the
10521 end of the line.
10522
10523 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10524
10525 * org.el (org-format-latex-options): Add new matcher for single
10526 letters between dollars.
10527 (org-get-header): Function removed.
10528 (org-heading-components): New function.
10529
10530 * org-exp.el (org-export-define-heading-targets): Record ID's also
10531 as alternative targets.
10532 (org-export-as-html): Interpret "id:" links to other files by
10533 preserving the relative path.
10534
10535 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
10536 is nil.
10537
10538 * org-exp.el (org-export-normalize-links): Protect the main link,
10539 to avoid special character processing.
10540
10541 * org-export-latex.el (org-export-latex-special-keyword-regexp):
10542 New variable.
10543 (org-export-latex-special-string-regexps): Variable removed.
10544 (org-export-latex-keywords): Use the new regexp.
10545
10546 * org-exp.el (org-export-handle-include-files): Fetch switches and
10547 put them into the BEGIN statement.
10548
10549 * org-timer.el (org-timer-mode-line-string): New variable.
10550
10551 * org-clock.el (org-clock-mode-line-map): Rename from
10552 `org-clock-mode-map'.
10553 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
10554 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
10555 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
10556 (org-clock-remove-overlays): Rename from
10557 `org-remove-clock-overlays'.
10558
10559 * org-timer.el (org-timer-pause-or-continue): Implement stopping
10560 and mode line display.
10561 (org-timer-stop): New command.
10562 (org-timer-seconds): Return correct time when timer is paused.
10563 (org-timer-mode-line-timer): New variable.
10564 (org-timer-set-mode-line, org-timer-update-mode-line):
10565 New functions.
10566
10567 * org.el (org-insert-heading): Handle new value `auto' for
10568 `org-blank-before-new-entry'.
10569 (org-org-menu): Add new items for timer functions.
10570
10571 * org-list.el (org-insert-item): Handle new value `auto' for
10572 `org-blank-before-new-entry'.
10573
10574 * org.el (org-blank-before-new-entry): New value `auto', made
10575 default.
10576
10577 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10578
10579 * org-exp.el (org-export-normalize-links): If the link is also
10580 used as the description, protect the description.
10581
10582 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10583
10584 * org.el (org-closest-date): Fix bug with yearly repeats, in
10585 combination with preference of the past as it is used for deadline
10586 and scheduling search.
10587
10588 * org-exp.el (org-html-handle-time-stamps): No longer check for
10589 the `org-export-with-timestamps' option, because the preprocesser
10590 has taken care of this already.
10591
10592 * org.el (org-entry-properties): Catch the case when this is
10593 called in a non-org-mode file.
10594
10595 * org-export-latex.el (org-export-latex-remove-from-headlines):
10596 Variable made obsolete, also LaTeX export now uses the standard
10597 variables.
10598 (org-export-as-latex): Add the timestamps parameter to the
10599 preprocessor parameter list.
10600 (org-export-latex-content): Export the remaining keywords without
10601 considering to remove them.
10602 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
10603 Use bold font instead of tt font for the keywords.
10604 (org-export-latex-fontify-headline): Format headlines, assuming
10605 that all keywords still present should be published.
10606 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
10607 publish what ever remains of the time stamps.
10608 (org-export-latex-list-parameters): New option.
10609 (org-export-latex-lists): Pass additional parameters to the list
10610 converter.
10611
10612 * org-exp.el (org-export-preprocess-string): Remove clock lines
10613 and timestamps already in the preprocesor.
10614 (org-export-remove-timestamps, org-export-remove-clock-lines):
10615 New functions.
10616 (org-export-as-ascii, org-export-as-html): Add the timestamps
10617 parameter to the preprocessor parameter list.
10618
10619 * org-list.el (org-list-parse-list): Parse for checkboxes.
10620 (org-list-to-generic): Introduce and handle new parameters :cbon
10621 and :cboff.
10622 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
10623 Add optional parameter PARAMS.
10624
10625 * org-export-latex.el (org-export-latex-special-chars):
10626 Fix problems with interpreting dollar signs.
10627 (org-inside-latex-math-p): New function.
10628 (org-export-latex-preprocess): Protect all the math fragments.
10629
10630 * org.el (org-latex-regexps): Allow a dash after a dollar.
10631
10632 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
10633 mark after copying.
10634
10635 * org-agenda.el (org-run-agenda-series): Have series options set
10636 when finalizing the agenda.
10637
10638 * org-exp.el (org-export-format-source-code-or-example):
10639 Protect the converted examples.
10640
10641 * org.el (org-set-regexps-and-options): Fix the regexp
10642 `org-complex-heading-regexp'.
10643
10644 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10645
10646 * org.el (org-edit-src-get-label-format): New function.
10647 (org-coderef-label-format): New option.
10648 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
10649 a label format specification and make sure it is used in the edit
10650 buffer.
10651 (org-edit-src-get-label-format): New function.
10652 (org-store-link): Handle new coderef formats.
10653 (org-link-search): Handle new coderef formats.
10654
10655 * org-footnote.el (org-footnote-create-definition)
10656 (org-footnote-goto-local-insertion-point): Make footnote insertion
10657 work correctly when the "Footnotes" headline is the last line in
10658 the buffer.
10659
10660 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
10661 the location.
10662
10663 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10664
10665 * org-w3m.el (org-w3m): New customization group.
10666 (org-w3m-deactivate-mark): New option.
10667 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
10668 option say not to.
10669
10670 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10671
10672 * org.el (org-set-font-lock-defaults): Trigger footnote
10673 fontification.
10674 (org-activate-footnote-links): New function.
10675 (org-activate-links): New entry `footnote'.
10676
10677 * org-faces.el (org-footnote): New face.
10678
10679 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10680
10681 * org-macs.el (org-re): Handle the [:word:] class.
10682
10683 * org-exp.el (org-export-preprocess-string):
10684 Call `org-export-protect-colon-examples'.
10685 (org-export-protect-colon-examples): Rename from
10686 `org-export-protect-examples', and scope limited to lines starting
10687 with a colon.
10688
10689 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10690
10691 * org-exp.el (org-export-preprocess-string): Move the preprocess
10692 hook to after turning on Org-mode.
10693 (org-export-preprocess-after-include-files-hook)
10694 (org-export-preprocess-after-tree-selection-hook)
10695 (org-export-preprocess-before-backend-specifics-hook)
10696 (org-export-preprocess-final-hook): New hooks.
10697 (org-export-preprocess-string): Run the new hooks.
10698
10699 * org.el (org-ctrl-c-minus): Fix indentation for new items.
10700
10701 * org-footnote.el: New file.
10702
10703 * org.el (org-footnote): Require footnote code.
10704 (org-startup-options): Add new footnote options.
10705 (org-mode-map): New keybindig for footnotes.
10706 (org-ctrl-c-ctrl-c): Add function at footnotes.
10707 (org-org-menu): New menu entries for footnotes.
10708
10709 * org-export-latex.el (org-export-as-latex): Pass footnote
10710 variable to preprocessor.
10711 (org-export-latex-preprocess): Treat multiple references to a
10712 footnote.
10713
10714 * org-exp.el (org-export-preprocess-string):
10715 Call `org-footnote-normalize'.
10716 (org-export-as-ascii, org-export-as-html): Pass footnote variable
10717 to preprocessor.
10718 (org-export-as-html): Treat multiple references to a footnote.
10719
10720 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10721
10722 * org-export-latex.el (org-export-latex-links): Handle coderef
10723 links.
10724
10725 * org.el (org-bracket-link-analytic-regexp++): New variable.
10726 (org-make-link-regexps):
10727 Initialize `org-bracket-link-analytic-regexp++'.
10728 (org-store-link): Implement special case in edit-src buffer.
10729 (org-insert-link): No use of ide to insert stored links.
10730 (org-link-search): Implement special case for coderefs.
10731
10732 * org-exp.el (org-export-html-scripts): New constant.
10733 (org-export-html-style-default): Add a new style for highlighted
10734 code.
10735 (org-export-code-refs): New variable.
10736 (org-export-preprocess-string): Initialize `org-export-code-refs'.
10737 Call `org-export-replace-src-segments-and-examples'
10738 No longer call `org-export-protect-examples'.
10739 (org-export-target-internal-links): Take care of coderef targets.
10740 (org-export-last-code-line-counter-value): New variable.
10741 (org-export-replace-src-segments-and-examples): Rename from
10742 `org-export-replace-src-segments', and modified.
10743 (org-export-format-source-code-or-example): Rename from
10744 `org-export-format-source-code'.
10745 (org-export-number-lines): New function.
10746 (org-export-as-ascii, org-export-as-html): Handle coderef links.
10747
10748 2009-01-23 Glenn Morris <rgm@gnu.org>
10749
10750 * org-rmail.el (rmail-narrow-to-non-pruned-header):
10751 Remove declaration of deleted function.
10752
10753 2009-01-16 Glenn Morris <rgm@gnu.org>
10754
10755 * org-mouse.el (org-mouse-show-context-menu):
10756 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
10757 mouse-major-mode-menu.
10758
10759 2008-12-23 Carsten Dominik <dominik@science.uva.nl>
10760
10761 * org-remember.el (org-remember-handler): Safer way to get a new
10762 buffer accessing the target file.
10763
10764 * org.el (org-refile-get-location): Handle case of current buffer
10765 not having a file associated with it.
10766
10767 2008-12-22 Carsten Dominik <dominik@science.uva.nl>
10768
10769 * org-table.el (org-table-get-formula): Only ask to overwrite
10770 field formula if there really is one.
10771
10772 2008-12-21 Carsten Dominik <dominik@science.uva.nl>
10773
10774 * org-export-latex.el (org-export-latex-make-header): Double the
10775 commenting % in the time stamp format.
10776 (org-export-latex-special-chars): Handle case where there is no
10777 match group 3.
10778
10779 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
10780
10781 * org.el (org-get-refile-targets, org-refile-get-location):
10782 Use expanded file name to improve comparison.
10783
10784 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
10785
10786 * org.el (org-scan-tags): Rescan for tags, to get the correct
10787 upcase/downcase stuff. This slows things down for now, but it
10788 works.
10789 (org-mode): Make sure the tag-faces regexp is initialized.
10790
10791 * org-export-latex.el (org-export-latex-links): Fix bug with
10792 undefined label.
10793
10794 * org-table.el (org-table-get-specials):
10795 Set `org-table-current-last-data-line'.
10796 (org-table-current-last-data-line): New variable.
10797 (org-table-insert-column, org-table-delete-column)
10798 (org-table-move-column, org-table-fix-formulas):
10799 Call `org-table-fix-formulas' a second time to fix the $LR references.
10800 (org-table-get-specials): Add the $LR references to the tables.
10801 (org-table-get-formula): Do not offer last-row names as LHS of
10802 formulas.
10803
10804 * org.el (org-store-link): Capture link description from
10805 `org-id-store-link'.
10806
10807 * org-exp.el (org-export-html-format-image): Add the / to the end
10808 of the <img> tag.
10809 (org-export-format-source-code): Surround example by empty lines,
10810 to make sure it will not be inside a paragraph.
10811
10812 * org.el (org-ido-switchb): New function.
10813
10814 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
10815
10816 * org-agenda.el (org-agenda-show): New prefix argument
10817 FULL-ENTRY.
10818
10819 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
10820 argument.
10821
10822 2008-12-20 Glenn Morris <rgm@gnu.org>
10823
10824 * org.el (org-org-menu): Fix some more menu entries.
10825
10826 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
10827
10828 * org-table.el (org-table-get-specials): Revert introduction of @0
10829 as reference of the last table row, because of conflicts.
10830
10831 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
10832 argument, get the current tags directly.
10833 (org-agenda-set-tags): Leave getting current tags to
10834 `org-agenda-change-all-lines'.
10835
10836 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
10837
10838 * org.el (org-org-menu): Do not quote the set-tags command.
10839
10840 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
10841
10842 * Fix typos in comments and docstrings throughout Org-mode.
10843
10844 * org.el (org-get-outline-path): Fix bug if level is not given.
10845
10846 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
10847
10848 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10849
10850 * org.el (org-refile): Avoid refiling to within the region to be
10851 refiled.
10852
10853 * org-export-latex.el (org-export-latex-special-chars):
10854 Replace special characters also in tables.
10855
10856 * org-agenda.el (org-agenda-change-all-lines): New argument
10857 FORCE-TAGS.
10858 (org-agenda-set-tags): Get the new tags and pass them to
10859 `org-format-agenda-item'.
10860
10861 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10862
10863 * org-export-latex.el (org-export-latex-classes): Add longable as
10864 a default package to all classes.
10865 (org-export-latex-tables): Handle the longtable attribute and the
10866 align attribute.
10867
10868 * org-table.el (orgtbl-to-generic): Handle tables that start with
10869 a hline.
10870
10871 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
10872 \verb for colde-like snippets.
10873 (org-export-as-latex): Fix issues with region export.
10874
10875 * org.el (org-up-heading-safe): Speed up function by using a
10876 direct regexp search.
10877 (org-olpa): New variable.
10878 (org-get-outline-path): Speed-up path constructions in cases where
10879 this is possible because the entire hierarchy is scanned anyway.
10880 (org-refile-get-location): Don't compare the truenames of files,
10881 this is too slow.
10882 (org-goto-max-level): New option.
10883 (org-goto): Use `org-goto-max-level'.
10884
10885 2008-12-16 Tassilo Horn <tassilo@member.fsf.org>
10886
10887 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
10888 Strip angle brackets from message-ids in the former and don't do
10889 it in the latter.
10890 (org-gnus-follow-link): Open summary reliable, even if the last
10891 messages were deleted, and handle empty groups, too.
10892
10893 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10894
10895 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
10896 instead of \texttt for the =...= and ~===~ emphasis environments.
10897 (org-export-as-latex): Remove any old :org-license-to-kill text
10898 properties.
10899 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
10900 (org-export-latex-make-header): Add some hard space after the
10901 table of contents.
10902 (org-export-latex-first-lines): Accept RBEG argument.
10903 Mark exported text so that it will be excuded in further steps.
10904
10905 * org-table.el (org-table-get-specials): Make @0 reference the
10906 last line in a table.
10907 (org-table-recalculate): Improve docstring.
10908
10909 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10910
10911 * org.el (org-log-done): Fix docstring.
10912
10913 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10914
10915 * org-exp.el (org-export-html-format-image): Fix bugs.
10916
10917 * org-export-latex.el (org-export-latex-tables)
10918 (org-export-latex-links): Implement attribute, label, and caption
10919 handling.
10920
10921 * org-exp.el (org-export-html-style-default): Add style
10922 definitions for the figure div.
10923 (org-export-preprocess-string, org-export-as-html):
10924 Implement attribute, label, and caption handling.
10925 (org-export-attach-captions-and-attributes): New function.
10926 (org-export-html-format-image): New function.
10927 (org-format-org-table-html): Implement attribute, label, and
10928 caption handling.
10929
10930 * org.el (org-find-text-property-in-string): New function.
10931 (org-extract-attributes): Use the property org-attr instead of
10932 org-attrobutes, because this property is now set with the #+ATTR
10933 lines.
10934
10935 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10936
10937 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
10938 the case that FROM is nil.
10939
10940 * org.el (org-before-first-heading-p): New function.
10941
10942 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10943
10944 * org-exp.el (org-export-as-html): Do not add a space before
10945 enforces line breaks.
10946 (org-export-as-html): Close paragraph before blockquote and verse
10947 tags.
10948
10949 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10950
10951 * org-id.el (org-id-locations-file): Wrap file name with
10952 `convert-standard-filename'.
10953 (org-id-files): New variable.
10954 (org-id-use-hash): New option.
10955 (org-id-update-id-locations): Also search in all files current
10956 listed in `org-id-files'. Convert the resulting alist to a hash
10957 if the user customation says so.
10958 (org-id-locations-save): Handle he case if `org-id-locations' is a
10959 hash.
10960 (org-id-locations-load): Convert the alist to a hash.
10961 (org-id-add-location): Handle the hast case.
10962 (kill-emacs-hook): Make sure id locations are saved when Emacs is
10963 exited.
10964 (org-id-hash-to-alist, org-id-alist-to-hash)
10965 (org-id-paste-tracker): New functions.
10966
10967 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10968
10969 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
10970 bindings of calendar variables.
10971
10972 * org-table.el (org-table-find-row-type): Rename from
10973 `org-find-row-type'.
10974 (org-table-rewrite-old-row-references): Rename from
10975 `org-rewrite-old-row-references'.
10976 (org-table-shift-refpart): Rename from `org-shift-refpart'.
10977 (org-table-cleanup-narrow-column-properties): Rename from
10978 `org-cleanup-narrow-column-properties'.
10979
10980 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10981
10982 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
10983 for better error messages.
10984 (org-table-get-descriptor-line): Supply the new arguments to
10985 `org-find-row-type'.
10986 (org-table-error-on-row-ref-crossing-hline): New option.
10987
10988 * org.el (org-target-link-regexp): Make buffer-local.
10989 (org-move-subtree-down): Fix bug with trees at beginning of
10990 buffer.
10991
10992 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10993
10994 * org-faces.el (org-set-tag-faces): New function.
10995 (org-tags-special-faces-re): New variable.
10996
10997 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
10998
10999 * org-faces.el (org-tag-faces): New option.
11000 (org-tag): Mention `org-tag-faces' in the docstring.
11001
11002 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11003
11004 * org-exp.el (org-export-html-style-default): Implement new
11005 quoting.
11006
11007 * org-jsinfo.el (org-infojs-template): Implement new quoting.
11008
11009 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
11010 command to the `w3m-minor-mode-map'.
11011
11012 * org-archive.el (org-archive-to-archive-sibling):
11013 Protect `this-command' to avoid appending kills during archiving.
11014
11015 * org-exp.el (org-export-with-priority): New variable.
11016 (org-export-add-options-to-plist): Use `org-export-plist-vars'
11017 instead of internal list of strings and properties.
11018 (org-print-icalendar-entries): Retrieve the location property with
11019 inheritance.
11020
11021 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11022
11023 * org-exp.el (org-export-with-todo-keywords): New option.
11024 (org-export-plist-vars): Include also the keys for the #+OPTIONS
11025 line.
11026 (org-default-export-plist, org-export-add-options-to-plist)
11027 (org-export-as-ascii, org-export-as-html): Use the new structure
11028 of `org-export-plist-vars'.
11029
11030 * org.el (org-map-entries): Return all values.
11031
11032 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11033
11034 * org.el (org-matcher-time): Recognize more special values.
11035
11036 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
11037
11038 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11039
11040 * org.el (org-tags-exclude-from-inheritance): New option.
11041 (org-tag-inherit-p, org-remove-uniherited-tags):
11042 Respect `org-tags-exclude-from-inheritance'.
11043
11044 * org-agenda.el (org-agenda-show-inherited-tags): New option.
11045 (org-format-agenda-item): Add inherited tags to the agenda line
11046 string, and make sure that properties are kept when downcasing the
11047 tags list.
11048 (org-agenda-add-inherited-tags): New function.
11049 (org-downcase-keep-props): New function.
11050
11051 * org.el (org-scan-tags): Mark inherited tags with a text
11052 property.
11053 (org-get-tags-at): Mark inherited tags with a text property.
11054 (org-add-prop-inherited): New function.
11055
11056 * org-agenda.el (org-agenda-add-inherited-tags): New function.
11057 (org-agenda-show-inherited-tags): New option.
11058
11059 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11060
11061 * org.el (org-modules): Add org-w3m to the default modules.
11062
11063 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
11064 orgtbl-mode.
11065 (orgtabl-create-or-convert-from-region): New command.
11066
11067 * org-exp.el (org-export-as-ascii): Remove the handling of
11068 targets.
11069 (org-export-ascii-preprocess): Handle targets already in this
11070 function.
11071
11072 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11073
11074 * org-timer.el (org-timer-start-time): Define this variable.
11075 (org-timer-item): Make argument optional.
11076
11077 * org-list.el (org-insert-item): Automatically insert a timer item
11078 if the current list is a timer list.
11079
11080 * org-timer.el: New file.
11081
11082 * org-publish.el (org-publish-org-index): Only exclude the index
11083 file in the main directory from being added to the site-map.
11084 (org-publish-get-project-from-filename): If the current project is
11085 a component, start publishing from the parent project.
11086
11087 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11088
11089 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
11090
11091 * org-publish.el (org-publish-org-index): Improve removal of
11092 temporary buffers.
11093
11094 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
11095
11096 * org-agenda.el (org-get-closed): Re-apply changes
11097 accidentially overwritten by last commit to Emacs.
11098
11099 * org.el (org-outline-path-complete-in-steps): New option.
11100 (org-refile-get-location):
11101 Honor `org-outline-path-complete-in-steps'.
11102 (org-agenda-change-all-lines, org-tags-sparse-tree)
11103 (org-time-string-to-absolute, org-small-year-to-year)
11104 (org-link-escape): Re-apply changes accidentially overwritten
11105 by last commit to Emacs.
11106
11107 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11108
11109 * org-clock.el (org-dblock-write:clocktable): Make sure the
11110 clocktable sees the first line.
11111 (org-clock-in): Warn if the clock cannot be resumed.
11112
11113 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11114
11115 * org.el (org-open-at-point): Fix mixup about interactive and
11116 non-interactive elisp links.
11117
11118 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11119
11120 * org-exp.el (org-export-preprocess-string): Allow one comment
11121 line before the first headline to always be included. This is
11122 to not miss a commented target.
11123
11124 * org-mouse.el (org-mouse-insert-item):
11125 Call `org-indent-to-column' instead of `indent-to', for XEmacs
11126 compatibility.
11127
11128 * org.el (org-refile-targets): Fix customize definition so
11129 that it works also in XEmacs.
11130 (org-fixup-indentation): Call `org-indent-to-column' instead
11131 of `indent-to', for XEmacs compatibility.
11132
11133 2008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
11134
11135 * org-mew.el (org-mew-store-link): Get the correct case folder
11136 for refiled messages.
11137
11138 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11139
11140 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
11141 line break indicators.
11142
11143 * org.el (org-ido-completing-read): Remove the "i:" prefix for
11144 ido-completion propts.
11145
11146 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11147
11148 * org-remember.el (org-remember-apply-template):
11149 Use `org-substring-no-properties'.
11150
11151 * org-compat.el (org-substring-no-properties): New function.
11152
11153 * org-remember.el (org-remember-apply-template):
11154 Use `org-substring-no-properties' for compatibility.
11155
11156 * org-list.el (org-list-two-spaces-after-bullet-regexp):
11157 New option.
11158 (org-fix-bullet-type):
11159 Respect `org-list-two-spaces-after-bullet-regexp'.
11160
11161 * org-clock.el (org-clock-load): Clean up the code.
11162
11163 * org.el (org-adaptive-fill-function): Allow two spaces after
11164 "1." as a list bullet.
11165
11166 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11167
11168 * org-clock.el (org-clock-save, org-clock-load): Check for
11169 live buffers, existing files, and buffer file names to ensure
11170 consistent information.
11171 (org-clock-persist): Make `clock' a special value of this
11172 variable, and improve docstring.
11173
11174 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
11175 (org-get-string-indentation): Adapt indentation when the bullet
11176 width changes.
11177
11178 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11179
11180 * org-remember.el (org-remember-finalize): Make interactive.
11181 (org-remember-kill): New command.
11182 (org-remember-finish-immediately): Call `org-remember-finalize'
11183 directly.
11184 (org-remember-finalize): Make `org-remember-finalize' an interactive
11185 function.
11186
11187 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11188
11189 * org-remember.el (org-remember-apply-template): No ido completion
11190 for free prompts in remember templates.
11191 (org-remember-before-finalize-hook): New hook.
11192 (org-remember-mode): New minor mode.
11193 (org-remember-apply-template): Turn on `org-remember-mode'.
11194
11195 * org-remember.el (org-remember-apply-template): Fix the way how
11196 the list of allowed properties is retrieved from the target file.
11197
11198 * org.el (org-insert-link): Improve file link matching.
11199
11200 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11201
11202 * org-colview.el (org-columns-display-here): New argument
11203 DATELINE, to trigger using the new face.
11204 (org-agenda-colview-summarize): Call `org-columns-display-here'
11205 with the new argument.
11206
11207 * org-faces.el (org-agenda-column-dateline): New face.
11208
11209 * org-publish.el (org-publish-org-index): Use index-title at page
11210 title, not as section.
11211
11212 * org-exp.el (org-export-html-format-desc): Respect the
11213 org-protect property.
11214 (org-export-as-html): Protect image specifiers that are in the
11215 description part of a link.
11216
11217 * org.el (org-sort-entries-or-items, org-completing-read)
11218 (org-refile-get-location, org-olpath-completing-read, org-todo)
11219 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
11220 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
11221 (org-set-property, org-delete-property)
11222 (org-delete-property-globally): Use `org-ido-completing-read'.
11223
11224 * org-remember.el (org-remember-apply-template):
11225 Use `org-ido-completing-read'.
11226
11227 * org-publish.el (org-publish): Use `org-ido-completing-read'.
11228
11229 * org-colview.el (org-columns-edit-value, org-columns-new)
11230 (org-insert-columns-dblock): Use `org-ido-completing-read'.
11231
11232 * org-colview-xemacs.el (org-columns-edit-value)
11233 (org-columns-new, org-insert-columns-dblock):
11234 Use `org-ido-completing-read'.
11235
11236 * org-attach.el (org-attach-delete-one, org-attach-open):
11237 Use `org-ido-completing-read'.
11238
11239 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
11240 Use `org-ido-completing-read'.
11241
11242 * org.el (org-time-today): New function.
11243 (org-matcher-time): Use `org-time-today'. Add special treatment
11244 for "<tomorrow>" and "<yesterday>".
11245 (org-ido-completing-read): New function.
11246 (org-completion-use-ido): New option.
11247
11248 * org-exp.el (org-export-format-source-code): Fix bug in require
11249 htmlize code.
11250 (org-export-target-internal-links): Fix bug in search for text
11251 property.
11252
11253 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11254
11255 * org-export-latex.el (org-export-latex-subcontent):
11256 Interprete target aliases as additonal labels.
11257
11258 * org-exp.el (org-export-target-aliases): New variable.
11259 (org-export-preprocess-string)
11260 (org-export-handle-invisible-targets): Fill the alias alist.
11261 (org-export-as-html): Remove the &nbsp; from the anchor, and also
11262 assign an id.
11263 (org-html-level-start): Insert the target aliases as additonal
11264 anchors.
11265
11266 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
11267 picture area.
11268
11269 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11270
11271 * org.el (org-open-at-mouse): Ensure correct link abbreviations
11272 when following a link with the mouse from the agenda.
11273
11274 * org-exp.el (org-export-as-html): Avoid lone </div> when no
11275 headlines are created.
11276
11277 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11278
11279 * org.el (org-link-translation-function): New option.
11280 (org-open-at-point): Call `org-link-translation-function' if
11281 non-nil.
11282 (org-translate-link): New function.
11283 (org-translate-link-from-planner): New function.
11284 (org-open-at-point): Allow interactive commands in elisp links.
11285
11286 * org-exp.el (org-icalendar-cleanup-string): Restore the old
11287 iCalendar quoting. The new one seems to caus problems with
11288 applications.
11289
11290 * org.el (org-yank): Set `this-command' to `yank', so that
11291 `yank-pop' will work.
11292
11293 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11294
11295 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
11296 compliance as far as quoting is concerned.
11297
11298 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
11299 hexified version of the tag.
11300
11301 * org-vm.el (org-vm-follow-link): Require `vm-search'.
11302
11303 * org.el (org-up-heading-safe, org-forward-same-level):
11304 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
11305 (org-back-to-heading): New wrapper around outline-back-to-heading,
11306 with a useful error message telling where the error happened.
11307
11308 * org-list.el (org-update-checkbox-count): Always call
11309 `org-back-to-heading' instead of `outline-back-to-heading'.
11310
11311 * org-exp.el (org-export-as-html): Make sure that each <img> tag
11312 has an `alt' attribute, to ensure XHTML validation.
11313
11314 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11315
11316 * org-publish.el (org-publish-attachment): Allow publishing to
11317 overwrite attachment files.
11318
11319 * org-agenda.el (org-agenda-timerange-leaders): New option.
11320 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
11321
11322 * org.el (org-edit-src-exit): Untabify ASCII image before
11323 returning.
11324
11325 2008-11-19 Glenn Morris <rgm@gnu.org>
11326
11327 * org.el, org-mouse.el (org-agenda-change-all-lines):
11328 Fix declaration.
11329
11330 2008-11-18 Carsten Dominik <dominik@science.uva.nl>
11331
11332 * org.el ("speedbar"): Only show context if the file really is an
11333 org-mode buffer.
11334
11335 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
11336
11337 * org.el (org-time-string-to-absolute, org-small-year-to-year)
11338 (org-tags-sparse-tree): Fix typos in docstrings.
11339
11340 2008-11-15 Carsten Dominik <dominik@science.uva.nl>
11341
11342 * org-publish.el (org-publish-attachment): Allow copy-file to
11343 overwrite files.
11344
11345 2008-11-13 Glenn Morris <rgm@gnu.org>
11346
11347 * org-agenda.el (org-get-closed): Fix alias.
11348
11349 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
11350
11351 * org.el (org-link-escape): Fix typo in docstring.
11352
11353 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11354
11355 * org.el (org-yank): Make any prefix force normal yanking.
11356 Suppress folding if text would be swallowed into a folded
11357 subtree.
11358 (org-yank-folded-subtrees, org-yank): Docstring updates.
11359
11360 * org-agenda.el (org-agenda-compare-effort): Treat no effort
11361 defined as 0.
11362
11363 * org-exp.el (org-export-language-setup): Add Catalan and
11364 Esperanto language entries.
11365
11366 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11367
11368 * org.el (org-refile): Allow refiling of entire regions.
11369
11370 * org-clock.el (org-clock-time%): New function.
11371
11372 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
11373 retrieve property values.
11374
11375 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11376
11377 * org-agenda.el (org-agenda-list): Handle the value `only' of
11378 org-agenda-show-log'.
11379 (org-agenda-log-mode): Interpret a double prefix arg.
11380
11381 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11382
11383 * org-exp.el (org-export-html-footnotes-section): New variable.
11384 (org-export-as-html): Use `org-export-html-footnotes-section' to
11385 insert the footnotes.
11386 (org-export-language-setup): Add "Footnotes" to language words.
11387
11388 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11389
11390 * org.el (org-yank): Fix bug when not inserting a subtree.
11391
11392 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11393
11394 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
11395 instead of `vm-beginning-of-message'.
11396
11397 * org.el (org-make-link-regexps): Make sure that links to gnus can
11398 contain brackets.
11399
11400 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11401
11402 * org-attach.el (org-attach-dir): Remove duplicate ID creation
11403 code.
11404
11405 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
11406 shell output.
11407
11408 * org.el (org-link-abbrev-alist): Improve customization type.
11409
11410 * org-attach.el (org-attach-expand-link, org-attach-expand):
11411 New functions.
11412
11413 * org-agenda.el (org-agenda-get-progress): Rename from
11414 `org-get-closed'. Implement searching for state changes as well.
11415 (org-agenda-log-mode-items): New option.
11416 (org-agenda-log-mode): New option prefix argument, interpreted as
11417 request to show all possible progress info.
11418 (org-agenda-get-day-entries): Call `org-get-progress' instead of
11419 `org-get-closed'.
11420 (org-agenda-set-mode-name): Handle the more complex log mode
11421 settings.
11422 (org-get-closed): New alias, pointing to `org-get-progress'.
11423
11424 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11425
11426 * org.el (org-file-apps-defaults-gnu)
11427 (org-file-apps-defaults-macosx)
11428 (org-file-apps-defaults-windowsnt): Add an entry defining the
11429 system command.
11430 (org-file-apps): Allow `system' as key and value.
11431 (org-open-at-point): Explain the effect of a double prefix arg.
11432 (org-open-file): If the argument `in-emacs' is (16),
11433 i.e. corresponding to a double prefix argument, try to open the
11434 file externally.
11435
11436 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11437
11438 * org.el (org-insert-link): Abbreviate absolute files names in
11439 links. Also, fix a bug in which the double C-u prefix would not
11440 be honored.
11441
11442 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11443
11444 * org.el (org-insert-heading): If buffer does not end with a
11445 newline, add one if necessary to insert headline correctly.
11446
11447 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
11448 paragraphs, not inside.
11449
11450 * org.el (org-todo):
11451 Quote `org-agenda-headline-snapshot-before-repeat'.
11452
11453 * org-exp.el (org-export-as-html): Fully process link descriptions.
11454 (org-export-html-format-desc): New function.
11455 (org-export-as-html): Collect footnotes into the correct basket.
11456 (org-html-protect): No longer protect quotations marks here, this
11457 goes wrong.
11458
11459 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
11460 BEG.
11461
11462 * org-compat.el (org-fit-window-to-buffer): New function (not
11463 really, a preliminary and incomplete version was present earlier,
11464 but not used).
11465
11466 * org.el (org-fast-todo-selection, org-fast-tag-selection):
11467 Use `org-fit-window-to-buffer'.
11468
11469 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
11470
11471 * org-agenda.el (org-agenda-get-restriction-and-command)
11472 (org-fit-agenda-window, org-agenda-convert-date):
11473 Use `org-fit-window-to-buffer'.
11474
11475 * org-exp.el (org-export-as-html): Process href links through
11476 `org-export-html-format-href'.
11477 (org-export-html-format-href): New function.
11478
11479 * org-agenda.el (org-agenda-todo): Update only the current
11480 headline if this is a repeated TODO, marked done for today.
11481 (org-agenda-change-all-lines): New argument JUST-THIS, to change
11482 only the current line.
11483
11484 * org.el (org-todo): Take a snapshot of the headline if the
11485 repeater might change it.
11486
11487 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11488
11489 * org-publish.el (org-publish-find-title): Remove buffers visited
11490 only for extracting the title.
11491
11492 * org-exp.el (org-export-html-style)
11493 (org-export-html-style-default): Mark style definitions as
11494 unparsed CDATA.
11495
11496 * org-publish.el (org-publish-validate-link):
11497 Function re-introduced.
11498
11499 2008-11-12 Charles Sebold <csebold@gmail.com>
11500
11501 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
11502 property.
11503 (org-plot-quote-timestamp-field): New function.
11504 (org-plot-quote-tsv-field): Call timestamp field function when
11505 necessary rather than just quoting as a string.
11506 (org-plot/gnuplot-to-data): Pass in timefmt property.
11507 (org-plot/gnuplot-script): Supports timefmt property.
11508 (org-plot/gnuplot): Checks for timestamp column before checking
11509 for text index column.
11510
11511 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11512
11513 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
11514
11515 * org-publish.el (org-publish-org-index): Create a section in the
11516 index file.
11517 (org-publish-org-index): Stop linking to directories.
11518
11519 * org.el (org-emphasis-alist): Use span instead of <u> to
11520 underline text.
11521
11522 * org-exp.el (org-export-as-html): Make sure <p> is closed before
11523 <pre> sections.
11524
11525 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
11526
11527 * org-jsinfo.el (org-infojs-template): Remove language attribute
11528 from script tag.
11529
11530 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11531
11532 * org-agenda.el (org-agenda-remove-marked-text): New function.
11533 (org-agenda-mark-filtered-text)
11534 (org-agenda-unmark-filtered-text): New functions.
11535 (org-write-agenda): Remove filtered text.
11536
11537 * org.el (org-make-tags-matcher): Give access to TODO "property"
11538 without speed penalty.
11539
11540 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11541
11542 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
11543 option.
11544 (org-store-link-props): Make sure adding to the plist works
11545 correctly.
11546
11547 * org-gnus.el (org-gnus-no-new-news): New function.
11548 (org-gnus-follow-link): Allow the article ID to be a message-id,
11549 in addition to allowing article numbers. Message IDs make much
11550 more roubust links.
11551 (org-gnus-store-link): Use message-id to create link.
11552
11553 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11554
11555 * org.el (org-emphasize): Reverse the selection array.
11556 (org-emphasis-alist): Set <code> tags for the verbatim
11557 environment.
11558
11559 * org-remember.el (org-remember-handler): Fix bug with
11560 prefix-related changing of the note storage target.
11561
11562 * org-exp.el (org-print-icalendar-entries): Make the exported
11563 priorities compatible with RFC 2445.
11564
11565 * org-clock.el (org-clock-save): Insert time stamp without
11566 dependence on time-stamp.el.
11567
11568 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11569
11570 * org.el ("saveplace"): If saveplace puts point into an invisible
11571 location, make it visible.
11572 (org-make-tags-matcher): Allow inactive time stamps in time
11573 comparisons.
11574 (org-yank-adjusted-subtrees): New option.
11575 (org-yank): Incorporate adjusting trees.
11576 (org-paste-subtree): New argument FOR-YANK which will cause
11577 insertion at point without backing up over white lines, and leave
11578 point at the end of the inserted text. Also if the cursor is
11579 at the beginning of a headline, use the same level or the inserted
11580 tree.
11581
11582 * org-publish.el (org-publish-get-base-files-1): Deal correctly
11583 with broken symlinks.
11584
11585 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11586
11587 * org-exp.el (org-export-select-tags, org-get-current-options):
11588 Fix typo.
11589
11590 2008-11-06 Glenn Morris <rgm@gnu.org>
11591
11592 * org-publish.el (org-publish-attachment): Use copy-file rather than
11593 eshell/cp.
11594
11595 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
11596
11597 * org.el (org-columns-modify-value-for-display-function):
11598 * org-table.el (org-table-convert-region): Fix typos in docstrings.
11599
11600 2008-10-28 Glenn Morris <rgm@gnu.org>
11601
11602 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
11603
11604 * org-list.el (outline-next-heading, outline-back-to-heading):
11605 Fix declarations.
11606
11607 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11608
11609 * org-agenda.el (org-format-agenda-item)
11610 (org-agenda-filter-make-matcher): Make sure tags are stored and
11611 compared donwcased.
11612
11613 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11614
11615 * org.el (org-insert-todo-heading): Fix bug with force-heading
11616 argument.
11617
11618 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11619
11620 * org-exp.el (org-export-as-ascii): Handle the case that we are
11621 bulishing from an indirect buffer.
11622
11623 * org-table.el (org-table-copy-down): Fix bug with time stamp
11624 increment.
11625
11626 * org-mouse.el (org-mouse-features): New option.
11627 (org-mode-hook): Turn on features depending on
11628 `org-mouse-features'.
11629
11630 * org.el (org-insert-heading-respect-content): Force heading
11631 creation.
11632 (org-insert-heading): Keep the folding state of the heading before
11633 the inserted one.
11634
11635 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11636
11637 * org-archive.el (org-archive-to-archive-sibling): Handle top
11638 level headlines better.
11639
11640 2008-10-26 Bastien Guerry <bzg@altern.org>
11641
11642 * org-export-latex.el (org-export-latex-classes):
11643 Add \usepackage{graphicx} to the default list of packages.
11644
11645 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11646
11647 * org-agenda.el (org-agenda-filter): Rename from
11648 `org-agenda-filter-tags'.
11649
11650 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11651
11652 * org.el (org-entry-properties): Add CATEGORY property, iven if it
11653 is not defined as a property in this entry.
11654 (org-add-log-note): Mask prefix argument when immediately storing
11655 the note.
11656
11657 * org-agenda.el (org-agenda-filter-effort-default-operator):
11658 New option.
11659
11660 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
11661
11662 * org.el (org-add-log-setup): Bugfix; code to find insertion point
11663 after drawers was skipping ahead one line too many, so notes were
11664 inserted after the first note instead of before it.
11665
11666 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11667
11668 * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
11669 New variables.
11670 (org-prepare-agenda): Reset the filter tags.
11671 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
11672 Show filter tags in mode line.
11673
11674 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
11675 formatter.
11676
11677 * org-export-latex.el (org-latex-entities-regexp): New constant.
11678 (org-export-as-pdf): Use two calls to `shell-command'.
11679
11680 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11681
11682 * org-export-latex.el (org-export-latex-treat-sub-super-char):
11683 Honor the {} value of the subsuperscript setting. Make sure that
11684 longer subsuperscripts are typeset in a roman font.
11685
11686 * org.el (org-clock-update-time-maybe): Compute negative clock
11687 intervals correctly.
11688
11689 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11690
11691 * org.el (org-add-log-setup):
11692 Respect `org-log-state-notes-insert-after-drawers'.
11693 (org-log-state-notes-insert-after-drawers): New option.
11694 (org-todo-trigger-tag-changes): New function.
11695 (org-todo): Call `org-todo-trigger-tag-changes'.
11696
11697 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
11698
11699 * org.el (org-add-log-setup): Only skip drawers if they are
11700 immediately after the scheduling keywords.
11701
11702 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
11703 function.
11704 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
11705 call it with the current todo state to get the state to switch to
11706 when clocking in.
11707 (org-clock-in): Use org-indent-line-function to indent clock lines.
11708 (org-clock-find-position): Fix indentation of empty clock drawers.
11709
11710 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11711
11712 * org-publish.el (org-publish-org-to): Handle case when
11713 org-export-to-pdf does return a file name, not a buffer.
11714 (org-publish-org-to-pdf): New function.
11715
11716 * org-export-latex.el (org-export-as-pdf)
11717 (org-export-as-pdf-and-open): New commands.
11718
11719 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
11720 forms as ranges.
11721
11722 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
11723 things in protexted regions.
11724
11725 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11726
11727 * org-export-latex.el (org-export-latex-preprocess):
11728 Improve quoting of LaTeX environments.
11729
11730 2008-10-19 Eli Zaretskii <eliz@gnu.org>
11731
11732 * org.el (org-default-notes-file):
11733 * org-publish.el (org-publish-timestamp-directory):
11734 * org-id.el (org-id-locations-file): Run file names that begin
11735 with a period thru `convert-standard-filename'.
11736
11737 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11738
11739 * org-plot.el: Switch coding system to unix.
11740
11741 2008-10-12 John Wiegley <johnw@newartisans.com>
11742
11743 * org-attach.el: New file.
11744
11745 2008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
11746
11747 * org.el (org-edit-fixed-width-region): Exclude final newline from
11748 picture area.
11749
11750 * org-export-latex.el (org-export-latex-subcontent): Add labels to
11751 sections, to make internal links work.
11752 (org-export-latex-fontify-headline): Do not remove all text
11753 properties, to make sure that target properties survive this
11754 process.
11755
11756 * org-exp.el (org-export-preprocess-string): Change sequence of
11757 modifications, to make sure links are prepared before the LaTeX
11758 conversions do happen.
11759
11760 * org-attach.el (org-attach-delete-all): Rename from
11761 `org-attch-delete'. Add a security query before deleting the
11762 entire directory. New optional argument FORCE can overrule the
11763 security query.
11764 (org-attach-delete-one): New command.
11765
11766 * org-attach.el (org-attach-file-list): Fix bug with directory.
11767
11768 * org.el (org-apps-regexp-alist): New function.
11769 (org-file-apps): Add auto-mode to the default value.
11770 (org-open-file): Use the new structure of org-file-apps.
11771
11772 * org-attach.el (org-attach): Support the new keys.
11773 (org-attach-method): New option.
11774
11775 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
11776 March.
11777
11778 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
11779 of the list value o `org-use-tag-inheritance'.
11780
11781 * org-attach.el (org-attach-auto-tag): New option.
11782 (org-attach-tag, org-attach-untag): New functions.
11783 (org-attach-attach, org-attach-new, org-attach-sync):
11784 Call `org-attach-tag'.
11785 (org-attach-delete): Call `org-attach-untag'.
11786
11787 * org-table.el (orgtbl-self-insert-command): Make this work for
11788 the keypad as well.
11789
11790 * org.el (org-add-log-setup): Limit searc for drawers to entry
11791 text, not to subtree.
11792
11793 * org-clock.el (org-clock-heading-for-remember): New variable.
11794 (org-clock-in): Set `org-clock-heading-for-remember'.
11795
11796 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
11797
11798 * org-remember.el (org-remember-apply-template): Add new
11799 expansions: %k, %K for currently clocked task and a link to the
11800 currently clocked task, and %< to file notes in the currently
11801 clocked task.
11802
11803 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11804
11805 * org-export-latex.el (org-export-latex-make-header): Also insert
11806 the content of the property :latex-header-extra.
11807
11808 * org-exp.el (org-infile-export-plist): Put the content of
11809 #+LATEX_HEADER: into the property :latex-header-extra.
11810
11811 * org-colview.el (org-columns-get-format-and-top-level):
11812 Remove resetting the marker.
11813
11814 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
11815 Remove resetting the marker.
11816
11817 * org.el (org-entry-property-inherited-from): Improve docstring.
11818 (org-entry-get-with-inheritance): Reset marker before starting the
11819 search.
11820
11821 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
11822
11823 * org.el (org-entry-get-multivalued-property)
11824 (org-entry-protect-space, org-entry-restore-space):
11825 New functions.
11826 (org-file-apps-defaults-macosx): Let postscript files be opened by
11827 preview.
11828 (org-time-stamp-inactive): Call `org-time-stamp'.
11829 (org-time-stamp): New argument `inactive'. Also edit inacive
11830 stamps. Convert time stamp type.
11831 (org-open-file): Interpret the `default' value for the `command'
11832 in `org-file-apps'.
11833
11834 * org-id.el (org-id-int-to-b36-one-digit)
11835 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
11836 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
11837 b36.
11838
11839 * org-id.el (org-id-reverse-string): New function.
11840 (org-id-new): Use `org-id-reverse-string' to make sure the
11841 beginning chars of the ID are mutating fast. This allows to use a
11842 directory structure to spread things better.
11843 (org-id-prefix): Change default to nil.
11844
11845 * org-list.el (org-move-item-down, org-move-item-up): Remember and
11846 restore the column of the cursor position.
11847
11848 * org-remember.el (org-remember-apply-template): Remove properties
11849 from `initial'.
11850
11851 * org-wl.el (org-wl-open): Remove useless call to
11852 `wl-thread-open-all'.
11853
11854 * org-remember.el (org-remember-handler): Fix bug with `bottom'
11855 location.
11856
11857 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
11858 `org-bbdb-anniversaries'.
11859
11860 * org.el (org-get-next-sibling, org-forward-same-level):
11861 New functions, similar to the outline versions, but invisible headings
11862 are OK.
11863
11864 2008-10-12 Bastien Guerry <bzg@altern.org>
11865
11866 * org.el (org-auto-repeat-maybe): Insert a space between
11867 the timestamp's type and the timestamp itself.
11868
11869 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11870
11871 * org-table.el (org-table-sum): Do not format the result with %g,
11872 it does rounding when there are too many digits.
11873
11874 * org.el (org-map-entries): Protect the keyword-selecting variables.
11875
11876 2008-10-12 Bastien Guerry <bzg@altern.org>
11877
11878 * org-agenda.el (org-agenda-to-appt): Make sure the function check
11879 against all agenda files.
11880
11881 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11882 Bastien Guerry <bzg@altern.org>
11883
11884 * org-list.el: New file, aggregating list functions from org.el
11885 and org-export-latex.el.
11886
11887 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11888
11889 * org.el (org-edit-src-region-extra): New option.
11890
11891 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
11892 time before 1am.
11893
11894 2008-10-12 Bastien Guerry <bzg@altern.org>
11895
11896 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
11897
11898 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
11899
11900 * org-plot.el (org-plot/gnuplot): Make tables starting with a
11901 hline work correctly.
11902 (org-plot/gnuplot-script): Put commas at the end of each script
11903 line.
11904
11905 * org.el (org-get-refile-targets): Replace links with their
11906 descriptions.
11907 (org-imenu-get-tree): Replace links with their descriptions.
11908
11909 * org-remember.el (org-remember-apply-template): Add a new
11910 expansion for adding properties to remember items.
11911
11912 * org.el (org-add-log-setup): Skip over drawers (properties,
11913 clocks etc) when adding notes.
11914
11915 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
11916 items as well as the start and end times.
11917
11918 * org-compat.el (org-get-x-clipboard-compat): Add a compat
11919 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
11920
11921 * org-remember.el (org-get-x-clipboard): Use the compat
11922 function to get clipboard values when x-selection-value is
11923 unavailable. Use substring-no-properties instead of
11924 set-text-properties to remove text properties from the clipboard
11925 value.
11926
11927 * org-clock.el (org-update-mode-line): Support limiting the
11928 modeline clock string, and display the full todo value in the
11929 tooltip. Set a local keymap so mouse-3 on the clock string goes to
11930 the currently clocked task.
11931 (org-clock-string-limit): Add a custom value for the maximum
11932 length of the clock string in the modeline.
11933 (org-clock-mode-map): Add a keymap for the modeline string.
11934
11935 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11936
11937 * org-compat.el (org-propertize): New function.
11938
11939 2008-10-12 Bastien Guerry <bzg@altern.org>
11940
11941 * org-export-latex.el (org-export-latex-tables): Protect exported
11942 tables from further special chars conversion.
11943 (org-export-latex-preprocess): Preserve LaTeX environments.
11944 (org-list-parse-list): Parse descriptive lists.
11945 (org-list-to-generic, org-list-to-latex, org-list-to-html)
11946 (org-list-to-texinfo): Export descriptive lists.
11947 (org-quote-chars): Remove.
11948 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
11949 (org-export-latex-list-beginning-re): Rename to
11950 `org-list-beginning-re'.
11951 (org-list-item-begin): Rename to `org-list-item-beginning'.
11952
11953 2008-10-12 Eric Schulte <schulte.eric@gmail.com>
11954
11955 * org-plot.el: New file.
11956
11957 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11958
11959 * org.el (org-refile): Allow refiling to the last entry in the
11960 buffer.
11961 (org-get-tags-at): Fix bug when inheritance is turned off.
11962
11963 * org.el (org-indent-line-function): No longer check for src
11964 regions, this is too much overhead.
11965
11966 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
11967 matching.
11968
11969 * org.el (org-scan-tags): Make sure that tags matching is not case
11970 sensitive. TODO keyword matching is case sensitive, however, to
11971 avoid confusion with similar words that are not meant to be
11972 keywords.
11973
11974 * org.el (org-get-local-tags-at): New function.
11975 (org-get-local-tags): New function.
11976
11977 * org-exp.el (org-export-get-categories): New function.
11978
11979 * org-agenda.el (org-sorting-choice)
11980 (org-agenda-sorting-strategy, org-agenda-get-todos)
11981 (org-agenda-get-timestamps, org-agenda-get-deadlines)
11982 (org-agenda-get-scheduled, org-agenda-get-blocks)
11983 (org-entries-lessp): Implement sorting by TODO state.
11984 (org-cmp-todo-state): New defsubst.
11985
11986 * org-colview.el (org-colview-construct-allowed-dates):
11987 New function.
11988 (org-columns-next-allowed-value):
11989 Use `org-colview-construct-allowed-dates'.
11990
11991 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
11992 New function.
11993 (org-columns-next-allowed-value):
11994 Use `org-colview-construct-allowed-dates'.
11995
11996 * org.el (org-protect-slash): New function.
11997 (org-get-refile-targets): Use `org-protect-slash'.
11998
11999 * org-agenda.el (org-global-tags-completion-table): New variable.
12000
12001 * org-exp.el (org-export-handle-export-tags): New function.
12002 (org-export-preprocess-string):
12003 Call `org-export-handle-export-tags'.
12004
12005 * org-publish.el (org-publish-expand-components): Function removed.
12006 (org-publish-expand-projects): Allow components to have components.
12007
12008 * org.el (org-indent-line-function): Do not indent in regions that
12009 are external source code.
12010 (org-yank-and-fold-if-subtree): New function.
12011
12012 * org-agenda.el (org-agenda-todayp): New function.
12013 (org-agenda-get-deadlines, org-agenda-get-scheduled):
12014 Use `org-agenda-todayp'.
12015
12016 * org.el (org-insert-heading-respect-content)
12017 (org-insert-todo-heading-respect-content): New commands.
12018 (org-insert-heading-respect-content): New option.
12019 (org-insert-heading): Respect `org-insert-heading-respect-content'.
12020
12021 * org-clock.el (org-clock-find-position): Make sure the note after
12022 the clock line gets moved into the new clock drawer.
12023
12024 * org-id.el (org-id-new): New option.
12025
12026 * org-table.el (org-table-copy-down): Avoid overflow during
12027 increment. Use prefix argument 0 to temporarily disable the
12028 increment.
12029
12030 * org-exp.el (org-export-as-html): Do not turn on the major mode
12031 if the buffer will be killed anyway.
12032 (org-get-current-options): Exclude the #+TEXT field.
12033 (org-export-as-html): Make sure text before the first headline is
12034 a paragraph.
12035
12036 * org-publish.el (org-publish-org-to): Tell the exporter that this
12037 buffer will be killed, so it is not necessary to do major mode
12038 initialization.
12039
12040 * org-archive.el (org-archive-to-archive-sibling): Show empty
12041 lines after folding the archive sibling.
12042
12043 * org.el (org-log-note-extra): New variable.
12044
12045 2008-10-12 Bastien Guerry <bzg@altern.org>
12046
12047 * org.el (org-additional-option-like-keywords): Add keywords for
12048 the _QUOTE, _VERSE and _SRC environments.
12049
12050 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
12051 exporting _QUOTE and _VERSE environments.
12052
12053 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
12054
12055 * org-agenda.el (org-agenda-filter-by-tag): New command.
12056
12057 * org-exp.el (org-get-current-options): Remove angular brackets
12058 from the date entry.
12059
12060 * org.el (org-edit-fixed-width-region): New function.
12061 (org-edit-fixed-width-region): Also try
12062 `org-edit-fixed-width-region'.
12063 (org-edit-fixed-width-region-mode): New option.
12064 (org-activate-code): Only interprete lines starting with colon
12065 plus a space as example lines.
12066
12067 * org-remember.el (org-remember-templates): Add nil instead of
12068 empty strings to fix the length of remember templates.
12069
12070 * org-table.el (org-calc-default-modes): Fix the time format for
12071 calc, from 12 hour to 24 hour clock.
12072
12073 * org-agenda.el (org-agenda-get-deadlines)
12074 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
12075 entries that are pre-warnings of deadlines or reminders.
12076
12077 * org.el (org-sort-entries-or-items): Make numeric and alpha
12078 comparisons ignore any TODO keyword and priority cookie.
12079
12080 * org-remember.el (org-remember-handler): Reinterpretation of the
12081 prefix argument.
12082
12083 * org-agenda.el (org-agenda-get-scheduled): Use new
12084 `org-scheduled' face.
12085
12086 * org-faces.el (org-scheduled): New face.
12087
12088 * org-wl.el (org-wl-open): Remove incorrect declaration.
12089
12090 * org-gnus.el (org-gnus-store-link): Support for :to information
12091 in gnus links.
12092
12093 * org-exp.el (org-export-as-html): Fix typo in creator
12094 information.
12095 (org-export-protect-examples): New parameter indent. Insert extra
12096 spaces only when this parameter is specified.
12097 (org-export-preprocess-string): Call `org-export-protect-examples'
12098 with an indentation parameter when exporting to ASCII.
12099
12100 * org-remember.el (org-remember-templates)
12101 (org-remember-apply-template): Allow the file component to be a
12102 function.
12103
12104 * org.el (org-goto-local-search-headings): Rename from
12105 `org-goto-local-search-forward-headings'. Added the possibility
12106 to search backwards.
12107
12108 * org-export-latex.el (org-export-latex): New customization
12109 group.
12110
12111 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
12112
12113 * org-exp.el (org-html-do-expand): Allow {} to terminate
12114 tex macro.
12115
12116 * org.el (org-buffer-list): Select buffers based on major mode,
12117 not on file name.
12118
12119 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
12120 face property.
12121
12122 * org-colview.el (org-columns-display-here):
12123 Use `org-columns-modify-value-for-display-function'.
12124
12125 * org-colview-xemacs.el (org-columns-display-here):
12126 Use `org-columns-modify-value-for-display-function'.
12127
12128 * org.el (org-columns-modify-value-for-display-function): New option.
12129
12130 * org-publish.el (org-publish-file): Make sure the directory match
12131 for the publishing directory works correctly.
12132
12133 * org-agenda.el (org-agenda-execute-calendar-command)
12134 (org-agenda-diary-entry): Additional optional argument.
12135
12136 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
12137
12138 * org-exp.el (org-export-as-html): Add attributes also in mailto
12139 and ftp links.
12140
12141 * org.el (org-autoload): Add `org-dblock-write:columnview'.
12142
12143 2008-08-11 Glenn Morris <rgm@gnu.org>
12144
12145 * org-mac-message.el (do-applescript): Fix declaration.
12146
12147 2008-08-10 Glenn Morris <rgm@gnu.org>
12148
12149 * org-exp.el (org-export-as-html): Let-bind `i'.
12150
12151 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
12152 (org-extract-attributes): Let-bind `key', `value'.
12153 (org-make-tags-matcher): Let-bind `time-p'.
12154
12155 2008-07-27 Carsten Dominik <dominik@science.uva.nl>
12156
12157 * org-install.el: New file.
12158
12159 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
12160
12161 * org-exp.el (org-export-html-style)
12162 (org-export-html-style-extra): Declare as safe-local-variable.
12163
12164 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
12165
12166 * org-publish.el (org-publish-file): Use the true name of the
12167 file.
12168
12169 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
12170 instead of :style.
12171
12172 * org-exp.el (org-export-plist-vars)
12173 (org-export-add-options-to-plist): Handle creator setting flag.
12174 (org-export-as-html): Handle attributes also for ftp and mailto
12175 links.
12176
12177 * org-agenda.el (org-agenda-diary-entry)
12178 (org-agenda-execute-calendar-command): Cater for the second
12179 argument of `calendar-cursor-to-date'.
12180
12181 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
12182
12183 * org-exp.el (org-export-region-as-html, org-export-as-html):
12184 Make sure that calls from `org-export-region-as-html' do not do the
12185 special check for a subtree.
12186
12187 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
12188
12189 * org.el (org-open-file):
12190 Use `org-open-directory-means-index-dot-org'.
12191 (org-open-directory-means-index-dot-org): New option.
12192
12193 * org.el (org-make-link-string): Remove link attributes from
12194 description.
12195 (org-open-at-point): Remove link attributes before using the path.
12196
12197 * org-exp.el (org-export-as-html): Handle link attributes.
12198
12199 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
12200
12201 * org-table.el (org-table-to-lisp): New function.
12202
12203 * org.el (org-narrow-to-subtree): Do not include the final newline
12204 into the narrowed region.
12205
12206 * org-agenda.el (org-agenda-custom-commands-local-options):
12207 Fix bug with user-define skipping condition.
12208
12209 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
12210
12211 * org-exp.el (org-export-html-style-default): Automatic overflow
12212 handling for pre fields.
12213 (org-export-as-ascii, org-export-as-html): Change default format
12214 for time stamp.
12215
12216 * org-table.el (org-table-export): Offer completion for translator
12217 functions, and do not require a heading above the table.
12218
12219 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
12220 Cater for the case of a list starting in the first line of the
12221 buffer.
12222
12223 * org-publish.el (org-publish-find-title): Bug fix.
12224 (org-publish-org-index): Implement new :index-style option.
12225
12226 * org-publish.el (org-publish-timestamp-filename):
12227 Use SHA1-encoded file names in the timestamp directory.
12228
12229 * org-publish.el (org-publish-needed-p): Be verbose about files
12230 published and files skipped.
12231
12232 * org-exp.el (org-export-preprocess-string): Swap link
12233 normalization and internal link targeting.
12234
12235 * org-publish.el (org-publish-needed-p): Create timestamp
12236 directory when it does not exist.
12237
12238 * org-clock.el (org-clock-out-when-done): Doc fix.
12239
12240 * org.el (org-agenda-skip-unavailable-files): Doc fix.
12241
12242 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
12243 Ignore case when searching for the COMMENT cookie at export time.
12244
12245 * org-exp.el (org-get-file-contents)
12246 (org-get-and-remove-property): New functions.
12247 (org-export-handle-include-files): Handle the new prefix options.
12248 (org-export-as-html): Fix the verse environment.
12249
12250 * org.el (org-time=, org-time<, org-time<=, org-time>)
12251 (org-time>=, org-time<>, org-2ft): New functions.
12252 (org-op-to-function): Also provide for the time testing functions.
12253
12254 * org-exp.el (org-export-html-style-default): New constant.
12255
12256 * org-exp.el (org-export-html-style-extra): New variable.
12257 (org-export-splice-style): New function.
12258
12259 * org-exp.el (org-export-plist-vars, org-export-as-html):
12260 Implement `org-export-creator-info'.
12261 (org-export-creator-info): New option.
12262
12263 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
12264 (org-property-drawer-re, org-clock-drawer-re): New constants.
12265
12266 * org-exp.el (org-icalendar-use-deadline)
12267 (org-icalendar-use-scheduled): New options.
12268 (org-icalendar-include-todo): Default changed to t.
12269 (org-print-icalendar-entries): Implement better utilization of
12270 scheduling and deadline time stamps.
12271 (org-export-target-internal-links, org-export-as-html): Allow file
12272 lines without the "file:" prefix if the file path is an absolute
12273 path or starts with ".".
12274
12275 * org-clock.el (org-clocktable-shift): Also understand yesterday,
12276 lastweek etc.
12277 (org-clock-special-range): Also understand yesterday, lastweek etc.
12278
12279 * org.el (org-agenda-skip-archived-trees): Docstring now
12280 discourages using this.
12281 (org-scan-tags): Check for org-agenda-archives-mode.
12282 (org-map-entries): Make sure org-agenda-archives-mode is nil.
12283 (org-agenda-files): Functionality of second arg changed.
12284
12285 * org-agenda.el (org-agenda-archives-mode): New variable.
12286 (org-write-agenda, org-prepare-agenda, org-agenda-list)
12287 (org-search-view, org-todo-list, org-tags-view)
12288 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
12289 `ifmode' argument.
12290 (org-agenda-quit): Reset the archives mode.
12291 (org-agenda-archives-mode): New command.
12292 (org-agenda-set-mode-name): Include archives info.
12293
12294 * org.el (org-paste-subtree): Make sure the yanked headline is
12295 visible if it was yanked at a visible point.
12296 (org-move-item-up): Fix the bug with moving white space at the end
12297 of the item.
12298 (org-show-empty-lines-in-parent): New function.
12299
12300 2008-07-19 Juri Linkov <juri@jurta.org>
12301
12302 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
12303 new keymap `narrow-map' instead of binding "\C-xns".
12304
12305 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12306
12307 * org.el (org-agenda-skip-unavailable-files):
12308 * org-clock.el (org-clock-out-when-done): Doc fixes.
12309
12310 2008-06-18 Glenn Morris <rgm@gnu.org>
12311
12312 * org.el (org-map-entries): Let-bind `file'.
12313
12314 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12315
12316 * org-colview.el (org-columns-next-allowed-value): Bug fix.
12317
12318 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
12319
12320 * org-agenda.el (org-agenda-get-closed): Get the end time into the
12321 agenda prefix as well.
12322
12323 * org-publish.el (org-publish-org-index): Make a properly indented
12324 list.
12325
12326 * org.el (org-calendar-agenda-action-key): New option.
12327 (org-get-cursor-date): New function.
12328 (org-mark-entry-for-agenda-action): New command.
12329 (org-overriding-default-time): New variable.
12330 (org-read-date): Respect `org-overriding-default-time'.
12331
12332 * org-remember.el (org-remember-apply-template): Respect the
12333 overriding default time.
12334
12335 * org-agenda.el (org-agenda-action-marker): New variable.
12336 (org-agenda-action): New command.
12337 (org-agenda-do-action): New function.
12338
12339 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12340
12341 * org.el (org-schedule, org-deadline): Protect scheduled and
12342 deadline tasks against changes that accidently remove the
12343 repeater. Also show a message with the new date when done.
12344
12345 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12346
12347 * org.el (org-beginning-of-line): Cater for the case when there
12348 are tags but no headline text.
12349 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
12350 it set.
12351
12352 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12353
12354 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
12355 the return value is nil instead of "nil" when there is no match.
12356
12357 * org-exp.el (org-insert-centered): Use fill-column instead of
12358 80.
12359 (org-export-as-ascii): Use string-width to measure the width of
12360 the heading.
12361
12362 * org.el (org-diary-to-ical-string): No longer kill buffer
12363 FROMBUF, this is now done by the caller.
12364
12365 * org-exp.el (org-print-icalendar-entries): Move the call to
12366 `org-diary-to-ical-string' out of the loop, and kill the buffer
12367 afterwords.
12368
12369 * org-remember.el (org-remember-visit-immediately):
12370 Position cursor after moving to the note.
12371 (org-remember-apply-template): Use a text property to record the
12372 cursor position.
12373 (org-remember-handler): Align tags after pasting the note.
12374
12375 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12376
12377 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
12378
12379 * org-agenda.el (org-agenda-open-link): If there is an
12380 org-bbdb-name property in the current line, jump to that bbdb
12381 entry.
12382
12383 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
12384 text property, so that the agenda knows where this entry comes
12385 from.
12386
12387 * org-agenda.el (org-agenda-clock-in): Fix bug in the
12388 interaction between clocking-in from the agenda, and automatic
12389 task state switching.
12390
12391 * org-macs.el (org-with-point-at): Bug fix in macro definition.
12392
12393 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
12394 zmacs-region stays after this command in XEmacs.
12395
12396 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12397
12398 * org.el (org-scan-tags): Allow new values for ACTION parameter.
12399
12400 * org-remember.el (org-remember-templates): Fix bug in
12401 customization type definition.
12402
12403 * org.el (org-map-entries): New function.
12404
12405 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12406
12407 * org-agenda.el (org-agenda-skip-comment-trees): New option.
12408 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
12409
12410 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12411
12412 * org-remember.el (org-jump-to-target-location): New variable.
12413 (org-remember-apply-template):
12414 Set `org-remember-apply-template' if requested by template.
12415 (org-remember-handler): Start an idle timer to jump to
12416 remember location.
12417
12418 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
12419
12420 * org.el (org-set-regexps-and-options): Fix bug with parsing of
12421 file tags.
12422 (org-get-tags-at): Add the content of `org-file-tags'.
12423
12424 * org-exp.el (org-export-handle-comments): Fix bug with several
12425 comment lines after each other.
12426 (org-number-to-roman, org-number-to-counter): New functions.
12427 (org-export-section-number-format): New option.
12428
12429 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12430
12431 * org-exp.el (org-export-protect-examples): Catch the case of a
12432 missing end_example line.
12433
12434 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
12435 `org-file-tags' to nil.
12436
12437 * org-colview.el (org-columns-next-allowed-value): Handle next
12438 argument NTH to directly select a value.
12439
12440 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
12441 argument NTH to directly select a value.
12442
12443 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12444
12445 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
12446
12447 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12448
12449 * org.el (org-columns-ellipses): New option.
12450
12451 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12452
12453 * org-colview.el (org-columns-add-ellipses): New function.
12454 (org-columns-compact-links): New function.
12455 (org-columns-cleanup-item): Call `org-columns-compact-links'.
12456 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
12457 when in agenda.
12458 (org-columns-edit-value): Fix bug with editing values from
12459 agenda column view.
12460 (org-columns-redo): Also redo the agenda itself.
12461
12462 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12463
12464 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
12465 New option.
12466
12467 * org-colview.el (org-agenda-columns-cleanup-item): New function.
12468
12469 * org-exp.el (org-export-ascii-preprocess): Rename from
12470 `org-export-ascii-clean-string'.
12471 (org-export-kill-licensed-text)
12472 (org-export-define-heading-targets)
12473 (org-export-handle-invisible-targets)
12474 (org-export-target-internal-links)
12475 (org-export-remove-or-extract-drawers)
12476 (org-export-remove-archived-trees)
12477 (org-export-protect-quoted-subtrees)
12478 (org-export-protect-verbatim, org-export-protect-examples)
12479 (org-export-select-backend-specific-text)
12480 (org-export-mark-blockquote-and-verse)
12481 (org-export-remove-comment-blocks-and-subtrees)
12482 (org-export-handle-comments, org-export-mark-radio-links)
12483 (org-export-remove-special-table-lines)
12484 (org-export-normalize-links)
12485 (org-export-concatenate-multiline-links)
12486 (org-export-concatenate-multiline-emphasis): New functions,
12487 obtained from spliting the export preprocessor.
12488
12489 * org-table.el (org-table-recalculate): Improve error message if
12490 the row number is invalid.
12491
12492 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12493
12494 * org-archive.el (org-archive-save-context-info): Fix bugs in
12495 customization setup and docstring.
12496
12497 * org-exp.el (org-export-html-style): Change the size of in the
12498 <pre> element to 90%.
12499
12500 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12501
12502 * org.el (org-find-src-example-start): Function removed.
12503 (org-edit-src-find-region-and-lang): New function.
12504
12505 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12506
12507 * org.el (org-edit-src-exit): New function.
12508 (org-exit-edit-mode): New minor mode.
12509
12510 * org-exp.el (org-export-preprocess-string): Fix bug with removing
12511 comment-like lines from protected examples.
12512
12513 * org.el (org-edit-src-example, org-find-src-example-start)
12514 (org-protect-source-example, org-edit-special): New functions.
12515
12516 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12517
12518 * org-publish.el (org-publish-project-alist): Fix typo in
12519 docstring.
12520 (org-publish-project-alist): Handle :index-title property.
12521
12522 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12523
12524 * org-export-latex.el (org-export-as-latex): Make sure region
12525 bounds are correct. Parse subtree properties relating to export.
12526
12527 * org-exp.el (org-export-add-options-to-plist): New function.
12528 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
12529
12530 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12531
12532 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
12533 EXPORT_TITLE.
12534
12535 * org-exp.el (org-export-get-title-from-subtree)
12536 (org-export-as-ascii, org-export-as-html): Make sure the original
12537 region-beginning and region-end are used, even after moving point.
12538 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
12539 property.
12540
12541 * org-remember.el (org-remember-last-stored-marker): New variable.
12542 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
12543 (org-remember-handler): Also use marker to remember
12544 last-stored position.
12545
12546 * org.el (org-goto-marker-or-bmk): New function.
12547
12548 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12549
12550 * org.el (org-file-properties): Rename from `org-local-properties'.
12551 (org-scan-tags): Take file tags into account.
12552 (org-tags-match-list-sublevels): Default changed to t.
12553
12554 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
12555
12556 * org.el (org-update-parent-todo-statistics): New function.
12557
12558 * org-exp.el (org-icalendar-store-UID): New option.
12559 (org-icalendar-force-UID): Option removed.
12560 (org-print-icalendar-entries): IMplement UIDs.
12561
12562 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12563
12564 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
12565
12566 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12567
12568 * org-faces.el (org-column): Document how this face is being used
12569 and why sometimes the background faces shine through.
12570
12571 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
12572
12573 * org-publish.el (org-publish-attachment): Create publishing
12574 directory if it does not yet exist.
12575
12576 * org-table.el (org-calc-default-modes): Change default number
12577 format to (float 8).
12578
12579 * org.el (org-olpath-completing-read): New function.
12580 (org-time-clocksum-format): New option.
12581 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
12582
12583 * org-clock.el (org-clock-display, org-clock-out)
12584 (org-update-mode-line): Use `org-time-clocksum-format'.
12585
12586 * org-colview-xemacs.el (org-columns-number-to-string):
12587 Use `org-time-clocksum-format'.
12588
12589 * org-colview.el (org-columns-number-to-string):
12590 Use `org-time-clocksum-format'.
12591
12592 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12593
12594 * org-id.el: New file, move from contrib to core.
12595
12596 * org-exp.el (org-icalendar-force-UID): New option.
12597
12598 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12599
12600 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
12601 shifted by one day if there is a date range without an end time.
12602
12603 * org.el (org-try-structure-completion): New function.
12604
12605 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12606
12607 * org.el (org-set-font-lock-defaults): Improve fontification of
12608 description lists.
12609 (org-insert-item): Handle description lists.
12610 (org-adaptive-fill-function): Improve auto indentation in
12611 description lists.
12612
12613 * org-exp.el (org-export-as-html, org-export-preprocess-string):
12614 Implement VERSE environment.
12615 (org-export-preprocess-string): Implement the COMMENT
12616 environment.
12617
12618 * org-export-latex.el (org-export-latex-preprocess):
12619 Implement VERSE environment.
12620
12621 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12622
12623 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
12624 option.
12625
12626 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12627
12628 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
12629
12630 * org.el (org-quote-csv-field): New functions.
12631
12632 * org-table.el (org-table-export-default-format): Remove :splice
12633 from default format, we get the same effect by not specifying
12634 :tstart and :tend.
12635 (org-table-export): Improve setup, distinguish better between
12636 interactive and non-interactive use, allow specifying the format
12637 on the fly, better protection against wrong file names.
12638 (orgtbl-to-generic): Fix documentation. Do not require :tstart
12639 and :tend when :splice is omitted.
12640
12641 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12642
12643 * org-clock.el (org-clock-select-task): Make sure the selection
12644 letters are 1-9 and A-Z, no special characters.
12645
12646 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12647
12648 * org-exp.el (org-export-htmlize): New group.
12649 (org-export-htmlize-output-type)
12650 (org-export-htmlize-css-font-prefix): New options.
12651 (org-export-htmlize-region-for-paste): New function.
12652 (org-export-htmlize-generate-css): New command.
12653
12654 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12655
12656 * org.el (org-set-visibility-according-to-property): New function.
12657 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
12658 and compute the regular expressions, and update font-lock.
12659 (org-property-re): Allow a dash in property names.
12660
12661 * org-archive.el (org-extract-archive-file): Insert the file name
12662 without the path into the format, to allow the location format to
12663 contain a subdirectory.
12664
12665 * org-agenda.el (org-agenda-post-command-hook): If point is at end
12666 of buffer, and the `org-agenda-type' property undefined, use the
12667 value from the character before.
12668
12669 * org.el (org-add-planning-info): Don't let indentation for
12670 would-be timestamp become extra whitespace at the end of headline.
12671
12672 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12673
12674 * org.el (org-remove-double-quotes, org-file-contents):
12675 New functions.
12676
12677 * org-exp.el (org-infile-export-plist): Also parse the
12678 contents of #+SETUPFILE files, recursively.
12679
12680 * org.el (org-set-regexps-and-options): Also parse the
12681 contents of #+SETUPFILE files, recursively.
12682
12683 * org-exp.el (org-export-handle-include-files): New function.
12684 (org-export-preprocess-string):
12685 Call `org-export-handle-include-files'.
12686
12687 * org.el (org-delete-property-globally)
12688 (org-delete-property, org-set-property): Ignore case during
12689 completion.
12690 (org-set-property): Use `org-completing-read' instead of
12691 `completing-read'.
12692
12693 * org.el (org-complete-expand-structure-template): New,
12694 experimental function.
12695 (org-structure-template-alist): New, experimental option.
12696 (org-complete): Call `org-complete-expand-structure-template'.
12697
12698 2008-06-17 Bastien Guerry <bzg@altern.org>
12699
12700 * org-export-latex.el (org-export-latex-preprocess):
12701 Add support for blockquotes.
12702
12703 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12704
12705 * org.el (org-read-date-analyze): Catch the case where only a
12706 weekday is given.
12707
12708 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12709
12710 * org.el (org-set-font-lock-defaults): Make the description
12711 tag bold.
12712
12713 * org-exp.el (org-export-as-html, org-close-li):
12714 Implement description lists.
12715
12716 2008-06-17 Jason Riedy <jason@acm.org>
12717
12718 * org-table.el (*orgtbl-default-fmt*): New variable.
12719 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
12720 when there is no other fmt available.
12721
12722 (orgtbl-to-generic): Allow an explicitly nil :tstart or
12723 :tend to suppress the appropriate string.
12724
12725 (orgtbl-to-orgtbl): New function for translating to another orgtbl
12726 table.
12727
12728 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12729
12730 * org.el (org-read-date-analyze): "." as an alias for "+0" in
12731 read date.
12732
12733 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
12734 New function.
12735
12736 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
12737 New function.
12738
12739 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12740
12741 * org-clock.el (org-clock-find-position): Don't include notes
12742 into clock drawer.
12743
12744 * org-archive.el (org-archive-subtree): No longer remove an
12745 extra line after cutting the subtree. `org-cut-subtree' already
12746 takes care of this.
12747
12748 * org-remember.el (org-remember-handler): Only kill the target
12749 buffer if it does not contain the running clock.
12750
12751 * org.el (org-markers-to-move): New variable.
12752 (org-save-markers-in-region, org-check-and-save-marker)
12753 (org-reinstall-markers-in-region): New function.
12754 (org-move-subtree-down, org-copy-subtree): Remember relative
12755 marker positions before cutting.
12756 (org-move-subtree-down, org-paste-subtree): Restore relative
12757 marker positions after pasting.
12758
12759 * org-remember.el (org-remember-clock-out-on-exit): New option.
12760 (org-remember-finalize): Clock out only if the setting in
12761 `org-remember-clock-out-on-exit' requires it.
12762 (org-remember-handler): Do the cleanup in the buffer, to make sure
12763 that the clock marker remains in tact.
12764
12765 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12766
12767 * org-clock.el (org-clock-goto): Widen buffer if necessary.
12768 (org-clock-in): Make sure that also tasks outside the narrowed
12769 region will be clocked in correctly.
12770 (org-clock-insert-selection-line): Widen the buffer so that we can
12771 find the correct task heading.
12772
12773 * org.el (org-base-buffer): New function.
12774
12775 * org-exp.el (org-icalendar-cleanup-string): Make sure ","
12776 and ";" are escaped.
12777 (org-print-icalendar-entries): Also apply
12778 `org-icalendar-cleanup-string' to the headline, not only to the
12779 summary property.
12780
12781 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12782
12783 * org-exp.el (org-export-preprocess-hook): New hook.
12784 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
12785
12786 * org.el (org-font-lock-hook): New variable.
12787 (org-font-lock-hook): New function.
12788 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
12789
12790 ;; Local Variables:
12791 ;; coding: utf-8
12792 ;; add-log-time-zone-rule: t
12793 ;; End:
12794
12795 Copyright (C) 2008-2011 Free Software Foundation, Inc.
12796
12797 This file is part of GNU Emacs.
12798
12799 GNU Emacs is free software: you can redistribute it and/or modify
12800 it under the terms of the GNU General Public License as published by
12801 the Free Software Foundation, either version 3 of the License, or
12802 (at your option) any later version.
12803
12804 GNU Emacs is distributed in the hope that it will be useful,
12805 but WITHOUT ANY WARRANTY; without even the implied warranty of
12806 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12807 GNU General Public License for more details.
12808
12809 You should have received a copy of the GNU General Public License
12810 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12811