]> code.delx.au - gnu-emacs/blob - lisp/org/ChangeLog
(sendmail-query-once): Add an autoload cookie.
[gnu-emacs] / lisp / org / ChangeLog
1 2011-05-10 Jim Meyering <meyering@redhat.com>
2
3 Fix doubled-word typos.
4 * org-agenda.el (org-agenda-entry-types): the the -> the
5 * org-table.el (org-table-get-remote-range): or or -> or
6 * org-wl.el (org-wl-folder-type): the the -> the
7 * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
8
9 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10
11 * org-src.el (org-src-switch-to-buffer):
12 * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
13 * org-mouse.el (org-mouse-agenda-type):
14 * org-freemind.el (org-freemind-node-to-org):
15 * ob-sql.el (org-babel-execute:sql):
16 * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
17 * ob-ref.el (org-babel-ref-resolve): Fix use of case.
18
19 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
20
21 * Version 23.3 released.
22
23 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
24
25 * org.el (org-blank-before-new-entry, org-context-in-file-links)
26 (org-refile-targets, org-log-repeat, org-insert-link)
27 (org-speed-command-default-hook, org-speed-command-hook)
28 (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
29 Fix typos in docstrings.
30 (org-toggle-pretty-entities): Fix typo in message.
31
32 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
33
34 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
35
36 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * org-remember.el (org-remember-mode-map):
39 * org-src.el (org-src-mode-map): Move initialization into declaration.
40
41 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
42
43 * org-remember.el (org-remember-mode):
44 * org-capture.el (org-capture-mode): Don't run hook redundantly.
45
46 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
47
48 * org-faces.el (org-link): Inherit from link face.
49 Suggested by Joakim Verona.
50
51 2010-12-11 Tassilo Horn <tassilo@member.fsf.org>
52
53 * org-footnote.el (org-footnote-create-definition): Place
54 Footnotes section before message-signature-separator also in modes
55 derived from message-mode.
56
57 2010-12-11 Julien Danjou <julien@danjou.info>
58
59 * org.el (org-make-tags-matcher): Remove useless cat-p value.
60
61 2010-12-11 Julien Danjou <julien@danjou.info>
62
63 * org.el (org-entry-properties): Enhance docstring.
64
65 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
66
67 * org-list.el (org-list-top-point-with-indent)
68 (org-list-bottom-point-with-indent): Pay also attention to
69 'original-indentation property of text, as blocks are put to
70 column 0 upon exporting.
71
72 2010-12-11 Dan Davison <dandavison7@gmail.com>
73
74 * ob.el (org-babel-remove-temporary-directory): Handle exception
75 with message informing of failure to remove directory.
76
77 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
78
79 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
80 `package' to the list of Clojure header arguments which will be read
81 from heading properties.
82
83 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
84
85 * org-inlinetask.el (org-inlinetask-export-templates): Add
86 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
87 not default as it requires an additional LaTeX package: "todonotes".
88
89 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
90
91 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
92
93 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
94 templates to export inline tasks.
95
96 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
97
98 * org.el (org-current-level): Ignore inline tasks when getting current
99 level of entry.
100
101 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
102
103 * org.el (org-indent-line-function): Ignore drawers inside inline
104 tasks if the line to indent isn't inside an inline task itself.
105
106 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
107
108 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
109
110 * org-indent.el (org-indent-add-properties): Find true level of
111 indentation wrt inline tasks.
112
113 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
114
115 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
116
117 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
118
119 * org-inlinetask.el (org-inlinetask-goto-end): New function.
120
121 * org.el (org-mark-subtree): New command.
122
123 * org.el (org-speed-commands-default, org-mode-map): Make use of
124 new command.
125
126 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
127
128 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
129 from @<span class...> so it can be removed during LaTeX export.
130
131 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
132
133 * ob.el (org-babel-insert-result): More informative code block
134 evaluation messages.
135
136 2010-12-11 Matt Lundin <mdl@imapmail.org>
137
138 * org.el (org-make-heading-search-string): Optionally limit number
139 of lines stored in file link search strings.
140 (org-context-in-file-links): Add option to set to integer specifying
141 number of lines.
142
143 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
144
145 * org-capture.el (org-capture-finalize): New prefix argument
146 STAY-WITH-CAPTURE.
147 (org-capture-refile): Improve docstring.
148
149 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
150
151 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
152 interaction engine.
153
154 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
155
156 * org-agenda.el (org-agenda-list):
157 (org-agenda-goto-today): Use `org-today'.
158
159 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
160
161 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
162 and the title/author definitions.
163
164 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
165
166 * org-macs.el: Better backup definition for
167 `with-silent-modifications'.
168
169 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
170
171 * ob-python.el (org-babel-execute:python): Rename "prefix" to
172 "preamble".
173 (org-babel-python-evaluate): Rename "prefix" to "preamble".
174 (org-babel-python-evaluate-external-process): Rename "prefix" to
175 "preamble".
176
177 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
178
179 * ob.el (org-babel-examplize-region): Check if `end' is a marker
180 or a point and handle appropriately.
181
182 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
183
184 * ob-sql.el (org-babel-execute:sql): Explicitly set field
185 separator to \t when importing tabular data.
186
187 2010-12-11 Julien Danjou <julien@danjou.info>
188
189 * org-agenda.el (org-agenda-custom-commands-local-options):
190 Allow org-agenda-span to be a symbol.
191 (org-agenda-ndays): Make obsolete.
192 (org-agenda-span): New variable superseding org-agenda-ndays.
193 (org-agenda-menu): Use org-agenda-current-span.
194 (org-agenda-current-span): New local variable storing current
195 span.
196 (org-agenda-list): Take a span instead of ndays as argument.
197 This function is now responsible for computing the ndays based
198 on span.
199 (org-agenda-ndays-to-span): Return span only if number of days
200 really matches.
201 (org-agenda-span-to-ndays): New function.
202 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
203 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
204 (org-agenda-later): Do not give compute a new span, use the
205 current one.
206 (org-agenda-day-view, org-agenda-week-view)
207 (org-agenda-month-view, org-agenda-year-view): Stop touching
208 org-agenda-ndays.
209 (org-agenda-change-time-span): Only compute starting-span.
210 (org-agenda-compute-starting-span): New function derived from
211 the old org-agenda-compute-time-span.
212 (org-agenda-set-mode-name): Compute mode based on
213 org-agenda-current-span.
214 (org-agenda-span-name): New function.
215
216 2010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
217
218 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
219
220 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
221
222 * org-clock.el (org-quarter-to-date): Define variables.
223 (org-clock-special-range): Defin variables. Use org-floor*.
224 (org-clocktable-write-default): Define tcol.
225
226 * org-compat.el (org-floor*): New function.
227
228 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
229 John Wiegley <jwiegley@gmail.com>
230
231 * org-complete.el: New file.
232
233 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
234
235 * org-clock.el (org-clocktable-write-default): Fix the % formula.
236
237 2010-12-11 Matt Lundin <mdl@imapmail.org>
238
239 * org-agenda.el (org-format-agenda-item): The value of
240 org-category is not converted to a string unless it is defined.
241
242 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
243
244 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
245 header argument through to external evaluation.
246 (org-babel-python-evaluate): Pass the new "prefix" header argument
247 through to external evaluation.
248 (org-babel-python-evaluate-external-process): When specified prepend
249 "prefix" to the file used in external evaluation.
250
251 2010-12-11 Dan Davison <dandavison7@gmail.com>
252
253 * ob-python.el (org-babel-python-evaluate-session): Change python
254 module name from 'pp' to 'pprint'.
255
256 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
257
258 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
259 from R session output, these are often the result of variable
260 assignments.
261
262 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
263
264 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
265 fix a compiler warning.
266
267 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
268
269 * ob-eval.el (require): No longer require ob.el to allow
270 requiring by ob.el.
271
272 * ob.el (ob-eval): Require ob-eval.
273
274 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
275
276 * ob.el (org-babel-confirm-evaluate): Show code block's name when
277 it is available during evaluation query.
278
279 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
280
281 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
282 code block.
283 (org-babel-execute:sql): Use sql specific body expansion function.
284 (org-babel-sql-expand-vars): Insert variables into a sql code block.
285
286 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
287
288 * ob.el (org-babel-insert-result): Using markers instead of
289 points for more robust buffer anchors.
290
291 2010-12-11 Julien Danjou <julien@danjou.info>
292
293 * org-capture.el: Use org-today.
294
295 2010-12-11 Julien Danjou <julien@danjou.info>
296
297 * org-habit.el: Use org-today.
298
299 2010-12-11 Julien Danjou <julien@danjou.info>
300
301 * org.el (org-auto-repeat-maybe): Use org-today.
302
303 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
304
305 * org-clock.el (org-day-of-week): New function.
306 (org-quarter-to-date): New function.
307 (org-clock-special-range): Implement quarters.
308
309 2010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
310
311 * org.el (org-complete-tags-always-offer-all-agenda-tags):
312 Fix docstring.
313
314 2010-12-11 Julien Danjou <julien@danjou.info>
315
316 * org-agenda.el (org-format-agenda-item): Convert category to a string
317 if it is a symbol. This fixes the following call to
318 org-agenda-get-category-icon which fails if category is not a string.
319
320 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
321
322 * ob-clojure.el: Updated requirements documentation to mention
323 the minimum version of Clojure.
324 (org-babel-expand-body:clojure): Fully qualified function name.
325
326 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
327
328 * org-latex.el (org-export-latex-lists): Do not add an
329 unnecessary newline character after a list.
330
331 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
332 point is just after a non blank line.
333
334 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
335
336 * ob.el (org-babel-examplize-region): Remove old assertion which
337 no longer applies to the result insertion code.
338
339 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
340
341 * ob-python.el (org-babel-execute:python): Use a :return header
342 argument for external evaluation in which the code block body need
343 to be wrapped in a function.
344
345 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
346
347 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
348 variable.
349
350 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
351
352 * org.el (org-edit-special): Edit formulas when in TBLMF line.
353
354 2010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
355
356 * org-capture.el (org-capture-after-finalize-hook): New hook.
357 (org-capture-finalize): Run the new hook.
358
359 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
360
361 * ob-clojure.el (org-babel-expand-body:clojure): Support for
362 pretty printing of Clojure code and data.
363
364 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
365
366 * ob.el (org-babel-insert-result): No longer escape results which
367 will be wrapped in a block.
368
369 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
370
371 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
372 warning and added documentation string.
373
374 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
375
376 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
377 for all code evaluation.
378
379 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
380
381 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
382 the column as well.
383
384 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
385
386 * ob.el (org-babel-confirm-evaluate): More descriptive message
387 when evaluation is aborted or disabled.
388
389 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
390
391 * ob.el (org-babel-insert-result): Responds to new "wrap" header
392 argument.
393 (org-babel-merge-params): Includes new "wrap" header argument in
394 one of the results header argument exclusive groups.
395
396 2010-12-11 David Maus <dmaus@ictsoc.de>
397
398 * org-macs.el (with-silent-modifications): Fix condition for
399 with-silent-modification.
400
401 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
402
403 * ob.el (org-babel-parse-header-arguments): Stripping trailing
404 spaces off of header arguments (even the first one).
405
406 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
407
408 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
409 single quotes which is the best practice.
410 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
411 more robust parsing of shell output.
412
413 2010-12-11 Dan Davison <dandavison7@gmail.com>
414
415 * org.el (org-additional-option-like-keywords): Add more keywords,
416 and colons to some old ones.
417
418 2010-12-11 Dan Davison <dandavison7@gmail.com>
419
420 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
421
422 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
423
424 * ob-python.el (org-babel-python-table-or-string):
425 Using `org-babel-script-escape' for reading string input from scripting
426 languages.
427
428 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
429
430 * org-macs.el (org-called-interactively-p): Wrap function call in
431 with-no-warnings.
432 (with-silent-modifications): Declare macro for Emacs < 23.2.
433
434 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
435
436 * ob.el (org-babel-parse-header-arguments): Remove addition of
437 ":" to singleton first header arguments as it was leading to errors.
438
439 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
440
441 * org-latex.el (org-export-latex-make-header): Run the title through
442 `org-export-latex-fontify-headline'.
443 (org-export-latex-fontify-headline): Do the protection of math
444 snippets also here.
445
446 2010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
447
448 * org-latex.el (org-export-as-latex): Sent the section title
449 through the preprocessor.
450
451 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
452
453 * org-html.el (org-html-level-start): Mark listified headings
454 with a custom id.
455
456 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
457
458 * org.el (org-open-at-point): Don't do footnote action if cursor is
459 on a bracket link.
460
461 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
462
463 * org.el (org-edit-special): Check also for TBLFM line.
464
465 2010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
466
467 * org-clock.el (org-get-clocktable): Previous patch incorrectly
468 required whitespace in front of #+BEGIN: and #+END:.
469
470 2010-12-11 Dan Davison <dandavison7@gmail.com>
471
472 * org-src.el (org-edit-src-code): Allow region to be inherited by
473 edit buffer when mark is one character beyond end of src block.
474
475 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
476
477 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
478 checking item indentation.
479
480 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
481
482 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
483 and now autoloading.
484
485 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
486
487 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
488 for testing list membership.
489
490 * ob.el (org-babel-read-result): Use higher level function for
491 testing list membership.
492 (org-babel-result-end): Use higher level function for testing list
493 membership.
494
495 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
496
497 * ob-sqlite.el (ob-eval): Require ob-eval for external command
498 execution.
499 (org-babel-execute:sqlite): No longer uses the init option for
500 passing commands to sqlite.
501
502 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
503
504 * org.el (org-indent-line-function): Drawers and blocks have no
505 influence on indentation of text below. Also fix indentation
506 problem with a block at column 0 and add a special case for
507 literal examples.
508
509 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
510
511 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
512 is only evaluated once.
513
514 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
515
516 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
517 type of data
518 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
519
520 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
521
522 * ob-tangle.el (org-babel-load-file): Can be called interactively.
523
524 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
525
526 * org-table.el (orgtbl-after-send-table-hook): New hook.
527 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
528 table was sent.
529 (orgtbl-send-table): Return the number of sent tables, or nil if no
530 sending has happened.
531
532 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
533
534 * org.el (org-get-priority-function): New option.
535 (org-get-priority): Call `org-get-priority-function' if that
536 has been set.
537
538 2010-12-11 Dan Davison <dandavison7@gmail.com>
539
540 * ob-table.el (org-babel-table-truncate-at-newline): Only add
541 "..." if there is something after the newline.
542
543 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
544
545 * org-clock.el (org-get-clocktable):
546 (org-in-clocktable-p):
547 (org-clocktable-shift):
548 (org-clocktable-steps): Fix regexp to allow for indented clock tables.
549
550 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
551
552 * org-exp.el (org-export-handle-include-files): Support :minlevel
553 property.
554 (org-get-file-contents): New argument minlevel to demote included
555 content.
556
557 2010-12-11 Noorul Islam <noorul@noorul.com>
558
559 * org-latex.el (org-export-latex-hyperref-format): New option.
560 (org-export-latex-href-format): Rename the existing variable
561 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
562 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
563 `org-export-latex-href-format'.
564
565 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
566
567 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
568 buffer exists before it is used.
569
570 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
571
572 * org-exp.el (org-export-preprocess-string): delaying code block
573 processing a bit to allow correct list parsing in the export string.
574
575 2010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
576
577 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
578 (org-agenda-time-of-day-to-ampm): New function.
579 (org-agenda-time-of-day-to-ampm-maybe): New function.
580 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
581
582 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
583
584 * org-faces.el (org-cycle-level-faces): New option.
585
586 * org.el (org-get-level-face): Honor org-cycle-level-faces.
587
588 2010-12-11 Julien Danjou <julien@danjou.info>
589
590 * org-agenda.el (org-agenda-today): New function.
591 (org-agenda-get-day-face): New function.
592 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
593 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
594 (org-todo-list): Use org-agenda-today.
595 (org-get-all-dates): Use org-agenda-today.
596 (org-agenda-day-face-function): New variable.
597 (org-agenda-get-day-face): Use org-agenda-day-face-function.
598
599 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
600
601 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
602 in Org.
603
604 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
605
606 * org-html.el (org-export-as-html): Do not treat partially
607 protected lines as if they were fully protected.
608
609 2010-12-11 Dan Davison <dandavison7@gmail.com>
610
611 * org-exp.el (org-export-format-source-code-or-example):
612 Remove hard-wired configuration of minted export
613 (org-export-latex-minted-with-line-numbers): Remove variable.
614
615 2010-12-11 Bastien Guerry <bzg@altern.org>
616
617 * org-clock.el (org-dblock-write:clocktable): Fix double
618 reference to `link' in let construct.
619 (org-clock-clocktable-formatter): Fix typo in docstring.
620 (org-clocktable-write-default): Fix typo in docstring.
621
622 2010-12-11 David Maus <dmaus@ictsoc.de>
623
624 * org-protocol.el (org-protocol-unhex-string): Normalize percent
625 escape sequence to upper case letters.
626
627 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
628
629 * ob-lob.el (org-babel-lob-get-info): including pass-through
630 header arguments in results variable header argument string.
631
632 2010-12-11 David Maus <dmaus@ictsoc.de>
633
634 * org-exp.el (org-export-visible): Limit search for in-buffer options
635 beginning of first headline.
636
637 2010-12-11 David Maus <dmaus@ictsoc.de>
638
639 * org.el (org-open-at-point): Remove stale link handler for news:
640 links.
641
642 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
643
644 * org-clock.el (org-clocktable-write-default): Better handling of
645 narrowing.
646
647 2010-12-11 Julien Danjou <julien@danjou.info>
648
649 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
650
651 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
652
653 * org.el (org-indent-line-function): simplify code and remove bug that
654 would insert a tab at the beginning of the line when trying to
655 indent the item.
656
657 2010-12-11 Julien Danjou <julien@danjou.info>
658
659 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
660
661 2010-12-11 Julien Danjou <julien@danjou.info>
662
663 * org-agenda.el (org-agenda-prefix-format): Insert place holder
664 for icon.
665 (org-agenda-category-icon-alist): New option.
666 (org-agenda-get-category-icon): New function.
667 (org-format-agenda-item): Support for icons.
668 (org-compile-prefix-format): Support for icons.
669
670 2010-12-11 Julien Danjou <julien@danjou.info>
671
672 * org-compat.el: Create defalias for `string-match-p' and
673 looking-at-p.
674
675 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
676
677 * ob-calc.el (org-babel-execute:calc): support for variables --
678 converts :var variables in calc variables.
679
680 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
681
682 * org.el (org-sparse-tree): Mention [r] in dispatch menu.
683
684 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
685
686 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
687
688 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
689
690 * org-id.el (org-id-store-link): Test for org-mode before checking
691 for IDs.
692
693 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
694
695 * org.el (org-shorten-string): New function.
696
697 * org-exp.el (org-export-convert-protected-spaces): New function.
698 (org-export-preprocess-string):
699 Call `org-export-convert-protected-spaces' to handle new hard spaces.
700
701 2010-12-11 David Maus <dmaus@ictsoc.de>
702
703 * org.el (org-narrow-to-subtree): Check for heading that ends at end
704 of buffer.
705
706 2010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
707
708 * org-capture.el (org-capture-templates): Remove autoload from
709 defcustom.
710
711 * ob-lisp.el (slime): Don't expect slime to be present.
712
713 2010-11-11 Dan Davison <dandavison7@gmail.com>
714
715 * ob.el: `copy-sequence' suffices to copy alist; no need for
716 `copy-tree'.
717
718 2010-11-11 Dan Davison <dandavison7@gmail.com>
719
720 * ob.el (org-babel-execute-src-block): If ":results file" is in
721 effect, then ensure that the value of :file is returned as the
722 result; don't rely on language files for this.
723
724 2010-11-11 Dan Davison <dandavison7@gmail.com>
725
726 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
727 structure by side-effects of `sort'.
728
729 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
730
731 * org-list.el (org-list-bottom-point-with-indent): Do not check
732 indentation of a non-empty blank line.
733
734 * org-list.el (org-sort-list): Sort a list with point anywhere
735 inside it.
736
737 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
738
739 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
740 hopefully better error messages.
741
742 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
743
744 * org.el (org-babel-load-languages): Adding calc.
745
746 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
747
748 * ob.el (org-babel-initiate-session): Don't resolve variable
749 references unless prefix arg is supplied.
750
751 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
752
753 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
754 refers to the correct stack.
755
756 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
757
758 * ob-calc.el: Adding the beginnings of support for calc code
759 blocks.
760
761 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
762
763 * ob-tangle.el (org-babel-update-block-body): Declaring function
764 for updating code block bodies.
765 (org-babel-spec-to-string):
766 (org-babel-detangle): Detangle all tangled and commented code
767 blocks in the current file back to org.
768 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
769 file back to the originating org-mode code block ob-tangle:
770 detangle changes in code files back to the original org files.
771
772 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
773
774 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
775 (org-babel-tangle-comment-format-end): Fix typo.
776
777 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
778
779 * org-exp.el (org-export-format-source-code-or-example):
780 Use minted for latex source code export if `org-export-latex-listings'
781 has the value 'minted.
782
783 * org-latex.el (org-export-latex-listings): Document special value
784 'minted.
785
786 * org-latex.el (org-export-latex-minted): Delete variable.
787
788 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
789
790 * ob.el (org-babel-get-src-block-info): Retrieve contents of
791 parentheses, excluding parentheses themselves.
792
793 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
794
795 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
796 Fix bug in gnuplot data file assignment using user variables.
797
798 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
799
800 * ob-latex.el (org-babel-execute:latex): Adding new :headers
801 header argument for latex code blocks.
802
803 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
804
805 * org-capture.el (org-capture-templates): New capture property
806 `:kill-buffer'. (org-capture-finalize): Kill target buffer if that
807 is desired.
808 (org-capture-target-buffer): Remember if we have to make the
809 buffer.
810
811 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
812
813 * org-clock.el (org-dblock-write:clocktable): Fix bug when
814 computing clock tables.
815
816 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
817
818 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
819 to caller even if no table is generated.
820
821 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
822
823 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
824 values from diary entries.
825
826 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
827 anniversaries.
828
829 * org.el (org-diary-sexp-entry): Handle lists as return values
830 from diary entries.
831
832 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
833
834 * org-capture.el (org-capture-empty-lines-before):
835 (org-capture-empty-lines-after): Make sure the n=0 does not insert
836 any newlines.
837
838 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
839
840 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
841 message when clojure binary is not found.
842
843 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
844
845 * org-html.el (org-format-table-html): New argument DOCBOOK.
846 (org-format-org-table-html): New argument DOCBOOK. When set, use
847 align instead of class to align table fields.
848
849 * org-docbook.el (org-export-as-docbook): Specify the docbook
850 argument for the table converter.
851
852 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
853
854 * org-macs.el (org-called-interactively-p): New macro.
855
856 * org-freemind.el: No longer require 'rx.
857 (org-freemind): New customization group, use it for all the
858 variables.
859 (org-export-as-freemind): Add docstring.
860 (org-freemind-show): Improve filen naming.
861 (org-freemind-convert-links-helper): New function.
862 (org-freemind-bol-helper-base-indent): New variable.
863 (org-freemind-bol-helper): New function.
864 (org-freemind-node-css-style): New option.
865 (org-freemind-node-pattern): New variable.
866 (org-freemind-from-org-mode): Better docstring.
867
868 2010-11-11 David Maus <dmaus@ictsoc.de>
869
870 * ob-haskell.el (org-babel-variable-assignments:haskell):
871 Don't pass more than two arguments to mapc.
872
873 2010-11-11 David Maus <dmaus@ictsoc.de>
874
875 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
876
877 2010-11-11 David Maus <dmaus@ictsoc.de>
878
879 * org-footnote.el (message-signature-separator): Defvar to silence
880 byte compiler.
881
882 2010-11-11 David Maus <dmaus@ictsoc.de>
883
884 * org-exp.el (org-export-string): Fix reference to wrong symbol.
885
886 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
887
888 * org.el (org-link-search): Return 'dedicated on successful match
889 when org-link-search-must-match-exact-headline is set to t.
890
891 2010-11-11 Daniel Clemente <n142857@gmail.com>
892
893 * org-html.el (org-html-make-link): Append fragment to file: links
894 if present.
895
896 2010-11-11 Tassilo Horn <tassilo@member.fsf.org>
897
898 * org-footnote.el (org-footnote-create-definition)
899 (org-footnote-goto-local-insertion-point): Add footnotes before
900 signature when in message-mode.
901
902 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
903
904 * org.el (org-display-inline-images): Improve regexp.
905
906 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
907
908 * org.el (org-cycle): Make sure resetting to startup visibility
909 works after another cycle command.
910
911 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
912
913 * org-exp.el (org-export-string): New function org-export-string
914 can be used to convert a string of test in org-mode markup to a
915 specified format.
916
917 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
918
919 * org.el (org-display-inline-images): Allow non-ASCII characters
920 in image file names. Save match data.
921
922 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
923
924 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
925 stamps.
926
927 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
928
929 * org-exp.el (org-store-forced-table-alignment):
930 (org-export-remove-special-table-lines): Allow the "c" cookie for
931 table alignment.
932
933 * org-html.el (org-export-table-header-tags):
934 (org-export-table-data-tags): Add another %s format for the
935 alignment.
936 (org-export-html-table-align-individual-fields): New option.
937 (org-format-org-table-html): Implement field-by-field alignment
938 and support centering.
939 (org-format-table-table-html): Make sure the new table tag formats
940 don't break this function.
941
942 * org-table.el (org-table-cookie-line-p):
943 (org-table-align): Allow for the <c> cookie.
944
945 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
946
947 2010-11-11 David Maus <dmaus@ictsoc.de>
948
949 * org-exp.el (org-export-normalize-links): Skip normalization of
950 plain links that are part of another link.
951
952 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
953
954 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
955
956 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
957
958 * org-indent.el (org-indent-add-properties):
959 Use `with-silent-modificatons'.
960 (org-indent-remove-properties): Use `with-silent-modificatons'.
961
962 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
963
964 * org-table.el (org-table-cookie-line-p): Fix indentation.
965
966 * org-exp.el (org-store-forced-table-alignment): New function.
967 (org-export-preprocess-string):
968 Call `org-store-forced-table-alignment'.
969
970 * org-html.el (org-format-org-table-html): Use stored alignment
971 information.
972
973 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
974
975 * ob.el (org-babel-execute-src-block): Respects prefix argument
976 (which forces re-calculation).
977
978 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
979
980 * ob.el (org-babel-execute-src-block): Remove needless param
981 sorting from ob-execute-src-block, the params are sorted already
982 by ob-sha1-hash.
983
984 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
985
986 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
987 header argument level.
988
989 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
990
991 * ob.el (org-babel-sha1-hash): Consider words in different order
992 as different input.
993
994 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
995
996 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
997
998 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
999
1000 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
1001 structure of an Org-mode table (list of lists).
1002
1003 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1004
1005 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
1006 (reference to unassigned variable `src-lang' and avoid calling
1007 org-babel-get-src-block-info twice.
1008
1009 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1010
1011 * ob.el (org-babel-demarcate-block): Updated to reflect the new
1012 info list contents.
1013
1014 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1015
1016 * org-src.el (org-edit-src-code): Supply non-nil argument to
1017 `org-babel-get-src-block-info' to avoid resolving variable
1018 references.
1019
1020 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1021
1022 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
1023 improved efficiency of org-babel-map-src-blocks.
1024
1025 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1026
1027 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
1028 checks that a code block will actually be tangled before
1029 collecting it's full information (a process which could involve
1030 the execution of other code blocks).
1031
1032 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1033
1034 * ob.el (org-babel-demarcate-block): Use light version of
1035 `org-babel-get-src-block-info'.
1036
1037 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1038
1039 * ob.el (org-babel-sha1-hash): Now handles more complex types in
1040 params.
1041
1042 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1043
1044 * ob.el (org-babel-execute-src-block): Generally using the new
1045 more informative params
1046 (org-babel-process-params): Don't forget the :var portion of
1047 variable assignments.
1048
1049 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1050
1051 * ob-table.el (sbe): Simplified to reflect to var resolution.
1052
1053 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1054
1055 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
1056 arguments back to their params before evaluation.
1057
1058 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1059
1060 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
1061 indentation.
1062
1063 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1064
1065 * ob-table.el (sbe): Use `org-babel-process-params params' instead
1066 of `org-babel-expand-variables'.
1067
1068 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1069
1070 * ob-C.el (org-babel-C-execute): Remove call to
1071 org-babel-process-params which should no longer be called from
1072 within a language file.
1073
1074 * ob-R.el (org-babel-execute:R): Remove call to
1075 org-babel-process-params which should no longer be called from
1076 within a language file
1077 (org-babel-R-variable-assignments): Remove call to
1078 org-babel-process-params which should no longer be called from
1079 within a language file.
1080
1081 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
1082 org-babel-process-params which should no longer be called from
1083 within a language file.
1084
1085 * ob-clojure.el (org-babel-execute:clojure): Remove call to
1086 org-babel-process-params which should no longer be called from
1087 within a language file.
1088
1089 * ob-dot.el (org-babel-execute:dot): Remove call to
1090 org-babel-process-params which should no longer be called from
1091 within a language file.
1092
1093 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
1094 call to org-babel-process-params which should no longer be called
1095 from within a language file
1096 (org-babel-execute:emacs-lisp): Remove call to
1097 org-babel-process-params which should no longer be called from
1098 within a language file.
1099
1100 * ob-haskell.el (org-babel-execute:haskell): Remove call to
1101 org-babel-process-params which should no longer be called from
1102 within a language file.
1103
1104 * ob-js.el (org-babel-execute:js): Remove call to
1105 org-babel-process-params which should no longer be called from
1106 within a language file.
1107
1108 * ob-lisp.el (org-babel-execute:lisp): Remove call to
1109 org-babel-process-params which should no longer be called from
1110 within a language file.
1111
1112 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
1113 org-babel-process-params which should no longer be called from
1114 within a language file.
1115
1116 * ob-octave.el (org-babel-execute:octave): Remove call to
1117 org-babel-process-params which should no longer be called from
1118 within a language file.
1119
1120 * ob-perl.el (org-babel-execute:perl): Remove call to
1121 org-babel-process-params which should no longer be called from
1122 within a language file.
1123
1124 * ob-python.el (org-babel-execute:python): Remove call to
1125 org-babel-process-params which should no longer be called from
1126 within a language file.
1127
1128 * ob-ruby.el (org-babel-execute:ruby): Remove call to
1129 org-babel-process-params which should no longer be called from
1130 within a language file.
1131
1132 * ob-scheme.el (org-babel-execute:scheme): Remove call to
1133 org-babel-process-params which should no longer be called from
1134 within a language file.
1135
1136 * ob-screen.el (org-babel-execute:screen): Remove call to
1137 org-babel-process-params which should no longer be called from
1138 within a language file
1139 (org-babel-prep-session:screen): Remove call to
1140 org-babel-process-params which should no longer be called from
1141 within a language file.
1142
1143 * ob-sh.el (org-babel-execute:sh): Remove call to
1144 org-babel-process-params which should no longer be called from
1145 within a language file.
1146
1147 * ob-sql.el (org-babel-execute:sql): Remove call to
1148 org-babel-process-params which should no longer be called from
1149 within a language file.
1150
1151 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
1152 processed params.
1153
1154 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
1155 processed params.
1156
1157 * ob-R.el (org-babel-execute:R): Remove reference to processed
1158 params.
1159
1160 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1161
1162 * ob-sql.el (org-babel-execute:sql): Use generic expansion
1163 function
1164 (org-babel-expand-body:sql): Delete function.
1165
1166 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1167
1168 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
1169 (org-babel-expand-body:sh): Delete function
1170 (org-babel-prep-session:sh): Change name of called function
1171 (org-babel-variable-assignments:sh): Change function name.
1172
1173 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1174
1175 * ob-screen.el (org-babel-execute:screen): Use generic expansion
1176 function
1177 (org-babel-expand-body:screen): Delete function
1178 (org-babel-prep-session:screen): Remove references to processed
1179 params.
1180
1181 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1182
1183 * ob-sass.el (org-babel-execute:sass): Use generic expansion
1184 function
1185 (org-babel-expand-body:sass): Delete function.
1186
1187 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1188
1189 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
1190 function
1191 (org-babel-prep-session:ruby): Use new variable assignment
1192 function
1193 (org-babel-variable-assignments:ruby): New function
1194 (org-babel-expand-body:ruby): Delete function.
1195
1196 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1197
1198 * ob-python.el (org-babel-execute:python): Use generic expansion
1199 function
1200 (org-babel-prep-session:python): Change name of called function
1201 (org-babel-variable-assignments:python): Change function name
1202 (org-babel-expand-body:python): Delete function.
1203
1204 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1205
1206 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
1207 (automatically handled by generic version).
1208
1209 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1210
1211 * ob-perl.el (org-babel-execute:perl): Use generic expansion
1212 function
1213 (org-babel-expand-body:perl): Delete function
1214 (org-babel-variable-assignments:perl): New function.
1215
1216 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1217
1218 * ob-org.el (org-babel-expand-body:org): Delete function
1219 (automatically handled by generic version).
1220
1221 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1222
1223 * ob-octave.el (org-babel-execute:octave): Use generic expansion
1224 function
1225 (org-babel-variable-assignments:octave): Change name of function
1226 (org-babel-variable-assignments:matlab): New defalias
1227 (org-babel-prep-session:octave): Change name of function
1228 (org-babel-expand-body:matlab): Delete function
1229 (org-babel-expand-body:octave): Delete function.
1230
1231 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1232
1233 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
1234 function
1235 (org-babel-variable-assignments:ocaml): New function
1236 (org-babel-expand-body:ocaml): Delete function.
1237
1238 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1239
1240 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
1241 (automatically handled by generic version).
1242
1243 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1244
1245 * ob-js.el (org-babel-execute:js): Use new variable assignment
1246 function
1247 (org-babel-expand-body:js): Delete function
1248 (org-babel-prep-session:js): Use new variable assignment function
1249 (org-babel-variable-assignments:js): New function.
1250
1251 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1252
1253 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
1254 function
1255 (org-babel-expand-body:haskell): Delete function
1256 (org-babel-prep-session:haskell): Use variable assignment function
1257 (org-babel-variable-assignments:haskell): New function.
1258
1259 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1260
1261 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
1262 assignment function
1263 (org-babel-prep-session:gnuplot): Use variable assignment function
1264 (org-babel-variable-assignments:gnuplot): New function.
1265
1266 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1267
1268 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
1269 (automatically handled by generic version).
1270
1271 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1272
1273 * ob-css.el (org-babel-expand-body:css): Delete function
1274 (automatically handled by generic version).
1275
1276 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1277
1278 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
1279 expansion function
1280 (org-babel-expand-body:asymptote): Delete function
1281 (org-babel-variable-assignments:asymptote): New function.
1282
1283 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1284
1285 * ob-R.el (org-babel-expand-body:R): Use new function
1286 `org-babel-variable-assignments:R'; don't trim body.
1287 (org-babel-execute:R): Respond to changes in
1288 `org-babel-expand-body:R'
1289 (org-babel-prep-session:R): Called function is now named
1290 `org-babel-variable-assignments:R'
1291 (org-babel-variable-assignments:R): Receives processed-params as
1292 new optional argument.
1293
1294 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1295
1296 * ob-C.el (org-babel-C-expand): Don't trim body.
1297
1298 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1299
1300 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
1301 obtaining variable references.
1302
1303 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1304
1305 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
1306 assignment lines to generic expansion command.
1307
1308 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1309
1310 * ob.el (org-babel-expand-src-block): Supply variable assignment
1311 lines to generic expansion function
1312 (org-babel-expand-body:generic): Prepend body with optional
1313 variable assignment lines.
1314
1315 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1316
1317 * ob-exp.el (org-babel-exp-results): Replaced old function call.
1318
1319 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1320
1321 * ob-lob.el (org-babel-lob-execute): Now expanding variable
1322 references before execution.
1323
1324 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1325
1326 * ob.el (org-babel-execute-src-block): Only sort parameters if
1327 it's required for caching.
1328
1329 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1330
1331 * ob-table.el (sbe): Reworking for better indentation and to
1332 integrate the new variable resolution.
1333
1334 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1335
1336 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
1337 variables when resolving references.
1338
1339 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1340
1341 * ob.el (org-babel-merge-params): Fix order or precedence for
1342 variables.
1343
1344 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1345
1346 * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
1347 * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
1348 (org-babel-R-variable-assignments):
1349 * ob-asymptote.el (org-babel-expand-body:asymptote)
1350 (org-babel-execute:asymptote):
1351 * ob-clojure.el (org-babel-expand-body:clojure)
1352 (org-babel-execute:clojure):
1353 * ob-css.el (org-babel-expand-body:css):
1354 * ob-ditaa.el (org-babel-expand-body:ditaa):
1355 * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
1356 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
1357 (org-babel-execute:emacs-lisp):
1358 * ob-gnuplot.el (org-babel-expand-body:gnuplot)
1359 * ob-haskell.el (org-babel-expand-body:haskell)
1360 (org-babel-execute:haskell, org-babel-load-session:haskell)
1361 (org-babel-prep-session:haskell):
1362 * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
1363 * ob-latex.el (org-babel-expand-body:latex):
1364 * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
1365 * ob-mscgen.el (org-babel-expand-body:mscgen):
1366 * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
1367 * ob-octave.el (org-babel-expand-body:matlab)
1368 (org-babel-expand-body:octave, org-babel-execute:octave)
1369 (org-babel-octave-variable-assignments):
1370 * ob-org.el (org-babel-expand-body:org):
1371 * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
1372 * ob-plantuml.el (org-babel-expand-body:plantuml):
1373 * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
1374 (org-babel-python-variable-assignments):
1375 * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
1376 * ob-sass.el (org-babel-expand-body:sass):
1377 * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
1378 * ob-screen.el (org-babel-expand-body:screen):
1379 * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
1380 (org-babel-sh-variable-assignments):
1381 * ob-sql.el (org-babel-expand-body:sql):
1382 * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
1383 * ob.el (org-babel-expand-body:generic):
1384 Remove obsoleted optional third argument.
1385
1386 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1387
1388 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
1389 calls to removed org-babel-ref-variables.
1390
1391 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1392
1393 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
1394 ingested code blocks.
1395
1396 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1397
1398 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
1399 information from within the original export file.
1400
1401 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1402
1403 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
1404 (this should return nil if not match found.
1405
1406 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1407
1408 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
1409 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
1410
1411 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1412
1413 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
1414 docstring.
1415
1416 * ob-python.el (org-babel-python-variable-assignments):
1417 Provide missing docstring.
1418
1419 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1420
1421 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
1422 variable assignment part out into a separate function
1423 (org-babel-octave-variable-assignments): New function constructing
1424 list of variable assignment statements
1425 (org-babel-prep-session:octave): Use new function
1426 `org-babel-octave-variable-assignments' instead of previous
1427 (incorrect) variable assignment code.
1428
1429 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1430
1431 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
1432 assignment part out into a separate function
1433 (org-babel-sh-variable-assignments): New function constructing
1434 list of variable assignment statements
1435 (org-babel-prep-session:sh): Use new function
1436 `org-babel-sh-variable-assignments' instead of previous
1437 (incorrect) variable assignment code.
1438
1439 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1440
1441 * ob-python.el (org-babel-expand-body:python): Refactor: break
1442 variable assignment part out into a separate function
1443 (org-babel-python-variable-assignments): New function constructing
1444 list of variable assignment statements
1445 (org-babel-prep-session:python): Use new function
1446 `org-babel-python-variable-assignments' instead of previous
1447 (incorrect) variable assignment code.
1448
1449 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1450
1451 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
1452 assignment part out into a separate function
1453 (org-babel-R-variable-assignments): New function constructing list
1454 of variable assignment statements
1455 (org-babel-prep-session:R): Use new function
1456 `org-babel-R-variable-assignments' instead of previous
1457 (incorrect) variable assignment code.
1458
1459 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1460
1461 * ob.el (org-babel-initiate-session): Better variable names.
1462
1463 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1464
1465 * ob.el (org-number-sequence):
1466 Declared * ob-R.el (org-number-sequence): Declared.
1467
1468 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1469
1470 * ob.el (org-babel-map-src-blocks): Store correct value of
1471 `end-block'.
1472
1473 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1474
1475 * ob.el (org-babel-mark-block): New function to mark the body of a
1476 src block in the style of `mark-defun'.
1477
1478 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1479
1480 * org-compat.el (org-number-sequence): New function.
1481
1482 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
1483
1484 * ob.el (org-babel-where-is-src-block-result):
1485 Use `org-number-sequence'.
1486 (org-babel-current-buffer-properties): Fix variable definition.
1487
1488 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
1489
1490 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
1491 version of `shell-command'.
1492
1493 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
1494 `shell-command'.
1495
1496 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1497
1498 * org-list.el (org-list-search-unenclosed-generic): Replace call
1499 to booleanp.
1500
1501 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1502
1503 * org.el (org-agenda-jump-prefer-future): New option.
1504
1505 * org-agenda.el (org-agenda-goto-date):
1506 Use `org-agenda-jump-prefer-future'.
1507
1508 2010-11-11 Noorul Islam <noorul@noorul.com>
1509
1510 * org-latex.el (org-export-latex-links): Replaced hard coded
1511 hyperref format with custom variable
1512 `org-export-latex-hyperref-format'.
1513
1514 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1515
1516 * org.el (org-insert-heading): Fix docstring.
1517
1518 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1519
1520 * org-capture.el (org-capture-place-entry): If the first line is
1521 already a headline, just stay there.
1522
1523 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1524
1525 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
1526 are non-nil.
1527
1528 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1529
1530 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
1531 after an entity.
1532
1533 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1534
1535 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
1536 table fields.
1537
1538 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1539
1540 * org.el (org-insert-heading): When on the headline of an inline
1541 task, insert another inline tasks.
1542
1543 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1544
1545 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
1546 links for blocks that will actually tangle.
1547
1548 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1549
1550 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
1551 in expanded shell bodies.
1552
1553 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1554
1555 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
1556 newline characters.
1557
1558 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1559
1560 * ob-sh.el (org-babel-expand-body:sh): Align code.
1561
1562 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1563
1564 * ob.el (org-babel-params-from-properties): Max line with at <=80.
1565
1566 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1567
1568 * org-latex.el (org-export-latex-listings-langs): Clojure is now
1569 recognized as a lisp.
1570
1571 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1572
1573 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
1574 to interpret property as header argument value.
1575
1576 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1577
1578 * ob.el (org-babel-parse-header-arguments): Simplify reading of
1579 header arg value.
1580
1581 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1582
1583 * org-publish.el (org-publish-org-to-ascii):
1584 (org-publish-org-to-latin1):
1585 (org-publish-org-to-utf8): New functions.
1586
1587 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1588
1589 * org.el (org-insert-heading): Skip inline tasks when trying to
1590 insert a new heading after the end of the subtree.
1591
1592 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1593
1594 * org-inlinetask.el (org-inlinetask-min-level): Set customization
1595 type to integer or nil.
1596
1597 * org.el (org-insert-heading): When after an inline task, do not
1598 use level but go back to headline level before the inline task.
1599
1600 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1601
1602 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
1603
1604 * org.el (org-indent-line-function): Fix indentation of inline
1605 tasks.
1606
1607 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1608
1609 * org.el (org-activate-links): Fix customize type.
1610
1611 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1612
1613 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
1614 default option.
1615
1616 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1617
1618 * org-latex.el (org-export-latex-minted): Document pygments
1619 dependency.
1620
1621 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1622
1623 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
1624 file if encryption has been turned on.
1625 (org-mobile-copy-agenda-files): Avoid double encryption of
1626 `mobileorg.org'.
1627
1628 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1629
1630 * org-exp.el (org-export-latex-minted-with-line-numbers):
1631 Ensure that variable is declared.
1632
1633 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1634
1635 * ob-python.el (org-src-preserve-indentation): Fix compiler
1636 warning.
1637
1638 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1639
1640 * org-exp.el (org-export-format-source-code-or-example):
1641 Latex formatting of source code blocks using the minted package
1642 (org-export-plist-vars): Add :latex-minted property
1643 (org-export-latex-minted): Ensure variable is defined
1644 (org-export-latex-minted-langs): Ensure variable is defined.
1645
1646 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1647
1648 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
1649
1650 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1651
1652 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
1653
1654 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1655
1656 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
1657 when `org-src-preserve-indentation' is non-nil.
1658
1659 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1660
1661 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
1662 of blocks added to Library of Babel.
1663
1664 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1665
1666 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
1667 name.
1668
1669 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1670
1671 * org-beamer.el (org-beamer-place-default-actions-for-lists):
1672 Fix typo in regexp.
1673
1674 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1675
1676 * org-list.el (org-toggle-checkbox): Avoid some boundary error
1677 when inserting a checkbox in an empty last item of a list.
1678
1679 2010-11-11 David Maus <dmaus@ictsoc.de>
1680
1681 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
1682 Query article number from file is nil by default.
1683
1684 2010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1685
1686 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
1687
1688 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1689
1690 * org-capture.el (org-capture-place-entry): Move to `beg' before
1691 searching for `%?'.
1692
1693 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1694
1695 * org.el (org-format-latex): Fix mathjax treatment of single
1696 letters in between dollars.
1697
1698 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
1699
1700 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
1701 run.
1702
1703 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1704
1705 * org.el (org-blank-before-new-entry): Improve docstring.
1706
1707 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1708
1709 * org-mobile.el (org-mobile-force-id-on-agenda-items):
1710 Fix docstring.
1711 (org-mobile-write-agenda-for-mobile): Use outline path if we do
1712 not have an ID and are not allowed to make one.
1713 (org-mobile-get-outline-path-link): New function.
1714
1715 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1716
1717 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
1718 file.
1719 (org-mobile-write-agenda-for-mobile): Use the right name, even if
1720 the file get encrypted.
1721 (org-mobile-move-capture): Only delete tempfile if it does exist.
1722
1723 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1724
1725 * ob.el (org-babel-number-p): Fix documentation string.
1726
1727 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1728
1729 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
1730 "tangle" as a positive argument for the :noweb header argument
1731 during tangling.
1732
1733 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1734
1735 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
1736 have links, with tests.
1737
1738 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1739
1740 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
1741 available.
1742 (org-export-latex-get-error): New function.
1743 (org-export-as-pdf): Give an indication of the errors that
1744 happened during processing.
1745
1746 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
1747
1748 * org-exp.el (org-export-language-setup): Fix Polish entries.
1749
1750 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1751
1752 * org.el (org-set-tags): Allow comma as a separator when
1753 specifying tags at the completion interface.
1754 (org-tags-completion-function): Allow comma as a separator when
1755 specifying tags at the completion interface.
1756
1757 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1758
1759 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
1760 export-file if exporting from a buffer which is not visiting a
1761 file.
1762
1763 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1764
1765 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
1766 name in link construction if there is a heading to follow it.
1767
1768 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1769
1770 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
1771 as an allowed extension.
1772
1773 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
1774
1775 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
1776 with zeros. Start applying face earlier.
1777
1778 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1779
1780 * ob.el (or): Don't create org-babel-temporary-directory in batch
1781 as it won't be removed by emacs-kill-hook
1782 (org-babel-remove-temporary-directory): Only try to remove this
1783 directory if it exists.
1784
1785 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1786
1787 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
1788 warning in ob.el.
1789
1790 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1791
1792 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
1793 the tangling message.
1794
1795 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1796
1797 * ob.el (org-babel-load-languages): Fixes compiler warning.
1798
1799 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1800
1801 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
1802 output.
1803
1804 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1805
1806 * org-ascii.el (org-export-as-ascii): Use the correct match group.
1807
1808 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1809
1810 * ob.el (boundp): Uncommenting defvar form for
1811 org-babel-temporary-directory
1812 (org-babel-temp-file): Now using the org-babel-temporary-directory
1813 for holding new babel temporary files
1814 (org-babel-remove-temporary-directory): Removes the babel temp dir
1815 when Emacs shutsdown
1816 (kill-emacs-hook): Now removing the babel temp dir on Emacs
1817 shutdown.
1818
1819 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1820
1821 * org-capture.el (org-capture-fill-template): Initialize history
1822 variable.
1823
1824 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1825
1826 * org-src.el (org-edit-src-code): Don't move point when generating
1827 edit buffer.
1828
1829 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1830
1831 * org-src.el (org-edit-src-code): Deal with point being in
1832 #+end_src line.
1833
1834 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1835
1836 * org-table.el (org-table-current-column): Add interactive to turn
1837 this into a command.
1838
1839 2010-11-11 Bernt Hansen <bernt@norang.ca>
1840
1841 * org.el (org-insert-heading): Run org-insert-heading-hook when
1842 creating the first heading in a file.
1843
1844 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1845
1846 * org.el (org-startup-with-inline-images): New option.
1847 (org-startup-options): Add new keywords inlineimages and
1848 noinlineimages.
1849 (org-mode): Inline images when this has been configured.
1850
1851 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1852
1853 * ob.el (org-babel-get-src-block-info): Remove optional
1854 HEADER-VARS-ONLY argument; further simplification.
1855
1856 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1857
1858 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
1859 prompt in ob-confirm-evaluate in some cases.
1860
1861 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1862
1863 * ob.el (org-babel-demarcate-block): Visible region and completion
1864 during language selection.
1865
1866 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1867
1868 * ob.el (org-babel-get-src-block-info): Remove comment.
1869
1870 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1871
1872 * ob.el (org-babel-get-src-block-info): Simplify function.
1873
1874 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1875
1876 * ob.el (org-babel-get-src-block-info): Form info list correctly
1877 when parenthesised arguments are missing.
1878
1879 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1880
1881 * ob-exp.el (org-export-babel-evaluate): Docstring typo
1882 (org-babel-exp-code): Docstring typo.
1883
1884 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1885
1886 * org-mobile.el (org-mobile-encryption-password):
1887 Improve docstring.
1888 (org-mobile-encryption-password-session): New variable.
1889 (org-mobile-encryption-password): New function.
1890 (org-mobile-check-setup):
1891 (org-mobile-encrypt-file):
1892 (org-mobile-decrypt-file): Use the new function.
1893
1894 2010-11-11 David Maus <dmaus@ictsoc.de>
1895
1896 * org-capture.el (org-capture-place-template): Widen to remove
1897 possible restrictions in target buffer.
1898
1899 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
1900
1901 * org.el (org-speed-command-hook): Add org-speed-command-hook
1902 (org-babel-speed-command-hook): Hook for Babel's speed commands.
1903
1904 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1905
1906 * ob.el (org-babel-execute-buffer): Re-implement using
1907 `org-babel-map-src-blocks'.
1908
1909 2010-11-11 David Maus <dmaus@ictsoc.de>
1910
1911 * org-capture.el (org-capture-templates): Update doc string with
1912 new message date related escapes.
1913
1914 2010-11-11 David Maus <dmaus@ictsoc.de>
1915
1916 * org-wl.el (org-wl-store-link-message): Define properties %:date)
1917 (%:date-timestamp, and %:date-timestamp-inactive.
1918
1919 * org-mew.el (org-mew-store-link): Dto.
1920
1921 * org-mhe.el (org-mhe-store-link): Dto.
1922
1923 * org-rmail.el (org-rmail-store-link): Dto.
1924
1925 * org-vm.el (org-vm-store-link): Dto.
1926
1927 2010-11-11 David Maus <dmaus@ictsoc.de>
1928
1929 * org-wl.el (org-wl-message-field): Always get literal content of
1930 header fields.
1931
1932 2010-11-11 David Maus <dmaus@ictsoc.de>
1933
1934 * org-gnus.el (org-gnus-store-link): Define properties
1935 %:date-timestamp and %:date-timestamp-inactive.
1936
1937 2010-11-11 David Maus <dmaus@ictsoc.de>
1938
1939 * org-gnus.el (org-gnus-store-link): Handle empty date header
1940 field.
1941
1942 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
1943
1944 * org.el (org-speed-command-hook): New. Hook for installing
1945 additional speed commands. Use this for enabling speed commands on
1946 src blocks.
1947 (org-speed-command-default-hook): The default hook for
1948 org-speed-command-hook. Factored out from org-self-insert-command
1949 and mimics existing behaviour.
1950 (org-self-insert-command): Modified to use org-speed-command-hook.
1951
1952 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1953
1954 * org-agenda.el (org-search-view): Recover spaces in search words
1955 if they were escaped with \ or inside a regexp.
1956
1957 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1958
1959 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
1960 the list of completable meta line words.
1961 (org-complete): Complete property names after #+PROPERTY.
1962
1963 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1964
1965 * ob-python.el (org-babel-python-evaluate-session): Make temp file
1966 names consistent.
1967
1968 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1969
1970 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
1971 Delete extra format argument.
1972
1973 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1974
1975 * ob-org.el (org-babel-org-export): Typo in docstring.
1976
1977 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1978
1979 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
1980 variable.
1981
1982 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1983
1984 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
1985
1986 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1987
1988 * ob.el (org-babel-process-file-name): New function
1989 (org-babel-maybe-remote-file): Delete function.
1990
1991 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1992
1993 * ob-C.el (org-babel-C-execute): Remove unused variable.
1994
1995 2010-11-11 David Maus <dmaus@ictsoc.de>
1996
1997 * org.el (org-make-link-string): Prevent superfluous colon.
1998
1999 2010-11-11 David Maus <dmaus@ictsoc.de>
2000
2001 * org.el (org-make-org-heading-search-string): Leave headline
2002 intact.
2003
2004 2010-11-11 David Maus <dmaus@ictsoc.de>
2005
2006 * org.el (org-make-link-string): Don't escape characters in link
2007 type.
2008
2009 2010-11-11 Bastien Guerry <bzg@altern.org>
2010
2011 * org-capture.el (org-capture-templates): Update docstring to
2012 advertise %:org-date.
2013
2014 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2015
2016 * ob-dot.el (org-babel-execute:dot): Automatically specifies
2017 "-T<ext>" based on file name extension.
2018
2019 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2020
2021 * ob-org.el (org-babel-org-export): Raise error on nested export
2022 call.
2023
2024 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2025
2026 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
2027 output files.
2028
2029 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2030
2031 * ob.el (org-babel-demarcate-block): Better initialization of
2032 stars.
2033
2034 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2035
2036 * org-src.el (org-src-tab-acts-natively): Add customize interface.
2037
2038 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2039
2040 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
2041 New variable allowing prevention of automatic stripping of leading and
2042 trailing blank lines when exiting edit buffer.
2043 (org-edit-src-exit): Respect value of
2044 `org-src-strip-leading-and-trailing-blank-lines'
2045 (org-src-native-tab-command-maybe):
2046 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
2047 this function.
2048
2049 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2050
2051 * org-src.el (org-edit-src-code): If mark was inside code block
2052 then code edit buffer inherits mark with active region.
2053
2054 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2055
2056 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
2057
2058 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2059
2060 * ob.el (org-babel-demarcate-block): Better handling of empty
2061 space around demarcated area.
2062
2063 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2064
2065 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
2066 this command.
2067
2068 2010-11-11 David Maus <dmaus@ictsoc.de>
2069
2070 * org-gnus.el (org-gnus-open-nntp): New function.
2071
2072 2010-11-11 David Maus <dmaus@ictsoc.de>
2073
2074 * org-wl.el (org-wl-open-nntp): New function.
2075
2076 2010-11-11 David Maus <dmaus@ictsoc.de>
2077
2078 * org-wl.el (org-wl-open): Open message by numeric reference if
2079 article part is not a message id.
2080
2081 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2082
2083 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
2084 visible line.
2085
2086 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2087
2088 * ob.el (org-babel-demarcate-block): Interactive demarcation of
2089 code blocks.
2090
2091 * ob-keys.el (org-babel-key-bindings): Key bindings for block
2092 demarcation.
2093
2094 2010-11-11 Bastien Guerry <bzg@altern.org>
2095
2096 * org.el (org-link-types): Add the "message" link type.
2097
2098 2010-11-11 David Maus <dmaus@ictsoc.de>
2099
2100 * org.el (org-link-types): Add 'message:' link type to default
2101 link types.
2102
2103 2010-11-11 Bastien Guerry <bzg@altern.org>
2104
2105 * org-gnus.el (org-gnus-store-link): Add the :date property to
2106 gnus links, allowing the use of %:date in capture templates.
2107
2108 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2109
2110 * org-list.el (org-cycle-list-bullet): Follow order of bullets
2111 indicated in doc-string.
2112
2113 * org-list.el (org-list-bottom-point-with-indent): List is ended
2114 when a line is less indented that the last item, not the less
2115 indented item.
2116
2117 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2118
2119 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
2120 original file before resolving code block parameters to ensure
2121 headline and buffer wide parameters are taken into consideration
2122 when only a narrowed portion of the file is exported.
2123
2124 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2125
2126 * org.el (org-forward-same-level): Fix docstring.
2127
2128 2010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
2129
2130 * org-publish.el (org-publish-attachment): Put the attachment into
2131 the right directory.
2132
2133 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2134
2135 * org.el (org-goto-first-child): New command.
2136
2137 2010-11-11 Matt Lundin <mdl@imapmail.org>
2138
2139 * org-agenda.el (org-prepare-agenda): If the agenda is called from
2140 within the agenda via an elisp link, such as
2141 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
2142 of the file containing the link, since that buffer is current
2143 during org-prepare agenda (due to a with-current-buffer in
2144 org-agenda-open-link). An additional test now ensures that the
2145 agenda buffer is in fact current when the buffer is erased and
2146 local variables for the agenda are set.
2147
2148 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
2149
2150 * org-exp.el (org-infile-export-plist): Define property macro.
2151
2152 2010-11-11 David Maus <dmaus@ictsoc.de>
2153
2154 * org-mhe.el (org-mhe-get-header): Remove possible folding white
2155 space in message header field.
2156
2157 2010-11-11 David Maus <dmaus@ictsoc.de>
2158
2159 * org-feed.el (org-feed): Fix typo in customization group :tag
2160 property.
2161
2162 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2163
2164 * org-latex.el (org-export-latex-tag-markup): New option.
2165 (org-export-latex-keywords-maybe):
2166 Use `org-export-latex-tag-markup'.
2167
2168 2010-11-11 Rémi Vanicat <vanicat@debian.org>
2169
2170 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
2171 (org-ical-ts-to-string): Use UTC time when requested.
2172
2173 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
2174
2175 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
2176 from 'file' to 'http'.
2177
2178 2010-11-11 David Maus <dmaus@ictsoc.de>
2179
2180 * org.el (org-store-log-note): Fix wrong usage
2181 of`org-adapt-indentation'.
2182
2183 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2184
2185 * org.el (org-skip-over-state-notes): Do not compute bottom point
2186 at each item.
2187
2188 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
2189 instead of moving to each item.
2190
2191 2010-11-11 David Maus <dmaus@ictsoc.de>
2192
2193 * org-capture.el (org-capture-templates): Small fix in doc string.
2194
2195 2010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
2196
2197 * org-archive.el (org-get-local-archive-location):
2198 Use `org-carchive-location' as default.
2199
2200 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2201
2202 * ob-C.el (org): No longer requires org.
2203
2204 * ob-ledger.el (org): No longer requires org.
2205
2206 2010-11-11 David Maus <dmaus@ictsoc.de>
2207
2208 * org.el (org-priority): Save match data before call to
2209 `read-char-exclusive'.
2210
2211 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2212
2213 * org-list.el (org-list-to-generic): Descriptions labels can be
2214 any suit of symbols, and will end at double colons.
2215
2216 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2217
2218 * org.el (org-indent-line-function): Indent past [@num] and
2219 [@start:num], consistently with what is already done with
2220 checkboxes.
2221
2222 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2223
2224 * org.el (org-store-log-note): Indent new notes to the right
2225 column. Also take `org-list-two-spaces-after-bullet-regexp' into
2226 consideration when creating the note.
2227
2228 2010-11-11 David Maus <dmaus@ictsoc.de>
2229
2230 * org-gnus.el (nnimap-group-overview-filename): Declare function
2231 to silence byte compiler.
2232
2233 2010-11-11 David Maus <dmaus@ictsoc.de>
2234
2235 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
2236 New customization variable.
2237 (org-gnus-nnimap-cached-article-number): New function.
2238 (org-gnus-follow-link): Try to fetch cached article number of
2239 message-id.
2240
2241 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2242
2243 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
2244 first line into code blocks before export so that the first line
2245 is not interpreted as a title
2246 (org-babel-org-export): Use new dummy code block prefix.
2247
2248 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2249
2250 * ob.el (org-babel-insert-result): No longer throws error when
2251 inserting an empty result.
2252
2253 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2254
2255 * ob-tangle.el: autoload org-babel-tangle-lang-exts from ob-tangle.
2256
2257 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2258
2259 * ob.el (org-babel-do-in-edit-buffer):
2260 Use `org-babel-where-is-src-block-head' to test for source block at
2261 point.
2262
2263 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2264
2265 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
2266 `org-babel-goto-src-block-head'.
2267
2268 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
2269 current code block.
2270
2271 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2272
2273 * ob.el (org-babel-next-src-block): Now raising more informative
2274 error when no further code blocks can be found.
2275 (org-babel-previous-src-block): Now raising more informative error
2276 when no previous code blocks can be found.
2277
2278 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2279
2280 * org-exp-blocks.el
2281 (org-export-preprocess-after-include-files-hook): Now using this
2282 hook instead of `org-export-preprocess-hook'.
2283
2284 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2285
2286 * ob-plantuml.el (org-babel-execute:plantuml): ????
2287
2288 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2289
2290 * ob-python.el (org-babel-python-evaluate): Refactor as call to
2291 either `org-babel-python-evaluate-external-process' or
2292 `org-babel-python-evaluate-session'.
2293 (org-babel-python-evaluate-external-process): New function to
2294 handle evaluation in external process.
2295 (org-babel-python-evaluate-session): New function to handle
2296 evaluation in emacs inferior process.
2297
2298 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2299
2300 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
2301 or html respecting :results header arg
2302 (org-babel-org-export): Exports a string of text to an output
2303 format.
2304
2305 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2306
2307 * ob.el (org-babel-insert-result): Remove existing results when
2308 nil results are returned.
2309
2310 2010-11-11 David Maus <dmaus@ictsoc.de>
2311
2312 * org-ascii.el (org-export-as-ascii): Bind and set link path for
2313 link type specific markup function.
2314
2315 2010-11-11 David Maus <dmaus@ictsoc.de>
2316
2317 * org-clock.el (notifications-notify): Properly declare function
2318 to silence byte compiler.
2319
2320 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2321
2322 * org-list.el (org-insert-item): Check invisibility of point at a
2323 meaningful location.
2324
2325 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2326
2327 * org-list.el (org-list-insert-item-generic): Updating checkboxes
2328 can modifiy bottom point of a list, so make it a marker before
2329 calling `org-update-checkbox-count-maybe'.
2330
2331 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2332
2333 * org.el (org-src-fontify-natively): Set to nil by default.
2334 Supply cutomize interface.
2335
2336 2010-11-11 Bastien Guerry <bzg@altern.org>
2337
2338 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
2339 `org-bracket-link-analytic-regexp++' to match the link type.
2340
2341 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2342
2343 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
2344 `language'.
2345
2346 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2347
2348 * ob-tangle.el (org-babel-tangle-comment-format-beg):
2349 Format string specifying the link-comment preceding a code block
2350 (org-babel-tangle-comment-format-end): Format string specifying
2351 the link-comment following a code block
2352 (org-babel-tangle-collect-blocks): Storing more information in the
2353 spec of a tangling code block
2354 (org-babel-spec-to-string): Now makes use of customizable
2355 link-comment formats.
2356
2357 2010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
2358
2359 * org.el (org-delete-backward-char): Check for nil overwrite-mode
2360 before inserting spaces.
2361
2362 2010-11-11 David Maus <dmaus@ictsoc.de>
2363
2364 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
2365 from summary of non-TODO ical entries.
2366 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
2367 exclude tags from summary of TODO ical entries.
2368
2369 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2370
2371 * ob.el (org-babel-map-src-blocks): Now exposes much information
2372 about the code block in the form of let-bound local variables.
2373
2374 2010-11-11 David Maus <dmaus@ictsoc.de>
2375
2376 * org-list.el (org-outline-regexp, org-ts-regexp)
2377 (org-ts-regexp-both, org-in-regexps-block-p)
2378 (org-level-increment, org-at-heading-p)
2379 (outline-previous-heading, org-icompleting-read)
2380 (org-time-string-to-seconds): Declare to fix compiler warning.
2381
2382 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2383
2384 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
2385 used from an heading. Send an error when no item is in region.
2386
2387 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2388
2389 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
2390 ensure that edit buffer is exited.
2391
2392 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2393
2394 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
2395 control the amount of extra newlines inserted into tangled code
2396 (org-babel-tangle-collect-blocks): Now conditionally collects
2397 information to be used for "org" style comments
2398 (org-babel-spec-to-string): Now inserts "org" style comments, and
2399 obeys the newline configuration variable when inserting whitespace.
2400
2401 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2402
2403 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
2404 hook
2405 (org-babel-tangle): Calls new tangle hook.
2406
2407 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2408
2409 * org-capture.el (org-capture): Compute the length of the correct
2410 string when removing properties.
2411
2412 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2413
2414 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
2415 names before shell quoting.
2416
2417 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2418
2419 * org-src.el (org-src-tab-indents-natively): New variable
2420 controlling whether language-native TAB action should be performed
2421 (org-src-native-tab-command-maybe): New function to perform
2422 language-native TAB action.
2423 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
2424
2425 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2426
2427 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
2428 `org-plantuml-jar-path' before use.
2429
2430 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2431
2432 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
2433 language major mode buffers during fontification.
2434
2435 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2436
2437 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
2438 match code blocks with switches and header args. Call
2439 `org-src-font-lock-fontify-block' for automatic fontification of
2440 code in code blocks, controlled by variable
2441 `org-src-fontify-natively'.
2442 (org-src-fontify-natively): New variable.
2443
2444 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2445
2446 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
2447 inf-ruby.
2448
2449 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
2450
2451 * org-html.el (org-html-make-link): (expand-file-name) removes
2452 one "/" from "///path-to-file", so add one. Anything other than
2453 'file' type should be exported along with the type.
2454
2455 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
2456
2457 * org.el (org-insert-subheading): Fix compiler warning
2458 (org-insert-todo-subheading): Fix compiler warning.
2459
2460 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2461
2462 * org-capture.el (org-capture): Remove read-only text properties
2463 from capture text.
2464 (org-capture-set-target-location): Throw an error if file+headline
2465 target does not point into a file which is in Org mode.
2466
2467 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2468
2469 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
2470
2471 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2472
2473 * org-src.el (org-edit-src-code): Improve docstring.
2474
2475 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2476
2477 * ob.el (org-babel-execute-src-block): Document prefix argument in
2478 docstring.
2479
2480 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2481
2482 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
2483 org-ditaa-jar-path with expand-file-name.
2484
2485 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2486
2487 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
2488 `org-babel-execute-src-block'.
2489
2490 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2491
2492 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
2493 [@x] syntax for list numbering.
2494
2495 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2496
2497 * org.el (org-indent-line-function): Indentation of source block
2498 is left to `org-edit-src-exit' and shouldn't be modified by
2499 `org-indent-line-function'. Indentation of others blocks should be
2500 the same as the #+begin line.
2501
2502 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2503
2504 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
2505 forms on source blocks in current buffer; restore point in current
2506 buffer.
2507
2508 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2509
2510 * org-list.el (org-list-struct): Accept list boundaries as an
2511 argument in order to avoid computing `org-list-top-point' and
2512 `org-list-bottom-point' twice when indenting.
2513
2514 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2515
2516 * org-list.el (org-list-ending-method): Default value is now
2517 `both', to ensure maximum compatibility before previous
2518 implementation.
2519
2520 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2521
2522 * org-list.el (org-list-in-item-p-with-indent): Test if first line
2523 is the item beginning.
2524
2525 * org-list.el (org-list-top-point-with-indent): Test if first line
2526 is a valid list beginning.
2527
2528 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2529
2530 * org-list.el (org-list-ending-method): New customizable variable
2531 to tell Org Mode how lists end. See docstring.
2532
2533 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2534
2535 * org-list.el (org-indent-item-tree): Shifting step of top-level
2536 item depends on `org-level-increment'.
2537
2538 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2539
2540 * org.el (org-indent-line-function): Indent first non blank line
2541 after a list according to current heading level.
2542
2543 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2544
2545 * org-docbook.el (org-export-as-docbook): Remove check for
2546 indentation on lines that do not start with a list bullet.
2547
2548 * org-html.el (org-export-as-html): Same thing.
2549
2550 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2551
2552 * org-list.el (org-list-bottom-point): Take into consideration
2553 that bound of search can be before true ending of the list.
2554
2555 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2556
2557 * org-list.el (org-list-struct-apply-struct): No longer shift
2558 item's body twice: one after replacing bullet and one after
2559 changing indentation.
2560
2561 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2562
2563 * org-list.el (org-list-struct-indent): Add code to replace
2564 bullets if needed when indenting.
2565
2566 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2567
2568 * org-list.el (org-list-insert-item-generic): A single item
2569 already counting blank lines in his body should be separated with
2570 the next one by a blank line. Moreover, if user already provided
2571 blank lines, follow his wishes.
2572
2573 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2574
2575 * org-list.el (org-indent-item-tree): When moving top item of a
2576 *-list to column 0, only the first item had its bullet changed to
2577 -. It now changes all items of the top-level list, as expected.
2578
2579 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2580
2581 * org-list.el (org-toggle-checkbox): Go to beginning of line
2582 before processing.
2583
2584 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2585
2586 * org-list.el (org-list-struct-apply-struct): Check if ancestor
2587 exists.
2588
2589 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2590
2591 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
2592 done at each item.
2593
2594 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2595
2596 * org-list.el : Removed unused variable
2597 `org-suppress-item-indentation'.
2598
2599 * org-list.el (org-renumber-ordered-list): Skip item if bullet
2600 number is already good.
2601
2602 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2603
2604 * org-list.el (org-list-automatic-rules): Doc-string reflects this
2605 change.
2606
2607 * org-list.el (org-indent-item-tree): Prevent whole list from
2608 being moved when user is not moving subtree. Thus
2609 `org-cycle-item-indentation' will not allow to move the list.
2610
2611 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2612
2613 * org-list.el (org-indent-item-tree): Remove region code. It was
2614 prone to errors and undocumented.
2615
2616 * org-list.el (org-item-indent-positions): Better heuristics to
2617 determine what bullet the item will have when demoted.
2618
2619 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2620
2621 * org-list.el (org-list-bullet-string): First check if
2622 `org-list-two-spaces-after-bullet-regexp' isn't nil.
2623
2624 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2625
2626 * org-list.el (org-list-bullet-string): Do not modify match-data.
2627
2628 * org.el (org-toggle-item): Now working again when changing list
2629 items into plain text. Moreover take into consideration
2630 `org-list-two-spaces-after-bullet-regexp'.
2631
2632 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2633
2634 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
2635 fix, and improved heuristics to determine bullet when indenting.
2636
2637 * org-list.el (org-item-indent-positions): Function now returns
2638 sane results when there are two lists separated with blank lines
2639 only.
2640
2641 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2642
2643 * org-docbook.el (org-export-as-docbook): Use override="num" in
2644 any listitem matching [@start:num].
2645
2646 * org-html.el (org-export-as-html): Use value="num" in any li
2647 matching [@start:num].
2648
2649 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2650
2651 * org.el (org-set-font-lock-defaults): Correct fontification for
2652 checkboxes found after [@start:?].
2653
2654 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
2655 [@start:?] when looking at a regex after a bullet.
2656
2657 * org-list.el (org-toggle-checkbox): Correct insertion of
2658 checkboxes when there is already a [@start:?] in the item.
2659
2660 * org-list.el (org-checkbox-blocked-p): Properly check if there's
2661 an unchecked item before.
2662
2663 * org-list.el (org-list-parse-list): Function handles items having
2664 both a counter and a checkbox.
2665
2666 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2667
2668 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
2669 stores both indentation and bullet when cycle started.
2670
2671 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2672
2673 * org-list.el: `org-at-description-p' renamed to
2674 `org-at-item-description-p', `org-first-list-item-p' renamed to
2675 `org-list-first-item-p', `org-end-of-item-text-before-children'
2676 renamed to `org-end-of-item-or-at-child'.
2677
2678 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2679
2680 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
2681 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
2682 before toggling a checkbox.
2683
2684 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2685
2686 * org-list.el (org-list-bullet-string): New function returning
2687 bullet concatenated with an appropriate number of white spaces.
2688
2689 * org-list.el (org-list-insert-item-generic): Insert the right
2690 bullet, with help of `org-list-bullet-string'.
2691
2692 * org-list.el (org-indent-item-tree):
2693 Use `org-list-bullet-string'.
2694
2695 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
2696
2697 * org-list.el (org-toggle-checkbox): Send an error when
2698 `org-toggle-checkbox' is trying to insert a checkbox at a
2699 description item.
2700
2701 * org-list.el (org-item-re): Modified regexp so it can catch
2702 correct number of white space before item body.
2703
2704 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
2705 consideration new `org-item-re'.
2706
2707 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2708
2709 * org-list.el (org-list-insert-item-generic): The second item in a
2710 list will be separated from its predecessor with the number of
2711 blank lines separating the first item from its parent, if any, or
2712 no blank line.
2713
2714 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2715
2716 * org-list.el (org-indent-item-tree): Fix and reorder every list
2717 and sublist, from parent of list that has moved if indenting, or
2718 from list at point if outdenting.
2719
2720 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2721
2722 * org-list.el (org-indent-item-tree): Try to keep relative
2723 position on line. It can't if point is in white spaces before
2724 bullet because mixed tabs and spaces make some columns
2725 unattainable.
2726
2727 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2728
2729 * org-list.el (org-cycle-item-indentation): Cycle when the whole
2730 item only contains bullet and maybe a checkbox. Previously, TAB
2731 would cycle when the first line of the item was blank.
2732
2733 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2734
2735 * org-list.el (org-cycle-item-indentation): Allow a point just
2736 after a description item or a checkboxed item to start cycling.
2737
2738 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2739
2740 * org-list.el (org-cycle-list-bullet):
2741 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
2742 as valid bullets when cycling.
2743
2744 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2745
2746 * org-list.el (org-cycle-item-indentation): Do return t if and
2747 only if cycling is possible and succeded.
2748
2749 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2750
2751 * org-list.el (org-indent-item-tree): When outdenting a subtree,
2752 the last item shouldn't have a children.
2753
2754 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2755
2756 * org-list.el (org-cycle-item-indentation): Cycling should play
2757 nicely with indent rule in `org-list-automatic-rules'.
2758
2759 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2760
2761 * org-list.el (org-indent-item-tree): If indent rule is activated,
2762 it should be impossible to outdent an item having children without
2763 moving its subtree. Improved reordering of lists modified by
2764 cycling indentation.
2765
2766 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2767
2768 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
2769 `org-fix-bullet-type' to prevent infinite loop, and some checks
2770 already done in `org-renumber-ordered-list'.
2771
2772 * org-list.el (org-fix-bullet-type): Remove a check and call
2773 directly `org-maybe-renumber-ordered-list'.
2774
2775 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2776
2777 * org-list.el (org-indent-item-tree): It shouldn't be possible to
2778 indent the first item of a sublist (though outdent is possible) as
2779 it would break list's structure.
2780
2781 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2782
2783 * org-list.el (org-list-insert-item-generic): When local search
2784 doesn't help, search the list globally for blank lines. Moreover,
2785 don't bother with new lists, and add 1 blank line.
2786
2787 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2788
2789 * org-capture.el (org-capture-place-item):
2790 Use `org-search-forward-unenclosed' and
2791 `org-search-backward-unenclosed' and new variable
2792 `org-item-beginning-re'.
2793
2794 * org-list.el (org-item-beginning-re): Regexp matching beginning
2795 of an item.
2796
2797 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2798
2799 * org-list.el (org-cycle-list-bullet): Put back support for
2800 'previous argument.
2801
2802 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2803
2804 * org-list.el (org-in-item-p): Handle case when point is at an
2805 heading.
2806
2807 * org-list.el (org-list-make-subtree): Add protection when used
2808 outside of list.
2809
2810 * org-list.el (org-insert-item): Remove useless hack now
2811 `org-in-item-p' is fixed.
2812
2813 * org-timer.el (org-timer-item): Remove useless hack now
2814 `org-in-item-p' is fixed.
2815
2816 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2817
2818 * org-list.el (org-cycle-list-bullet): Prevent description items
2819 from being numbered. String argument is also recognized now, as
2820 long as it is a valid bullet.
2821
2822 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2823
2824 * org-list.el (org-indent-item-tree): Moving indentation of top
2825 list item will make the whole list move.
2826
2827 * org-list.el (org-apply-on-list): Function is less sensitive to
2828 changes of indentation.
2829
2830 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2831
2832 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
2833 of the regexp.
2834
2835 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
2836
2837 * org-list.el (org-cycle-item-indentation): Allow cycling
2838 description items and checkbox items.
2839
2840 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
2841
2842 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
2843 regexp.
2844
2845 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2846
2847 * org-list.el (org-insert-item-internal): Guessing of blank lines
2848 number is made by looking at neighbours items, if any.
2849
2850 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2851
2852 * org-list.el (org-sort-list): Add the possibility to sort timer
2853 lists with the ?t or ?T options.
2854
2855 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2856
2857 * org-list.el (org-search-unenclosed-internal): New function to
2858 handle both `org-search-forward-unenclosed' and
2859 `org-search-backward-unenclosed'.
2860
2861 * org-list.el (org-search-backward-unenclosed): Can send errors
2862 now. Removed useless usage of COUNT.
2863
2864 * org-list.el (org-search-forward-unenclosed): Can send errors
2865 now. Removed useless usage of COUNT.
2866
2867 * org-list.el (org-update-checkbox-count):
2868 Use `org-search-forward-unenclosed' and
2869 `org-search-backward-unenclosed' instead of `re-search-forward'
2870 and `re-search-backward'.
2871
2872 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
2873 and `org-search-backward-unenclosed' instead of
2874 `re-search-forward' and `re-search-backward'.
2875
2876 * org-list.el (org-list-make-subtree):
2877 Use `org-search-forward-unenclosed' and
2878 `org-search-backward-unenclosed' instead of `re-search-forward'
2879 and `re-search-backward'.
2880
2881 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2882
2883 * org-list.el (org-insert-item-internal): Fixes the problem when
2884 point was before the first char of the item's body.
2885
2886 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2887
2888 * org-timer.el (org-timer-item): Refactoring. Compute timer string
2889 before inserting it in the buffer.
2890
2891 * org-timer.el (org-timer): Add an optional argument to return
2892 timer string instead of inserting it.
2893
2894 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2895
2896 * org-list.el (org-insert-item-internal): New function to handle
2897 positionning and contents of an item being inserted at a specific
2898 pos. It is not possible anymore to split a term in a description
2899 list or a checkbox when inserting a new item.
2900
2901 * org-list.el (org-insert-item): Refactored by using the new
2902 `org-insert-item-internal' function.
2903
2904 * org-timer.el (org-timer-item): Refactored by using the new
2905 `org-insert-item-internal' function.
2906
2907 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2908
2909 * org-list.el (org-list-bottom-point): Be sure to check real
2910 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
2911
2912 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
2913 end of item if we are in a list.
2914
2915 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2916
2917 * org-list.el (org-insert-item): Move before any special block in
2918 a list prior to add a new item.
2919
2920 * org-timer.el (org-timer-item): When in a timer list, insert a
2921 new timer item like `org-insert-item'. If in another list, send an
2922 error. Otherwise, start a new timer list.
2923
2924 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2925
2926 * org-list.el: Minor refactoring.
2927
2928 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2929
2930 * org-timer.el (org-timer-item): Insert description list item at
2931 the right column.
2932
2933 * org-list.el (org-insert-item): Insert the right number of blank
2934 lines before a relative timer.
2935
2936 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2937
2938 * org-list.el (org-insert-item): Remove restriction on latex
2939 blocks.
2940
2941 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2942
2943 * org-list.el (org-search-backward-unenclosed): Do not stop in
2944 protected places.
2945
2946 * org-list.el (org-search-forward-unenclosed): Do not stop in
2947 protected places.
2948
2949 * org-latex.el (org-export-latex-lists): Use the fact that
2950 org-search-forward do not stop anymore at protected places.
2951
2952 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2953
2954 * org-list.el (org-search-backward-unenclosed): Do not prevent
2955 list items from being inside LaTeX blocks.
2956
2957 * org-list.el (org-search-forward-unenclosed): Do not prevent list
2958 items from being inside LaTeX blocks.
2959
2960 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2961
2962 * org-list.el (org-in-item-p): Do not widen before checking if we
2963 are in item.
2964
2965 * org-list.el (org-list-send-list): We cannot count on
2966 `org-list-top-point' and `org-list-bottom-point' before buffer is
2967 narrowed. Find bounds of list otherwise.
2968
2969 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2970
2971 * org-list.el (org-list-end-regexp): By default, list ending is
2972 exactly 2 blank lines.
2973
2974 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2975
2976 * org-docbook.el (org-export-as-docbook): When we find an empty
2977 line, we do not need to check for
2978 `org-empty-line-terminates-plain-lists' because we would have
2979 found end-list marker before.
2980
2981 * org-html.el (org-export-as-html): Same.
2982
2983 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2984
2985 * org-list.el (org-insert-item): Simplify count of blank lines to
2986 insert.
2987
2988 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2989
2990 * org-list.el (org-list-end-regexp): New customizable variable to
2991 define what string should end lists.
2992
2993 * org-list.el (org-list-end-re): Function is now aware of
2994 `org-list-end-regexp'.
2995
2996 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2997
2998 * org-html.el (org-export-as-html): Code cleanup.
2999
3000 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3001
3002 * org-docbook.el (org-export-as-docbook): Properly close any open
3003 list when seeing ORG-LIST-END. Removed any reference to now
3004 unneeded DIDCLOSE variable.
3005
3006 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3007
3008 * org-exp.el (org-export-mark-list-ending): Fix number of blank
3009 lines inserted after a list.
3010
3011 * org-list.el (org-list-parse-list): Fix case when
3012 `org-list-end-re' would have an indentation greater than current
3013 list.
3014
3015 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3016
3017 * org-exp.el (org-export-mark-list-ending): Differentiate between
3018 export backends, and replace `org-list-end-re' by a blank line
3019 upon exporting.
3020
3021 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3022
3023 * org-html.el (org-export-as-html): Delete didclose and everything
3024 related to it, as it is no longer needed.
3025
3026 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3027
3028 * org-html.el (org-export-html-preprocess): Remove unneeded
3029 insertion of list end marker, as it is now handled by
3030 `org-export-mark-list-ending'.
3031
3032 * org-html.el (org-export-as-html): Cleaner termination of lists.
3033
3034 * org-exp.el (org-export-mark-list-ending): New function to insert
3035 specific markers at the end of lists when exporting to a backend
3036 not using `org-list-parse-list'. This function is called early in
3037 `org-export-preprocess-string', while it is still able to
3038 recognize lists.
3039
3040 * org-latex.el (org-export-latex-lists): Better search for
3041 lists. It now only finds items not enclosed and not protected.
3042
3043 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3044
3045 * org-list.el: Replaced `re-search-forward' by
3046 `org-search-forward-unenclosed' where it made sense.
3047
3048 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3049
3050 * org-list.el (org-apply-to-list): Now a return value is handed at
3051 each new call of the function applied.
3052
3053 * org-list.el (org-fix-bullet-type): Use the new
3054 `org-apply-to-list' format.
3055
3056 * org-list.el (org-renumber-ordered-list): Use the new
3057 `org-apply-to-list' format.
3058
3059 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3060
3061 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
3062 correctly used.
3063
3064 * org-list.el (org-search-forward-unenclosed): Better regexp used.
3065
3066 * org-list.el (org-search-backward-unenclosed): Better regexp
3067 used.
3068
3069 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3070
3071 * org-list.el (org-sort-list): End-rec function was ill-defined.
3072
3073 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3074
3075 * org-list.el (org-search-forward-unenclosed): Fix behavior when
3076 last occurrence was enclosed.
3077
3078 * org-list.el (org-search-backward-unenclosed): Fix behavior when
3079 last occurrence was enclosed.
3080
3081 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3082
3083 * org.el (org-in-regexps-block-p): Fix documentation.
3084
3085 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3086
3087 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
3088
3089 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
3090
3091 * org-list.el (org-list-parse-list): Minor fix.
3092
3093 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3094
3095 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
3096 called with t argument.
3097
3098 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3099
3100 * org-html.el (org-export-html-preprocess):
3101 Replace `org-list-end-re' by a blank line during pre-process.
3102
3103 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3104
3105 * org-list.el (org-list-bottom-point): No need for square brackets
3106 for `skip-chars-backward'.
3107
3108 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3109
3110 * org-html.el: Do not delete space between end of list and
3111 beginning of the following.
3112
3113 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3114
3115 * org-html.el: Preprocess buffer string and add ORG-LIST-END where
3116 needed. Lists should not end before seeing this.
3117
3118 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3119
3120 * org-html.el: Notice end of lists.
3121
3122 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3123
3124 * org-list.el (org-list-parse-list): Better handling of
3125 restrictions when function is called on a list with sublists.
3126
3127 * org-list.el (org-list-send-list): Find the true ending of the
3128 list being sent.
3129
3130 * org-list.el (org-list-radio-list-templates): Templates are more
3131 specific to lists.
3132
3133 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3134
3135 * ob-js.el (org-babel-js-eoe): Indicate end of input
3136 (org-babel-execute:js): Support for session evaluation
3137 (org-babel-prep-session:js): Fleshed out definition
3138 (org-babel-js-initiate-session): Can initiate a session using
3139 mozrepl.
3140
3141 2010-11-11 David Maus <dmaus@ictsoc.de>
3142
3143 * org.el (org-set-regexps-and-options): Protect escape char in
3144 `org-complex-heading-regexp-format'.
3145
3146 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3147
3148 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
3149 session-based evaluation
3150 (org-babel-execute:scheme): Now supports session-based evaluation
3151 (org-babel-prep-session:scheme): Now works and defines variables
3152 (org-babel-scheme-initiate-session): Now works using run-scheme
3153 from cmuscheme.
3154
3155 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3156
3157 * org.el (org-export-latex-default-packages-alist): Remove the
3158 t1enc package - this is already covered by fontenc.
3159
3160 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3161
3162 * ob.el (with-parsed-tramp-file-name): Declared
3163 (org-babel-tramp-localname): Ensure variable name exists locally.
3164
3165 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3166
3167 * ob.el (org-babel-temp-file): Don't use babel temporary directory
3168 in remote case; use make-temp-file with remote file name so that
3169 temp file is guaranteed not to exist previously on remote machine.
3170 (org-babel-tramp-localname): New function to return local name
3171 portion of possibly remote file specification.
3172
3173 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3174
3175 * ob-R.el (org-babel-R-write-object-command): New unified R
3176 command for writing results to file
3177 (org-babel-R-wrapper-method): Remove variable
3178 (org-babel-R-wrapper-lastvar): Remove variable
3179 (org-babel-R-evaluate-external-process): Use new R command
3180 (org-babel-R-evaluate-session): Use new R command.
3181
3182 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3183
3184 * ob-comint.el
3185 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
3186 to evaluate code invisibly and block until output file exists.
3187
3188 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
3189 evaluate R code in session for :results value. Write result to
3190 file invisibly using new function
3191 `org-babel-comint-eval-invisibly-and-wait-for-file'.
3192
3193 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3194
3195 * org-capture.el (org-capture-fill-template): Align tags after
3196 insertion.
3197
3198 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3199
3200 * org-exp.el (org-export-concatenate-multiline-emphasis):
3201 Ignore matches that start in a headline.
3202
3203 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3204
3205 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
3206 and out-file in shell-quote-argument.
3207
3208 2010-11-11 David Maus <dmaus@ictsoc.de>
3209
3210 * org-docview.el (org-docview-store-link): Use expanded macro to
3211 get current page.
3212 (doc-view-goto-page, image-mode-window-get): Declare functions for
3213 byte compiler.
3214
3215 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3216
3217 * ob-scheme.el: very preliminary support for evaluating scheme
3218 code blocks.
3219
3220 * org.el (org-babel-load-languages): Adding scheme.
3221
3222 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3223
3224 * ob.el (require): Remove circular (require 'org).
3225
3226 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3227
3228 * ob-R.el (ess-make-buffer-current): Declared.
3229 (ess-ask-for-ess-directory): Declared.
3230 (ess-local-process-name): Declared.
3231 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
3232
3233 * ob.el (org-edit-src-code): Fixing arguments.
3234 (org-edit-src-exit): Declared.
3235 (org-outline-overlay-data): Declared.
3236 (org-set-outline-overlay-data): Declared.
3237
3238 2010-11-11 Glenn Morris <rgm@gnu.org>
3239
3240 * ob.el: Require org when compiling.
3241 (org-save-outline-visibility): Remove macro declaration.
3242
3243 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
3244 Remove unnecessary/macro declarations.
3245
3246 * org-docview.el: Require doc-view when compiling.
3247 (doc-view-goto-page): Autoload rather than declaring.
3248 (doc-view-current-page): Remove macro declaration.
3249
3250 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
3251 (org-entry-get, org-table-import): Fix declarations.
3252 (org-match-string-no-properties): Remove declaration.
3253
3254 * ob-sh.el (org-babel-comint-in-buffer)
3255 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
3256 (org-babel-comint-with-output): Remove unnecessary declarations.
3257
3258 * ob-R.el (orgtbl-to-tsv): Fix declaration.
3259
3260 * org-list.el (org-entry-get): Fix declaration.
3261
3262 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3263
3264 * ob.el (org-babel-remove-temporary-directory): Remove explicit
3265 second argument.
3266
3267 2010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
3268
3269 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
3270 numbers.
3271
3272 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3273
3274 * org-macs.el (org-save-outline-visibility): Move from org.el.
3275
3276 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3277
3278 * ob-org.el (org-babel-default-header-args:org): Additional
3279 ":results silent" default header argument for org code blocks.
3280
3281 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3282
3283 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
3284 which is now an alias to ":eval no".
3285
3286 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3287
3288 * ob.el (org-babel-remove-temporary-directory): The version of
3289 `delete-directory' found in files.el can not be assumed to be
3290 present on all versions, so this copies the recursive behavior of
3291 that command in such a way that all calls to delete-directory will
3292 also work with the built-in internal C implementation of that
3293 function. This is not overly difficult as all elements of the
3294 directory can be assumed to be files.
3295
3296 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3297
3298 * ob-C.el (org-babel-C-execute): Corrected arguments to
3299 org-babel-temp-file.
3300
3301 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3302
3303 * ob.el (org-babel-temporary-directory): Variable to hold the
3304 value of the Babel temporary directory.
3305
3306 2010-11-11 Aditya Siram <aditya.siram@gmail.com>
3307
3308 * ob.el (org-babel-load-in-session): Expanding noweb references
3309 when appropriate.
3310
3311 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3312
3313 * org.el (org-make-link-regexps): Modified regexp of
3314 org-plain-link-re.
3315
3316 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
3317
3318 * org-habit.el (org-habit-parse-todo): Find sr-days only if
3319 scheduled-repeat is non nil. Use 4th element of the list returned
3320 by (org-heading-components) as habit-entry. Modify the error
3321 message to be more meaningful.
3322
3323 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3324
3325 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
3326 ":border" header arguments which both use the "preview" latex
3327 package to fit the resulting pdf image to the figure.
3328
3329 2010-11-11 David Maus <dmaus@ictsoc.de>
3330
3331 * org-wl.el (org-wl-store-link): Don't try to store link if point
3332 is at end of buffer.
3333
3334 2010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
3335
3336 * org-publish.el (org-publish-project-alist): Document the new
3337 body-only property.
3338 (org-publish-org-to): Use the body-only property.
3339
3340 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3341
3342 * org.el (org-store-link): Return link when invoked
3343 non-interactively from an agenda buffer.
3344
3345 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3346
3347 * org.el (org-store-link): Storing of links to headlines in
3348 indirect buffers was broken. Fix it.
3349
3350 2010-11-11 Aidan Kehoe <kehoea@parhasard.net>
3351
3352 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
3353 #'set-file-modes to use integer, not character syntax, avoiding
3354 compile problems with recent XEmacs.
3355
3356 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3357
3358 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
3359 forward even if there is no text to be added.
3360
3361 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3362
3363 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
3364 tags/property matcher.
3365
3366 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3367
3368 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
3369 t.
3370
3371 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3372
3373 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
3374
3375 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3376
3377 * org-latex.el (org-export-latex-set-initial-vars):
3378 Bind `case-fold-search' to t around the search for special LaTeX setup.
3379
3380 * org-beamer.el (org-beamer-after-initial-vars):
3381 Bind `case-fold-search' to t around the search for special BEAMER
3382 setup.
3383
3384 2010-11-11 David Maus <dmaus@ictsoc.de>
3385
3386 * org-agenda.el (org-write-agenda): Delete postscript file after
3387 creating conversion to pdf.
3388
3389 2010-11-11 David Maus <dmaus@ictsoc.de>
3390
3391 * org-agenda.el (org-write-agenda): Move require statements to
3392 proper place in evaluated lisp expression.
3393
3394 2010-11-11 David Maus <dmaus@ictsoc.de>
3395
3396 * org-agenda.el (org-write-agenda): Rename temporary buffer to
3397 remove dependency of `flet' macro.
3398
3399 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3400
3401 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
3402
3403 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3404
3405 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
3406 from all standard sources when executing #+lob/#+call lines.
3407
3408 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3409
3410 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
3411 separate functions
3412 (org-babel-R-evaluate-external-process): New function to handle
3413 external process evaluation
3414 (org-babel-R-evaluate-session): New function to handle session
3415 evaluation.
3416
3417 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3418
3419 * ob.el (org-babel-initiate-session): New function derived from
3420 previous `org-babel-switch-to-session'
3421 (org-babel-switch-to-session): Refactored to use new
3422 `org-babel-initiate-session'.
3423
3424 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3425
3426 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
3427 to (interactive).
3428
3429 2010-11-11 David Maus <dmaus@ictsoc.de>
3430
3431 * org-feed.el (org-feed-format-entry): Decode entry according to
3432 its character encoding.
3433
3434 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
3435
3436 * org-feed.el (xml-substitute-special): Declare function for byte
3437 compiler.
3438 (org-feed-unescape): Removed.
3439 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
3440 Use `xml-substitute-special' to unescape XML entities.
3441
3442 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3443
3444 * ob.el (org-babel-switch-to-session): Throw error if block if
3445 :session not in effect for the block.
3446
3447 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3448
3449 * org-table.el (org-table-create-with-table.el): Align table
3450 before converting.
3451
3452 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3453
3454 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
3455 that org-src buffer is current before attempting exit.
3456
3457 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3458
3459 * org-src.el (ob-comint): Require 'ob-comint
3460 (org-src-babel-info): Define variable.
3461
3462 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3463
3464 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
3465 in the language major mode edit buffer.
3466 (org-babel-do-key-sequence-in-edit-buffer): New function to call
3467 an arbitrary key sequence in the language major mode edit buffer.
3468
3469 * org-src.el (org-src-switch-to-buffer): Add new allowed value
3470 'switch-invisibly for `org-src-window-setup'.
3471
3472 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3473
3474 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
3475 is used.
3476 (org-src-do-at-code-block): New macro to evaluate lisp with point
3477 at the start of the Org code block containing the code in this
3478 edit buffer.
3479 (org-src-do-key-sequence-at-code-block): New function to execute
3480 command bound to key at the Org code block containing the code in
3481 this edit buffer.
3482
3483 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3484
3485 * ob-R.el (org-babel-R-associate-session): New function to
3486 associate R code edit buffers with ESS comint session.
3487
3488 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3489
3490 * org-src.el (org-edit-src-code): If at src block, store babel
3491 info as buffer local variable.
3492 (org-src-associate-babel-session): New function to associate code
3493 edit buffer with comint session. Does nothing unless a
3494 language-specific function named
3495 `org-babel-LANG-associate-session' exists.
3496 (org-src-babel-configure-edit-buffer): New function to be called
3497 in `org-src-mode-hook'.
3498 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
3499 hook.
3500
3501 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3502
3503 * ob.el (org-babel-switch-to-session-with-code): New function to
3504 generate split frame displaying edit buffer and session.
3505
3506 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3507
3508 * org.el (org-set-tags): Consider org-indent-mode when computing
3509 the tags column.
3510
3511 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3512
3513 * org-compat.el (org-looking-at-p): Only use looking-at-p when
3514 defined.
3515
3516 2010-11-11 David Maus <dmaus@ictsoc.de>
3517
3518 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
3519 lines directly after call to sorting filter function.
3520
3521 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3522
3523 * org.el (org-complex-heading-regexp-format): Document the
3524 variable.
3525 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
3526 to make the regular expression for matching the headline.
3527
3528 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3529
3530 * org.el (org-refile-check-position): New function.
3531 (org-goto):
3532 (org-refile-get-location): Call `org-refile-check-position'.
3533
3534 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3535
3536 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
3537 instead of equal to compare symbols.
3538
3539 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3540
3541 * org-agenda.el (org-agenda-before-sorting-filter-function):
3542 New hook function.
3543 (org-finalize-agenda-entries):
3544 Apply `org-agenda-before-sorting-filter-function'.
3545
3546 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3547
3548 * org-latex.el (org-export-latex-first-lines): Do not protect meta
3549 lines that have nothing to do with babel.
3550
3551 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3552
3553 * org-capture.el (org-capture-place-template): Handle the
3554 checkitem case.
3555 (org-capture-place-item): Provide boundaries for the search to
3556 make sure we do not get a match in a different tree.
3557
3558 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3559
3560 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
3561 argument parser.
3562
3563 2010-11-11 Noorul Islam <noorul@noorul.com>
3564
3565 * org-latex.el (org-latex-to-pdf-process): Add output-directory
3566 option for the command pdflatex.
3567 (org-export-as-pdf): Respect directory in path of
3568 EXPORT_FILE_NAME.
3569
3570 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3571
3572 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
3573 which now means to use MathJax processing for HTML. Also allow
3574 new value `dvipng' to force the old image processing.
3575 (org-infile-export-plist): Parse for MATHJAX setup line.
3576
3577 * org-html.el (org-export-html-mathjax-options): New option.
3578 (org-export-html-mathjax-config): New function.
3579 (org-export-html-mathjax-template): New option.
3580 (org-export-html-preprocess): Call the LaTeX snippet processor
3581 with an additional argument to declare special ways of processing.
3582 (org-export-as-html): Bind the dynamical variable
3583 `org-export-have-math'. Insert the MathJax script template when
3584 it is needed by the document.
3585
3586 * org.el (org-preview-latex-fragment): Call `org-format-latex'
3587 with the additional processing argument.
3588 (org-export-have-math): New variable, for dynamic scoping.
3589 (org-format-latex): Implement specific ways of processing.
3590 New function argument for processing type.
3591 (org-org-menu): Remove the entry to configure LaTeX snippet
3592 processing.
3593
3594 2010-11-11 Bastien Guerry <bzg@altern.org>
3595
3596 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
3597 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
3598 heading currently clocked in is not listed in the agenda, display
3599 this entry in another buffer. If there is no running clock,
3600 display a help message.
3601
3602 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3603
3604 * org-latex.el (org-export-latex-tables): Return "" instead of nil
3605 when no label is attached.
3606
3607 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3608
3609 * org-agenda.el (org-agenda-menu-show-match): New option.
3610 (org-agenda-menu-two-column): New option.
3611 (org-agenda-get-restriction-and-command): Implement dispatch menu
3612 without showing the matcher, and with two-column display.
3613
3614 2010-11-11 Bernt Hansen <bernt@norang.ca>
3615
3616 * org-indent.el (org-indent-mode): Fix grammar for message when
3617 mode is refused.
3618
3619 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3620
3621 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
3622 no previous result exists.
3623
3624 2010-11-11 Noorul Islam <noorul@noorul.com>
3625
3626 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
3627 warning.
3628
3629 2010-11-11 Noorul Islam <noorul@noorul.com>
3630
3631 * org.el (org-set-visibility-according-to-property): Use backward
3632 search instead of forward, so that top hierarchy gets priority.
3633
3634 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3635
3636 * org-agenda.el (org-timeline): Allow indirect buffer.
3637
3638 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3639
3640 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
3641 (org-export-define-heading-targets-headline-hook): New hooks.
3642
3643 * org.el (org-modules): Add entry for org-wikinodes.el.
3644 (org-font-lock-set-keywords-hook): New hook.
3645 (org-open-at-point-functions): New hook.
3646 (org-find-exact-headling-in-buffer):
3647 (org-find-exact-heading-in-directory): New functions.
3648 (org-mode-flyspell-verify): Better cursor position for checking if
3649 flyspell should ignore a word.
3650
3651 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3652
3653 * org-indent.el (org-indent-remove-properties):
3654 (org-indent-add-properties): Make sure changing these properties
3655 does not trigger modification hooks.
3656
3657 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3658
3659 * org.el (org-link-search-must-match-exact-headline): New option.
3660 (org-link-search-inhibit-query): New variable.
3661 (org-link-search): Search for exact headline match in Org files.
3662
3663 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3664
3665 * ob.el (org-babel-execute-src-block-maybe): Remove check for
3666 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
3667 function `org-babel-execute-safely-maybe'.
3668
3669 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3670
3671 * ob.el (org-babel-load-in-session): Set directory in case :dir
3672 arg is in effect.
3673
3674 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3675
3676 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
3677 errors when we're not under of a headline.
3678
3679 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3680
3681 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
3682 write delimited text instead of save -ascii
3683 (org-babel-octave-import-elisp-from-file): Specify that data
3684 written to file is tab-delimited.
3685
3686 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3687
3688 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
3689 tab-delimited.
3690
3691 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3692
3693 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
3694 specified.
3695
3696 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3697
3698 * ob-python.el (org-babel-python-table-or-string): Fix recognition
3699 of lists and tuples.
3700
3701 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3702
3703 * ob-octave.el (org-babel-octave-evaluate-external-process):
3704 Allow remote files.
3705
3706 2010-11-11 Juan Pechiar <pechiar@computer.org>
3707
3708 * ob-octave.el (org-babel-octave-evaluate-external-process):
3709 Use `org-babel-octave-import-elisp-from-file' instead of
3710 `org-babel-eval-read-file'.
3711 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
3712 and use '%s' as format specifier instead of '%S'.
3713
3714 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3715
3716 * ob-octave.el: Only (require 'matlab) when necessary.
3717 (org-babel-octave-initiate-session): (require) octave-inf or matlab
3718 as appropriate.
3719 (org-babel-execute:matlab): Remove (require).
3720 (org-babel-prep-session:matlab): Remove (require).
3721 (org-babel-matlab-initiate-session): Remove (require).
3722
3723 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3724
3725 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
3726 list.
3727
3728 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3729
3730 * ob-python.el (org-babel-python-table-or-string): Can now handle
3731 VERY long result lines.
3732
3733 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3734
3735 * org-latex.el (org-export-latex-tables): Add label if any.
3736
3737 * org-latex.el (org-export-latex-convert-table.el-table):
3738 Fix little mistake when inserting label.
3739
3740 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3741
3742 * org.el (org-cycle-internal-local): Remove an unnecessary call
3743 to `org-back-to-heading' that was preventing point to stay at its
3744 column when cycling visibility.
3745
3746 2010-11-11 Noorul Islam <noorul@noorul.com>
3747
3748 * org-capture.el (org-capture-finalize): Make messages consistent.
3749
3750 2010-11-11 Noorul Islam <noorul@noorul.com>
3751
3752 * org-gnus.el: Suppress compiler warning by declaring outside
3753 function nnimap-retrieve-headers-from-file.
3754
3755 2010-11-11 Noorul Islam <noorul@noorul.com>
3756
3757 * org-colview.el Use org-beamer-select-environment instead of
3758 org-beamer-set-environment-tag.
3759
3760 2010-11-11 Matt Lundin <mdl@imapmail.org>
3761
3762 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
3763 that the value of org-last-inserted-timestamp includes time range.
3764
3765 2010-11-11 David Maus <dmaus@ictsoc.de>
3766
3767 * org-wl.el (org-wl-store-link-message): Provide link property for
3768 message-id without angle brackets.
3769
3770 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3771
3772 * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
3773
3774 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3775
3776 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
3777 file ensuing that the latest changes on disk are represented.
3778
3779 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3780
3781 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
3782 arguments w/o quotes.
3783
3784 2010-11-11 Bernt Hansen <bernt@norang.ca>
3785
3786 * org-capture.el (org-capture-finalize): Fix clock in of
3787 interrupted task during capture finalize.
3788
3789 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3790
3791 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
3792 session output.
3793
3794 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3795
3796 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
3797 expression for matching main function.
3798
3799 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3800
3801 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
3802 regexp -- it wasn't matching lob lines w/o indices.
3803
3804 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3805
3806 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
3807 warning in org-exp.el.
3808
3809 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3810
3811 * org-publish.el (org-publish-file): Better error message if
3812 base-directory or publishing-directory are not defined.
3813
3814 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3815
3816 * org-colview.el (org-columns-display-here): Use overlays to
3817 overrule line prefix properties during column view.
3818
3819 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3820
3821 * org-agenda.el (org-agenda-filter-preset): Document the
3822 limitation for the filter preset - it can only be used for an
3823 entire agenda view, not in an individual block in a block agenda.
3824
3825 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3826
3827 * ob-table.el (sbe): Now able to accept range references from
3828 tables.
3829
3830 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3831
3832 * ob.el (org-babel-pick-name): If colnames or rownames contain a
3833 list of names, then use those directly.
3834
3835 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3836
3837 * org-exp.el (org-export-format-source-code-or-example):
3838 Escape underscores in code block names on latex listings export.
3839
3840 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3841
3842 * ob-tangle.el (org-babel-with-temp-filebuffer):
3843 Use find-file-noselect to avoid excess buffer movement.
3844
3845 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3846
3847 * org-html.el (org-html-should-inline-p): Only inline images if
3848 they should be.
3849
3850 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3851
3852 * org-id.el (org-id-store-link): Autoload.
3853
3854 * org.el ("org-id"): Autoload `org-id-store-link'.
3855
3856 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3857
3858 * org-html.el (org-html-should-inline-p): Only inline images if
3859 they should be.
3860
3861 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
3862
3863 * org-icalendar.el (org-icalendar-alarm-time): New option.
3864
3865 * org-icalendar.el (org-print-icalendar-entries): Timed events are
3866 exported with alarm events, a.k.a. reminders.
3867
3868 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3869
3870 * org-capture.el (org-capture-target-buffer): Throw an error if we
3871 have no target file.
3872 (org-capture-select-template): Use a default template if the user
3873 has not specified any.
3874
3875 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3876
3877 * org.el (org-modules): Add entry for org-velocity.
3878
3879 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3880
3881 * ob-lob.el (org-babel-lob-execute): Changing indentation to
3882 improve line length.
3883
3884 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3885
3886 * org-exp.el (org-export-handle-table-metalines): Choose a better
3887 position for checking protectedness.
3888
3889 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3890
3891 * org-table.el (org-table-convert-region): Don't continue csv
3892 importation which the point catches the end, this fixes an
3893 infinite loop which was caused by the (point) never catching up
3894 with the "end" marker.
3895
3896 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3897
3898 * org-macs.el (org-string-nw-p): New function.
3899
3900 * org-capture.el (org-capture-import-remember-templates):
3901 Interpret an empty string as request to use
3902 `org-default-notes-file'.
3903 (org-capture-target-buffer): If the FILE is not a (non-empty)
3904 string, use `org-default-notes-file'.
3905
3906 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3907
3908 * org-capture.el (org-capture-templates): Fix customize type.
3909
3910 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3911
3912 * org-colview-xemacs.el (org-columns-compile-map):
3913 (org-columns-number-to-string):
3914 (org-columns-string-to-number): Handle estimate ranges.
3915 (org-estimate-mean-and-var): New function.
3916 (org-estimate-combine): New function.
3917 (org-estimate-print): New function.
3918 (org-string-to-estimate): New function.
3919
3920 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
3921
3922 * org.el (org-refile-targets):
3923 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
3924
3925 2010-08-19 Glenn Morris <rgm@gnu.org>
3926
3927 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
3928 (org-save-outline-visibility): Move to org-macs.
3929 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
3930 (org-save-outline-visibility): Move here from org.el.
3931 (show-all): Autoload it.
3932 * ob.el: Don't require org when compiling.
3933
3934 2010-08-18 Glenn Morris <rgm@gnu.org>
3935
3936 * ob.el: Require org when compiling.
3937 (org-save-outline-visibility): Remove macro declaration.
3938 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
3939 Remove unnecessary/macro declarations.
3940 * org-docview.el: Require doc-view when compiling.
3941 (doc-view-goto-page): Autoload rather than declaring.
3942 (doc-view-current-page): Remove macro declaration.
3943
3944 2010-08-17 Glenn Morris <rgm@gnu.org>
3945
3946 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
3947 (org-entry-get, org-table-import): Fix declarations.
3948 (org-match-string-no-properties): Remove unnecessary declaration.
3949 * ob-sh.el (org-babel-comint-in-buffer)
3950 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
3951 (org-babel-comint-with-output): Remove unnecessary declarations.
3952 * ob-R.el (orgtbl-to-tsv): Fix declaration.
3953 * org-list.el (org-entry-get): Fix declaration.
3954
3955 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
3956
3957 * ob-C.el: New file.
3958 * ob-R.el: New file.
3959 * ob-asymptote.el: New file.
3960 * ob-clojure.el: New file.
3961 * ob-comint.el: New file.
3962 * ob-css.el: New file.
3963 * ob-ditaa.el: New file.
3964 * ob-dot.el: New file.
3965 * ob-emacs-lisp.el: New file.
3966 * ob-eval.el: New file.
3967 * ob-exp.el: New file.
3968 * ob-gnuplot.el: New file.
3969 * ob-haskell.el: New file.
3970 * ob-keys.el: New file.
3971 * ob-latex.el: New file.
3972 * ob-lob.el: New file.
3973 * ob-matlab.el: New file.
3974 * ob-mscgen.el: New file.
3975 * ob-ocaml.el: New file.
3976 * ob-octave.el: New file.
3977 * ob-perl.el: New file.
3978 * ob-python.el: New file.
3979 * ob-ref.el: New file.
3980 * ob-ruby.el: New file.
3981 * ob-sass.el: New file.
3982 * ob-screen.el: New file.
3983 * ob-sh.el: New file.
3984 * ob-sql.el: New file.
3985 * ob-sqlite.el: New file.
3986 * ob-table.el: New file.
3987 * ob-tangle.el: New file.
3988 * ob.el: New file.
3989
3990 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
3991
3992 * org-mks.el: New file.
3993 * org-capture.el: New file.
3994
3995 2010-07-19 Christian Egli <christian.egli@sbszh.ch>
3996
3997 * org-taskjuggler.el: New file.
3998
3999 2010-07-19 Matt Lundin <mdl@imapmail.org>
4000
4001 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
4002 in org-agenda-text-search-extra-files.
4003
4004 2010-07-19 David Maus <dmaus@ictsoc.de>
4005
4006 * org-list.el (org-list-send-list): Locally bind variable `txt'.
4007
4008 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4009
4010 * org.el (org-reload): Now also reloading babel files.
4011
4012 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4013
4014 * org-capture.el (org-capture-set-plist): Make sure txt is a string
4015 before calling `string-match'.
4016 (org-capture-templates): Fix customization type.
4017
4018 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4019
4020 * org-latex.el (org-export-latex-preprocess): Make a special case
4021 for \nbsp.
4022 (org-latex-entities): Remove the entry for \nbsp.
4023 (org-latex-entities-exceptions): Variable removed.
4024
4025 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4026
4027 * org-capture.el (org-capture-refile): Do not try to manipulate
4028 bookmark list.
4029
4030 * org.el (org-refile): Use the correct bookmark here.
4031
4032 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4033
4034 * org-list.el (org-list-send-list): Parse list from its true beginning.
4035
4036 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
4037
4038 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4039
4040 * org.el (org-insert-link): Correctly determine if we should use
4041 a relative path.
4042
4043 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4044
4045 * org-list.el (org-list-radio-list-templates): Fix templates.
4046
4047 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4048
4049 * org-list.el (org-list-send-list): Regexp defining the start of
4050 a radio list is now on par with the one used for radio tables.
4051
4052 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4053
4054 * org-entities.el (org-entities-help): Add a headline for
4055 the user-defined entities.
4056
4057 2010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
4058
4059 * org-agenda.el (org-agenda-action): Document capture key and add it
4060 to the prompt.
4061
4062 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4063
4064 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
4065
4066 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4067
4068 * org-latex.el (org-export-latex-first-lines): Do not mark
4069 meta lines for removal. Do not remove BABEL config lines during export.
4070
4071 2010-07-19 David Maus <dmaus@ictsoc.de>
4072
4073 * org-capture.el (org-capture): Check if
4074 `org-capture-link-is-already-stored' is bound before evaluating.
4075
4076 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4077
4078 * org.el: Add autoload for org-babel-do-load-languages.
4079
4080 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4081
4082 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
4083
4084 2010-07-19 David Maus <dmaus@ictsoc.de>
4085
4086 * org-feed.el: Change indentation to match coding style
4087 guideline.
4088
4089 2010-07-19 David Maus <dmaus@ictsoc.de>
4090
4091 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
4092 library if necessary.
4093
4094 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4095
4096 * org-beamer.el (org-beamer-amend-header): Standardize the
4097 header cookie for the beamer extra stuff.
4098
4099 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4100
4101 * org-beamer.el (org-beamer-amend-header): Put extra header
4102 last in header.
4103
4104 2010-07-19 David Maus <dmaus@ictsoc.de>
4105
4106 * org-exp-blocks.el (org-export-blocks-format-ditaa)
4107 (org-export-blocks-format-dot): Remove text properties of body before
4108 calculating cache hash.
4109
4110 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4111
4112 * org-latex.el (org-export-latex-tabular-environment): New option.
4113 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
4114
4115 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4116
4117 * org-compat.el (org-version-check): New function.
4118
4119 * org-indent.el (org-indent-mode): Check for exact emacs version.
4120
4121 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4122
4123 * org-capture.el (org-capture-templates): Allow the template
4124 to come from a file or function call.
4125 (org-capture-place-entry): Get the template from file or function.
4126
4127 2010-07-19 David Maus <dmaus@ictsoc.de>
4128
4129 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
4130 position if target is entire file.
4131
4132 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4133
4134 * org.el (org-autoload): Autoload a few more org-table functions.
4135
4136 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4137
4138 * org.el (org-babel-load-languages): Add ob-mscgen.
4139
4140 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4141
4142 * org-latex.el (org-export-latex-tables): Format string now
4143 matches options.
4144
4145 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4146
4147 * org.el (org-babel-load-languages): This variable controls which
4148 languages will be loaded by org-babel. It is customizable through
4149 the customize interface.
4150
4151 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4152
4153 * org-latex.el (org-export-latex-format-image): Update number of
4154 arguments to allow for an optional short-name.
4155
4156 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4157
4158 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
4159
4160 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4161
4162 * org-capture.el (org-capture-set-target-location):
4163 Store exact positions for file+regexp and file+function targets.
4164 (org-capture-place-entry, org-capture-place-item)
4165 (org-capture-place-table-line, org-capture-place-plain-text):
4166 Respect exact positions.
4167 (org-capture-finalize): Make sure we are at the beginning of a line
4168 when fixing the empty lines after the entry.
4169
4170 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4171
4172 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
4173 (org-entry-get): Pass `literal-nil' into
4174 `org-entry-get-with-inheritance'.
4175 (org-todo): React to nil values of the LOGGING property.
4176
4177 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4178
4179 * org.el (org-default-notes-file): Update docstring.
4180
4181 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4182
4183 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
4184
4185 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4186
4187 * org-exp.el (org-export-attach-captions-and-attributes):
4188 Add a shortname attribute to caption strings under the symbol name
4189 org-caption-shortn.
4190
4191 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4192
4193 * org.el (org-switchb): Rename from `org-iswitchb'.
4194 Improve docstring.
4195 (org-iswitchb): New alias.
4196 (org-ido-switchb): Make alias point to `org-switchb'.
4197
4198 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4199
4200 * org-capture.el (org-capture-fill-template):
4201 Respect time-of-day preference in template prompt.
4202
4203 2010-07-19 David Maus <dmaus@ictsoc.de>
4204
4205 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
4206
4207 2010-07-19 David Maus <dmaus@ictsoc.de>
4208
4209 * org-wl.el (org-wl-disable-folder-check): New customization
4210 variable.
4211 (org-wl-open): Disable folder check depending on
4212 `org-wl-disable-folder-check'.
4213
4214 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4215
4216 * org-capture.el (org-capture-set-target-location):
4217 Fix file+function interpretation.
4218
4219 2010-07-19 David Maus <dmaus@ictsoc.de>
4220
4221 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
4222 content.
4223
4224 2010-07-19 David Maus <dmaus@ictsoc.de>
4225
4226 * org-feed.el (xml-entity-alist): Declare variable
4227 `xml-entity-alist' for byte compiler.
4228
4229 2010-07-19 David Maus <dmaus@ictsoc.de>
4230
4231 * org-feed.el (org-feed-unescape): New function.
4232 Unescape protected entities.
4233 (org-feed-parse-atom-entry): Use function for atom:content
4234 type text and html.
4235
4236 2010-07-19 David Maus <dmaus@ictsoc.de>
4237
4238 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
4239 element names.
4240
4241 2010-07-19 Bernt Hansen <bernt@norang.ca>
4242
4243 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
4244 when displaying items on todays agenda date.
4245
4246 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4247
4248 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
4249 value of EXTRA.
4250
4251 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4252
4253 * org-publish.el (org-publish-initialize-cache):
4254 Make timestamp directory, the entire path to it.
4255
4256 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4257
4258 * org-exp.el (org-export-handle-comments): Make sure to check
4259 for protection in the comment line, and not in the line after it.
4260
4261 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4262
4263 * org-html.el (org-export-html-preprocess): Call org-format-latex,
4264 possibly with a protect-only argument.
4265
4266 * org.el (org-format-latex): New argument PROTECT-ONLY.
4267
4268 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4269
4270 * org-exp.el (org-export-handle-table-metalines): This function
4271 removes table specific meta-lines, now that we aren't wiping
4272 everything that looks remotely like a comment at the end of the
4273 export process we have to be sure to catch all of the specific lines
4274 in org-exp.el.
4275
4276 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4277
4278 * org-exp.el (org-export-select-backend-specific-text): Properly
4279 get rid of #+Backend and #+ATTR_Backend specifics to backends not
4280 matching the one we're exporting to.
4281
4282 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4283
4284 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
4285 option which will strip newline characters from the text of table
4286 cells and replace then with "\n".
4287
4288 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4289
4290 * org.el (org-confirm-shell-link-function)
4291 (org-confirm-elisp-link-function): Limit the values that can be set by
4292 file variables.
4293
4294 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4295
4296 * org.el (org-compute-latex-and-specials-regexp): Deal with
4297 string elements by discarding them.
4298
4299 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4300
4301 * org.el (org-iswitchb): Make sure to use at least iswitchb.
4302
4303 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4304
4305 * org-capture.el (org-capture-position-for-last-stored)
4306 (org-capture-bookmark-last-stored-position): New functions.
4307 (org-capture-place-table-line): Better error catching.
4308 (org-capture-place-item, org-capture-place-entry)
4309 (org-capture-place-plain-text):
4310 Call `org-capture-position-for-last-stored'.
4311 (org-capture-finalize): Just call
4312 `org-capture-bookmark-last-stored-position'.
4313
4314 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4315
4316 * org-exp.el (org-export-mark-blockquote-verse-center):
4317 Fix small bug, now grabbing match data before overwritten by looking-at
4318 this fixes a problem with remainders of #+end_quote lines appearing
4319 in exported output.
4320
4321 2010-07-19 David Maus <dmaus@ictsoc.de>
4322
4323 * org.el (org-link-frame-setup): Add customization option for
4324 Wanderlust.
4325
4326 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4327
4328 * org-latex.el (org-export-latex-fixed-width): Now check
4329 org-example rather than org-protected on verbatim export, because by
4330 default all ": " prefixed lines are marked protected.
4331
4332 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4333
4334 * org-latex.el (org-export-latex-fixed-width): Check for
4335 protection before wrapping ": " lines as verbatim.
4336
4337 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4338
4339 * org-exp.el (org-export-handle-comments): Check for protection
4340 before removing comments.
4341
4342 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4343
4344 * org-entities.el (org-entities): Restructure the list.
4345 (org-entities-help): Turn the help output into a buffer
4346 in Org-mode, so that it becomes easier to find a symbol
4347 in the structure.
4348 (org-entities-create-table): Deal with new structure.
4349
4350 2010-07-19 David Maus <dmaus@ictsoc.de>
4351
4352 * org-agenda.el (org-write-agenda): Use backquotes to expand
4353 `flet' at compile time.
4354
4355 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4356
4357 * org.el (org-entry-properties): Make sure that standard property
4358 names are used even if the user has customized time keywords.
4359
4360 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4361
4362 * org-macs.el (org-not-nil): Return the value if not interpreted
4363 as nil.
4364
4365 * org.el (org-entry-get)
4366 (org-entry-get-with-inheritance): Interpret the value "nil"
4367 as nil for properties.
4368
4369 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4370
4371 * org.el (org-switch-to-buffer-other-window): Return the buffer.
4372
4373 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4374
4375 * org-macs.el (org-not-nil): New function.
4376
4377 * org.el (org-block-todo-from-children-or-siblings-or-parent):
4378 Use `org-not-nil' to interpret a property value of nil.
4379
4380 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4381
4382 * org.el (org-truely-invisible-p): New function.
4383 (org-beginning-of-line): Use `org-truely-invisible-p'.
4384
4385 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4386
4387 * org-agenda.el (org-agenda-get-timestamps): No errors
4388 while getting TODO state.
4389 (org-agenda-highlight-todo): No error when no keyword has
4390 been matched.
4391
4392 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4393
4394 * org.el (org-timestamp-change): New optional argument UPDOWN.
4395 Use this to identify calls from org-timestamp-up/down, so that we can
4396 skip by rounding minutes in this case.
4397 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
4398 (org-timestamp-down-day): Call org-timestamp-change with the
4399 updown argument.
4400
4401 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4402
4403 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
4404
4405 * org-capture.el: New file.
4406
4407 * org-compat.el (org-get-x-clipboard): Function moved here from
4408 remember.el.
4409
4410 * org-mks.el: New file.
4411
4412 * org.el (org-set-regexps-and-options): Allow statistic cookies as
4413 part of complex headlines.
4414 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
4415 OLP does not contain a file name.
4416
4417 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4418
4419 * org.el (org-mode): Set `comment-start' instead of changing the
4420 syntax of the `#' character.
4421
4422 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4423
4424 * org-exp.el (org-export-format-source-code-or-example): Mark examples
4425 by a property.
4426
4427 * org-html.el (org-export-html-close-lists-maybe): Check if raw
4428 HTML stuff was actually made from an example.
4429
4430 2010-07-19 Bastien Guerry <bzg@altern.org>
4431
4432 * org-latex.el: Items are no longer skipped when their first line
4433 ends on a protected element.
4434
4435 * org-list.el: Protected environments looking like lists are not
4436 exported anymore.
4437
4438 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4439
4440 * org-exp-blocks.el (org-export-blocks-preprocess):
4441 Cleanup trailing newline after block.
4442
4443 2010-07-19 Bastien Guerry <bzg@altern.org>
4444
4445 * org-exp.el: Comment regexp now matches documentation. No more
4446 protection check when deleting comments before export.
4447
4448 2010-07-19 Bastien Guerry <bzg@altern.org>
4449
4450 * org-exp.el (org-export-preprocess-string):
4451 Now using `org-export-handle-include-files-recurse' to resolve
4452 included files.
4453
4454 2010-07-19 Bastien Guerry <bzg@altern.org>
4455
4456 * org-agenda.el (org-agenda-get-deadlines)
4457 (org-agenda-get-scheduled):
4458 * org.el (org-time-string-to-seconds):
4459 For deadline and scheduled agenda display ignore the cyclic repeater
4460 when calculating how many days late the task is. If you have a weekly
4461 task and miss the date the agenda view will show more than a week late
4462 now instead of resetting on the cyclic repeating date. This makes it
4463 much more obvious when you missed a repeating task after the repeater.
4464
4465 2010-07-19 Bastien Guerry <bzg@altern.org>
4466
4467 * org-exp.el (org-export-mark-blockquote-verse-center):
4468 Consider environments that end at eob.
4469
4470 2010-07-19 Mikael Fornius <mfo@abc.se>
4471
4472 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
4473 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
4474 display correctly.
4475
4476 2010-07-19 Mikael Fornius <mfo@abc.se>
4477
4478 * org.el (org-at-property-p): Use save-match-data macro instead of let.
4479
4480 2010-07-19 Mikael Fornius <mfo@abc.se>
4481
4482 * org.el (test): Remove unused test function.
4483
4484 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4485
4486 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
4487
4488 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4489
4490 * org-exp-blocks.el (org-export-blocks-postblock-hook):
4491 Add documentation to and turn into a defcustom.
4492
4493 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4494
4495 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
4496 instead of to nil we avoid errors when :prefix1 is defined, but
4497 prefix is not.
4498
4499 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4500
4501 * org-latex.el (org-export-latex-preprocess): Environments coming
4502 from latex backend specific instructions (#+LaTeX) are already
4503 protected and won't be treated as normal environments.
4504
4505 2010-07-19 Bastien Guerry <bzg@altern.org>
4506
4507 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
4508
4509 2010-07-19 Bastien Guerry <bzg@altern.org>
4510
4511 * org-timer.el (org-timer-set-timer): Use a prefix argument.
4512 See the docstring of the function.
4513
4514 2010-07-19 Bastien Guerry <bzg@altern.org>
4515
4516 * org-timer.el (org-timer-set-timer): Fix bug about cancelling
4517 timers.
4518
4519 2010-07-19 David Maus <dmaus@ictsoc.de>
4520
4521 * org-w3m.el (org-w3m-copy-for-org-mode)
4522 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
4523 Get text property directly, not using macro `w3m-anchor'.
4524
4525 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4526
4527 * org.el (org-emph-re): Document the match groups.
4528
4529 2010-07-19 Bernt Hansen <bernt@norang.ca>
4530
4531 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
4532 t before calling `org-clock-out', so that that function can
4533 know its call context.
4534
4535 2010-07-19 Bastien Guerry <bzg@altern.org>
4536
4537 * org-timer.el (org-timer-default-timer): New variable.
4538 (org-timer-set-timer): Use the new variable. Also offer the
4539 possibility to replace the current timer by a new one.
4540
4541 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4542
4543 * org.el (org-kill-note-or-show-branches): Hide subtree before
4544 exposing the headings.
4545
4546 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4547
4548 * org.el (org-add-planning-info): Remove the empty line also
4549 if there is no whitespace at all in there.
4550
4551 * org-table.el (org-table-align): Fix alignment of strings
4552 with invisible characters.
4553
4554 2010-07-19 David Maus <dmaus@ictsoc.de>
4555
4556 * org.el (org-refile-cache-get): Return empty list of targets
4557 when cache was cleared.
4558 (org-clone-subtree-with-time-shift): Maybe create ID property
4559 in cloned subtrees.
4560 (org-clone-delete-id): New customization variable.
4561 (org-clone-subtree-with-time-shift): Use customization
4562 variable `org-clone-delete-id'.
4563 (org-clone-subtree-with-time-shift): Remove empty property
4564 drawer in cloned subtrees.
4565
4566 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4567
4568 * org.el (org-refile-use-cache): New option.
4569 (org-refile-cache, org-refile-markers): New variable.
4570 (org-refile-marker, org-refile-cache-clear)
4571 (org-refile-cache-check-set, org-refile-cache-put)
4572 (org-refile-cache-get): New function.
4573 (org-get-refile-targets): Use the refile cache.
4574
4575 * org-clock.el (org-clock-sum): Don't include running clock if
4576 the time block is wrong.
4577
4578 2010-07-19 John Wiegley <jwiegley@gmail.com>
4579
4580 * org-clock.el (org-clock-clock-in, org-clock-in):
4581 Add parameter `start-time'.
4582 (org-clock-resolve-clock): Add parameter `clock-out-time'.
4583 If set, and resolve-to is a past time, then the clock out
4584 event occurs at `clock-out-time' rather than at `resolve-to'.
4585 In this case, `resolve-to' becomes the clock in time.
4586 (org-clock-jump-to-current-clock): Create new global command
4587 to reveal the current clock.
4588 (org-clock-resolve): Add new commands g/G and j/J, and a
4589 help window describing all commands and their meaning.
4590 (org-clock-resolve-expert): New customization variable.
4591 (org-find-open-clocks): Fix a bug that caused discovered
4592 clocks not to match up with the currently active clock.
4593 (org-resolve-clocks): Change the argument
4594 `also-non-dangling-p' to `only-dangling-p', since due to a bug
4595 this was the default behavior all along.
4596
4597 2010-07-19 David Maus <dmaus@ictsoc.de>
4598
4599 * org-id.el (org-id-uuid): New function. Return string with
4600 random (version 4) UUID.
4601 (org-id-method): Make 'uuid the new default value.
4602 (org-id-new): Use `org-id-uuid' if call to uuidgen program
4603 does not return a UUID.
4604
4605 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4606
4607 * org-latex.el (org-export-latex-format-image): Add support
4608 for multicolumn figures in LaTeX.
4609
4610 2010-07-19 David Maus <dmaus@ictsoc.de>
4611
4612 * org.el (org-clone-subtree-with-time-shift): Remove ID
4613 property of original subtree in cloned subtrees.
4614
4615 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4616
4617 * org-exp.el (org-export-format-source-code-or-example):
4618 XEmacs compatibility.
4619
4620 * org-latex.el (org-export-latex-tables): Accept comma in
4621 align string.
4622
4623 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
4624 (org-export-docbook-xslt-proc-command): Fix docstring.
4625 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
4626 (org-export-as-docbook-pdf):
4627 Improve formatting of the xslt command.
4628
4629 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
4630
4631 * org.el (org-file-contents): Improve error message.
4632 (org-set-regexps-and-options): Remove spaces at both ends.
4633
4634 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4635
4636 * org-docbook.el (org-export-as-docbook-pdf):
4637 Improve formatting of the xslt command.
4638
4639 2010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
4640
4641 * org-publish.el (org-publish-cache): Use one big hashmap for
4642 each project defined in `org-publish-project-alist'.
4643 (initialize-files-alist): Function removed.
4644 (org-publish-validate-link): Function removed.
4645 (org-publish-get-base-files): Add variable `sitemap-requested'
4646 to avoid sorting where possible.
4647 (org-publish-get-files): Function removed.
4648 (org-publish-get-project-from-filename): Make independent of
4649 file list.
4650 (org-publish-file): New argument NO-CACHE.
4651
4652 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4653
4654 * org.el (org-beginning-of-defun, org-end-of-defun):
4655 New functions.
4656 (org-mode): Install the `org-beginning-of-defun' and
4657 `org-end-of-defun' functions.
4658 (org-pretty-entities): New option.
4659 (org-toggle-pretty-entities): New command.
4660 (org-fontify-entities): New function.
4661 (org-startup-options): New keywords for pretty entities.
4662 (org-set-font-lock-defaults): Call the pretty entities
4663 function.
4664
4665 * org-latex.el (org-export-latex-keywords-maybe): Protect the
4666 TODO markup.
4667
4668 2010-07-19 Mikael Fornius <mfo@abc.se>
4669
4670 * org-habit.el (org-habit-build-graph): Help-echo date when
4671 mouse is over stars.
4672
4673 2010-07-19 Jan Böker <jan.boecker@jboecker.de>
4674
4675 * org.el (org-file-apps): Improve docstring to reflect
4676 grouping matches.
4677
4678 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4679
4680 * org.el (org-set-startup-visibility): Fix empty line display.
4681
4682 * org-latex.el (org-export-latex-links): Use the formatting
4683 function of the link type, if it is available.
4684
4685 * org-table.el (org-table-get-remote-range): Return to
4686 original buffer when retrieving remote reference.
4687
4688 * org.el (org-display-inline-images): Do the entire buffer,
4689 not just the narrowed region. Clear the cache.
4690 (org-display-inline-images): Match mode file paths.
4691
4692 2010-07-19 David Maus <dmaus@ictsoc.de>
4693
4694 * org-wl.el (org-wl-store-link-folder): Don't throw error when
4695 called on WL folder group.
4696
4697 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4698
4699 * org.el (org-replace-escapes): Make sure the cdr is not nil.
4700 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
4701 (org-mode): Revert comment syntax changes.
4702
4703 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4704
4705 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
4706 keywords, and `C-c / T' for a specific one.
4707
4708 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4709
4710 * org.el (org-mode): Fix comment syntax settings.
4711
4712 * org-src.el (org-edit-src-allow-write-back-p):
4713 Define variable.
4714
4715 * org.el (org-inline-image-overlays): New variable.
4716 (org-toggle-inline-images, org-display-inline-images)
4717 (org-remove-inline-images): New commands.
4718 (org-mode-map): Define a key for `org-toggle-inline-images'.
4719
4720 2010-07-19 David Maus <dmaus@ictsoc.de>
4721
4722 * org-wl.el (org-wl-message-field): New function.
4723 Return content of header field in message entity.
4724 (org-wl-store-link): Call `org-wl-store-link-folder' or
4725 `org-wl-store-link-message' depending on major-mode.
4726 (org-wl-store-link-folder): New function. Store link to
4727 Wanderlust folder.
4728 (org-wl-store-link-message): New function. Store link to
4729 Wanderlust message.
4730 (org-wl-store-link-message): Store link to message while
4731 visiting message.
4732 (org-wl-open): Don't try to jump to message when opening a
4733 folder link.
4734
4735 2010-07-19 David Maus <dmaus@ictsoc.de>
4736
4737 * org.el (org-replace-escapes): Avoid infinite loop when
4738 replace string contains escape sequence it replaces.
4739
4740 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4741
4742 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
4743 encryption when now key is set.
4744
4745 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4746
4747 * org-table.el (org-table-recalculate-buffer-tables)
4748 (org-table-iterate-buffer-tables): New commands.
4749
4750 * org.el (org-check-for-hidden): When there is a region, skip
4751 the check.
4752
4753 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
4754
4755 * org-src.el (org-edit-src-code): allow-write-back-p had
4756 erroneously been omitted from let binding.
4757
4758 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4759
4760 * org-agenda.el (org-sorting-choice): New sorting type alpha.
4761 (org-cmp-alpha): New defsubst.
4762 (org-em): New defsubst.
4763 (org-entries-lessp): Only compute needed comparisons.
4764
4765 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4766
4767 * org-html.el (org-format-org-table-html): Test all columns
4768 for number content.
4769
4770 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4771
4772 * org-latex.el (org-export-latex-treat-sub-super-char):
4773 Make sure parenthesis matching is consistent.
4774
4775 * org-table.el (org-table-colgroup-line-p)
4776 (org-table-cookie-line-p): New functions.
4777
4778 * org-exp.el (org-table-clean-before-export): Better tests for
4779 colgroup and cookie lines.
4780
4781 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4782
4783 * org-agenda.el (org-agenda-goto): Push a mark before changing
4784 the position.
4785
4786 * org-footnote.el (org-footnote): New group.
4787 (org-footnote-section)
4788 (org-footnote-tag-for-non-org-mode-files): Fix typos.
4789
4790 * org-list.el (org-end-of-item-text-before-children): Also do
4791 the right thing at the end of a file.
4792
4793 * org.el (org-set-packages-alist, org-get-packages-alist):
4794 New function.
4795 (org-export-latex-default-packages-alist)
4796 (org-export-latex-packages-alist): Add extra flag to
4797 each package, indicating if it should be used for snippets.
4798 (org-create-formula-image): Add the snippet argument.
4799 (org-splice-latex-header): New argument SNIPPET-P, pass it
4800 through to `org-latex-packages-to-string'.
4801 (org-latex-packages-to-string): New argument SNIPPET-P.
4802
4803 * org-latex.el (org-export-latex-make-header): Add the snippet
4804 argument.
4805
4806 * org-docbook.el (org-export-as-docbook): Implement ordered
4807 lists starting at some offset.
4808
4809 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4810
4811 * org.el (org-link-types, org-open-at-point): Add doi links.
4812
4813 * org-ascii.el (org-export-ascii-preprocess): Remove list
4814 startcounter cookies.
4815
4816 * org-list.el (org-renumber-ordered-list): Respect counter
4817 start values.
4818
4819 * org-latex.el (org-export-latex-lists): Accept ordered list
4820 item offset cookie.
4821
4822 * org-html.el (org-export-as-html): Accept ordered list
4823 item offset cookie.
4824
4825 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
4826 which messes up alignment of tags.
4827
4828 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4829
4830 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
4831 the modeline display is removed.
4832
4833 * org-exp.el (org-export-format-drawer-function):
4834 Fix docstring.
4835
4836 * org-agenda.el (org-agenda-refile): New optional argument
4837 NO-UPDATE.
4838 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
4839 is set.
4840 (org-agenda-bulk-action): Call the refile command with updates
4841 suppressed - but arrange for `org-agenda-redo' to be called at
4842 the end.
4843
4844 * org.el (org-mode): Make table mapping quiet.
4845 (org-table-map-tables): New optional argument QUIETLY.
4846
4847 * org-ascii.el (org-export-ascii-preprocess): Make table
4848 mapping quiet.
4849
4850 * org-html.el (org-export-as-html, org-html-level-start):
4851 Change XHTML IDs to not use dots.
4852
4853 * org-exp.el (org-export-define-heading-targets):
4854 Change XHTML IDs to not use dots.
4855
4856 * org-docbook.el (org-export-docbook-level-start):
4857 Change XHTML IDs to not use dots.
4858
4859 * org-latex.el (org-export-as-latex): Make sure that the
4860 result buffer is in latex-mode.
4861
4862 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
4863 (org-shiftleft-final-hook, org-shiftright-final-hook):
4864 New hooks.
4865
4866 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4867
4868 * org-table.el (org-table-justify-field-maybe): Make sure that
4869 inserting a value does not turn a line into a hline.
4870
4871 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4872
4873 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
4874 (org-clock-sum): Add property to selected headlines.
4875 (org-dblock-write:clocktable): Make tags matcher.
4876
4877 * org.el (org-set-autofill-regexps): XEmacs compatibility.
4878
4879 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
4880 in latex class definitions.
4881
4882 * org.el (org-shiftup-hook, org-shiftdown-hook)
4883 (org-shiftleft-hook, org-shiftright-hook): New hooks.
4884
4885 * org-entities.el (org-entities): Use \land and \lor for logical
4886 operators.
4887
4888 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
4889 indentation commands.
4890 (org-hidden-tree-error): New defsubst.
4891 (org-metaleft, org-metaright): Check for hidden stuff and throw an
4892 error.
4893 (org-check-for-hidden): New function.
4894
4895 * org-list.el (org-item-re): New function.
4896 (org-at-item-p): Use `org-item-re'.
4897 (org-end-of-item-text-before-children): New function.
4898 (org-outdent-item, org-indent-item): Arrange for leaving the
4899 subtree alone.
4900 (org-outdent-item-tree, org-indent-item-tree): New argument
4901 NO-SUBTREE.
4902 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
4903 to find the end for processing while ignoring the subtree.
4904
4905 * org-publish.el (org-publish-sitemap-sort-alphabetically)
4906 (org-publish-sitemap-sort-folders)
4907 (org-publish-sitemap-sort-ignore-case): New options.
4908
4909 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4910
4911 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
4912
4913 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
4914
4915 * org-publish.el (org-publish-project-alist): Update docstring.
4916 (org-publish-file-title-cache): New variable.
4917 (org-publish-initialize-files-alist):
4918 Initialize `org-publish-initialize-files-alist' to nil.
4919 (org-publish-sort-directory-files): New function.
4920 (org-publish-projects): Access the new properties.
4921 (org-publish-find-title): Use the file title cache.
4922 (org-publish-find-title): Build the file title cache.
4923 (org-publish-get-base-files-1): Sort files.
4924 (org-publish-aux-preprocess): Do not throw an error when before
4925 the first headline. Allow an empty target, meaning to link just
4926 to the file.
4927 (org-publish-index-generate-theindex.inc): Check if there is
4928 actually a target and only then add it to the link.
4929 (org-publish-projects): Fix a remaining issue with the last commit.
4930
4931 * org-html.el (org-export-as-html): Treat verse as open/close
4932 paragraph.
4933 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
4934 and out of lists.
4935
4936 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
4937
4938 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
4939 be used in a read-only mode.
4940 (org-edit-src-code): Different message in read-only mode.
4941
4942 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4943
4944 * org-src.el (org-edit-src-find-region-and-lang): Test for
4945 table.el as late as possible.
4946
4947 * org-colview-xemacs.el: Make sure this file is never loaded into
4948 Emacs. Remove all tests for XEmacs.
4949
4950 * org-colview.el: Make sure this file is never loaded into XEmacs.
4951
4952 * org-agenda.el (org-highlight, org-unhighlight): Use direct
4953 overlay calls.
4954
4955 * org.el (org-key): Apply the translations defined in
4956 `org-xemacs-key-equivalents'.
4957
4958 * org-mouse.el (org-mode-hook): Use `org-defkey'.
4959
4960 * org-compat.el (org-xemacs-key-equivalents): New constant.
4961
4962 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4963
4964 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
4965 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
4966 Obey `org-odd-levels-only'.
4967
4968 * org-compat.el (org-find-overlays): Use overlays-in/at.
4969
4970 * org.el (org-remove-empty-overlays-at)
4971 (org-outline-overlay-data, org-hide-block-toggle)
4972 (org-format-latex, org-context): Use overlays-in/at.
4973
4974 * org-src.el (org-edit-src-exit): Use overlays-in/at.
4975
4976 * org-agenda.el (org-agenda-mark-clocking-task)
4977 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
4978 (org-agenda-entry-text-hide)
4979 (org-agenda-fix-tags-filter-overlays-at)
4980 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
4981
4982 * org-compat.el (org-overlays-at): Function removed.
4983 (org-overlays-in): Function removed.
4984
4985 2010-07-19 Bastien Guerry <bzg@altern.org>
4986
4987 * org-clock.el (org-clock-set-current): Just return the headline
4988 itself, strip the TODO keyword, the priority cookie and the tags.
4989
4990 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4991
4992 * org-compat.el (org-xemacs-without-invisibility): New macro.
4993 (org-xemacs-without-invisibility): New macro.
4994 (org-indent-to-column, org-indent-line-to, org-move-to-column):
4995 Redefine using the macro `org-xemacs-without-invisibility'.
4996
4997 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
4998
4999 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
5000
5001 * org-compat.el (org-make-overlay, org-delete-overlay)
5002 (org-overlay-start, org-overlay-end, org-overlay-put)
5003 (org-overlay-get, org-overlay-move, org-overlay-buffer):
5004 Functions removed.
5005 (org-add-to-invisibility-spec): Function removed.
5006
5007 * org-html.el (org-export-as-html-and-open): Add argument to
5008 kill-buffer.
5009
5010 * org-habit.el (require): `calendar' is now required already by
5011 org.el on top level.
5012
5013 * org-clock.el (require): `calendar' is now required already by
5014 org.el on top level.
5015
5016 * org-agenda.el (require, org-timeline, org-agenda-list)
5017 (org-todo-list, org-agenda-to-appt): `calendar' is now required
5018 already by org.el on top level.
5019
5020 * org.el (org-export-latex-fix-inputenc): Declare function.
5021
5022 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
5023 variables.
5024
5025 * org.el (calendar): Require calendar now on top level in org.el
5026 and define aliases to new variables when needed.
5027 (org-read-date, org-goto-calendar): Do not bind obsolete
5028 variables.
5029
5030 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
5031 compilation warning, add comment that this cannot be done with
5032 `with-current-buffer'.
5033
5034 * org-wl.el (org-wl-open): Use `with-current-buffer'.
5035
5036 * org.el (overlay, org-remove-empty-overlays-at)
5037 (org-outline-overlay-data, org-set-outline-overlay-data)
5038 (org-show-block-all, org-hide-block-toggle)
5039 (org-highlight-new-match, org-remove-occur-highlights)
5040 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
5041 (org-read-date, org-read-date-display, org-eval-in-calendar)
5042 (org-format-latex, org-context)
5043 (org-speedbar-restriction-lock-overlay)
5044 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
5045
5046 * org-table.el (org-table-add-rectangle-overlay)
5047 (org-table-remove-rectangle-highlight)
5048 (org-table-overlay-coordinates)
5049 (org-table-toggle-coordinate-overlays): Use the normal overlay
5050 API.
5051
5052 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
5053 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
5054 normal overlay API.
5055
5056 * org-colview.el (org-columns-new-overlay)
5057 (org-columns-display-here, org-columns-remove-overlays)
5058 (org-columns-edit-value, org-columns-next-allowed-value)
5059 (org-columns-update): Use the normal overlay API.
5060
5061 * org-clock.el (org-clock-out, org-clock-cancel)
5062 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
5063 overlay API.
5064
5065 * org-agenda.el (org-agenda-mark-filtered-text)
5066 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
5067 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
5068 (org-agenda-entry-text-hide)
5069 (org-agenda-restriction-lock-overlay)
5070 (org-agenda-set-restriction-lock)
5071 (org-agenda-filter-by-tag-hide-line)
5072 (org-agenda-fix-tags-filter-overlays-at)
5073 (org-agenda-filter-by-tag-show-all, org-hl)
5074 (org-agenda-goto-calendar, org-agenda-bulk-mark)
5075 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
5076
5077 * org-freemind.el (org-freemind-from-org-mode-node)
5078 (org-freemind-from-org-mode)
5079 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
5080 Use interactive-p instead of called-interactively, because this is
5081 backward compatible with older Emacsen I still support..
5082
5083 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5084
5085 * org-exp.el (org-export-define-heading-targets): Fix bug in
5086 regexp finding ID and CUSTOM_ID properties.
5087
5088 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5089
5090 * org-footnote.el (org-footnote-goto-previous-reference):
5091 Rename from `org-footnote-goto-next-reference'.
5092
5093 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
5094 org-log-repeat is non-nil, or if there is clocking data in the
5095 entry.
5096
5097 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
5098
5099 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5100
5101 * org.el (org-align-all-tags): New command.
5102
5103 2010-07-19 David Maus <dmaus@ictsoc.de>
5104
5105 * org-wl.el (org-wl-link-remove-filter): New customizable
5106 variable. If non-nil, filter conditions are stripped when storing
5107 link to message in filter folder.
5108 (org-wl-shimbun-prefer-web-links): New customizable variable.
5109 If non-nil, links to shimbun messages are created as web links to
5110 message source.
5111 (org-wl-nntp-prefer-web-links): New customizable variable.
5112 If non-nil, links to nntp message are created as web links to gmane
5113 or googlegroups.
5114 (org-wl-namazu-default-index): New customizable variable.
5115 Directory of namazu search index that should be used as default
5116 when opening a link in a search folder.
5117 (org-wl-folder-types): New constant. Wanderlust folder type
5118 indicators.
5119 (org-wl-folder-type): New function. Return type of Wanderlust
5120 folder.
5121 (org-wl-store-link): Create web links for shimbun or nntp messages
5122 and strip filter conditions depending on customizable variables.
5123 (org-wl-open): Open namazu search folder for message when called
5124 with prefix.
5125
5126 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5127
5128 * org.el (org-remove-if, org-remove-if-not): New functions.
5129 (org-open-file): Use internal remove-if functions.
5130
5131 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
5132
5133 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
5134 (org-file-apps-ex): Remove variable.
5135 (org-open-file): Integrate org-file-apps-ex functionality back
5136 into org-file-apps, and decide whether to match a regexp against
5137 the link or the filename using org-file-apps-entry-uses-grouping-p.
5138
5139 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
5140
5141 * org.el (org-file-apps-ex): New variable.
5142 (org-open-file): Before considering org-file-apps, first match the
5143 regexps from org-file-apps-ex against the whole link.
5144 See docstring of org-file-apps-ex.
5145
5146 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5147
5148 * org.el (org-export-latex-default-packages-alist):
5149 Remove microtype package.
5150 (org-todo-repeat-to-state): New variable.
5151 (org-auto-repeat-maybe): Allow user-selected target states.
5152 (org-default-properties): Add the new property REPEAT_TO_STATE.
5153
5154 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5155
5156 * org-mobile.el (org-mobile-check-setup): Make sure that there is
5157 a binary to compute checksums.
5158
5159 2010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
5160
5161 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
5162 variables.
5163
5164 * org.el (calendar): Require calendar now on top level in org.el
5165 and define aliases to new variables when needed.
5166 (org-read-date, org-goto-calendar): Do not bind obsolete
5167 variables.
5168
5169 2010-06-22 Glenn Morris <rgm@gnu.org>
5170
5171 * org-entities.el: Add explicit utf-8 coding cookie to file with
5172 utf-8 characters.
5173
5174 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
5177
5178 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5179
5180 * Version 23.2 released.
5181
5182 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5183
5184 * org-table.el (orgtbl-setup):
5185 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
5186
5187 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5188
5189 * org-table.el (orgtbl-mode): Use define-minor-mode.
5190
5191 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5192
5193 * org.el (org-insert-link): Find the link buffer on visible frames.
5194 (org-export-latex-default-packages-alist): Hyperref must be loaded
5195 late.
5196 (org-open-file): More care with the new matching for file links.
5197
5198 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5199
5200 * org-latex.el (org-export-latex-preprocess): Do not yet protect
5201 defined entities - these will be taken care of later.
5202 (org-export-latex-special-chars): Post-process entity replacement.
5203 (org-export-latex-fontify-headline): Do not yet protect defined
5204 entities - these will be taken care of later.
5205 (org-export-latex-tables, org-export-latex-links): Format the
5206 caption properly.
5207
5208 * org-entities.el (org-entities-user): Fix typo.
5209
5210 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
5211
5212 * org-entities.el (org-entities-user): Improve docstring.
5213
5214 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5215
5216 * org-entities.el (org-macs): Require org-macs, to be sure that we
5217 have `declare-function' defined.
5218
5219 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5220
5221 * org-latex.el (org-export-latex-classes): Update docstring.
5222
5223 * org.el (org-format-latex-header): Add cookies to the header.
5224 (org-splice-latex-header): Implement placement according to cookies.
5225
5226 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5227
5228 * org-publish.el (org-publish-aux-preprocess): Control case
5229 sensitivity.
5230
5231 2010-04-10 Bastien Guerry <bzg@altern.org>
5232
5233 * org.el (org-splice-latex-header): Fix typo.
5234
5235 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5236
5237 * org-latex.el (org-export-latex-make-header):
5238 Use `org-splice-latex-header' to build the header.
5239 (org-export-latex-classes): Update docstring.
5240
5241 * org.el (org-splice-latex-header): New function.
5242 (org-create-formula-image): Use `org-splice-latex-header' to build
5243 the header.
5244
5245 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
5246
5247 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5248
5249 * org.el (org-export-latex-packages-alist)
5250 (org-export-latex-default-packages-alist): Fix docstring to
5251 reflect the expected structure.
5252
5253 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
5254 (org-export-docbook-finalize-table): Make use of label for tables.
5255
5256 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5257
5258 * org-attach.el (org-attach-commit): Split on newlines.
5259
5260 * org.el (org-export-latex-default-packages-alist): Use list
5261 instead of cons for the entries.
5262
5263 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5264
5265 * org-entities.el (org-entity-get-representation): Catch the case
5266 that there is not entry in the list.
5267
5268 * org-mobile.el (org-mobile-use-encryption)
5269 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
5270 New options.
5271 (org-mobile-check-setup): CHeck the encryption setup.
5272 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
5273 (org-mobile-create-sumo-agenda): Use encryption code.
5274 (org-mobile-encrypt-and-move): New function.
5275 (org-mobile-encrypt-file, org-mobile-decrypt-file):
5276 New functions.
5277 (org-mobile-move-capture): Decrypt the capture file.
5278
5279 * org.el (org-entities): Require the new file.
5280 (org-export-latex-default-packages-alist): New variable.
5281 (org-complete): Use new entity code for completion.
5282 (org-create-formula-image): Use the new packages variable.
5283
5284 * org-latex.el (org-export-latex-classes): Remove the standard
5285 packages from the class headers.
5286 (org-export-latex-make-header): Use the new package variable.
5287 (org-export-latex-special-chars): Better regexp for entities, to
5288 support entity name that contain numbers.
5289 (org-export-latex-treat-backslash-char): Use the new entity code.
5290
5291 * org-html.el (org-html-do-expand): Use the new entity code.
5292
5293 * org-exp.el (org-export): Add the new export commands.
5294 (org-html-entities): Constant removed.
5295 (org-export-visible): Add the new export commands.
5296
5297 * org-docbook.el (org-docbook-do-expand): Use new entity code.
5298
5299 * org-ascii.el (org-export-ascii-entities): New variable.
5300 (org-export-as-latin1, org-export-as-latin1-to-buffer)
5301 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
5302 (org-export-as-encoding): New function.
5303 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
5304 (org-ascii-replace-entities): New function.
5305
5306 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5307 Ulf Stegemann <ulf@zeitform.de>
5308
5309 * org-entities.el: New file.
5310
5311 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5312
5313 * org-html.el (org-html-level-start): Catch the case that target
5314 might be nil.
5315
5316 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5317
5318 * org.el (org-appearance): Change Customize group variable name
5319 from org-font-lock to org-appearance, and change tag from "Org
5320 Font Lock" to "Org Appearance".
5321 (org-odd-levels-only): Change Customize group variable name.
5322 (org-level-color-stars-only): Change Customize group variable name.
5323 (org-hide-leading-stars): Change Customize group variable name.
5324 (org-hidden-keywords): Change Customize group variable name.
5325 (org-fontify-done-headline): Change Customize group variable name.
5326 (org-fontify-emphasized-text): Change Customize group variable name.
5327 (org-fontify-whole-heading-line): Change Customize group variable name.
5328 (org-highlight-latex-fragments-and-specials): Change Customize
5329 group variable name.
5330 (org-hide-emphasis-markers): Change Customize group variable name.
5331 (org-emphasis-alist): Change Customize group variable name.
5332 (org-emphasis-regexp-components): Change Customize group variable
5333 name.
5334 (org-modules): Remove mention of org-R.
5335
5336 * org-faces.el (org-faces): Change Customize group variable name.
5337
5338 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5339
5340 * org-agenda.el (org-diary-last-run-time): New variable.
5341 (org-diary): Prepare agenda buffers only if last call was some
5342 time ago.
5343
5344 * org-html.el (org-export-html-preprocess): Replace \ref macros
5345 with a link.
5346 (org-format-org-table-html): Add the label as an anchor.
5347
5348 * org-docbook.el (org-export-docbook-format-image): Do some
5349 formatting on captions.
5350
5351 * org-latex.el (org-export-latex-tables, org-export-latex-links):
5352 Do some formatting on captions.
5353
5354 * org-html.el (org-export-html-format-image)
5355 (org-format-org-table-html): Do some formatting on captions.
5356
5357 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5358
5359 * org.el (org-hidden-keywords): New customizable variable. This is
5360 a list of symbols specifying which of the special keywords #+DATE,
5361 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
5362 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
5363 implementing new faces and hiding behaviour.
5364
5365 * org-faces.el (org-document-title): New face for #+TITLE lines.
5366 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
5367 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
5368 keywords.
5369
5370 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5371
5372 * org-publish.el (org-publish-sanitize-plist): New function to
5373 rename "index" properties to "sitemap". Do this renaming
5374 globally.
5375 (org-publish-with-aux-preprocess-maybe): New macro.
5376 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
5377 macro.
5378 (org-publish-aux-preprocess)
5379 (org-publish-index-generate-theindex.inc): New function.
5380
5381 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5382
5383 * org-table.el (org-table-align): Interpret <N> at fixed width,
5384 not as maximum width.
5385
5386 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5387
5388 * org-exp.el (org-export-author-info, org-export-email-info):
5389 Fix docstrings.
5390
5391 * org-beamer.el (org-beamer-select-environment): Rename from
5392 `org-beamer-set-environment-tag'. Improve docstring.
5393
5394 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
5395 problem with odd levels.
5396
5397 * org-ascii.el (org-export-as-ascii): Export email only if the
5398 author wants it.
5399
5400 * org-docbook.el (org-export-as-docbook): Export email only if the
5401 author wants it.
5402
5403 * org-html.el (org-export-as-html): Export email only if the
5404 author wants it.
5405
5406 * org-exp.el (org-export-email-info): New option.
5407 (org-export-plist-vars): Add entry for `org-export-email'.
5408
5409 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5410
5411 * org-table.el (org-table-goto-line): Fix typo.
5412
5413 2010-04-10 Mikael Fornius <mfo@abc.se>
5414
5415 * org.el (org-agenda-files): Typo.
5416 (org-read-agenda-file-list): Add optional argument to help
5417 `org-store-new-agenda-file-list' to remember un-expanded file
5418 names. Expand file names relative to `org-directory'.
5419 (org-store-new-agenda-file-list): Keep un-expanded file names when
5420 saving, if available.
5421 (org-agenda-files): Update documentation.
5422
5423 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5424
5425 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
5426 a buffer with no file name attached.
5427
5428 * org.el (org-log-refile): New option.
5429 (org-log-note-headings): Add a heading for refiling.
5430 (org-startup-options): Add keywords for logging of the refile
5431 action.
5432 (org-refile): Add logging action.
5433 (org-add-log-note): Allow for refiling action.
5434
5435 * org-agenda.el (org-agenda-bulk-action): Make sure
5436 `org-log-refile' is not `note' during a bulk action.
5437
5438 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5439
5440 * org.el (org-map-dblocks): Use save-excursion to remember the
5441 position.
5442
5443 * org-attach.el (org-attach-commit): Remove dependence on xargs.
5444 (org-attach-delete-one): Commit after deleting a file.
5445
5446 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
5447 borders for strike-through emphasis.
5448
5449 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
5450 handling of odd levels.
5451
5452 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
5453 and `future' values.
5454 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
5455 Handle `past' and `future' values.
5456
5457 * org.el (org-read-agenda-file-list): Interpret file names
5458 relative to org-directory and allow environment variables and
5459 "~".
5460
5461 * org-latex.el (org-export-latex-special-chars): Allow a
5462 parenthesis before an exponent or subscript.
5463
5464 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5465
5466 * org-src.el (org-edit-src-exit): When returning from code edit
5467 buffer, if code block is hidden, leave point at start of
5468 #+begin_src line.
5469
5470 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5471
5472 * org.el (org-insert-heading): Do not remove all spaces if the
5473 headline is empty.
5474
5475 * org-indent.el (org-indent): Fix group name.
5476
5477 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5478
5479 * org-table.el (org-table-goto-column): Fix forcing a non-existing
5480 column.
5481 (org-table-get, org-table-put, org-table-goto-line)
5482 (org-table-current-line): New functions.
5483
5484 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
5485
5486 * org.el (org-open-file): Allow regular expressions in
5487 org-file-apps to capture link parameters using groups. In a
5488 command string to be executed, the parameters can be referenced
5489 using %1, %2, etc. Lisp forms can access them using
5490 (match-string n link).
5491 (org-apps-regexp-alist): Adopt the created regexp, as this is now
5492 matched against a file: link instead of the file name.
5493
5494 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5495
5496 * org-crypt.el (org-reveal-start-hook): Add a decryption function
5497 to this hook.
5498 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
5499 Add docstrings.
5500
5501 * org.el (org-point-at-end-of-empty-headline)
5502 (org-level-increment, org-get-previous-line-level): New function.
5503 (org-cycle-level): Rewritten to be independent of when this
5504 function is called.
5505 (org-in-regexps-block-p): New function.
5506 (org-reveal-start-hook): New hook.
5507 (org-reveal): Run new hook.
5508
5509 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5510
5511 * org-latex.el (org-export-latex-keywords): Start a new paragraph
5512 after time keywords, do not add "\newline".
5513
5514 * org-html.el (org-export-as-html): Avoid double # in href.
5515
5516 * org.el (org-refile-get-location): Catch an invalid target
5517 specification.
5518
5519 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5520
5521 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
5522 Make sure the behavior regarding to extracting time is
5523 consistent.
5524
5525 2010-04-10 Stephen Eglen <stephen@gnu.org>
5526
5527 * org-agenda.el (org-agenda-insert-diary-extract-time):
5528 New variable.
5529 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
5530 variable rather than `org-agenda-search-headline-for-time'.
5531
5532 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5533
5534 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
5535
5536 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5537
5538 * org.el (org-adaptive-fill-regexp-backup): New variable.
5539 (org-set-autofill-regexps): Store a backup of
5540 `adaptive-fill-regexp'.
5541 (org-adaptive-fill-function): Fix filling of comments and ordered
5542 lists. If there is no other match, till try adaptive fill.
5543
5544 2010-04-10 John Wiegley <jwiegley@gmail.com>
5545
5546 * org-agenda.el (org-agenda-include-deadlines): Add new
5547 customization variable to determine whether unscheduled tasks
5548 should appear in the agenda solely because of their deadline.
5549 Default to true, which was the previous behavior (it just wasn't
5550 configurable).
5551 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
5552 the agenda to show/hide deadline tasks.
5553 (org-agenda-menu): Add menu option for show/hide deadlines.
5554 (org-agenda-list): Make the agenda list sensitive to the value of
5555 `org-agenda-include-deadlines'.
5556 (org-agenda-toggle-deadlines): New function to toggle the value of
5557 `org-agenda-include-deadlines' and repaint the modeline
5558 indicators.
5559 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
5560 modeline if deadline tasks are being displayed.
5561
5562 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5563
5564 * org-table.el (org-table-eval-formula): Replace $# and @# by
5565 current column and row number.
5566
5567 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5568
5569 * org.el (org-set-property, org-delete-property): Go back to
5570 prompting for the property.
5571
5572 * org-latex.el (org-export-latex-make-header): Fully process
5573 author line.
5574 (org-export-latex-fontify-headline): Allow several arguments, not
5575 just one.
5576 (org-export-latex-fix-inputenc): Catch the error when
5577 `latexenc-coding-system-to-inputenc' is not defined.
5578
5579 * org-agenda.el (org-agenda-skip-if-todo): New function.
5580 (org-agenda-skip-if): Add conditions for TODO keywords.
5581 (org-agenda-skip-if): Document the new todo conditions.
5582
5583 2010-04-10 Mikael Fornius <mfo@abc.se>
5584
5585 * org.el (org-at-property-p): Check if we are inside a property
5586 drawer not just any drawer.
5587 (org-set-property, org-delete-property): When cursor is on a
5588 property key value pair do not prompt for property name instead
5589 use name at cursor.
5590 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
5591 on the first line of a property drawer.
5592 (org-property-end-re): Spell check.
5593
5594 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5595
5596 * org-exp.el (org-export-attach-captions-and-attributes): Add the
5597 properties to the entire table, in case the first line is
5598 removed.
5599
5600 * org-archive.el (org-archive-reversed-order): New option.
5601 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
5602 option `org-archive-reversed-order'.
5603
5604 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5605
5606 * org-agenda.el (org-agenda-entry-types): New variable.
5607 (org-agenda-list): Use `org-agenda-entry-types'.
5608 (org-agenda-custom-commands-local-options): Support for setting
5609 `org-agenda-entry-types' as an option.
5610 (org-diary): Shift some documentation from here to the variable
5611 `org-agenda-entry-types'.
5612
5613 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5614
5615 * org-latex.el (org-export-latex-make-header): Apply macros in
5616 author field.
5617
5618 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
5619 (org-clock-select-task, org-clock-notify-once-if-expired)
5620 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
5621 (org-clock-out-if-current, org-clock-save): Use the new functions.
5622
5623 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5624
5625 * org-docbook.el (org-export-as-docbook): Remove unnecessary
5626 newline.
5627 (org-export-as-docbook): Remove unnecessary newline.
5628 (org-export-as-docbook): Fix problem with double footnote
5629 reference in one place.
5630
5631 * org-exp.el (org-export-format-source-code-or-example):
5632 Remove unnecessary newline.
5633
5634 * org.el (org-deadline, org-schedule): Allow rescheduling entries
5635 with repeaters.
5636
5637 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
5638 function calls that look like references.
5639
5640 * org.el (org-open-at-point): Get link abbreviations from
5641 reference buffer.
5642
5643 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5644
5645 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
5646 as a reference.
5647
5648 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5649
5650 * org.el (org-link-unescape): Solve issue with lower-case escapes.
5651
5652 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5653
5654 * org-latex.el (org-export-latex-classes):
5655 Add \usepackage{latexsym} to all classes.
5656
5657 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5658
5659 * org-html.el (org-export-as-html): Do not allow protected lines
5660 into the table of contents.
5661
5662 * org-latex.el (org-export-latex-special-chars): Find subsequent
5663 occurrences of special characters.
5664 (org-export-latex-tables): Do not convert table-like stuff that is
5665 protected.
5666
5667 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5668
5669 * org-list.el (org-toggle-checkbox): No errors when updating
5670 checkbox count fails because there is no heading.
5671
5672 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5673
5674 * org-clock.el (org-clock-report-include-clocking-task):
5675 New option.
5676 (org-clock-sum): Add the current clocking task.
5677
5678 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5679
5680 * org.el (org-cycle): Print a message when in a table.el table.
5681 (org-edit-special): Recognize the table.el context.
5682 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
5683
5684 * org-src.el (org-at-table.el-p): Declare.
5685 (org-edit-src-code): Handle a special case for table.el editing.
5686 (org-edit-src-find-region-and-lang): Recognize the table.el
5687 context.
5688
5689 * org-latex.el (org-export-latex-tables): Convert table.el
5690 tables.
5691 (org-export-latex-convert-table.el-table): New function.
5692
5693 * org-html.el (org-html-expand): Fix table.el export.
5694
5695 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
5696 headings.
5697
5698 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
5699 table for the id locations.
5700
5701 * org.el (org-read-date-analyze): Match American-style dates, like
5702 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
5703 current year when reading ISO and American dates.
5704
5705 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5706
5707 * org.el (org-face-from-face-or-color): New function.
5708 (org-get-todo-face, org-font-lock-add-priority-faces)
5709 (org-get-tag-face): Use `org-face-from-face-or-color'.
5710
5711 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
5712 Allow simple colors as values.
5713 (org-faces-easy-properties): New option.
5714
5715 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
5716 restricted, as an agenda mode.
5717 (org-agenda-fontify-priorities): Allow simple colors as values.
5718
5719 2010-04-10 Bastien Guerry <bzg@altern.org>
5720
5721 * org-timer.el (org-timer-current-timer): Rename from
5722 `org-timer-last-timer'.
5723 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
5724 (org-timer-cancel-timer, org-timer-show-remaining-time)
5725 (org-timer-set-timer): Update to use only one timer.
5726
5727 * org.el (org-set-property): Remove useless space in the prompt.
5728
5729 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5730
5731 * org-html.el (org-export-html-style-default): Add a default style
5732 for textareas.
5733
5734 * org-exp.el (org-export-format-source-code-or-example):
5735 Fix textarea tag.
5736
5737 2010-04-10 Bastien Guerry <bzg@altern.org>
5738
5739 * org-clock.el (org-clock-current-task): New variable to store
5740 last clocked in task.
5741 (org-clock-set-current, org-clock-delete-current): New functions.
5742
5743 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5744
5745 * org-remember.el (org-remember-apply-template): Extend comment.
5746 (org-remember-handler): Implement clock sibling filing.
5747
5748 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5749
5750 * org-publish.el (org-publish-all, org-publish-current-file)
5751 (org-publish-current-project): When called with prefix argument
5752 FORCE, also rebuild the validation file list.
5753
5754 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
5755 section headings.
5756
5757 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5758
5759 * org-html.el (org-export-as-html-and-open): Kill product buffer
5760 if the user wants that.
5761
5762 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
5763 if the user wants that.
5764
5765 * org-exp.el (org-export-kill-product-buffer-when-displayed):
5766 New option.
5767
5768 * org-agenda.el (org-batch-agenda-csv): Use the time property
5769 instead of the `time-of-day' property.
5770
5771 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5772
5773 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
5774 (org-timer-pause-hook, org-timer-set-hook)
5775 (org-timer-cancel-hook): New hooks.
5776 (org-timer-start): Run `org-timer-start-hook'.
5777 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
5778 (org-timer-stop): Run `org-timer-stop-hook'.
5779 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
5780
5781 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5782
5783 * org.el (org-reveal): Double prefix arg shows the subtree of the
5784 parent.
5785
5786 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5787
5788 * org-agenda.el (org-search-view): Fix bug with searching full
5789 words in headlines in search view.
5790 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
5791 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
5792 scheduled (if the user configures it so.
5793
5794 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5795
5796 * org.el (org-hide-archived-subtrees): Don't jump to end of
5797 subtree if the match was not in a headline.
5798 (org-inside-latex-macro-p): Allow more complex arguments.
5799 (org-emphasize): Protect against use at end of buffer.
5800
5801 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5802
5803 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
5804 text properties.
5805
5806 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5807
5808 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
5809 values.
5810 (org-agenda-todo-ignore-scheduled)
5811 (org-agenda-todo-ignore-deadlines): More control with different
5812 allowed values.
5813 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
5814 Honor the new option settings.
5815
5816 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5817
5818 * org.el (org-get-location): Make sure the selection buffer is
5819 shown in the current frame.
5820
5821 * org-ascii.el (org-export-ascii-table-widen-columns):
5822 New option.
5823 (org-export-ascii-preprocess): Realign tables to remove narrowing
5824 if `org-export-ascii-table-widen-columns' is set.
5825
5826 * org-table.el (org-table-do-narrow): New variable.
5827 (org-table-align): Narrow only if `org-table-do-narrow' is t.
5828
5829 * org.el (org-deadline, org-schedule): Allow updating if the
5830 relevant time stamp does not have a repeater, i.e. do not require
5831 that no time stamp has a repeater.
5832
5833 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
5834 new white space before the tags.
5835
5836 * org-latex.el (org-export-as-latex): Do nit require the buffer to
5837 be visiting a file when only exporting to a buffer or string.
5838 (org-export-latex-fix-inputenc): Only save the buffer is there is
5839 a file name attached to it.
5840
5841 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5842
5843 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
5844
5845 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5846
5847 * org.el (org-fontify-meta-lines-and-blocks):
5848 Honor `org-fontify-quote-and-verse-blocks'.
5849
5850 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
5851
5852 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5853
5854 * org.el (org-open-at-point): Also check for text property
5855 org-linked-text before offering collected links.
5856
5857 2010-04-10 Stephen Eglen <stephen@gnu.org>
5858
5859 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
5860 Optionally extract time specification from text and add to the
5861 timestamp.
5862
5863 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5864
5865 * org-exp.el (org-html-entities): Fix typo.
5866
5867 * org-latex.el (org-export-latex-make-header): Use \providecommand
5868 to make sure the \alert macro is defined.
5869
5870 * org.el (org-format-latex-signal-error)
5871 (org-create-formula-image): Use `org-format-latex-signal-error'.
5872
5873 2010-04-10 Stephen Eglen <stephen@gnu.org>
5874
5875 * org.el (org-store-link): For dired buffers, use
5876 default-directory as link name if dired-get-filename returns
5877 nil.
5878
5879 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5880
5881 * org-exp.el (org-export-concatenate-multiline-links): The for
5882 protectedness at beginning of match.
5883
5884 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
5885 AUTO as a coding system, instead default to utf8.
5886
5887 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5888
5889 * org.el (org-block-todo-from-children-or-siblings-or-parent)
5890 (org-block-todo-from-checkboxes): Respect the local variable
5891 value when deciding if blocking should be active.
5892
5893 * org-latex.el (org-export-latex-make-header): Define the align
5894 macro if it is not yet defined.
5895
5896 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
5897 Call `org-insert-heading' with the INVISIBLE-OK argument.
5898
5899 * org-mac-message.el (org-mac-message-insert-flagged):
5900 Call `org-insert-heading' with the INVISIBLE-OK argument.
5901
5902 * org.el (org-insert-heading): New argument INVISIBLE-OK.
5903
5904 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
5905 prompt message.
5906
5907 * org-html.el (org-html-level-start): Use the
5908 `html-container-class' text property to set an additional class
5909 for an outline container.
5910
5911 * org-exp.el (org-export-remember-html-container-classes):
5912 New function.
5913 (org-export-preprocess-string):
5914 Call `org-export-remember-html-container-classes'.
5915
5916 * org.el (org-cycle): Mention level cycling in the docstring.
5917 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
5918
5919 * org-remember.el (org-remember-apply-template): Do file insertion
5920 first.
5921
5922 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5923
5924 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
5925 problem with mis-aligned graphs when showing habits.
5926
5927 2010-04-10 Mikael Fornius <mfo@abc.se>
5928
5929 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
5930 when assigning. Begin using numerical characters when all in name
5931 is used up. This is to spare alphanumeric characters for better
5932 match with other keywords.
5933
5934 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5935
5936 * org-exp.el (org-export-preprocess-hook): Improve documentation.
5937
5938 * org-latex.el (org-export-latex-preprocess): More consistent
5939 conversion and protection of the words LaTeX and TeX.
5940 (org-export-latex-fontify-headline, org-export-latex-preprocess):
5941 Allow angle brackets in commands, for beamer.
5942
5943 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5944
5945 * org-clock.el (org-clock-in): Improve the look of the clock line
5946 by formatting links.
5947
5948 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5949
5950 * org-latex.el (org-export-latex-classes): Use AUTO as the place
5951 holder string for the coding system. And improve the
5952 documentation.
5953 (org-export-latex-fix-inputenc): Only modify the coding system if
5954 it is given by the placeholder AUTO.
5955
5956 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5957
5958 * org-clock.el (org-task-overrun-text): New option.
5959 (org-task-overrun, org-clock-update-period): New variables.
5960 (org-clock-get-clock-string, org-clock-update-mode-line):
5961 Mark overrun clock.
5962 (org-clock-notify-once-if-expired): Check if clock is overrun.
5963
5964 * org-faces.el: New face `org-mode-line-clock-overrun'.
5965
5966 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
5967
5968 * org.el (org-narrow-to-subtree): Position the end of the narrowed
5969 region before the line with the next heading, to prevent the user
5970 from prepending text to the next headline.
5971
5972 2010-04-10 Stephen Eglen <stephen@gnu.org>
5973
5974 * org-agenda.el (org-get-time-of-day):
5975 Use org-agenda-time-leading-zero to allow leading zero (rather than
5976 space) for times.
5977
5978 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5979
5980 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
5981 org-datetree.el is loaded.
5982
5983 * org-datetree.el: Autoload `org-datetree-find-day-create'.
5984
5985 * org-latex.el (org-export-latex-hyperref-format): New option.
5986 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
5987
5988 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5989
5990 * org-ctags.el (org-ctags-enable): Change order of functions.
5991 (org-ctags-create-tags): Add wildcard to file name expansion.
5992
5993 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5994
5995 * org.el (org-entry-properties): Fix some important bugs.
5996
5997 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5998
5999 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
6000 the table is not explicitly given.
6001
6002 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6003
6004 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
6005 as value.
6006 (org-clock-out-if-current): Work with the new list value of
6007 `org-clock-out-when-done'.
6008 (org-clock-out, org-clock-out-if-current): Avoid circular logic
6009 between clocking out and state changes.
6010
6011 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
6012
6013 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
6014 accident protect a character that is before a backslash.
6015
6016 2010-04-10 Paul Sexton <eeeickythump@gmail.com>
6017
6018 * org-ctags.el: New file.
6019
6020 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6021
6022 * org-agenda.el (org-diary-class):
6023 Use `org-order-calendar-date-args'.
6024
6025 * org.el (org-order-calendar-date-args): New function.
6026
6027 * org-exp.el (org-export-target-internal-links): Check for
6028 protectedness after the first bracket.
6029
6030 * org.el (org-entry-properties): Don't match wrong-case TODO
6031 keywords.
6032
6033 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
6034 Document that ARG is passed through to remove the date.
6035 (org-agenda-bulk-action): Accept prefix arg and pass it on.
6036 Do not read a date when the user has given a `C-u' prefix.
6037
6038 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6039
6040 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
6041 tags are hidden.
6042
6043 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6044
6045 * org-latex.el (org-export-latex-fix-inputenc): New function.
6046 (org-export-latex-inputenc-alist): New option.
6047
6048 * org-exp.el (org-export): New key SPC to publish enclosing
6049 subtree.
6050
6051 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6052
6053 * org-indent.el (org-indent-add-properties): Catch case when there
6054 is no headline in the buffer.
6055
6056 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6057
6058 * org-exp.el (org-html-entities): Add checkmark symbol.
6059
6060 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
6061 verbatim code for ASCII export.
6062
6063 * org.el (org-update-statistics-cookies): Also see checkboxes in
6064 ordered lists.
6065
6066 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6067
6068 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
6069 key.
6070
6071 * org-beamer.el (org-beamer-amend-header): Change the location
6072 where `org-beamer-header-extra' is inserted.
6073
6074 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
6075 just for computing this regexp.
6076
6077 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6078
6079 * org-beamer.el (org-beamer-frame-default-options): New option.
6080 (org-beamer-sectioning): Use default options if the user does not
6081 have defined any.
6082 (org-beamer-fix-toc): Put a frame around the table of contents.
6083
6084 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
6085 Make sure case-folding works well when processing comment stuff.
6086
6087 * org-latex.el (org-export-latex-after-save-hook): New hook.
6088 (org-export-as-latex): Run the new hook.
6089
6090 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6091
6092 * org-beamer.el (org-beamer-environments-default): Add the note
6093 environments.
6094 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
6095 lines and collect and combine the content.
6096 (org-beamer-after-initial-vars): Check for note tags and make sure
6097 they will be seen like a property.
6098
6099 * org.el (org-offer-links-in-entry): Fix bug when there is a
6100 single link.
6101
6102 * org-exp.el (org-export): Make sure the mark is activated, also
6103 when `transient-mark-mode' is off.
6104
6105 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
6106 (org-agenda-search-view-search-words-only): Obsolete variable, is
6107 now an alias for `org-agenda-search-view-always-boolean'.
6108 (org-agenda-search-view-force-full-words): New option.
6109 (org-search-view): Improve docstring, and implement a better logic
6110 for Boolean and phrase searches.
6111 (org-agenda-last-search-view-search-was-boolean): New variable.
6112 (org-agenda-manipulate-query): Consider the type of the last
6113 search when modifying the search string.
6114
6115 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6116
6117 * org-latex.el (org-export-as-latex): Do the first letbind in the
6118 right moment.
6119
6120 * org-agenda.el (org-get-entries-from-diary): Add the new face to
6121 these entries.
6122
6123 * org-faces.el (org-agenda-diary): New face.
6124
6125 * org.el (org-make-link-regexps): Allow regexp-special characters
6126 in link types.
6127 (org-open-file): When in-emacs is `system', also force system
6128 opening, like when the value was `(16)'.
6129 (org-update-statistics-cookies): Handle entries without children.
6130
6131 * org-exp.el
6132 (org-export-preprocess-before-normalizing-links-hook): New hook.
6133 (org-export-preprocess-string): Run the new hook.
6134
6135 * org.el (org-offer-links-in-entry): Make RET open all links.
6136
6137 * org-html.el (org-export-as-html): Remove any leftover display
6138 properties in the html file.
6139
6140 * org-wl.el (org-wl-store-link): Work-around for format bug with
6141 text properties.
6142
6143 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
6144 invisibility while adding the graphs.
6145
6146 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6147
6148 * org-remember.el (org-select-remember-template): Use C letter to
6149 customize remember templates.
6150
6151 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
6152 Move cursor to next visible line.
6153
6154 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6155
6156 * org-beamer.el (org-beamer-sectioning): Leave columns environment
6157 by specifying 0 or 1 for column width.
6158 (org-beamer-column-widths): Make 0 stand for 0.0.
6159
6160 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6161
6162 * org-exp.el (org-export-mark-radio-links): Don't match inside
6163 <<target>>.
6164
6165 * org.el (org-format-latex-header-extra): New variable.
6166 (org-format-latex): Set org-format-latex-header-extra from
6167 in-buffer stuff.
6168 (org-format-latex): Add org-format-latex-header-extra to the
6169 variables on which image creation depends.
6170 (org-create-formula-image): Add the header stuff from in-buffer
6171 settings.
6172 (org-read-date-analyze): Base the analysis for future preference
6173 on NOW, not on the default date.
6174
6175 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
6176 for TODO keyword in inline tasks.
6177
6178 * org.el (org-log-note-headings): New headings for removing
6179 deadline or scheduling date.
6180 (org-deadline, org-schedule): Arrange for logging when removing a
6181 date.
6182 (org-add-log-note): Handle deadline and scheduling removal.
6183
6184 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6185
6186 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
6187
6188 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6189
6190 * org-agenda.el (org-diary-class): New function.
6191
6192 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6193
6194 * org-latex.el (org-export-latex-preprocess): Do process the text
6195 of a radio target.
6196
6197 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6198
6199 * org.el (org-entry-properties): Add TIMESTAMP properties back
6200 in.
6201
6202 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6203
6204 * org.el (org-all-time-keywords): New variable.
6205 (org-set-regexps-and-options): Set `org-all-time-keywords'.
6206 (org-entry-blocked-p): New function.
6207 (org-special-properties): Add BLOCKED as a new special property.
6208 (org-entry-properties): New optional argument SPECIFIC, only parse
6209 for this property when it is specified.
6210 (org-entry-get): Pass a SPECIFIC argument to
6211 `org-entry-properties'.
6212
6213 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
6214
6215 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6216
6217 * org-latex.el (org-export-latex-tables): No forced line end if
6218 there is no caption.
6219
6220 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6221
6222 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
6223 package.
6224
6225 * org-latex.el (org-export-latex-tables): Only add a caption when
6226 macro in in longtable environments if one has been defined.
6227
6228 * org-html.el (org-export-as-html): Only take title from buffer if
6229 not exporting body-only.
6230
6231 * org-latex.el (org-export-latex-preprocess): Better version of
6232 the regular expression for protecting LaTeX macros.
6233 (org-export-latex-preprocess): Start searching for macros to
6234 protect from beginning of buffer.
6235
6236 * org-exp.el (org-export-target-internal-links): Check for
6237 protectedness earlier in the string.
6238
6239 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
6240 case sensitively.
6241
6242 * org-id.el (org-id-store-link): Match TODO keywords case
6243 sensitively.
6244
6245 * org.el (org-heading-components, org-get-outline-path)
6246 (org-display-outline-path): Match TODO keywords case sensitively.
6247
6248 * org-latex.el (org-export-as-latex): Ignore read-only
6249 properties.
6250
6251 * org-exp.el (org-export-preprocess-string): Remove any
6252 `read-only' properties.
6253
6254 * org-agenda.el (org-agenda-inactive-leader): New option.
6255 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
6256 (org-tags-view): Prompt for matcher if MATCH is an empty string.
6257 (org-todo-list): Prompt for matcher if ARG is an empty string.
6258
6259 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6260
6261 * org.el (org-open-link-functions): New hook.
6262 (org-open-at-point): Run `org-open-link-functions'.
6263
6264 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6265
6266 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
6267 stamps as well.
6268
6269 * org.el (org-inhibit-startup-visibility-stuff): New variable.
6270 (org-mode): Don't do startup visibility if inhibited.
6271 (org-outline-overlay-data, org-set-outline-overlay-data):
6272 New functions.
6273 (org-save-outline-visibility): New macro.
6274 (org-log-note-headings): Document that one should not change the
6275 `state' note format.
6276
6277 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6278
6279 * org.el (org-make-link-regexps): Capture link path into a group.
6280
6281 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6282
6283 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
6284 the options plist.
6285
6286 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6287
6288 * org.el (org-startup-with-beamer-mode): New option.
6289 (org-property-changed-functions)
6290 (org-property-allowed-value-functions): New hooks.
6291 (org-entry-put, org-property-get-allowed-values): Run the new
6292 hooks.
6293 (org-property-next-allowed-value): Run the new hooks.
6294
6295 * org-exp.el (org-export-select-backend-specific-text): Add the
6296 special beamer tags.
6297
6298 * org-beamer.el: New file.
6299
6300 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
6301 (org-export-as-latex):
6302 Run `org-export-latex-after-initial-vars-hook'.
6303 (org-export-latex-format-toc-function)
6304 (org-export-latex-make-header):
6305 Call `org-export-latex-format-toc-function'.
6306
6307 * org.el (org-fill-template): Make template searches case sensitive.
6308
6309 * org-exp.el (org-export): Use "1" as a sign to export only the
6310 subtree.
6311
6312 * org-colview-xemacs.el (org-columns-edit-value):
6313 Use org-unrestricted property.
6314
6315 * org-colview.el (org-columns-edit-value):
6316 Use org-unrestricted property.
6317
6318 * org.el (org-compute-property-at-point): Set org-unrestricted
6319 text property if the list contains ":ETC".
6320 (org-insert-property-drawer):
6321 Use org-unrestricted property.
6322
6323 * org-exp.el
6324 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
6325 (org-export-preprocess-string):
6326 Run `org-export-preprocess-before-selecting-backend-code-hook'.
6327
6328 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
6329
6330 * org-latex.el (org-export-region-as-latex):
6331 Run `org-export-first-hook'.
6332
6333 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
6334
6335 * org-docbook.el (org-export-as-docbook):
6336 Run `org-export-first-hook'.
6337
6338 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
6339
6340 * org-exp.el (org-export-first-hook): New hook.
6341
6342 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6343
6344 * org-list.el (org-previous-item): Exit at the beginning of the
6345 buffer.
6346
6347 * org-id.el (org-id-locations-save): Only write the id locations
6348 if any are defined.
6349
6350 * org-archive.el (org-archive-all-done): Make this work in a file
6351 with org-odd-levels-only set.
6352
6353 * org.el (org-get-refile-targets): Catch the case when a buffer
6354 has no file.
6355
6356 * org-latex.el (org-export-as-latex): Cleanup forced line ends
6357 where they are not needed.
6358 (org-export-latex-subcontent): Remove unnecessary newlines.
6359
6360 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6361
6362 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
6363 (org-export-latex-fontify): Fix regexp bug that takes special
6364 care of protecting the right boundary characters in emphasis
6365 matches.
6366 (org-export-latex-preprocess): Allow multiple arguments to latex
6367 macros.
6368
6369 * org.el (org-make-link-regexps): Use John Gruber's regexp for
6370 urls.
6371
6372 * org-macs.el (org-re): Interpret :punct: in regexps.
6373
6374 * org-exp.el (org-export-replace-src-segments-and-examples):
6375 Also take the final newline after the END line.
6376
6377 * org.el (org-clean-visibility-after-subtree-move): Only fix
6378 entries that are not entirely invisible already.
6379 (org-insert-link): Respect org-link-file-path-type for
6380 "docview:" links in addition to "file:" links.
6381
6382 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6383
6384 * org-exp.el (org-export-format-source-code-or-example):
6385 Avoid additional extra white lines in LaTeX.
6386
6387 * org-list.el (org-list-parse-list): Leave empty lines after the
6388 list, don't consider them as part of the list.
6389
6390 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
6391 searches.
6392
6393 * org-clock.el (org-clock-select-task): Convert integer to
6394 character for XEmacs.
6395
6396 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6397
6398 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
6399 compatible.
6400
6401 2010-04-10 Tassilo Horn <tassilo@member.fsf.org>
6402
6403 * org.el (org-complete-tags-always-offer-all-agenda-tags):
6404 New variable.
6405 (org-set-tags): Use it.
6406
6407 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6408
6409 * org-list.el (org-empty-line-terminates-plain-lists):
6410 Update docstring.
6411
6412 * org.el (org-format-latex): Fix link creation for processed latex
6413 snippets.
6414
6415 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6416
6417 * org-footnote.el (org-footnote-normalize): Protect replacement
6418 text.
6419
6420 * org.el (org-inside-latex-macro-p): Save match data.
6421
6422 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
6423
6424 * org-docview.el: New file.
6425
6426 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6427
6428 * org-latex.el (org-export-latex-class-options): New variable.
6429 (org-export-latex-set-initial-vars): Use the class options.
6430
6431 * org.el (org-forward-same-level): Stop at headings that start
6432 with an invisible character.
6433 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
6434
6435 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6436
6437 * org-footnote.el (org-footnote-normalize): Don't take optional
6438 arguments in LaTeX macros as footnotes.
6439
6440 * org.el (org-inside-latex-macro-p): New function.
6441
6442 * org-latex.el (org-latex-to-pdf-process): Change customization
6443 group to `org-export-pdf'.
6444
6445 * org-agenda.el (org-agenda-get-blocks): Look at time string also
6446 on days after the first one.
6447
6448 * org.el (org-insert-heading): Also check for item before assuming
6449 before-first-heading condition.
6450
6451 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
6452 (org-export-pdf-logfiles): New option.
6453 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
6454 (org-export-pdf-logfiles): Fix customization type.
6455
6456 * org.el (org-insert-link): Improve error message when there is no
6457 default link to select with RET.
6458
6459 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
6460 parameter list.
6461
6462 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6463
6464 * org-latex.el (org-export-latex-parse-global)
6465 (org-export-latex-parse-content)
6466 (org-export-latex-parse-subcontent):
6467 Use `org-re-search-forward-unprotected'.
6468 (org-export-as-pdf): Remove log files produced by XeTeX.
6469
6470 * org-macs.el (org-re-search-forward-unprotected): New function.
6471
6472 2010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
6473
6474 * org-colview.el (org-agenda-colview-summarize): Sort out some
6475 confusion between properties and titles, which resulted in
6476 agenda summaries not working if a title was set for a column.
6477
6478 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6479
6480 * org-mobile.el (org-mobile-agendas): New option.
6481 (org-mobile-sumo-agenda-command): Select the right agendas.
6482
6483 * org-latex.el (org-export-latex-format-image): Preserve the
6484 original-indentation property.
6485
6486 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6487
6488 * org-clock.el (org-clock-insert-selection-line): Catch error when
6489 an old tasks no longer exists.
6490
6491 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
6492 (org-export-as-pdf): Don't remove the old PDF file before making
6493 the new one.
6494
6495 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
6496 (org-mouse-context-menu): Use `org-looking-back'.
6497
6498 * org.el (org-cycle-level): Use `org-looking-back'.
6499
6500 * org-list.el (org-cycle-item-indentation):
6501 Use `org-looking-back'.
6502
6503 * org-compat.el (org-looking-back): New function.
6504
6505 * org.el (org-insert-heading): Catch before-first-headline when
6506 inserting a headline.
6507
6508 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6509
6510 * org-latex.el (org-export-latex-format-image): Indent figure
6511 environment, so that it does not interrupt plain list.
6512
6513 * org.el (org-open-at-point): Allow long link descriptions.
6514
6515 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6516
6517 * org-html.el (org-export-as-html): Remove empty lines at the
6518 beginning of the exported text.
6519
6520 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6521
6522 * org.el (org): Remove from hypermedia group.
6523
6524 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
6525
6526 * Branch for 23.2.
6527
6528 2010-02-15 Chong Yidong <cyd@stupidchicken.com>
6529
6530 * org-freemind.el (org-freemind-from-org-mode-node)
6531 (org-freemind-from-org-mode)
6532 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
6533 Pass arg to called-interactively-p.
6534
6535 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
6536
6537 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
6538 Fix typos in docstrings.
6539
6540 2010-01-01 Juanma Barranquero <lekktu@gmail.com>
6541
6542 * org.el (org-get-outline-path, org-speed-command-help):
6543 Fix typos in error messages.
6544
6545 2009-12-14 Juri Linkov <juri@jurta.org>
6546
6547 * org-html.el (org-export-html-style-include-default):
6548 Put `safe-local-variable booleanp' on
6549 `org-export-html-style-include-default' instead of mistakenly
6550 duplicate `org-export-html-style'.
6551
6552 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
6553
6554 * org-agenda.el (org-agenda-diary-entry-in-org-file):
6555 Rebuild agenda after adding new entry.
6556
6557 * org-datetree.el (org-datetree-find-day-create): Fix regular
6558 expression.
6559
6560 * org.el (org-display-outline-path): Use a format specifier for
6561 message, to avoid problems with heading containing `%'.
6562
6563 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
6564 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
6565 (org-agenda-fix-displayed-tags): New function.
6566 (org-agenda-do-context-action): Just call
6567 `org-display-outline-path', without piping the result through
6568 `message'.
6569
6570 * org-latex.el (org-export-latex-preprocess): Protect secondary
6571 footnote references.
6572
6573 * org-indent.el (org-indent-initialize): Avoid empty strings as
6574 line prefixes.
6575
6576 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
6577 hat checking for the mark does not throw an error.
6578 (org-agenda-diary-entry-in-org-file): Catch the case that there is
6579 not `day' text property in the cursor line.
6580
6581 * org.el (org-sort-entries-or-items): Make sure that the final
6582 entry has a newline before doing the sorting.
6583
6584 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
6585 property at the beginning of the line.
6586
6587 * org.el (org-make-link-string): Don't allow a description with
6588 only white space.
6589
6590 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
6591 (org-agenda-insert-diary-as-top-level): New function.
6592 (org-agenda-add-entry-to-org-agenda-diary-file):
6593 Call `org-agenda-insert-diary-as-top-level'.
6594
6595 * org.el (org-occur-in-agenda-files): Make sure none of the
6596 buffers is narrowed.
6597 (org-activate-plain-links): Add the face property here.
6598 (org-set-font-lock-defaults): Do not add the face to plain links,
6599 the activator function does this.
6600
6601 * org-habit.el (org-is-habit-p): Add doc string.
6602
6603 * org-archive.el (org-archive-subtree-default-with-confirmation):
6604 Autoload.
6605
6606 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
6607 after match optional (happens at the end of a line...).
6608
6609 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
6610 for special blocks.
6611
6612 * org-faces.el (org-copy-face): Set lisp indentation.
6613 (org-quote, org-verse): New faces.
6614
6615 * org-agenda.el (org-agenda-remove-date): Remove variable.
6616
6617 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
6618
6619 * org-html.el (org-export-as-html): Move the home/up link into
6620 the content div.
6621
6622 * org.el (org-export-latex-packages-alist): Option definition
6623 moved here from org-latex.el.
6624
6625 * org-html.el (org-export-html-home/up-format): Add an ID to the
6626 up/home div.
6627
6628 * org-wl.el (org-wl-store-link): Handle the case that
6629 `wl-use-petname' is set.
6630
6631 * org.el (org-set-effort): Improve prompt.
6632 (org-get-outline-path): Widen to get full path.
6633 (org-compact-display-after-subtree-move): Function removed.
6634
6635 2009-11-20 Eric Schulte <schulte.eric@gmail.com>
6636
6637 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
6638 hash keys to cache and re-use images generated by the
6639 org-exp-blocks interface to ditaa and dot.
6640
6641 * org.el (org-format-latex): Latex images are now saved to files
6642 named by the sha1 hash of the latex source text avoiding
6643 regeneration of identical images.
6644
6645 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6646
6647 * org-latex.el (org-export-as-latex): Add the :drawers property.
6648
6649 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6650
6651 * org.el (org-speed-commands-user): Allow documentation headlines.
6652 (org-speed-commands-default): Organize the value of this constant
6653 with descriptive headlines.
6654 (org-print-speed-command): Output the headlines.
6655
6656 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6657
6658 * org-agenda.el (org-agenda-show-outline-path): New option.
6659 (org-agenda-do-context-action): New function.
6660 (org-agenda-next-line, org-agenda-previous-line):
6661 Use `org-agenda-do-context-action'.
6662
6663 * org.el (org-use-speed-commands): Allow function value.
6664 (org-speed-commands-default): Make headline motion safe, so that
6665 these commands always end on a headline.
6666 (org-speed-commands-default): New key `v' for `org-agenda'.
6667 (org-speed-move-safe): New function.
6668 (org-self-insert-command): Use the function value of
6669 `org-use-speed-commands'.
6670 (org-get-outline-path): Improve docstring.
6671 (org-format-outline-path): New function.
6672 (org-display-outline-path): New function.
6673
6674 2009-11-15 John Wiegley <jwiegley@gmail.com>
6675
6676 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
6677 a string, use that to find the LOGBOOK drawer.
6678
6679 2009-11-15 Glenn Morris <rgm@gnu.org>
6680
6681 * org-agenda.el (org-datetree-find-date-create)
6682 (org-habit-get-priority):
6683 * org.el (org-format-agenda-item): Fix declarations.
6684
6685 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6686
6687 * org.el (org-clone-subtree-with-time-shift): Make it work at the
6688 end of the buffer.
6689
6690 * org-mobile.el (org-mobile-write-checksums): Specify coding
6691 system.
6692 (org-mobile-timestamp-buffer): Keep local variable/mode line at
6693 beginning of buffer.
6694
6695 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
6696
6697 * org.el (org-block-todo-from-children-or-siblings-or-parent)
6698 (org-block-todo-from-checkboxes): Do not block changes to a nil
6699 TODO state.
6700
6701 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6702
6703 * org-habit.el (org-habit-parse-todo): Indicate which habit is
6704 wrongly set up in the error messages.
6705
6706 * org-colview.el (org-columns-display-here): Don't try to
6707 calculate values if the underlying property is not set.
6708 (org-columns-string-to-number): Convert age strings back into
6709 fractional days.
6710 (org-agenda-colview-summarize): Handle extended summary types
6711 properly.
6712
6713 * org-colview-xemacs.el (org-columns-display-here): Don't try to
6714 calculate values if the underlying property is not set.
6715 (org-columns-string-to-number): Convert age strings back into
6716 fractional days.
6717 (org-agenda-colview-summarize): Handle extended summary types
6718 properly.
6719
6720 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6721
6722 * org-exp.el (org-export-format-drawer-function): New variable.
6723 (org-export-format-drawer): New function.
6724 (org-export-preprocess-string): Pass the backend as a parameter to
6725 `org-export-remove-or-extract-drawers'.
6726 (org-export-remove-or-extract-drawers): New parameter BACKEND.
6727
6728 * org-protocol.el (org-protocol-char-to-string): New defsubst.
6729
6730 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6731
6732 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
6733 message when no block is selected.
6734
6735 * org-latex.el (org-export-latex-links): Check for protectedness
6736 in the last matched character, not after the match.
6737
6738 * org-datetree.el (org-datetree-find-date-create):
6739 Respect restriction when KEEP-RESTRICTION is set.
6740 (org-datetree-file-entry-under): New function.
6741 (org-datetree-cleanup): New command.
6742
6743 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
6744
6745 * org-src.el (org-edit-src-code): New optional argument context
6746 allows calling functions to avoid altering the saved window
6747 configuration.
6748 (org-edit-src-exit): Do not restore window configuration when this
6749 function is used in the context of saving the edit buffer.
6750
6751 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6752
6753 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
6754 instances to switching to with-current-buffer, because these seem
6755 to cause problems - no idea why.
6756
6757 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
6758 Require diary-lib for (diary-date-display-form).
6759
6760 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6761
6762 * org.el (org-log-reschedule, org-log-redeadline): New options.
6763 (org-log-note-headings): Add templates for rescheduling and
6764 deadline changing.
6765 (org-startup-options): Add in-buffer settings for logging changing
6766 schedule and deadline time stamps.
6767 (org-deadline, org-schedule): Check for existing date and arrange
6768 for logging if the user requests it.
6769 (org-add-log-note): Prepare proper note buffers for rescheduling
6770 and deadline changes.
6771
6772 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6773
6774 * org-agenda.el (org-agenda-diary-entry-in-org-file)
6775 (org-agenda-add-entry-to-org-agenda-diary-file)
6776 (org-agenda-insert-diary-make-new-entry): New functions.
6777 (org-agenda-diary-entry):
6778 Call `org-agenda-diary-entry-in-org-file' when appropriate.
6779
6780 * org.el (org-calendar-insert-diary-entry-key): New option.
6781 (org-agenda-diary-file): New option.
6782 ("calendar"): Install our insertion function in the calendar.
6783
6784 * org-remember.el (org-datetree): Require.
6785 (org-remember-templates): Add new positioning option.
6786 (org-remember-reference-date): New variable.
6787 (org-remember-apply-template): Store the reference date in a local
6788 variable.
6789 (org-remember-handler): Implement date tree positioning of entries.
6790
6791 * org-datetree.el: New file.
6792
6793 * org-latex.el (org-export-latex-preprocess): Protect targets in
6794 verbatim emphasis.
6795
6796 * org-html.el (org-export-as-html): Protect targets in verbatim
6797 emphasis.
6798
6799 * org-docbook.el (org-export-as-docbook): Protect targets in
6800 verbatim emphasis.
6801
6802 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6803
6804 * org-clock.el (org-show-notification): Handle messages that
6805 contain a percent character.
6806
6807 * org-remember.el (org-remember-apply-template): Turn of partial
6808 completion.
6809
6810 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
6811 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
6812
6813 * org.el (org-indent-mode): Define variable already in org.el.
6814 (org-unfontify-region): Remove line-prefix and wrap-prefix
6815 properties only if org-indent-mode is active.
6816
6817 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6818
6819 * org-icalendar.el (org-print-icalendar-entries): Save match data
6820 around call to verify function.
6821 (org-print-icalendar-entries): Add a call to the verification
6822 function.
6823
6824 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
6825 save-restrivtion' form.
6826
6827 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
6828
6829 * org-exp.el (org-export-format-source-code-or-example):
6830 Restrict scope of preserve-indentp to the let binding.
6831 (org-src): Require org-src, since org-src-preserve-indentation is used.
6832
6833 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6834
6835 * org-timer.el (org-timer-set-timer): Set variables
6836 org-timer-timer[123] correctly.
6837
6838 * org-mobile.el (org-mobile-files-alist): Make it work when
6839 `agenda-archives' is included in
6840 `org-agenda-text-search-extra-files'.
6841 (org-mobile-push): Restore agenda after mobile push.
6842
6843 2009-11-13 John Wiegley <jwiegley@gmail.com>
6844
6845 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
6846 way the amount of idle time is presented in the minibuffer.
6847
6848 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6849
6850 * org-icalendar.el (org-print-icalendar-entries):
6851 Use org-icalendar-verify-function only if non-nil.
6852
6853 * org.el (org-refile): Refile to clock only if the prefix arg is
6854 2.
6855 (org-sparse-tree): Fix docstring to be in line with prompt.
6856 (org-update-parent-todo-statistics):
6857 Call `org-after-todo-statistics-hook' on each level.
6858
6859 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6860
6861 * org-remember.el (org-remember-apply-template): Make sure the
6862 buffer exists.
6863
6864 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6865
6866 * org.el (org-tab-ind-state): New variable.
6867 (org-cycle-level): New function.
6868 (org-cycle-level-after-item/entry-creation): New option.
6869 (org-flag-subtree): New function.
6870 (org-hide-archived-subtrees): Call `org-flag-subtree'.
6871 (org-set-effort): Indexed access.
6872
6873 * org-list.el (org-cycle-item-indentation): New function.
6874
6875 * org.el (org-refile): Make prefix argument 2 refile to current
6876 clock.
6877 (org-priority): Interpret action `remove' as call to remove the
6878 priority cookie.
6879
6880 * org-remember.el (org-remember-apply-template): Don't depend on
6881 buffer name being like file name.
6882
6883 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6884
6885 * org-clock.el (org-clock-play-sound): Expand file in
6886 org-clock-sound, to allow ~ for home.
6887
6888 * org-remember.el (org-remember-handler):
6889 Set text-before-node-creation even if this already looks like a node,
6890 because the string might be needed on non-org-mode target files.
6891
6892 * org-agenda.el (org-agenda-open-link): Make this work in agenda
6893 clocktables.
6894 (org-agenda-switch-to): Follow a link at point if
6895 org-return-follows-link' is set and there is nothing else to do in
6896 this line.
6897
6898 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6899
6900 * org-colview-xemacs.el: Add in changes from org-colview.el.
6901
6902 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
6903
6904 * org-exp-blocks.el: Modify split separator regexp to avoid empty
6905 strings.
6906
6907 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6908
6909 * org-colview.el (org-columns-new): Make this work with the new
6910 operators.
6911 (org-columns-store-format): Make this work with the new operators.
6912
6913 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6914
6915 * org-src.el (org-src-preserve-indentation): Document that this
6916 variable is also used during export.
6917
6918 * org-exp.el (org-export-format-source-code-or-example):
6919 Preserve indentation if a block has a -i option, or if
6920 `org-src-preserve-indentation' is set.
6921
6922 * org-exp-blocks.el (org-export-blocks-preprocess):
6923 Preserve indentation if a block has a -i option, or if
6924 `org-src-preserve-indentation' is set.
6925
6926 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6927
6928 * org.el (org-mode-map): Define the new archiving keys.
6929 (org-speed-commands-default): Define an archiving key in the speed
6930 command map.
6931 (org-org-menu): Improve the menu structure concerning archiving.
6932
6933 * org-archive.el (org-archive-subtree-default-with-confirmation):
6934 New command.
6935
6936 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
6937 (org-agenda-menu): Add the new archiving commands to the menu.
6938 (org-agenda-archive-default)
6939 (org-agenda-archive-default-with-confirmation): New commands.
6940 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
6941 Just call `org-agenda-archive-with'.
6942 (org-agenda-archive-with): New function.
6943
6944 * org-table.el (org-table-convert-region): Inert spaces around "|"
6945 to avoid line beginnings like "|-1" which will be mistaken as
6946 hlines.
6947
6948 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6949
6950 * org.el (org-offer-links-in-entry): Return nil if there are no
6951 links, t if a link has been selected.
6952 (org-open-at-point): Open attachment directory when called in the
6953 headline and there are no links in the entry body.
6954 (org-speed-commands-default): Add "o" for open-at-point as a speed
6955 command.
6956
6957 * org-attach.el (org-attach-reveal): Optional prefix arg
6958 IF-EXISTS, which avoids creating the attachment directory if it
6959 does not yet exist.
6960
6961 * org-agenda.el (org-agenda, org-run-agenda-series):
6962 Evaluate MATCH.
6963
6964 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6965
6966 * org.el ("abbrev"): Work with abbrev tables only after they have
6967 been loaded.
6968
6969 * org-list.el (org-list-send-list): Fix bug related to match
6970 data.
6971
6972 * org-latex.el (org-export-latex-fontify): Apply verbatim
6973 emphasis.
6974 (org-export-latex-make-header): Insert \obeylines if line breaks
6975 should be preserved.
6976
6977 * org-exp.el (org-export-protect-verbatim): Add an
6978 `org-verbatim-emph' property to such text.
6979
6980 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6981
6982 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
6983 (org-print-icalendar-entries): Skip entries where the timestamp is
6984 not a deadline and not scheduled, if the user requests that.
6985
6986 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
6987 before an opening quote.
6988
6989 * org-archive.el (org-archive-subtree): Keep archive after
6990 archiving something.
6991
6992 * org-id.el (org-id-update-id-locations): Add archive files if
6993 that is required by `org-id-extra-files'.
6994
6995 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6996
6997 * org-src.el (org-src-window-setup): New option.
6998 (org-src-switch-to-buffer): New function.
6999 (org-edit-src-exit): Add optional argument CONTEXT and use it to
7000 restore window configuration.
7001 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
7002 Call `org-src-switch-to-buffer'.
7003
7004 * org.el (org-default-properties): Add STYLE property.
7005 (org-files-list): Use the function call to get the files.
7006 (org-additional-option-like-keywords): Add SETUPFILE to completion
7007 list.
7008
7009 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7010
7011 * org-table.el (org-table-convert-region): Correctly interpret
7012 quoting in csv import.
7013
7014 * org.el (org-icompleting-read): Make iswitchb completion work
7015 with lists and tables.
7016
7017 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
7018 while pushing the mobile agenda.
7019
7020 2009-11-13 John Wiegley <jwiegley@gmail.com>
7021
7022 * org-clock.el
7023 (org-clock-auto-clock-resolution): Now takes three values: nil, t
7024 and `when-no-clock-is-running'.
7025 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
7026 whether or not to resolve Org buffers on clock in.
7027
7028 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7029
7030 * org-colview.el (org-format-time-period): Function to format
7031 times in fractional days for display.
7032 (org-columns-display-here): Add support for showing a calculated
7033 value in place of the property.
7034 (org-columns): Set `org-columns-time' to the current time so time
7035 difference calculations will work.
7036 (org-columns-time): Use to store the current time when column view
7037 is displayed, so all time differences will use the same reference
7038 point.
7039 (org-columns-compile-map): There is now an extra position in each
7040 entry specifying the function to use to calculate the displayed
7041 value for the non-calculated properties in the column.
7042 (org-columns-compute-all): Set `org-columns-time' to the current
7043 time so time difference calculations will work.
7044 (org-columns-compute): Handle column operators where the values
7045 used are calculated from the underlying property.
7046 (org-columns-number-to-string): Handle the 'age' column format.
7047 (org-columns-string-to-number): Correct the function name (was
7048 org-column...). Add support for the 'age' column format.
7049 (org-columns-compile-format): Support the additional parameter in
7050 org-columns-compile-map.
7051
7052 2009-11-13 Bastien Guerry <bzg@altern.org>
7053
7054 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
7055 variable.
7056
7057 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7058
7059 * org-clock.el (org-clock-has-been-used): New variable.
7060 (org-clock-in): Set `org-clock-has-been-used'.
7061 (org-clock-save): Save only if clock data has been used or created
7062 during this session.
7063
7064 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7065
7066 * org-clock.el (org-clock-persist): New value, to store only the
7067 clock history.
7068 (org-clock-save): Don't save the clock if only the history should
7069 be stored.
7070 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
7071 when restoring a saved clock.
7072
7073 2009-11-13 John Wiegley <jwiegley@gmail.com>
7074
7075 * org-clock.el (org-clock-display, org-clock-put-overlay):
7076 Use `org-time-clock-use-fractional'.
7077
7078 * org.el (org-time-clocksum-use-fractional)
7079 (org-time-clocksum-fractional-format): Two new customizable
7080 variables which allow the user to select fractional times (1.25
7081 instead of 1:25) in the `org-clock-display' report.
7082
7083 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7084
7085 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
7086 New option.
7087
7088 * org.el (org-tag-alist): Fix customization type.
7089
7090 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7091
7092 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
7093 Make sure the regexp search can fail without throwing an error.
7094 (org-mobile-apply): Save the inbox buffer after removing
7095 successfully applied changes.
7096
7097 2009-11-13 John Wiegley <jwiegley@gmail.com>
7098
7099 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
7100 time is reported after the user comes back (but before they
7101 resolve time).
7102
7103 * org.el (org-get-repeat): Change so that this function can be
7104 called with either `org-scheduled-string' or
7105 `org-deadline-string'.
7106
7107 * org-clock.el (org-clock-auto-clock-resolution): Rename from
7108 `org-clock-disable-clock-resolution', since negatives don't sound
7109 good in customization variables.
7110 (org-clock-in): Don't use the auto-resolution logic if the user is
7111 clocking into a different task while an active clock is running.
7112 This then allows the default behavior of clocking out of the open
7113 task and then into the new task.
7114
7115 * org.el (org-modules): Made this variable more consistent, since
7116 it was referring to Org, OrgMode and Org-mode, whereas the docs
7117 for the variable always refer to Org-mode.
7118
7119 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7120
7121 * org.el (org-repeat-re): The changed org-repeat-re no longer
7122 matched simple +2d type repeaters. Fix it so it does.
7123
7124 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7125
7126 * org-latex.el (org-export-latex-preprocess): Protect the vspace
7127 macro in the VERSE environment.
7128
7129 2009-11-13 John Wiegley <jwiegley@gmail.com>
7130
7131 * org-habit.el (org-habit-get-priority): A new function that
7132 determines the relative priority of a habit, based on how long
7133 past its scheduled date it is, and how near the deadline is.
7134
7135 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
7136 using `org-habit-get-priority'.
7137
7138 * org-habit.el (org-habit-build-graph): Start displaying colors
7139 from the first scheduled date, if that date is earlier than the
7140 first completion date.
7141
7142 * org-habit.el: Changed all "color" variables to faces, and made
7143 them appropriate for light and dark backgrounds.
7144
7145 * org-habit.el (org-habit-duration-to-days): Made this function
7146 more general.
7147 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
7148
7149 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
7150 habits, since they don't use DEADLINE anymore.
7151
7152 * org.el (org-repeat-re, org-display-custom-time)
7153 (org-timestamp-change): Extend to support the new ".+N/N"
7154 syntax, used for habits.
7155
7156 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
7157 variable reference.
7158
7159 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
7160 modeline when habits are being displayed (if that module is being
7161 loaded).
7162
7163 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7164
7165 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
7166 idle time using the xscreensaver extension.
7167 (org-user-idle-seconds): Use X11 idle time if available.
7168
7169 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7170
7171 * org-agenda.el (org-agenda-next-line): New command.
7172 (org-agenda-previous-line): New commands.
7173 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
7174 New commands.
7175 (org-agenda-follow-mode): Do the follow immediately if the mode is
7176 turned on here.
7177 (previous-line, next-line): Replace keys with the corresponding
7178 org functions.
7179 (org-agenda-mode-map): Bind backspace and delete to the scrolling
7180 command.
7181
7182 * org.el (org-icompleting-read): Turn off partial completion mode
7183 for the duration of this completion round.
7184
7185 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
7186 macros in author lines and similar stuff.
7187
7188 * org.el (org-file-tags): Fix docstring.
7189 (org-get-buffer-tags): Add the #+FILETAGS tags.
7190 ("ecb"): Make ecb show context after jumping into an Org file.
7191
7192 2009-11-13 John Wiegley <johnw@newartisans.com>
7193
7194 * org-agenda.el (org-finalize-agenda): Draw habit consistency
7195 graphs after everything else in the buffer has been setup.
7196
7197 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7198
7199 * org-mobile.el (org-mobile-apply): Count success and failure.
7200
7201 * org.el (org-indent-line-function): Fix regexp replace problem.
7202
7203 2009-11-13 John Wiegley <johnw@newartisans.com>
7204
7205 * org-clock.el (org-clock-disable-clock-resolution):
7206 New customization variable that disable automatic clock resolution on
7207 clock in.
7208 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
7209 not automatically resolve anything. This is does not affect
7210 idle-time resolution, however, if `org-clock-idle-time' is set.
7211
7212 2009-11-13 John Wiegley <johnw@newartisans.com>
7213
7214 * org-habit.el: New file, which implements code to build a "habit
7215 consistency graph".
7216
7217 * org-agenda.el (org-agenda-get-deadlines)
7218 (org-agenda-get-scheduled): Display consistency graphs when
7219 outputting habits into the agenda. The graphs are always relative
7220 to the current time.
7221 (org-format-agenda-item): Add new parameter `habitp', which
7222 indicates whether we are formatting a habit or not. Do not
7223 display "extra" leading information if habitp is true.
7224
7225 * org.el (org-repeat-re): Improve regexp to include .+ and ++
7226 leaders for repeat strings.
7227 (org-get-repeat): Now takes a string parameter `tagline', so the
7228 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
7229
7230 2009-11-13 John Wiegley <johnw@newartisans.com>
7231
7232 * org-agenda.el (org-agenda-auto-exclude-function):
7233 New customization variable for allowing the user to create an "auto
7234 exclusion" filter for doing context-aware auto tag filtering.
7235 (org-agenda-filter-by-tag): Changes to support the use of
7236 `org-agenda-auto-exclude-function'. See the new manual addition.
7237
7238 2009-11-13 John Wiegley <johnw@newartisans.com>
7239
7240 * org.el (org-files-list): Don't attempt to return a file name for
7241 Org buffers which have no associated file.
7242
7243 * org-agenda.el (org-agenda-do-action): Fix a typo.
7244
7245 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7246
7247 * org-mobile.el (org-mobile-locate-entry): Interpret files
7248 relative to org-directory.
7249 (org-mobile-inbox-for-pull): Document the best location for this
7250 file.
7251 (org-mobile-check-setup): Verify `org-directory'.
7252 (org-mobile-create-index-file): Sort the files to be listed in
7253 index.org.
7254
7255 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7256
7257 * org.el (org-fast-tag-selection): Add a way to display a
7258 description for a tag group. This is done by adding a string to
7259 either the startgroup or endgroup cell.
7260
7261 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7262
7263 * org-clock.el (org-clock-resolve, org-resolve-clocks)
7264 (org-emacs-idle-seconds): Use `org-float-time' instead of
7265 `time-to-seconds'.
7266
7267 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7268
7269 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
7270 type.
7271
7272 * org.el (org-pre-cycle-hook): Document that `empty' can also be
7273 the value of ARG when doing local cycling.
7274
7275 2009-11-13 John Wiegley <johnw@newartisans.com>
7276
7277 * org-clock.el (org-clock-resolve-clock): If keeping or
7278 subtracting time results in a clock out at a time in the past, and
7279 if the resolution occurred due to idleness or invoking `M-x
7280 org-resolve-clocks', remember that past moment in time. On the
7281 next clock in, the user will be prompted to see if they want to
7282 back-date their new clock to then.
7283 (org-clock-resolve): Do not jump the user to the location of a
7284 dangling clock if the resolution is occurring due to an idle
7285 timeout. In that case there is typically only one dangling clock,
7286 the active one, and there is no value gained by shuffling their
7287 windows around to show it to them. Being prompted to resolve an
7288 idle clock should be as inobtrusive as possible.
7289 (org-resolve-clocks-if-idle): New function that resolves only the
7290 currently active clock if the user has exceeded the time returned
7291 by `org-user-idle-seconds', based on the value of
7292 `org-clock-idle-time'.
7293 (org-clock-in): If, after resolving clocks, (???)
7294 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
7295
7296 * org-clock.el (org-clock-resolve-clock): New function that
7297 resolves a clock to a specific time, closing or resuming as need
7298 be, and possibly even starting a new clock.
7299 (org-clock-resolve): New function used by `org-resolve-clocks'
7300 that sets up for the call to `org-clock-resolve-clock'.
7301 It determines the time to resolve to based on a single-character
7302 selection from the user to either keep time, subtract away time or
7303 cancel the clock.
7304 (org-resolve-clocks): New user command which resolves dangling
7305 clocks -- that is, open but not active -- anywhere in the file
7306 list returned by `org-files-list'.
7307 (org-clock-in): Automatically resolve dangling clocks whenever a
7308 user clocks in.
7309 (org-clock-cancel): If the user cancels the solely clock in a
7310 LOGBOOK, remove the empty drawer.
7311
7312 * org-clock.el (org-clock-idle-time): New user customizable option
7313 for detecting whether the user has left a clock idle. Note: it is
7314 only used in this commit to test whether it's worthwhile to check
7315 OS X to get the Mac user's current idle time. If the Emacs idle
7316 time is less than the value, the user hasn't been away long enough
7317 to be worth checking (a more expensive test than just getting
7318 Emacs idle time).
7319 (org-user-idle-seconds, org-mac-idle-seconds)
7320 (org-emacs-idle-seconds): This three functions, in conjunction
7321 with the user customization variable `org-clock-idle-time', return
7322 the number of seconds (as a floating point) that the user has been
7323 away from their Emacs (or, if running on OS X, their computer).
7324
7325 * org-clock.el (org-find-open-clocks): New function that returns a
7326 list of all open clocks in the given FILE. Note that each clock
7327 it returns is a cons cell of the format (MARKER . START-TIME).
7328 This "clock" value is used by several of the new clock module
7329 utility functions.
7330 (org-is-active-clock): New inline function which tests whether the
7331 given clock value is the same as the currently active clock.
7332 Returns non-nil if this is the case.
7333 (org-with-clock-position): New macro that evaluates FORMS with
7334 point in the buffer and at the position of the given clock.
7335 Changes to the current clock are global.
7336 (org-with-clock): New macro that evaluates FORMS with point in the
7337 buffer and at the position of the given clock. However, changes
7338 to the current clock are local and have no effect on the user's
7339 active clock. This allows, for example, far any clock to be
7340 cancelled without cancelling the active clock.
7341 (org-clock-clock-in): New inline function that switches the active
7342 clock to the given clock. If either the argument RESUME, or the
7343 global `org-clock-in-resume', are non-nil, it will resume a clock
7344 that was previously left open.
7345 (org-clock-clock-out): New inline function that clocks out the
7346 given clock value without affecting the currently active clock.
7347 (org-clock-clock-cancel): New inline function that cancels the
7348 given clock value without affecting the currently active clock.
7349
7350 * org-clock.el (org-clock-in): Before creating
7351 `org-clock-mode-line-timer', check to make sure an older timer is
7352 not currently running.
7353 (org-clock-out): Accept new third parameter `at-time', which
7354 permits a clock to be clocked out at a specific time. Note that
7355 no attempt is made to verify that the clock out time is later than
7356 the clock in time.
7357
7358 * org.el (org-files-list): New utility function for returning a
7359 list of all open org-mode buffers, plus all files used to build
7360 the agenda buffer. Note that not all the files will necessarily
7361 be visited by a buffer at time of call.
7362 (org-entry-beginning-position): Like the function
7363 `line-beginning-position', this inline function returns the
7364 beginning position of the current heading/entry.
7365 (org-entry-end-position): Like the function `line-end-position',
7366 this inline function returns the end position of the current
7367 heading/entry.
7368
7369 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7370
7371 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
7372 a header line.
7373
7374 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7375
7376 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
7377
7378 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7379
7380 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
7381 entries that have no tags.
7382 (org-agenda-search-view): New customize group.
7383 (org-agenda-search-view-search-words-only): New option.
7384 (org-search-view): Implement substring search.
7385
7386 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7387
7388 * org.el (org-outline-level): Add doc string.
7389
7390 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7391
7392 * org-inlinetask.el (org-inlinetask-export): Re-introduce
7393 variable.
7394 (org-inlinetask-export-handler): Only export inline task if the
7395 user option calls for it.
7396
7397 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7398
7399 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
7400 END if present.
7401
7402 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7403
7404 * org-latex.el (org-export-latex-tables): Don't format in
7405 protected regions.
7406
7407 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7408
7409 * org-src.el (org-edit-src-code)
7410 (org-edit-src-find-region-and-lang, org-edit-src-exit):
7411 Handle macro editing.
7412
7413 * org-agenda.el (org-prefix-category-max-length): New variable.
7414 (org-format-agenda-item): Use `org-prefix-category-max-length'.
7415 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
7416
7417 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7418
7419 * org-mobile.el (org-mobile-create-index-file): Improve the
7420 listing of tags and todo keywords.
7421
7422 * org-latex.el (org-export-latex-format-image): New function.
7423 (org-export-latex-links): Use `org-export-latex-format-image'.
7424
7425 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7426
7427 * org-inlinetask.el (org-inlinetask-get-current-indentation)
7428 (org-inlinetask-remove-terminator): New functions.
7429 (org-inlinetask-export-handler): Terminate the description list.
7430
7431 * org-exp.el (org-export-select-backend-specific-text): Remove the
7432 region markers.
7433
7434 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
7435 tasks without content.
7436
7437 * org-clock.el: Make sure the clock-in target position does not
7438 move to a different node by widening the buffer.
7439
7440 * org-html.el (org-export-html-format-image): Wrap image into
7441 figure div only when there is a caption.
7442
7443 * org-archive.el (org-archive-mark-done): Change default value to
7444 nil.
7445
7446 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7447
7448 * org.el (org-context): Call `bobp', not `eobp'.
7449
7450 * org-clock.el (org-clock-cancel): Remove quotes from marker
7451 variables.
7452
7453 * org.el (org-read-date-prefer-future): New allowed value `time'.
7454 (org-read-date-analyze): Shift day to tomorrow depending on time
7455 entered and value of `org-read-date-prefer-future'.
7456
7457 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7458
7459 * org.el (org-version, org-get-refile-targets, org-refile)
7460 (org-store-log-note, org-diary-to-ical-string)
7461 (org-speedbar-set-agenda-restriction):
7462 * org-publish.el (org-publish-find-title):
7463 * org-plot.el (org-plot/gnuplot):
7464 * org-mouse.el (org-mouse-do-remotely):
7465 * org-mobile.el (org-mobile-move-capture):
7466 * org-mac-message.el (org-mac-message-insert-flagged):
7467 * org-latex.el (org-replace-region-by-latex):
7468 * org-docbook.el (org-replace-region-by-docbook):
7469 * org-clock.el (org-clock-out, org-clock-cancel):
7470 * org-bibtex.el (org-execute-file-search-in-bibtex):
7471 Use with-current-buffer.
7472
7473 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7474
7475 * org.el (org-directory, org-map-entries):
7476 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
7477
7478 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7479
7480 * org.el (org-set-tags-to): New command.
7481
7482 * org-latex.el (org-export-latex-set-initial-vars): Also check in
7483 the plist.
7484
7485 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
7486 keyword.
7487
7488 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
7489
7490 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7491
7492 * org-inlinetask.el (org-inlinetask-export): Option removed.
7493 (org-inlinetask-export-handler): Better export.
7494
7495 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
7496 (org-export-as-xoxo): Run the new hook.
7497
7498 * org-html.el (org-export-html-final-hook): New hook.
7499 (org-export-as-html): Run the new hook.
7500
7501 * org-docbook.el (org-export-docbook-final-hook): New hook.
7502 (org-export-as-docbook): Run the new hook.
7503
7504 * org-ascii.el (org-export-ascii-final-hook): New hook.
7505 (org-export-as-ascii): Run the new hook.
7506
7507 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
7508 space character as the character before the ^/_.
7509 (org-export-latex-final-hook): New hook.
7510 (org-export-as-latex): Run `org-export-latex-final-hook'.
7511
7512 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7513
7514 * org-macs.el (org-if-unprotected-at): Fix docstring.
7515
7516 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
7517 text in the prefix (if category is a link).
7518
7519 * org-latex.el (org-export-latex-preprocess): Deal properly with
7520 empty lines in verse environments.
7521
7522 * org.el (org-format-latex-header): Inline fullpage.sty.
7523
7524 * org-footnote.el (org-footnote-create-definition): Reveal context
7525 to add a new footnote definition.
7526
7527 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
7528 org-table-recalculate when cursor is in TBLFM line.
7529
7530 * org-list.el (org-renumber-ordered-list): Fix cursor position
7531 when bullet length has changed.
7532
7533 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7534
7535 * org.el (org-format-latex): Mention `org-format-latex-options' in
7536 the docstring.
7537
7538 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7539
7540 * org.el (org-agenda-get): New function.
7541
7542 * org-agenda.el (org-agenda-post-command-hook): No longer move
7543 point away from end of line.
7544 (org-agenda-add-entry-text, org-agenda-collect-markers)
7545 (org-finalize-agenda, org-agenda-mark-clocking-task)
7546 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
7547 (org-agenda-entry-text-show, org-agenda-highlight-todo)
7548 (org-agenda-compare-effort, org-agenda-filter-apply)
7549 (org-agenda-later, org-agenda-change-time-span)
7550 (org-agenda-post-command-hook, org-agenda-show-priority)
7551 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
7552 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
7553 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
7554 (org-agenda-open-link, org-agenda-copy-local-variable)
7555 (org-agenda-switch-to, org-agenda-check-no-diary)
7556 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
7557 (org-agenda-add-note, org-agenda-change-all-lines)
7558 (org-agenda-priority, org-agenda-set-tags)
7559 (org-agenda-set-property, org-agenda-set-effort)
7560 (org-agenda-toggle-archive-tag, org-agenda-date-later)
7561 (org-agenda-show-new-time, org-agenda-date-prompt)
7562 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
7563 (org-agenda-clock-in, org-agenda-bulk-mark)
7564 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
7565 Use `org-get-at-bol'.
7566
7567 * org-colview.el (org-columns-display-here)
7568 (org-columns-edit-allowed, org-agenda-columns):
7569 Use `org-get-at-bol'.
7570
7571 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7572
7573 * org.el (org-special-ctrl-a/e): Improve documentation and
7574 customize type.
7575 (org-end-of-line): Don't jump to after the ellipsis.
7576 (org-mode-map): Bind <home> and <end> as well.
7577
7578 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7579
7580 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
7581 space after #+ as comments.
7582 (org-open-at-point): Run `org-follow-link-hook' always.
7583
7584 * org-latex.el (org-export-latex-emph-format): Use better commands
7585 to insert special characters in verbatim snippets.
7586
7587 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7588
7589 * org-faces.el (org-copy-face): New function. Use it to create
7590 various faces formerly created by using `copy-face'.
7591
7592 * org-agenda.el (org-prepare-agenda): Don't officially mark this
7593 window dedicated.
7594 (org-agenda-quit): Kill the frame containing the agenda window if
7595 that frame was created for the agenda.
7596
7597 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7598
7599 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
7600 stamp in the agenda.
7601
7602 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7603
7604 * org-agenda.el (org-prepare-agenda):
7605 Reset `org-drawers-for-agenda'.
7606 (org-prepare-agenda): Uniquify list of drawers.
7607
7608 * org.el (org-complex-heading-regexp-format): New variable.
7609 (org-set-regexps-and-options):
7610 Define `org-complex-heading-regexp-format'.
7611 (org-drawers-for-agenda): New variable.
7612 (org-map-entries): Bind `org-drawers-for-agenda'.
7613 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
7614
7615 * org-remember.el (org-go-to-remember-target)
7616 (org-remember-handler): Use `org-complex-heading-regexp-format'.
7617
7618 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7619
7620 * org-agenda.el (org-agenda-highlight-todo): Fix text property
7621 problem.
7622
7623 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
7624 always with `invisible-ok'.
7625 (org-store-link): No error when there is nothing to link to in the
7626 agenda.
7627
7628 * org-list.el (org-update-checkbox-count): Insert changed cookie
7629 before the old, to avoid problems with invisibility at the end of
7630 the line.
7631 (org-update-checkbox-count): Insert changed cookie before the old,
7632 to avoid problems with invisibility at the end of the line.
7633
7634 * org.el (org-sort-entries-or-items): Include the final newline.
7635 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
7636 lines for fontification.
7637 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
7638 (org-prepare-dblock): Store the current indentation of the BEGIN
7639 line.
7640 (org-update-dblock): Apply the indentation of the begin line to
7641 the rest of the block.
7642 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
7643 (org-startup-folded): New allowed value `showeverything'.
7644 (org-startup-options): Add STARTUP keyword `showeverything'.
7645 (org-set-startup-visibility): Respect value `showeverything' in
7646 org-startup-folded.
7647
7648 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7649
7650 * org.el (org-closest-date): Fix issue with past preference.
7651
7652 * org-archive.el (org-archive-set-tag)
7653 (org-archive-subtree-default): New commands.
7654
7655 * org-clock.el (org-clock-clocktable-default-properties):
7656 New option.
7657 (org-clock-report):
7658 Use `org-clock-clocktable-default-properties'.
7659
7660 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7661
7662 * org.el (org-iswitchb-completing-read): Fix typo.
7663
7664 * org-crypt.el: New file.
7665
7666 * org.el: Add an entry for org-crypt.
7667
7668 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7669
7670 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
7671 consistency.
7672 (org-batch-store-agenda-views): New function.
7673 (org-agenda-title-append): Define variable.
7674 (org-write-agenda): New export to Org files.
7675 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
7676 (org-agenda): Allow to keep the restricted file list if a special
7677 variable is bound to t.
7678 (org-agenda): Define a special agenda view for working on flagged
7679 entries.
7680 (org-agenda-get-restriction-and-command): List the new agenda
7681 view.
7682 (org-agenda-show-the-flagging-note): New command.
7683 (org-agenda-mode-map): New key `?' for looking at the flagging
7684 note.
7685
7686 * org.el (org-autoload): Autoload org-mobile.el.
7687 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
7688
7689 * org-mobile.el: New file.
7690
7691 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
7692
7693 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7694
7695 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
7696 statements.
7697 (org-table-get-remote-range): Match indented #+TBLNAME
7698 statements.
7699
7700 * org.el (org-convert-to-odd-levels)
7701 (org-convert-to-oddeven-levels): Work also correctly if the file
7702 is in outline-mode.
7703
7704 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7705
7706 * org.el (org-store-link): When in agenda buffer, link to
7707 referenced entry.
7708 (org-add-planning-info): Remove spaces at eol.
7709
7710 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
7711 property.
7712
7713 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7714
7715 * org-latex.el (org-export-latex-first-lines): Fix problem with
7716 LaTeX export of first line and selected subtree.
7717
7718 * org.el (org-shifttab): Interpret arg differently when using only
7719 odd levels.
7720
7721 2009-10-01 Bastien Guerry <bzg@altern.org>
7722
7723 * org.el (org-check-agenda-file): Use a more explicit message.
7724
7725 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7726
7727 * org-exp.el (org-export-remove-special-table-lines): Don't remove
7728 normal lines.
7729
7730 2009-10-01 Bastien Guerry <bzg@altern.org>
7731
7732 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
7733 prompt in the temporary window.
7734
7735 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
7736 prefix for marked entries in the agenda view.
7737
7738 2009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
7739
7740 * org.el (outline-end-of-subtree): Bugfix: advise this function in
7741 a way that prevents any trailing character from being displayed.
7742
7743 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7744
7745 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
7746 menu.
7747
7748 * org-exp.el (org-export-remove-special-table-lines): Remove bad
7749 slow regexp match.
7750
7751 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7752
7753 * org-latex.el (org-export-latex-preprocess): Do not protect in
7754 the LaTeX header.
7755
7756 * org-src.el (org-edit-src-save): Save window setup while saving.
7757 (org-edit-src-code): Use new buffer name construction scheme.
7758
7759 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7760
7761 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
7762 New variable.
7763 (org-agenda-entry-text-cleanup-hook): New hook.
7764 (org-agenda-get-some-entry-text): Remove matches of
7765 `org-agenda-entry-text-exclude-regexps' and run the hook
7766 `org-agenda-entry-text-cleanup-hook'.
7767
7768 * org.el (org-offer-links-in-entry): New argument ZERO to
7769 implement a link with index zero.
7770 (org-cycle-show-empty-lines): Not keep empty line under header
7771 hidden.
7772 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
7773 to nil for special completion.
7774 (org-store-link): Don't error before the first heading.
7775
7776 * org-agenda.el (org-agenda-open-link): Pass the prefix to
7777 `org-offer-links-in-entry'.
7778
7779 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7780
7781 * org-agenda.el (org-agenda-quit): Provide the window argument for
7782 `window-dedicated-p', Emacs 22 needs it.
7783 (org-format-agenda-item): If the category is a link, arrange for
7784 invisible text to replaced with spaces.
7785 (org-compile-prefix-format): Add the extra space.
7786 (org-prefix-category-length): New variable.
7787
7788 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
7789 references from TOC lines.
7790
7791 * org.el (org-selected-window): New variable.
7792
7793 * org-table.el (org-table-edit-formulas): Remember the selected
7794 window.
7795 (org-table-fedit-finish, org-table-fedit-abort): Select the window
7796 that was originally selected.
7797
7798 * org-exp.el (org-export-preprocess-apply-macros): Scan the
7799 expansion of a macro for more macro definitions.
7800
7801 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
7802 invisibility overlay starts on the newline.
7803
7804 2009-10-01 Glenn Morris <rgm@gnu.org>
7805
7806 * org-agenda.el (calendar-check-holidays):
7807 * org-exp.el (org-agenda-skip):
7808 * org-list.el (outline-back-to-heading):
7809 * org-wl.el (wl-summary-goto-folder-subr):
7810 * org.el (iswitchb-mode, remember, remember-buffer-desc)
7811 (remember-finalize, remember-save-after-remembering, remember-register)
7812 (remember-buffer, remember-handler-functions)
7813 (remember-annotation-functions): Remove unused declarations.
7814
7815 * org.el (iswitchb-read-buffer): Fix declaration.
7816
7817 2009-09-30 Glenn Morris <rgm@gnu.org>
7818
7819 * org-compat.el (w32-focus-frame):
7820 * org-exp-blocks.el (R):
7821 * org-exp.el (htmlize-buffer):
7822 * org-protocol.el (server-edit):
7823 * org-table.el (org-format-org-table-html):
7824 * org.el (org-indent-mode): Fix declarations.
7825
7826 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
7827 free variable `fun'.
7828
7829 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7830
7831 * org-agenda.el (org-agenda-restore-windows-after-quit):
7832 Fix typo in docstring.
7833
7834 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7835
7836 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
7837 (org-shiftselect-error, org-ctrl-c-ctrl-c):
7838 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
7839 * org-attach.el (org-attach-check-absolute-path):
7840 * org-docbook.el (org-export-as-docbook):
7841 * org-html.el (org-export-as-html):
7842 * org-id.el (org-id-update-id-locations):
7843 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
7844 Fix typos in error messages.
7845
7846 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7847
7848 * org-ascii.el: Require CL for the `loop' macro.
7849
7850 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
7851
7852 * org-gnus.el (require): Wrap (require gnus-sum) into
7853 eval-when-compile.
7854
7855 2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
7856
7857 * org-protocol.el (org-protocol-store-link)
7858 (org-protocol-remember, org-protocol-open-source): Remove autoload
7859 cookies again.
7860
7861 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
7862 referencing the start of the line.
7863
7864 * org-gnus.el: Remove unnecessary declare-function forms.
7865 (gnus-sum): Always require gnus-sum.
7866
7867 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7868
7869 * org-protocol.el (org-protocol-store-link)
7870 (org-protocol-remember, org-protocol-open-source): Add autoloads.
7871
7872 * org-compat.el (org-float-time): New function.
7873
7874 * org.el (org-clock-update-time-maybe)
7875 (org-sort-entries-or-items, org-do-sort)
7876 (org-evaluate-time-range, org-time-string-to-seconds)
7877 (org-closed-in-range): Use `org-float-time'.
7878
7879 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
7880 (org-timer-seconds): Use `org-float-time'.
7881
7882 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
7883 (org-clock-sum, org-dblock-write:clocktable)
7884 (org-clocktable-steps): Use `org-float-time'.
7885
7886 * org-agenda.el (org-agenda-last-marker-time)
7887 (org-agenda-new-marker, org-diary): Use `org-float-time'.
7888
7889 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
7890 function.
7891
7892 * org-exp.el (org-get-file-contents): Only protect lines that
7893 really need it.
7894
7895 * org-html.el (require): Require cl for compilation.
7896
7897 * org.el: Avoid using `default-major-mode'.
7898
7899 * org-plot.el (require): Require CL only at compile time.
7900
7901 * org-exp.el (require): Require CL only at compile time.
7902
7903 * org-agenda.el (org-agenda-quit): When the agenda window is
7904 dedicated, remove other windows before exiting, so that the frame
7905 really will be killed.
7906
7907 * org-exp.el (org-export-handle-include-files): Reset START and
7908 END for each loop cycle.
7909
7910 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7911
7912 * org.el (org-eval-in-calendar):
7913 Use `org-select-frame-set-input-focus'.
7914
7915 * org-compat.el (org-select-frame-set-input-focus): New function.
7916
7917 * org.el (org-update-statistics-cookies): New function.
7918 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
7919
7920 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7921
7922 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
7923 after the local variables are set.
7924
7925 * org-latex.el (org-export-latex-protect-amp): New function.
7926 (org-export-latex-links): Protect link ampersands in tables.
7927
7928 * org-exp.el (org-export-select-backend-specific-text): Match in
7929 two steps, to avoid regexp problems.
7930
7931 * org.el (org-offer-links-in-entry): Improve working with many and
7932 duplicate links.
7933
7934 * org-agenda.el (org-agenda-show-1): Make more consistent with
7935 normal cycling.
7936 (org-agenda-cycle-show): Make more consistent with normal cycling.
7937
7938 * org-gnus.el (org-gnus-store-link): Restore the linking to a
7939 website.
7940
7941 2009-09-02 Bastien Guerry <bzg@altern.org>
7942
7943 * org-latex.el (org-export-latex-first-lines): Bugfix.
7944
7945 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7946
7947 * org-clock.el (org-clock-modify-effort-estimate): Emit message
7948 about new effort.
7949
7950 * org.el (org-set-effort): New function.
7951 (org-mode-map): New key for effort setting command.
7952
7953 * org-agenda.el (org-agenda): Keep window setup when calling
7954 agenda from within agenda window.
7955 (org-agenda-mode-map): New keys for effort setting commands.
7956 (org-agenda-menu): Add effort setting commands to menu.
7957 (org-agenda-set-property, org-agenda-set-effort): New functions.
7958
7959 * org-latex.el (org-export-latex-tables):
7960 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
7961 the first column has been removed.
7962
7963 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7964
7965 * org.el (org-remove-timestamp-with-keyword): Only remove in
7966 entry, not in subtree.
7967
7968 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
7969 emacs lisp.
7970
7971 * org.el (org-open-at-point): When on headline, offer all strings
7972 in entry.
7973
7974 * org-remember.el (org-remember-templates): Documentation fix.
7975
7976 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
7977 `org-get-last-sibling' instead of the outline versions of these
7978 functions.
7979 (org-get-last-sibling): New function.
7980 (org-refile): Use `org-get-next-sibling' instead of the outline
7981 version of this function.
7982 (org-clean-visibility-after-subtree-move):
7983 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
7984 outline versions of these functions.
7985
7986 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7987
7988 * org-agenda.el (org-prepare-agenda): When creating a new frame
7989 for the agenda, make the window dedicated.
7990
7991 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
7992
7993 * org-table.el (org-table-align): Change the order of reinsertion
7994 and deletion, to avoid problems with overlays following the table.
7995
7996 * org.el (org-parse-time-string): Better error message.
7997 (org-show-subtree): Use org-end-of-subtree.
7998
7999 * org-macs.el (org-goto-line): New defsubst.
8000
8001 * org.el (org-open-file, org-change-tag-in-region)
8002 (org-fast-tag-show-exit): Don't use `goto-line'.
8003
8004 * org-table.el (org-table-align, org-table-insert-column)
8005 (org-table-delete-column, org-table-move-column)
8006 (org-table-sort-lines, org-table-copy-region)
8007 (org-table-paste-rectangle, org-table-wrap-region)
8008 (org-table-get-specials, org-table-rotate-recalc-marks)
8009 (org-table-get-range, org-table-recalculate)
8010 (org-table-edit-formulas, org-table-fedit-convert-buffer)
8011 (org-table-show-reference, org-table-highlight-rectangle):
8012 Don't use `goto-line'.
8013
8014 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
8015 (org-edit-src-exit): Don't use `goto-line'.
8016
8017 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
8018
8019 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
8020 Don't use `goto-line'.
8021
8022 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
8023
8024 * org-colview.el (org-columns, org-columns-redo)
8025 (org-agenda-columns): Don't use `goto-line'.
8026
8027 * org-colview-xemacs.el (org-columns, org-agenda-columns):
8028 Don't use `goto-line'.
8029
8030 * org-agenda.el (org-agenda-mode): Force visual line motion off.
8031 (org-agenda-add-entry-text-maxlines): Improve docstring.
8032 (org-agenda-start-with-entry-text-mode): New option.
8033 (org-agenda-entry-text-maxlines): New option.
8034 (org-agenda-entry-text-mode): New variable.
8035 (org-agenda-mode): Set initial value of
8036 `org-agenda-entry-text-mode'.
8037 (org-agenda-mode-map): Add the `E' key.
8038 (org-agenda-menu): Add entry text mode to the menu.
8039 (org-agenda-get-some-entry-text): Fix line count bug.
8040 (org-finalize-agenda): Apply entry text mode if appropriate.
8041 (org-agenda-entry-text-show-here): New function.
8042 (org-agenda-entry-text-show): New function.
8043 (org-agenda-entry-text-hide): New function.
8044 (org-agenda-view-mode-dispatch): Add entry text mode to the view
8045 key menu.
8046 (org-agenda-entry-text-mode): New command.
8047 (org-agenda-set-mode-name): Add entry text mode to the mode line
8048 string.
8049 (org-agenda-undo, org-agenda-get-restriction-and-command)
8050 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
8051 `goto-line'.
8052
8053 2009-09-02 Bernt Hansen <bernt@norang.ca>
8054
8055 * org-clock.el (org-notify): Bugfix.
8056
8057 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8058
8059 * org-agenda.el (org-agenda-open-link): Handle multiple links and
8060 check for after-string.
8061
8062 * org-gnus.el (org-gnus-store-link): Simplify.
8063
8064 * org.el (org-latex-regexps): Don't add extra empty lines for
8065 display formulas.
8066
8067 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8068
8069 * org-agenda.el (org-agenda-get-some-entry-text): New function.
8070 (org-agenda-add-entry-text):
8071 Use `org-agenda-get-some-entry-text'.
8072
8073 * org.el (org-cycle-separator-lines): Update docstring.
8074 (org-cycle-show-empty-lines): Handle negative values for
8075 `org-cycle-show-empty-lines'.
8076
8077 * org-exp.el (org-export-protect-sub-super): New function.
8078 (org-export-normalize-links): Protect the url of plain links from
8079 supscript and superscript processing.
8080
8081 * org-remember.el (org-remember-escaped-%): New function.
8082 (org-remember-apply-template): Use `org-remember-escaped-%' to
8083 detect escaped % signs.
8084
8085 2009-09-02 Bastien Guerry <bzg@altern.org>
8086
8087 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
8088 sound when showing the notification.
8089
8090 * org-clock.el (org-notify): New function.
8091 (org-clock-notify-once-if-expired): Use `org-notify'.
8092
8093 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
8094 and `gnus-article-mode' separately.
8095 (gnus-summary-article-header): Fix the declare-function.
8096
8097 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8098
8099 * org-exp.el (org-export-format-source-code-or-example):
8100 Translate language.
8101
8102 * org-src.el (org-src-lang-modes): New variable.
8103 (org-edit-src-code): Translate language.
8104
8105 * org-exp.el (org-export-format-source-code-or-example): Deal wit
8106 the new structure of the `org-export-latex-listings-langs'
8107 variable.
8108
8109 * org-latex.el (org-export-latex-listings-langs): Change structure
8110 of the variable from plist to alist.
8111
8112 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8113
8114 * org.el (org-in-commented-line): New function.
8115
8116 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8117
8118 * org.el (org-hide-block-toggle): Make folded blocks searchable.
8119
8120 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
8121
8122 * org.el (org-flag-drawer): More useful error.
8123
8124 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8125
8126 * org-remember.el (org-remember-apply-template):
8127 Use org-icompleting-read.
8128
8129 * org-publish.el (org-publish): Use org-icompleting-read.
8130
8131 * org-colview.el (org-columns-edit-value, org-columns-new)
8132 (org-insert-columns-dblock): Use org-icompleting-read.
8133
8134 * org-colview-xemacs.el (org-columns-edit-value)
8135 (org-columns-new, org-insert-columns-dblock):
8136 Use org-icompleting-read.
8137
8138 * org-attach.el (org-attach-delete-one, org-attach-open):
8139 Use org-icompleting-read.
8140
8141 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8142
8143 * org.el (org-hierarchical-todo-statistics): Improve docstring.
8144 (org-version): Return the version text.
8145 (org-org-menu): Add a menu entry for the new bug reporter.
8146 (org-submit-bug-report): New command.
8147
8148 * org-list.el (org-hierarchical-checkbox-statistics):
8149 Improve docstring.
8150
8151 * org.el (org-emphasis-regexp-components): Add "`" to set of
8152 pre-emphasis characters.
8153
8154 * org-latex.el (org-export-latex-classes): Always include the soul
8155 package.
8156 (org-export-latex-emphasis-alist): Use \st for strikethough.
8157
8158 * org-exp-blocks.el (org-export-blocks-preprocess):
8159 Use `indent-code-rigidly' to indent.
8160
8161 * org-agenda.el (org-agenda-get-restriction-and-command):
8162 Remove properties only if MATCH really is a string.
8163
8164 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8165
8166 * org-latex.el (org-export-latex-packages-alist):
8167 Fix customization type.
8168
8169 * org.el (org-create-formula-image): Also use
8170 `org-export-latex-packages-alist'.
8171
8172 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
8173 (org-export-as-html): Format footnotes correctly.
8174
8175 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8176
8177 * org.el (org-fast-tag-selection): Avoid text properties on tags
8178 in the alist.
8179
8180 * org-agenda.el (org-agenda-get-restriction-and-command):
8181 Avoid text properties on the match element.
8182
8183 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8184
8185 * org.el (org-set-regexps-and-options): Make sure the list of done
8186 keywords is not invalid.
8187
8188 * org-exp.el (org-export-interpolate-newlines): New function.
8189
8190 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8191
8192 * org.el (org-format-latex): Avoid nested overlays.
8193
8194 * org-latex.el (org-export-latex-listings-langs): Add a few more
8195 languages.
8196
8197 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
8198 ignore newlines and space before the first macro argument.
8199
8200 * org-latex.el (org-export-latex-tables): Remove save-excursion
8201 around `org-table-align'.
8202
8203 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8204
8205 * org.el (org-export-html-special-string-regexps):
8206 Definition moved into org.el.
8207
8208 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
8209 in macro calls.
8210
8211 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8212
8213 * org-latex.el (org-export-latex-listings)
8214 (org-export-latex-listings-langs): New options.
8215
8216 * org-exp.el (org-export-format-source-code-or-example):
8217 Use listing package if requested by the user.
8218
8219 2009-09-02 Bastien Guerry <bzg@altern.org>
8220
8221 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
8222 command before actually switching to a buffer.
8223
8224 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8225
8226 * org-exp.el (org-get-file-contents): Only quote org lines when
8227 the markup is src or example.
8228
8229 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
8230 New option.
8231 (org-agenda-get-day-entries): Remember deadline results and pass
8232 them on into the function getting the scheduling information.
8233 (org-agenda-get-scheduled): Accept deadline results as parameters
8234 and maybe skip some entries.
8235 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
8236
8237 * org.el (org-insert-heading): When respecting content, do not
8238 convert current line to headline.
8239
8240 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
8241 Also cheeeeeck the hd marker.
8242 (org-clock-in): Also set the hd marker.
8243 (org-clock-out): Also set the hd marker.
8244 (org-clock-cancel): Reset markers.
8245
8246 * org.el (org-clock-hd-marker): New marker.
8247
8248 * org-faces.el (org-agenda-clocking): New face.
8249
8250 * org-agenda.el (org-agenda-mark-clocking-task): New function.
8251 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
8252
8253 * org.el (org-modules): Add org-track.el.
8254
8255 * org-agenda.el (org-agenda-bulk-marked-p): New function.
8256 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
8257 Use `org-agenda-bulk-marked-p'.
8258 (org-agenda-bulk-toggle): New command.
8259
8260 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8261
8262 * org.el (org-move-subtree-down): Hide subtree if it was folded,
8263 not just the body.
8264
8265 * org-remember.el (org-remember-finalize): Avoid buffer-modified
8266 messages.
8267
8268 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * org-html.el (org-export-as-html):
8271 * org-docbook.el (org-export-as-docbook):
8272 Use (default-value 'major-mode) instead of default-major-mode.
8273
8274 2009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
8275
8276 * org-docbook.el: Add arch-tag.
8277
8278 * org-exp-blocks.el: Add arch-tag.
8279
8280 * org-id.el: Add arch-tag.
8281
8282 * org-indent.el: Add arch-tag.
8283
8284 * org-inlinetask.el: Add arch-tag.
8285
8286 * org-protocol.el: Add arch-tag.
8287
8288 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8289
8290 * org.el (org-create-formula-image): Remove the -E option for
8291 dvipng.
8292
8293 * org-exp.el (org-default-export-plist): Respect #+BIND.
8294 (org-export-confirm-letbind): New function.
8295
8296 * org.el (org-paste-subtree): Test the kill ring entry if it is
8297 going to be used.
8298 (org-copy-subtree): Use `org-forward-same-level'.
8299 (org-forward-same-level): Respect the `invisibe-ok' arg for
8300 back-to-heading.
8301
8302 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8303
8304 * org.el (org-table-map-tables): Make sure cursor is back at table
8305 beginning after funcall.
8306
8307 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
8308 handled before children, and do not error if an entry is not
8309 found, probably because it hase been remove when the parent was
8310 archived or refiled.
8311
8312 * org.el (org-ido-completing-read): Accept straight lists for
8313 completion as well as alists.
8314
8315 * org-timer.el (org-timer-cancel-timers): Rename from
8316 `org-timer-cancel-timers'.
8317
8318 * org.el (org-cycle-internal-local): Fix problem with finding next
8319 invisible line.
8320
8321 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8322
8323 * org-list.el (org-list-send-list):
8324 Call `org-list-goto-true-beginning' instead of
8325 `org-list-find-true-beginning', which does not exist.
8326
8327 * org-timer.el (org-timer-reset-timers): Use `mapc'.
8328 (org-timer-set-timer): Do not assign to heading.
8329
8330 * org-id.el (org-id-open): Quote function name.
8331
8332 * org-macs.el (org-unmodified): Turn off recording undo
8333 information while running inside the macro.
8334
8335 * org-table.el (org-table-export): Also work in file-less
8336 buffers.
8337
8338 * org.el (org-startup-indented): New option.
8339 (org-startup-options): Add new options indent and noindent.
8340 (org-unfontify-region): Remove line-prefix and wrap-prefix
8341 properties.
8342 (org-after-demote-entry-hook, org-after-promote-entry-hook):
8343 New hooks.
8344 (org-promote, org-demote): Run the new hooks.
8345
8346 * org-table.el (org-table-align): Replace leading \n as well.
8347
8348 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
8349 and `line-wrap' text properties.
8350
8351 * org-compat.el (org-kill-new): New function.
8352
8353 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
8354 `line-wrap' text properties.
8355
8356 * org-indent.el: New file.
8357
8358 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8359
8360 * org.el (org-provide-todo-statistics): Tweak docstring.
8361
8362 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
8363
8364 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8365
8366 * org-exp.el (org-export-as-org): Insert the "-source" string
8367 before the extension.
8368
8369 * org.el (org-read-date): Make sure the calendar is in the current
8370 frame.
8371 (org-set-emph-re): Remove the ? from the post-match.
8372 (org-emphasis-regexp-components): Add backslash to the
8373 postmatch class.
8374 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
8375 optional so that also lines at the end of the buffers will still
8376 be matched as headlines.
8377
8378 * org-table.el (org-table-error-on-row-ref-crossing-hline):
8379 Variable made obsolete.
8380 (org-table-relative-ref-may-cross-hline): New option.
8381 (org-table-find-row-type): Honow the new option
8382 `org-table-relative-ref-may-cross-hline'.
8383
8384 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8385
8386 * org-table.el (org-table-cut-region, org-table-copy-region):
8387 Work on single field if no active region.
8388
8389 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8390
8391 * org-latex.el (org-export-latex-make-header): Only insert title
8392 if one is defined.
8393
8394 * org.el (org-make-options-regexp): Allow empty values.
8395
8396 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8397
8398 * org.el (org-cycle-internal-local): Improved version of finding
8399 next visible line.
8400 (org-cycle-hide-drawers): Only hide drawers if this is really
8401 necessary.
8402 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
8403 org-version of this function in Org-mode. We use advice to
8404 implement this change, so that future changes to this function in
8405 outline.el wil be handled properly.
8406 (org-forward-same-level, org-backward-same-level): New commands.
8407
8408 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8409
8410 * org.el (org-remove-empty-overlays-at)
8411 (org-clean-visibility-after-subtree-move): New functons.
8412 (org-move-subtree-down): Simplify cleanup of display.
8413
8414 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8415
8416 * org-mac-message.el (org-mac-message-get-links): Improve
8417 docstring. Make argument SELECT-OR-FLAGGED optional, default to
8418 "s". Fix the return value.
8419 (org-mac-message-insert-flagged): Simplify.
8420
8421 * org.el (org-refile-get-location): Tamper with refile history o
8422 that history contains compete matches instead of the entered
8423 string.
8424
8425 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8426
8427 * org.el (org-store-link): Never store a link to an inline task.
8428
8429 * org-footnote.el (org-footnote-goto-local-insertion-point):
8430 Skip inline tasks when positioning footnotes.
8431
8432 * org.el (org-refile): Remove the END line when archiving an
8433 inline task that does have an END line.
8434
8435 * org-archive.el (org-archive-subtree): Remove the END line when
8436 archiving an inline task that does have an END line.
8437
8438 * org-macs.el (org-with-limited-levels): New macro.
8439 (org-get-limited-outline-regexp): New function.
8440
8441 * org-exp.el (org-export-format-source-code-or-example): Fix bug
8442 that did not enumerate first line.
8443 (org-export-mark-radio-links): Skip matches in links.
8444
8445 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8446
8447 * org.el (org-activate-plain-links): Make single-match.
8448 (org-adapt-indentation): Fix docstring.
8449
8450 * org-macs.el (org-unmodified): Turn of modification hooks while
8451 running this macro.
8452
8453 2009-08-06 Bastien Guerry <bzg@altern.org>
8454
8455 * org.el (org-adapt-indentation): Slightly improve the docstring.
8456 (org-occur): Sends an error when the user inputs an empty string.
8457 (org-priority): Bugfix: the tag alignement should happen within
8458 save-excursion.
8459
8460 2009-08-06 Bastien Guerry <bzg@altern.org>
8461
8462 * org.el (org-make-link-regexps): Don't exclude parentheses from
8463 `org-plain-link-re'.
8464 (org-cycle-internal-local): When locally cycling, switch directly
8465 from CHILDREN to FOLDED if there is no subtree.
8466 (org-cycle): Update the docstring to document the new behavior of
8467 `org-cycle-internal-local'.
8468
8469 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
8470
8471 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
8472 an abbreviated format for days.
8473
8474 2009-08-06 Bastien Guerry <bzg@altern.org>
8475
8476 * org-protocol.el (org-protocol-default-template-key):
8477 New option.
8478
8479 * org.el (org-refile): Bugfix: save-excursion before reading the
8480 refile target, otherwise cursor moves might confuse `org-refile'.
8481
8482 * org.el (org-toggle-heading): Bugfix: correctly convert list
8483 items before the first headline.
8484
8485 * org.el (org-provide-todo-statistics): Allow a list of TODO
8486 keywords to compute statistics against headlines containing a
8487 keyword from this list.
8488 (org-update-parent-todo-statistics): Possibly use the new allowed
8489 value of `org-provide-todo-statistics'.
8490
8491 2009-08-06 Bastien Guerry <bzg@altern.org>
8492
8493 * org-timer.el: Add autoload cookie.
8494
8495 * org.el (org-occur-link-in-agenda-files): New function.
8496
8497 * org-timer.el (org-timer-last-timer): New variable.
8498
8499 * org-agenda.el (org-agenda-mode-map): New key for
8500 org-timer-set-timer called from the agenda.
8501
8502 * org.el (org-mode-map): New key for org-timer-set-timer.
8503
8504 * org-timer.el (org-timer-reset-timers)
8505 (org-timer-show-remaining-time, org-timer-set-timer):
8506 New functions.
8507
8508 * org-clock.el (org-show-notification): Update the docstring.
8509
8510 * org.el (org-provide-todo-statistics): Allow new value
8511 'all-headlines for this option, which includes entries with no
8512 TODO keywords in the todo statistics.
8513 (org-update-parent-todo-statistics): Possibly use the new
8514 'all-headline value from `org-provide-todo-statistics'.
8515
8516 2009-08-06 Bastien Guerry <bzg@altern.org>
8517
8518 * org-clock.el (org-dblock-write:clocktable): Add a new option
8519 :timestamp which allows display of timestamps in clock reports.
8520
8521 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
8522 list to a subtree, preserving the structure of the list.
8523 (org-set-emph-re): Make the last element optional in the regexp.
8524 This regexp now matches an emphasized string at the end of a line.
8525
8526 * org-list.el (org-list-goto-true-beginning)
8527 (org-list-make-subtree, org-list-make-subtrees): New functions.
8528
8529 * org.el (org-eval-in-calendar): Select the right frame.
8530 (org-save-frame-excursion): Remove this macro.
8531
8532 2009-08-06 Bastien Guerry <bzg@altern.org>
8533
8534 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
8535 trying to find the beginning of a list.
8536
8537 * org-exp.el (org-get-file-contents): Use a new argument: markup.
8538 When present, tell org-get-file-contents not to protect org-like
8539 lines.
8540
8541 * org-id.el (org-id-uuid-program): New option to set the name of
8542 the uuidgen program.
8543 (org-id-method): Use `org-id-uuid-program'.
8544 (org-id-new): Use `org-id-uuid-program'.
8545
8546 2009-08-06 Bastien Guerry <bzg@altern.org>
8547
8548 * org-exp.el (org-export-number-lines): Allow whitespace in code
8549 references. Allow the -r switch to remove the references in the
8550 source code even when the lines are not numbered: the labels can
8551 be explicit enough.
8552
8553 * org.el (org-fontify-whole-heading-line): New option.
8554 (org-set-font-lock-defaults): Use the new option.
8555
8556 * org-clock.el (org-show-notification-handler): New option.
8557 (org-show-notification): Use the new option.
8558
8559 2009-08-06 Bastien Guerry <bzg@altern.org>
8560
8561 * org.el (org-eval-in-calendar): Fix a bug about calendar
8562 navigation when `calendar-setup' value is 'calendar-only.
8563
8564 2009-08-06 Bastien Guerry <bzg@altern.org>
8565
8566 * org.el (orgstruct++-mode): Fix typo in docstring.
8567 (org-insert-link): Clean up: (or (...)) => (...)
8568 (org-insert-link): Use TAB for stored links completion.
8569
8570 2009-08-06 Bastien Guerry <bzg@altern.org>
8571
8572 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
8573 building the list of targets.
8574
8575 * org-remember.el (org-remember-delete-empty-lines-at-end):
8576 New option.
8577 (org-remember-handler): Use the new option.
8578
8579 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
8580
8581 * org.el (org-tags-sort-function): New option for sorting tags.
8582 (org-set-tags): Use the new option to sort tags.
8583
8584 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
8585 premature deletion of the data when using org-plot in a script.
8586
8587 2009-08-06 Bastien Guerry <bzg@altern.org>
8588
8589 * org-clock.el (org-clock-in-prepare-hook): New hook.
8590 (org-clock-in): Use this new hook.
8591
8592 2009-08-06 Bastien Guerry <bzg@altern.org>
8593
8594 * org.el (org-special-ctrl-a/e): Explicitely bind the value
8595 'reversed for this option to the "true line boundary first"
8596 behavior.
8597 (org-tags-match-list-sublevels): Document the 'indented value for
8598 this variable.
8599
8600 * org-latex.el (org-export-latex-first-lines): Fix problem with
8601 publishing the region.
8602
8603 * org-exp.el (org-export-format-source-code-or-example):
8604 Fix bad line numbering when exporting examples in HTML.
8605
8606 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
8607
8608 * org-colview.el (org-format-time-period): Formats a time in
8609 fractional days as days, hours, mins, seconds.
8610 (org-columns-display-here): Add special handling for SINCE and
8611 SINCE_IA to format for display.
8612
8613 * org.el (org-time-since): Add a function to get the time since an
8614 org timestamp.
8615 (org-entry-properties): Add two new special properties: SINCE and
8616 SINCE_IA. These give the time since any active or inactive
8617 timestamp in an entry.
8618 (org-special-properties): Add SINCE, SINCE_IA.
8619 (org-tags-sort-function): Add custom declaration for tags
8620 sorting function.
8621 (org-set-tags): Sort tags if org-tags-sort-function is set.
8622
8623 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8624
8625 * org-clock.el (org-clock-goto): Find hidden headlines as well.
8626
8627 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
8628
8629 * org-plot.el (org-plot/add-options-to-plist): Add timeind
8630 option.
8631
8632 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8633
8634 * org-publish.el (org-publish-remove-all-timestamps): New function.
8635 (org-publish-all): Remove all timestamp files if `org-publish-all'
8636 is called with a prefix argument.
8637
8638 * org-list.el (org-indent-item): Fix typo.
8639 (org-item-indent-positions): Normalize ordered bullet.
8640
8641 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8642
8643 * org-macs.el (org-set-local): Make a local variable, do not make
8644 the variable buffer-local!
8645
8646 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
8647
8648 * org-exp.el (org-infile-export-plist): Read BIND lines.
8649 (org-install-letbind): New function.
8650 (org-export-as-org, org-export-preprocess-string):
8651 Call `org-install-letbind'.
8652
8653 * org-list.el (org-list-demote-modify-bullet): New option.
8654 (org-first-list-item-p): Save point.
8655 (org-fix-bullet-type): New optional argument FORCE-BULLET.
8656 (org-indent-item): Honor `org-list-demote-modify-bullet'.
8657 (org-item-indent-positions): Return bullet types along with
8658 indentation.
8659
8660 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8661
8662 * org.el (org-show-entry): Hide drawers.
8663
8664 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8665
8666 * org-footnote.el (org-footnote-auto-adjust): New option.
8667 (org-footnote-auto-adjust-maybe): New function.
8668 (org-footnote-new, org-footnote-delete):
8669 Call `org-footnote-auto-adjust-maybe'.
8670
8671 * org.el (org-startup-options): Add new footnote-related
8672 keywords.
8673
8674 * org-publish.el (org-publish-timestamp-filename): Additional
8675 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
8676 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
8677 TRUE-PUB-DIR. Pass them through to
8678 `org-publish-timestamp-filename'.
8679 (org-publish-update-timestamp): Additional arguments PUB-DIR and
8680 PUB-FUNC, which are included in the hash.
8681 (org-publish-file): Delay timestamp test until the publishing
8682 function is known.
8683
8684 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8685
8686 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
8687 setting the deadline.
8688
8689 * org.el (org-read-date-final-answer): New variable.
8690 (org-read-date): Store the final answer string, including the date
8691 from the calendar, for reuse by agenda bulk commands.
8692
8693 * org-publish.el (org-publish-attachment): Fix publishing of
8694 attachments.
8695
8696 * org-latex.el (org-export-latex-quotation-marks): Fix export of
8697 quotation makrs in parenthesis.
8698 (org-remove-initial-hash): New function.
8699 (org-export-latex-preprocess): Fix bug with infinite loop if
8700 environment is not properly closed.
8701
8702 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
8703 when indented.
8704
8705 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
8706 highlight also when indented.
8707
8708 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8709
8710 * org-footnote.el (org-footnote-renumber-fn:N): New command.
8711 (org-footnote-action): Offer renumbering.
8712
8713 * org.el (org-cycle): Honor the `integrate' value of
8714 org-cycle-include-plain-lists'.
8715
8716 * org-list.el (org-cycle-include-plain-lists): New allowed value
8717 `internal'. Improve the docstring.
8718
8719 * org.el (org-set-autofill-regexps): Improve the paragraph-start
8720 regexp to work better with LaTeX commands.
8721
8722 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8723
8724 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
8725 and eps extensions.
8726
8727 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8728
8729 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
8730 loaded.
8731
8732 * org.el (org-map-entries): No longer force
8733 `org-tags-match-list-sublevels' to t during a todo-only tags
8734 search.
8735
8736 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8737
8738 * org-latex.el (org-export-latex-low-levels): Allow user-defined
8739 environment.
8740 (org-export-latex-subcontent): Handle user-defined environment.
8741
8742 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
8743 the View dispatcher.
8744
8745 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
8746 `make-overlay'.
8747
8748 * org-latex.el (org-export-as-pdf): Protect match data during call
8749 to shell-quote-argument.
8750
8751 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
8752 (org-agenda-view-mode-dispatch): New function.
8753
8754 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8755
8756 * org-agenda.el (org-agenda-mode): Reset list of marks.
8757 (org-agenda-mode-map): Define new keys for refile and bulk action.
8758 (org-agenda-menu): Add menu itesm for refile and bulk action.
8759 (org-agenda-refile): New function.
8760 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
8761 (org-agenda-marked-entries): New variable.
8762 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
8763 (org-agenda-remove-all-bulk-action-marks)
8764 (org-agenda-bulk-action): New functions/commands.
8765
8766 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8767
8768 * org-exp.el (org-get-file-contents): Protect org-like lines in
8769 included files.
8770 (org-export-format-source-code-or-example): Remove newlines.
8771
8772 * org-latex.el (org-export-latex-links): Check for no-description
8773 marking.
8774
8775 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
8776 argument separator back to comma.
8777 (org-export-normalize-links): Mark links without description.
8778
8779 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8780
8781 * org-exp.el (org-infile-export-plist): Fix bug in macro
8782 processing.
8783
8784 * org-agenda.el (org-agenda-clock-out): Update line after clocking
8785 out.
8786 (org-agenda-highlight-todo): Fix bug with highlighting.
8787
8788 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8789
8790 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
8791 new alignment strings.
8792
8793 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
8794 command list.
8795 (org-table-align): Check for forced align type.
8796
8797 * org.el (org-self-insert-command): Add yas/expand to command
8798 list.
8799
8800 * org-clock.el (org-clock-in-hook): New hook.
8801 (org-clock-in): Run `org-clock-in-hook.
8802 (org-clock-out-hook): New hook.
8803 (org-clock-out): Run `org-clock-out-hook.
8804 (org-clock-cancel-hook): New hook.
8805 (org-clock-cancel): Run `org-clock-cancel-hook.
8806 (org-clock-goto-hook): New hook.
8807 (org-clock-goto): Run `org-clock-goto-hook.
8808
8809 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8810
8811 * org.el (org-store-link): Better default description for link to
8812 Org-mode headline.
8813
8814 * org-exp.el (org-export-generic): Autoload the generic exporter
8815 function.
8816 (org-export): Implement the `g' key for the generic exporter.
8817
8818 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8819
8820 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
8821 and for zbacktab'.
8822
8823 * org-exp.el (org-infile-export-plist): Get macros also from
8824 #+SETUPFILE.
8825
8826 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8827
8828 * org-colview.el (org-columns-capture-view): Protect vertical bars
8829 in column values.
8830 (org-columns-capture-view): Exclude comment and archived trees.
8831
8832 * org-colview-xemacs.el (org-columns-capture-view):
8833 Protect vertical bars in column values.
8834 (org-columns-capture-view): Exclude comment and archived trees.
8835
8836 * org.el (org-quote-vert): New function.
8837
8838 * org-latex.el (org-export-latex-verbatim-wrap): New option.
8839
8840 * org-exp.el (org-export-format-source-code-or-example):
8841 Use `org-export-latex-verbatim-wrap'.
8842
8843 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
8844 time stamps.
8845
8846 2009-08-06 Eric Schulte <schulte.eric@gmail.com>
8847
8848 * org-exp-blocks.el: New file.
8849
8850 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8851
8852 * org-remember.el (org-remember-templates): Allow the headline
8853 element to be a function.
8854 (org-remember-apply-template): If the headline is a function, call
8855 it to get the true function.
8856
8857 * org-clock.el (org-clock-menu): New function.
8858 (org-clock-update-mode-line): Update help string.
8859 (org-clock-modify-effort-estimate): New function.
8860 (org-clock-mark-default-task): New function.
8861
8862 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
8863 minutes as input.
8864 (org-org-menu): Add new clocking stuff.
8865 (org-clock-is-active): New function.
8866
8867 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8868
8869 * org.el (org-open-non-existing-files): Improve docstring.
8870
8871 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8872
8873 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
8874 New option.
8875 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
8876
8877 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
8878
8879 * org-list.el (org-get-checkbox-statistics-face): Use the new
8880 faces.
8881
8882 * org-faces.el (org-checkbox-statistics-todo)
8883 (org-checkbox-statistics-done): New faces.
8884
8885 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8886
8887 * org-latex.el (org-export-latex-use-verb): New variable.
8888 (org-export-latex-emph-format): Prefer \texttt over \verb when
8889 org-export-latex-use-verb is set.
8890
8891 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8892
8893 * org-remember.el (org-remember-handler): Abort remember if the
8894 buffer is empty.
8895
8896 * org-exp.el (org-export-format-source-code-or-example):
8897 Run `org-src-mode-hook'.
8898
8899 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8900
8901 * org.el (org-indent-line-function): Fix indentation of +#end lines.
8902
8903 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
8904
8905 * org-gnus.el (org-gnus-store-link): Require message.el in
8906 org-gnus-store-link.
8907
8908 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8909
8910 * org-src.el: New file, split out of org.el.
8911
8912 * org-macs.el (org-replace-match-keep-properties): New function.
8913
8914 * org-exp.el (org-export-mark-blockquote-verse-center):
8915 Better preprocessing of center and quote and verse blocks.
8916
8917 * org-list.el (org-list-end): Respect the stored "original"
8918 indentation when determining the end of the list.
8919
8920 * org-exp.el (org-export-replace-src-segments-and-examples):
8921 Remember indentation correctly.
8922
8923 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8924
8925 * org-clock.el (org-clock-update-mode-line): Apply face
8926 org-mode-line-clock.
8927
8928 * org-faces.el (org-mode-line-clock): New face.
8929
8930 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
8931
8932 * org-gnus.el (org-gnus-store-link): Fix bug where
8933 `org-gnus-store-link' used wrong subject when called in an article
8934 buffer. Patch provided by fengli AT gmail DOT com.
8935
8936 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8937
8938 * org-exp.el (org-export-format-source-code-or-example):
8939 Remember the original indentation of source code snippets and examples.
8940
8941 * org-latex.el (org-export-as-latex): Relocate the table of
8942 contents.
8943
8944 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
8945
8946 * org-agenda.el (org-run-agenda-series): Scope global options also
8947 when creating the agenda buffer.
8948
8949 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8950
8951 * org.el (org-adapt-indentation): Improve documentation.
8952 (org-insert-property-drawer): Respect org-adapt-indentation when
8953 inserting the drawer.
8954 (org-remove-flyspell-overlays-in): New function.
8955 (org-do-emphasis-faces, org-activate-plain-links)
8956 (org-activate-code, org-fontify-meta-lines-and-blocks)
8957 (org-activate-angle-links, org-activate-footnote-links)
8958 (org-activate-bracket-links, org-activate-dates)
8959 (org-activate-target-links, org-activate-tags): Remove flyspell
8960 overlays.
8961
8962 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8963
8964 * org.el (org-edit-src-save): New function.
8965
8966 * org-clock.el (org-clock-out-switch-to-state): New option.
8967 (org-clock-out): Honor `org-clock-out-switch-to-state'.
8968
8969 * org-compat.el (org-compatible-face): Improve macro.
8970
8971 * org.el (org-global-properties-fixed): Add default for
8972 CLOCK_MODELINE_TOTAL.
8973
8974 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
8975 and tend.
8976 (org-clock-sum-current-item): Optional argument TSTART, pass it to
8977 org-clock-sum.
8978 (org-clock-get-sum-start): New function.
8979
8980 * org.el (org-startup-options): New keywords blockhide and
8981 blockshow.
8982 (org-mode): Add new invisibility spec.
8983 (org-set-startup-visibility): Hide block on startup if so
8984 desired.
8985 (org-hide-block-startup): New option.
8986 (org-block-regexp): New constant.
8987 (org-hide-block-overlays): New variable.
8988 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
8989 (org-show-block-all, org-hide-block-toggle-maybe)
8990 (org-hide-block-toggle): New functions.
8991 (org-edit-src-exit): Do not quote lines starting with # and no +
8992 behind it.
8993 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
8994 entry.
8995
8996 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8997
8998 * org.el (org-buffer-property-keys): Add Effort property for
8999 completion.
9000
9001 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9002
9003 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
9004 when retrieving total clocked time in the subtree.
9005
9006 * org.el (org-quoting-blocks): New variable.
9007
9008 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9009
9010 * org-table.el (org-table-store-formulas)
9011 (org-table-get-stored-formulas, org-table-fix-formulas)
9012 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
9013 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
9014
9015 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
9016 Allow indented #+TBLFM line.
9017
9018 * org-footnote.el (org-footnote-goto-local-insertion-point):
9019 Allow indented #+TBLFM line.
9020
9021 * org-colview.el (org-dblock-write:columnview): Allow indented
9022 #+TBLFM line.
9023
9024 * org-colview-xemacs.el (org-dblock-write:columnview):
9025 Allow indented #+TBLFM line.
9026
9027 * org-clock.el (org-dblock-write:clocktable): Allow indented
9028 #+TBLFM line.
9029
9030 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9031
9032 * org-exp.el (org-export-format-source-code-or-example):
9033 Make editing indented blocks work correctly.
9034
9035 * org.el (org-edit-src-nindent): New variable.
9036 (org-edit-src-code, org-edit-fixed-width-region)
9037 (org-edit-src-find-region-and-lang, org-edit-src-exit):
9038 Make editing indented blocks work correctly.
9039
9040 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9041
9042 * org-exp.el (org-export-replace-src-segments-and-examples):
9043 Find indented blocks.
9044 (org-export-format-source-code-or-example): Fix indentation of
9045 blocks.
9046 (org-export-remove-indentation): New function.
9047 (org-export-select-backend-specific-text): Allow backend-specific
9048 code to be indented.
9049 (org-export-mark-blockquote-verse-center): Allow markers to be
9050 indented.
9051
9052 * org.el (org-fontify-meta-lines): New function.
9053 (org-set-font-lock-defaults): Call the new fontification
9054 function.
9055
9056 * org-faces.el (org-meta-line): New face.
9057 (org-block): New face.
9058
9059 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9060
9061 * org.el (org-treat-insert-todo-heading-as-state-change)
9062 (org-treat-S-cursor-todo-selection-as-state-change):
9063 New variables.
9064 (org-insert-todo-heading):
9065 Honor `org-treat-insert-todo-heading-as-state-change'.
9066 (org-shiftright, org-shiftleft):
9067 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
9068 (org-inhibit-logging): New variable.
9069
9070 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9071
9072 * org-agenda.el (org-remove-subtree-entries-from-agenda):
9073 Reduce range for marker position checking.
9074
9075 * org-latex.el (org-export-latex-first-lines): Fix bug when
9076 exporting a region.
9077
9078 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9079
9080 * org-exp.el (org-export-push-to-kill-ring): Protect using
9081 x-set-selection, because that does not always work.
9082
9083 * org-agenda.el (org-agenda-list): Apply the new face
9084 `org-agenda-date-today'.
9085
9086 * org-faces.el (org-agenda-date-today): New face.
9087
9088 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9089
9090 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
9091 creating appointments.
9092
9093 * org-latex.el (org-export-latex-low-levels): Fix customization
9094 type.
9095
9096 * org.el (org-priority, org-shiftup, org-shiftdown):
9097 Disable priority commands.
9098
9099 * org-agenda.el (org-agenda-priority): Disable priority commands.
9100
9101 * org.el (org-enable-priority-commands): New option.
9102
9103 * org-colview-xemacs.el (org-columns-compute)
9104 (org-columns-number-to-string): Fix problems with empty fields.
9105
9106 * org-colview.el (org-columns-compute)
9107 (org-columns-number-to-string): Fix problems with empty fields.
9108
9109 * org-exp.el (org-export-push-to-kill-ring): New function.
9110 (org-export-copy-to-kill-ring): New option.
9111
9112 * org-latex.el (org-export-as-latex):
9113 Call `org-export-push-to-kill-ring'.
9114
9115 * org-exp.el (org-export-show-temporary-export-buffer):
9116 New option.
9117
9118 * org-latex.el (org-export-as-latex):
9119 Use `org-export-show-temporary-export-buffer'.
9120
9121 * org-exp.el (org-export-show-temporary-export-buffer):
9122 New option.
9123 (org-export-push-to-kill-ring): New function.
9124
9125 * org-colview.el (org-columns-compile-map): New variable.
9126 (org-columns-new, org-columns-compute)
9127 (org-columns-number-to-string, org-columns-uncompile-format)
9128 (org-columns-compile-format): Implement new operators.
9129
9130 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9131
9132 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
9133
9134 * org-list.el (org-update-checkbox-count): Make property
9135 dependent.
9136
9137 * org.el (org-hierarchical-todo-statistics): New option.
9138 (org-update-parent-todo-statistics): Modify to handle recursive
9139 statistics.
9140
9141 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9142
9143 * org-publish.el (org-publish): Make this function behave
9144 correctly in interactive use when called with a prefix argument.
9145
9146 * org.el (org-todo-statistics-hook): New hook.
9147 (org-update-parent-todo-statistics): Use new hook.
9148 (org-log-into-drawer): New function.
9149 (org-add-log-setup): Use the new `org-log-into-drawer' function to
9150 determine if we should be logging into a drawer.
9151 (org-log-into-drawer): Update docstring.
9152 (org-default-properties): Add LOG_INTO_DRAWER as a property.
9153
9154 * org-list.el (org-checkbox-statistics-hook): New hook.
9155 (org-update-checkbox-count-maybe): Use new hook.
9156
9157 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9158
9159 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
9160 better bufer-generating mechanism.
9161 (org-edit-src-find-buffer): New function.
9162
9163 * org-icalendar.el (org-print-icalendar-entries): Don't check for
9164 archive tag, this is already done by `org-agenda-skip'.
9165 data while constructing lost of tags.
9166
9167 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9168
9169 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
9170 as argument separator in macros.
9171
9172 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9173
9174 * org.el (org-after-sorting-entries-or-items-hook): New hook.
9175 (org-sort-entries-or-items): Run the new hook.
9176 (org-after-refile-insert-hook): New hook.
9177 (org-refile): Run `org-after-refile-insert-hook'.
9178
9179 * org-agenda.el (org-agenda-get-progress): Never take time of day
9180 from headline when displaying progress.
9181
9182 * org-latex.el (org-export-latex-complex-heading-re): New variable.
9183 (org-export-as-latex): Force the correct regexp in the
9184 preprocessor buffer.
9185 (org-export-latex-set-initial-vars):
9186 Set `org-export-latex-complex-heading-re'.
9187
9188 * org-agenda.el (org-agenda-start-with-log-mode): New option.
9189 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
9190
9191 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9192
9193 * org-latex.el (org-export-latex-tables-centered): New option.
9194 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
9195
9196 * org-exp.el (org-export-as-org): New command.
9197 (org-export-as-org): New command.
9198
9199 * org-publish.el (org-publish-org-to-org): New function.
9200
9201 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9202
9203 * org.el (org-yank): Just call `org-yank-generic'.
9204 (org-yank-generic): New function, containing the formaer
9205 functionality of `org-yank'.
9206
9207 * org-latex.el (org-export-latex-not-done-keywords)
9208 (org-export-latex-done-keywords): New variables.
9209 (org-export-latex-todo-keyword-markup): New option.
9210 (org-export-latex-set-initial-vars): Remember the TODO keywords.
9211 (org-export-latex-keywords-maybe): Apply the TODO markup.
9212
9213 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9214
9215 * org-exp.el (org-infile-export-plist): Add more default macros.
9216 (org-export-preprocess-apply-macros): Process macro arguments.
9217
9218 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9219
9220 * org-icalendar.el (org-icalendar-include-todo): New allowed value
9221 `unblocked'.
9222 (org-print-icalendar-entries): Respect the new value of
9223 `org-icalendar-include-todo'.
9224
9225 * org.el (org-link-try-special-completion)
9226 (org-file-complete-link): New functions.
9227 (org-insert-link): Add special completion support for some link
9228 types.
9229
9230 * org-bbdb.el (org-bbdb-complete-link): New function.
9231
9232 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9233
9234 * org-list.el (org-update-checkbox-count): Allow recursive
9235 statistics.
9236 (org-hierarchical-checkbox-statistics): New option.
9237
9238 * org.el (org-cycle): Remove erraneous space character.
9239
9240 * org-icalendar.el (org-icalendar-timezone): Initialize from
9241 environment.
9242
9243 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9244
9245 * org.el (org-autoload): Fix autoloading of ascii export
9246 functions.
9247 (org-modules): Add org-special-blocks.
9248
9249 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9250
9251 * org-icalendar.el (org-start-icalendar-file): Use the new option.
9252 (org-ical-timezone): New option.
9253
9254 * org-exp.el (org-export-get-coderef-format): Use the description
9255 is present.
9256
9257 * org.el (org-sort-entries-or-items): Improve docstring, and make
9258 better implementation for time sorting.
9259
9260 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9261
9262 * org.el (org-edit-src-persistent-message): New option.
9263 (org-edit-src-code, org-edit-fixed-width-region): Use the new
9264 option.
9265
9266 * org-clock.el (org-clock-insert-selection-line): Fix prefious
9267 patch.
9268
9269 * org.el (org-edit-src-code, org-edit-fixed-width-region):
9270 Use separate buffer instead of indirect buffer to edit source code.
9271 (org-edit-src-exit): Make this function work with the new setup.
9272
9273 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
9274 are properly fontified before shown in the selection menu.
9275
9276 * org.el (org-fontify-like-in-org-mode): New function.
9277
9278 * org-latex.el (org-export-latex-links): Use the property list to
9279 retrieve the default image attributes.
9280
9281 * org-exp.el (org-export-plist-vars): Add a new option.
9282
9283 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9284
9285 * org-exp.el (org-export, org-export-visible): Support ASCII
9286 export to buffer.
9287 (org-export-normalize-links): Do not protect the description if it
9288 is explicitly given.
9289
9290 * org-list.el (org-reset-checkbox-state-subtree): Move here from
9291 org-checklist.el.
9292 (org-reset-checkbox-state-subtree):
9293 Call `org-reset-checkbox-state-subtree'.
9294
9295 * org-remember.el (org-select-remember-template): For the
9296 selection of a valid template.
9297
9298 * org-latex.el (org-export-region-as-latex): Supply the
9299 force-no-subtree argument.
9300 (org-export-as-latex): Provide better limits when exporting the
9301 first line. When exporting to string, we still want the first
9302 lines.
9303 (org-export-latex-first-lines): New argument END, to force the end
9304 of the region.
9305 (org-export-region-as-latex): Use the property list.
9306 (org-export-as-latex): ????
9307
9308 * org-colview-xemacs.el (org-columns-remove-overlays)
9309 (org-columns): Fix call to `local-variable-p'.
9310
9311 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9312
9313 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
9314 (org-export-latex-preprocess): Run the new hook.
9315
9316 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
9317 (org-export-preprocess-string): Run the new hook.
9318
9319 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9320
9321 * org-macs.el (org-check-external-command): New defsubst.
9322
9323 * org.el (org-mode-map): New key for reload.
9324 (org-format-latex): Better error message when external programs
9325 are not available.
9326
9327 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
9328
9329 * org.el (org-sort-entries-or-items): Explicit sorting function
9330 for priorities, needed for XEmacs compatibility.
9331
9332 * org-remember.el (org-remember-apply-template): Improve auto-save
9333 behavior.
9334
9335 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9336
9337 * org-latex.el (org-export-latex-preprocess): Also protect
9338 environments ending in a star.
9339
9340 * org-list.el (org-at-item-p): Fix regular expression.
9341
9342 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9343
9344 * org.el (org-end-of-subtree): Improve speed.
9345
9346 * org-agenda.el (org-agenda-get-timestamps)
9347 (org-agenda-get-progress, org-agenda-get-deadlines)
9348 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
9349 in particular, wait as long as possible to collect the tags.
9350 (org-stuck-projects): Improve docstring.
9351
9352 * org.el (org-store-link): No errors when getting custom id before
9353 first headline.
9354 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
9355
9356 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9357
9358 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
9359
9360 * org-protocol.el: Remove dependency on url.el.
9361 (org-protocol-unhex-compound, org-protocol-open-source):
9362 Remove dependency on url.el.
9363
9364 * org-latex.el (org-export-as-pdf):
9365 Use `org-latex-to-pdf-process'.
9366
9367 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9368
9369 * org-latex.el (org-latex-to-pdf-process): New option.
9370
9371 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
9372 New option.
9373 (org-agenda-get-timestamps):
9374 Honor `org-agenda-skip-additional-timestamps-same-entry'.
9375
9376 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
9377 (org-clock-goto): Find recent task only if
9378 `org-clock-goto-may-find-recent-task' allows it.
9379
9380 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
9381 drawers, and drawers that are missing the :END: line.
9382
9383 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9384
9385 * org-clock.el (org-clock-goto): Go to recently clocked task if no
9386 clock is running.
9387
9388 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9389
9390 * org.el (org-update-parent-todo-statistics): Check for
9391 STATISTICS_FROM property.
9392
9393 * org-list.el (org-update-checkbox-count): Check for
9394 STATISTICS_FROM property.
9395
9396 * org.el (org-tab-first-hook)
9397 (org-tab-after-check-for-table-hook)
9398 (org-tab-after-check-for-cycling-hook): New hooks.
9399 (org-cycle-internal-global, org-cycle-internal-local):
9400 New functions, split out from `org-cycle'.
9401 (org-cycle): Call the new hooks.
9402
9403 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9404
9405 * org-exp.el (org-export-preprocess-string): Reset the list of
9406 preferred targets for each run of the preprocessor.
9407
9408 * org.el (org-refile-target-verify-function):
9409 Improve documentation.
9410 (org-get-refile-targets): Respect point being moved by the
9411 verification function.
9412
9413 * org-latex.el (org-export-latex-timestamp-keyword-markup):
9414 New option.
9415 (org-export-latex-keywords): Use new option.
9416
9417 * org.el (org-rear-nonsticky-at): New defsubst.
9418 (org-activate-plain-links, org-activate-angle-links)
9419 (org-activate-footnote-links, org-activate-bracket-links)
9420 (org-activate-dates, org-activate-target-links)
9421 (org-activate-tags): Place the rear-nonsticky properties at the
9422 correct location.
9423
9424 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9425
9426 * org-protocol.el (server-edit): Declare `server-edit'.
9427 (org-protocol-unhex-string, org-protocol-unhex-compound):
9428 New functions.
9429 (org-protocol-check-filename-for-protocol): Call `server-edit'.
9430
9431 * org.el (org-default-properties): New default properteis for
9432 completion.
9433
9434 * org-exp.el (org-export-add-subtree-options): Add new properties
9435 for subtree export.
9436
9437 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9438
9439 * org-id.el (org-id-get-with-outline-path-completion): Turn off
9440 org-refile-target-verify-function for the duration of the command.
9441
9442 * org.el (org-link-to-org-use-id): New possible value
9443 `create-if-interactive-and-no-custom-id'.
9444 (org-store-link): Use custom IDs.
9445 (org-link-search): Find custom ID properties from #link.
9446 (org-default-properties): Add CUSTOM_ID for property completion.
9447 (org-refile-target-verify-function): New option.
9448 (org-goto): Turn off org-refile-target-verify-function
9449 for the duration of the command.
9450
9451 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9452
9453 * org-exp.el (org-export-preferred-target-alist): New variable.
9454 (org-export-define-heading-targets): Find the new CUSTOM_ID
9455 property.
9456 (org-export-target-internal-links): Target the custom ids when
9457 possible.
9458
9459 * org-latex.el (org-export-latex-preprocess): Better regexp for
9460 matching latex macros with arguments.
9461
9462 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9463
9464 * org-remember.el (org-remember-handler): Allow filing to non-org
9465 files.
9466
9467 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
9468
9469 * org-table.el (org-table-fix-formulas): Do not change references
9470 to remote tables.
9471 (org-table-get-remote-range): Convert standard coordinates to RC
9472 format.
9473
9474 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
9475
9476 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9477
9478 * org-compat.el (org-sha1-string): Function removed.
9479
9480 * org.el (org-refile-allow-creating-parent-nodes): New option.
9481 (org-refile-get-location): New argument NEW-NODES.
9482 (org-refile): Call `org-refile-get-location' with the new
9483 argument.
9484 (org-refile-get-location): Arrange for adding a new child.
9485 (org-refile-new-child): New function.
9486
9487 * org-clock.el: Fix a number of docstrings.
9488 (org-clock-find-position): New argument
9489 FIND-UNCLOSED to make the function find an unclosed clock in the
9490 entry.
9491 (org-clock-in): Call `org-clock-find-position' with the new
9492 argument if we might be resuming a clock.
9493
9494 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9495
9496 * org-latex.el (org-export-latex-display-custom-times): New variable.
9497 (org-export-latex-timestamp-markup): New option.
9498 (org-export-latex-set-initial-vars): Remember the local value of
9499 `org-display-custom-times'.
9500 (org-export-latex-content): Process time stamps.
9501 (org-export-latex-time-stamps): New function.
9502
9503 * org-macs.el (org-maybe-intangible): Add intangible property
9504 again to invisible text.
9505
9506 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9507
9508 * org-exp.el (org-default-export-plist): Handle undefined
9509 variables.
9510
9511 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9512
9513 * org.el (org-sort-entries-or-items): Match TODO keywrds
9514 case-sensitively, when sorting.
9515 (org-priority): Do not match TODO keywords with wrong case.
9516
9517 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9518
9519 * org.el (org-todo): Honor the NOBLOCKING property.
9520
9521 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
9522 NOBLOCKING property.
9523
9524 * org.el (org-scan-tags): Fix bug in tag scanner.
9525
9526 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9527
9528 * org.el (org-modules): Mark obsolete packages.
9529
9530 * org-html.el: New file, split out from org-exp.el.
9531
9532 * org-icalendar.el: New file, split out from org-exp.el.
9533
9534 * org-xoxo.el: New file, split out from org-exp.el.
9535
9536 * org-ascii.el: New file, split out from org-exp.el.
9537
9538 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9539
9540 * org-compat.el (org-find-library-name): New function.
9541
9542 * org.el (org-pre-cycle-hook): New hook.
9543 (org-cycle): Call the new hook in appropriate places.
9544 (org-reload): Only reload files that have been loaded before.
9545
9546 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9547
9548 * org.el (org-set-font-lock-defaults): Enforxe space or line end
9549 after todo keyword.
9550 (org-todo): When changing TODO state, do matching
9551 case-sensitively.
9552 (org-map-continue-from): New variable.
9553 (org-scan-tags): Respect values in `org-map-continue-from'.
9554 (org-reload): Make XEmacs compatible.
9555
9556 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9557
9558 * org-protocol.el (org-protocol-flatten-greedy): New function.
9559 (org-protocol-flatten): New function.
9560
9561 * org.el (org-open-link-from-string): Pass reference buffer to
9562 `org-open-at-point'.
9563 (org-open-at-point): New optional argument `reference-buffer'.
9564
9565 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9566
9567 * org.el (org-scan-tags): Make tag scan find headline in first
9568 line, 2nd attempt.
9569 (org-get-refile-targets): Add the naked file name.
9570 (org-refile): Store as top-level entry when only file name was
9571 given.
9572
9573 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
9574
9575 * org.el (org-block-todo-from-children-or-siblings-or-parent):
9576 Rename from org-block-todo-from-children-or-siblings, and
9577 enhanced to look for the parent's status as well.
9578
9579 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
9580 (org-agenda-get-progress): Add first notes line to log entry if so
9581 desired.
9582
9583 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9584
9585 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
9586 (org-agenda-cleanup-fancy-diary): Call the new hook.
9587
9588 * org-remember.el (org-remember-apply-template): Take the default
9589 for the annotation from the :annotation property.
9590
9591 * org-mac-message.el (org-mac-message-get-link): Remove the
9592 quotes.
9593 (org-mac-message-get-link): Return the result.
9594
9595 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9596
9597 * org.el (org-refile-get-location): Add file name only if not
9598 already included in outline path.
9599
9600 * org-faces.el (org-n-level-faces): Fix customization type from
9601 number to integer.
9602
9603 * org-exp.el (org-export-headline-levels): Fix customization type
9604 from number to integer.
9605
9606 * org-agenda.el (org-agenda-confirm-kill)
9607 (org-agenda-custom-commands-local-options)
9608 (org-timeline-show-empty-dates, org-agenda-ndays)
9609 (org-agenda-start-on-weekday, org-scheduled-past-days):
9610 Fix customization type from number to integer.
9611
9612 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9613
9614 * org-protocol.el: Declare some functions.
9615
9616 * org-agenda.el (org-agenda-compare-effort):
9617 Honor `org-sort-agenda-noeffort-is-high'.
9618 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
9619 (org-agenda-compare-effort): Implement the "?" operator for
9620 finding entries without effort setting.
9621
9622 * org.el (org-extract-attributes-from-string): New function.
9623
9624 * org-exp.el (org-export-splice-attributes): New function.
9625
9626 2009-08-06 Bastien Guerry <bzg@altern.org>
9627 Daniel M German <dmg@uvic.org>
9628 Sebastian Rose <sebastian_rose@gmx.de>
9629 Ross Patterson <me@rpatterson.net>
9630
9631 * org-protocol.el: New file.
9632
9633 2009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
9634
9635 * org-docbook.el: New file.
9636
9637 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9638
9639 * org-mouse.el: XEmacs compatibility fixes.
9640
9641 * org.el (org-modules): Add org-inlinetasks.el.
9642 (org-cycle): Implement limiting level on cycling.
9643 (org-move-subtree-down): Fix bug with swapping subtrees at end of
9644 buffer.
9645
9646 * org-inlinetask.el: New file.
9647
9648 * org.el (org-emphasis-regexp-components): Allow braces in
9649 emphasis pre and post match.
9650
9651 * org-footnote.el (org-footnote-normalize): When only sorting, do
9652 not insert inline notes at the end.
9653
9654 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
9655
9656 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9657
9658 * org.el (org-reftex-citation): New command.
9659
9660 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9661
9662 * org-agenda.el (org-agenda-cmp-user-defined): New option.
9663 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
9664 sorting options.
9665 (org-entries-lessp): Apply the new sorting option.
9666
9667 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
9668 blocker code, when an older sibling has children.
9669
9670 * org-mac-message.el (org-mac-message-get-link): Improve getting
9671 links from multiple selected messages.
9672
9673 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9674
9675 * org-remember.el (org-remember-finalize): Do not set buffer file
9676 name to nil.
9677 (org-remember-handler): Mark buffer as unmodified.
9678 (org-remember-handler): Delete backup file and show message about
9679 remaining backup files.
9680 (org-remember-auto-remove-backup-files): New option.
9681
9682 * org.el (org-store-link): Use buffer name as link description in
9683 w3-mode buffers.
9684 (org-ido-switchb): Fix argument bug for completion.
9685
9686 * org-remember.el (org-remember-apply-template): Set local
9687 variable `auto-save-visited-file-name' instead of global one.
9688
9689 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9690
9691 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
9692 (org-agenda-get-todos): Mark file tags as inherited.
9693 (org-agenda-list): Always search diary lines for a time.
9694
9695 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9696
9697 * org-feed.el: New file.
9698
9699 * org-exp.el (org-export-as-html): Close local lists depending on
9700 indentation, also when starting a table.
9701
9702 * org-remember.el (org-remember-backup-directory)
9703 (org-remember-backup-name): New internal variable.
9704
9705 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9706
9707 * org-clock.el (org-clock-out-if-current): Make buffer detection
9708 work in indirect buffers as well.
9709
9710 * org.el (org-emphasis-regexp-components): Add the exxclamation
9711 mark to the post-emphasis characters.
9712
9713 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9714
9715 * org.el (org-read-date-minibiffer-septup-hook): New hook.
9716 (org-read-date): Run the new hook.
9717
9718 * org-mac-message.el (org-mac-flagged-mail): New group.
9719 (org-mac-mail-account): New variable.
9720 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
9721 New commands.
9722
9723 * org-remember.el (org-remember-backup-directory): New variable.
9724 (org-remember-apply-template): Write file to backup directory.
9725
9726 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9727
9728 * org-mouse.el (org-mouse-todo-menu): New function.
9729 (org-mouse-todo-keywords): Function removed.
9730 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
9731
9732 * org-table.el (org-table-beginning-of-field)
9733 (org-table-end-of-field): New commands.
9734 (org-table-previous-field, org-table-beginning-of-field):
9735 Better error messages.
9736 (orgtbl-setup): Include `M-a' and `M-e'.
9737
9738 * org.el (org-backward-sentence, org-forward-sentence):
9739 New commands.
9740
9741 * org-colview.el (org-colview-initial-truncate-line-value):
9742 New variable.
9743 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
9744 (org-columns): Remember the value of `truncate-lines'.
9745
9746 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
9747 New variable.
9748 (org-columns-remove-overlays): Restore the value of
9749 `truncate-lines'.
9750 (org-columns): Remember the value of `truncate-lines'.
9751
9752 * org.el (org-columns-skip-arrchived-trees): New option.
9753
9754 * org-agenda.el (org-agenda-export-html-style): Define color for
9755 org-agenda-done face.
9756 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
9757 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
9758
9759 * org.el (org-scan-tags): Use the new face.
9760
9761 * org-faces.el (org-agenda-done): New face.
9762
9763 * org.el (org-scan-tags): Test the value org
9764 `org-tags-match-list-sublevels'.
9765 (org-tags-match-list-sublevels): New allowed value: indented.
9766
9767 * org-latex.el (org-export-latex-make-header): Apply macros
9768 in header.
9769
9770 * org-exp.el (org-export-apply-macros-in-string): New function.
9771
9772 * org-latex.el (org-export-latex-list-parameters): Fix bug
9773 with the definition of a checked box.
9774
9775 * org-clock.el (org-clock-find-position): Fix drawer indentations.
9776
9777 * org-latex.el (org-export-latex-low-levels): More options
9778 for how to process lower levels in LaTeX.
9779 (org-export-latex-subcontent): Better treatment for lists as a
9780 means of publishing lower levels.
9781
9782 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9783
9784 * org.el (org-set-font-lock-defaults): Use new checkbox face.
9785
9786 * org-faces.el (org-checkbox): New face.
9787
9788 * org-exp.el (org-export-html-preprocess): Only create LaTeX
9789 fragement images if there is an export file.
9790
9791 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9792
9793 * org-agenda.el (org-stuck-projects): Document that the subtree of
9794 projects that are not stuck will now be searched for stuck
9795 sub-projects.
9796 (org-agenda-skip-entry-when-regexp-matches)
9797 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
9798 (org-agenda-list-stuck-projects):
9799 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
9800
9801 * org-latex.el (org-export-latex-preprocess):
9802 Improve export of verses.
9803
9804 * org-exp.el (org-export-as-html): Implement centering as a div
9805 rather than a paragraph. Do a better job with line-end in verse
9806 environments.
9807
9808 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9809
9810 * org.el (org-open-at-point): Fix tags searches by mouse click.
9811
9812 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9813
9814 * org-latex.el (org-export-latex-preprocess): Implement the
9815 centering markup.
9816
9817 * org-exp.el (org-export-mark-blockquote-verse-center):
9818 Rename from `org-export-mark-blockquote-and-verse'.
9819 (org-export-as-html): Implement the centering markup.
9820
9821 * org-latex.el (org-export-latex-tables): Fix vertical
9822 lines in tables.
9823
9824 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9825
9826 * org.el (org-read-date-history): New variable.
9827 (org-read-date): Use new history variable.
9828 (org-toggle-heading): Fix bug when used before first headline.
9829 (org-store-log-note): Remove drawer if empty while note is
9830 aborted.
9831 (org-remove-empty-drawer-at): New function.
9832 (org-check-after-date): New command.
9833 (org-sparse-tree): New sparse tree command "a".
9834
9835 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
9836
9837 2009-08-06 Bastien Guerry <bzg@altern.org>
9838
9839 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
9840 column and a space, not only a column.
9841
9842 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9843
9844 * org-latex.el (org-export-latex-emphasis-alist):
9845 Better defaults for verbose emphasis.
9846 (org-export-latex-emph-format): New function.
9847 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
9848
9849 * org-agenda.el (org-agenda-menu): Add new commands to menu.
9850 (org-agenda-do-date-later, org-agenda-do-date-earlier)
9851 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
9852 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
9853 New commands.
9854
9855 * org.el (org-timestamp-change): Move end-time along with start
9856 time.
9857
9858 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9859
9860 * org-exp.el (org-export-target-internal-links)
9861 (org-export-as-html): Protect links specified as #name.
9862
9863 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9864
9865 * org.el (org-clone-subtree-with-time-shift): New command.
9866
9867 * org-latex.el (org-export-latex-special-chars)
9868 (org-export-latex-treat-sub-super-char): Fix subscript export.
9869
9870 * org-exp.el (org-create-multibrace-regexp): Do not add
9871 backslashes to the class.
9872
9873 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9874
9875 * org-colview.el (org-columns-map): Better functions for moving up
9876 and down a row, even if `truncate-line' is nil.
9877
9878 * org.el (org-insert-todo-heading): Make sure the keyword is
9879 inserted at the correct position.
9880
9881 * org-publish.el (org-publish-project-alist)
9882 (org-publish-projects, org-publish-org-index): Change default anme
9883 for the index of file names to "sitemap.org".
9884
9885 * org-latex.el (org-export-latex-tables):
9886 Use `org-split-string', for Emacs 21 compatibility.
9887
9888 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9889
9890 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
9891
9892 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9893
9894 * org-exp.el (org-export-page-description)
9895 (org-export-page-keywords): New variables.
9896 (org-export-plist-vars): Add entries for :keywords and
9897 :description.
9898 (org-infile-export-plist): Parse for new keywords.
9899 (org-get-current-options): Add new keywords.
9900 (org-export-as-html): Publish description and keywords.
9901
9902 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
9903 New option.
9904 (org-agenda-add-entry-text):
9905 Honor `org-agenda-add-entry-text-descriptive-links'.
9906
9907 * org-latex.el (org-export-latex-preprocess): Make all
9908 external preprocess functions use a PARAMETER arg.
9909
9910 * org-exp.el (org-export-preprocess-string)
9911 (org-export-select-backend-specific-text)
9912 (org-export-format-source-code-or-example)
9913 (org-format-org-table-html): Support docbook export.
9914 (org-export-preprocess-string): Make all external preprocess
9915 functions use a PARAMETER arg.
9916
9917 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9918
9919 * org-exp.el (org-export-html-style-include-scripts): New option.
9920 (org-export-plist-vars): Add new option
9921 `org-export-html-style-include-scripts'.
9922 (org-export-as-html): Honor new option
9923 `org-export-html-style-include-scripts'.
9924 (org-export-html-scripts, org-export-html-style-default):
9925 Fix xml issues with the Safari browser.
9926
9927 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9928
9929 * org-publish.el (org-publish-attachment): Only copy file when the
9930 directories differ.
9931
9932 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9933
9934 * org-clock.el (org-clocktable-steps): Use inactive time stamps
9935 for clocktable steps.
9936
9937 * org.el (org-additional-option-like-keywords): Add two more
9938 keywords.
9939
9940 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9941
9942 * org-exp.el (org-export-format-source-code-or-example):
9943 Mark temporary buffer unmodified, so that it will be killed even if
9944 mode like message mode has decided to assign a file name.
9945
9946 * org.el (org-scan-tags): Improve tag inheritance.
9947 (org-scan-tags, org-make-tags-matcher): Make tag comparison
9948 case-sensitive.
9949 (org-scan-tags): Use the internal tags list instead of creating it
9950 from scratch.
9951 (org-trust-scanner-tags, org-scanner-tags): New variables.
9952 (org-scan-tags): Set `org-scanner-tags'.
9953 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
9954 (org-map-entries): Document the possible speedup using scanner
9955 tags.
9956
9957 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9958
9959 * org.el (org-add-planning-info): Fix bug with looking for keyword
9960 only at column 0.
9961
9962 * org-agenda.el (org-agenda-custom-commands-local-options):
9963 Add option for tags filter preset.
9964 (org-prepare-agenda): Store filter preset as a property on the
9965 filter variable.
9966 (org-finalize-agenda): Call the filter, if there is a preset.
9967 (org-agenda-filter-by-tag): Filter again after clearing the
9968 filter, when there still is a preset.
9969 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
9970 Include the preset filter.
9971 (org-agenda-redo): Apply the filter again, also the preset filter.
9972
9973 * org-exp.el (org-export-as-html): Use IDs in the correct way.
9974
9975 * org.el (org-uuidgen-p): New funtion.
9976
9977 * org-agenda.el (org-agenda-fontify-priorities): New default value
9978 `cookies'.
9979 (org-agenda-fontify-priorities): Rename from
9980 org-fontify-priorities.
9981
9982 * org.el (org-set-font-lock-defaults):
9983 Call `org-font-lock-add-priority-faces'.
9984 (org-font-lock-add-priority-faces): New function.
9985
9986 * org-faces.el (org-set-tag-faces): New option.
9987 (org-priority-faces): New variable.
9988
9989 * org-exp.el (org-export-as-html): Add a "content" div around the
9990 entire content of the body tag.
9991 (org-export-html-get-bibliography): New function.
9992 (org-export-html-validation-link): New variable.
9993 (org-export-as-html): Add validation link to exported page.
9994
9995 * org.el (org-match-sparse-tree): Rename from
9996 `org-tags-sparse-tree'.
9997 (org-tags-sparse-tree): New alias.
9998
9999 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10000
10001 * org.el (org-get-valid-level): Catch the case where the level
10002 change is nil.
10003
10004 * org-clock.el (org-clock-find-position): Better indentation of
10005 new clock drawers.
10006
10007 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10008
10009 * org-agenda.el (org-agenda-quit): Delete window only when the
10010 frame-setup was not `current-window'.
10011
10012 * org.el (org-tag-persistent-alist): New option.
10013 (org-startup-options): Add keyword `noptag'.
10014 (org-fast-todo-selection): Handle :newline correctly.
10015 (org-set-tags): Handle :newline correctly.
10016 (org-fast-tag-selection): Handle :newline correctly.
10017
10018 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10019
10020 * org-exp.el (org-export-as-ascii): Reverse link buffer before
10021 outputting it.
10022 (org-export-ascii-push-links): Fix bug with pussing links into the
10023 export buffer.
10024
10025 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10026
10027 * org-archive.el (org-archive-subtree): Do not add 1 to level if
10028 pasting at top level.
10029
10030 * org-bbdb.el: Improve documentation.
10031
10032 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10033
10034 * org-list.el (org-insert-item): Only consider insert empty lines
10035 is `org-empty-line-terminates-plain-lists' is not nil.
10036
10037 * org.el (org-blank-before-new-entry): Mention the dependence on
10038 `org-empty-line-terminates-plain-lists' in the docstring.
10039
10040 * org-publish.el (org-publish-get-project-from-filename):
10041 New optional argument UP. Only find the top project if UP is set.
10042 (org-publish-current-project): Find the top encloding project.
10043
10044 * org-agenda.el (org-agenda-before-write-hook)
10045 (org-agenda-add-entry-text-maxlines): New options.
10046 (org-write-agenda): Run the new hook in the temporary buffer.
10047 (org-agenda-add-entry-text): New function.
10048 (org-write-agenda): Implement PDF export, using ps2pdf.
10049
10050 * org.el (org-global-properties-fixed, org-global-properties):
10051 Improve documentation string.
10052
10053 * org-exp.el (org-export-ascii-links-to-notes): New option.
10054 (org-export-as-ascii): Handle links better.
10055 (org-export-ascii-wrap, org-export-ascii-push-links):
10056 New functions.
10057
10058 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10059
10060 * org-agenda.el (org-agenda): Make prefix arg optional.
10061 (org-agenda-search-headline-for-time): New option.
10062 (org-format-agenda-item):
10063 Honor `org-agenda-search-headline-for-time'.
10064
10065 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
10066 characters.
10067
10068 * org.el (org-self-insert-cluster-for-undo): New option.
10069 (org-self-insert-command): Cluster undo for 20 characters.
10070 (org-self-insert-command-undo-counter): New variable.
10071
10072 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10073
10074 * org-exp.el (org-export-as-html): Fix problem with closing colone
10075 example.
10076
10077 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10078
10079 * org-latex.el (org-export-as-latex)
10080 (org-export-latex-first-lines): Avoid modification flag when
10081 adding or removing text properties.
10082 (org-export-latex-fontify): Catch error when org-emph-alist has
10083 entries that are not defined for LaTeX export.
10084
10085 * org-export-latex.el: Rename to org-latex.el.
10086
10087 * org-latex.el: Rename from org-export-latex.el.
10088
10089 * org.el (orgstruct++-mode): New function.
10090 (turn-on-orgstruct++): Call `orgstruct++-mode'.
10091 (org-context-p): Allow detecting item context after the first line
10092 of an item.
10093 (orgstruct-make-binding): Detect if item-body context should be
10094 seen.
10095 (orgstruct-is-++): New variable.
10096 (org-add-planning-info): Catch the case when there is no planning
10097 info yet and the call does not want to add anything, only maybe
10098 tries to remove something.
10099 (org-special-ctrl-a/e): All value to be a cons cell with separate
10100 settings for `C-a' and `C-e'.
10101 (org-beginning-of-line, org-end-of-line): Honor separate values
10102 for `C-a' and `C-e'.
10103
10104 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10105
10106 * org.el (org-reload): New command.
10107
10108 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
10109
10110 * org-gnus.el (org-gnus-store-link): Fix bug where
10111 org-gnus-store-link used wrong subject when called in an article
10112 buffer. Patch provided by fengli AT gmail DOT com.
10113
10114 2009-03-13 D. Goel <deego3@gmail.com>
10115
10116 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
10117 replace ls by (values-list ls).
10118
10119 2009-02-20 Carsten Dominik <dominik@science.uva.nl>
10120
10121 * org-remember.el (org-remember-apply-template): Turn off ido for
10122 this completion.
10123
10124 * org.el (org-priority): Also find invisible headings, for remote
10125 editing.
10126 (org-completing-read-no-ido): New function.
10127 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
10128
10129 * org-colview.el (org-columns-edit-value): No special treatment of
10130 prefix arg.
10131
10132 2009-02-19 Carsten Dominik <dominik@science.uva.nl>
10133
10134 * org.el (org-block-todo-from-children-or-siblings):
10135 Use `org-up-heading-all' so that this will work correctly with hidden
10136 property drawers and entries.
10137 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
10138 falling back to normal, default command.
10139 (org-get-location): Temporarily turn off special behavior.
10140
10141 2009-02-13 Glenn Morris <rgm@gnu.org>
10142
10143 * org-rmail.el (rmail-show-message): Restore argument list to the
10144 declaration now that this functions behaves in Emacs 23 as in 22.
10145
10146 2009-02-12 Glenn Morris <rgm@gnu.org>
10147
10148 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
10149
10150 2009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
10151
10152 * org-footnote.el (org-footnote-action): Fix doc typo.
10153
10154 2009-02-06 Carsten Dominik <dominik@science.uva.nl>
10155
10156 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
10157 text before first headline.
10158 (org-export-remove-or-extract-drawers): Fix regular expression for
10159 extracting drawers.
10160
10161 * org.el (org-format-latex): Stop LaTeX fragment processing in
10162 protected examples.
10163
10164 2009-02-05 Glenn Morris <rgm@gnu.org>
10165
10166 * org-rmail.el (rmail-show-message): Update declaration.
10167 (rmail-buffer, rmail-view-buffer): Declare.
10168 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
10169
10170 2009-02-04 Carsten Dominik <dominik@science.uva.nl>
10171
10172 * org.el (org-return-follows-link): Revert setting
10173 `org-return-follows-link' to t by default.
10174
10175 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
10176
10177 * org.el (org-cycle-global-at-bob): Fix typo.
10178
10179 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
10180
10181 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
10182
10183 * org.el (org-mode): Make dependence stuff work more reliably.
10184 (org-update-parent-todo-statistics): Fix bug with updating
10185 statistics cookie.
10186 (org-yank-adjusted-subtrees, org-return-follows-link)
10187 (org-use-fast-todo-selection, org-tags-column): New default
10188 setting for variables.
10189
10190 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
10191 ~ as verbatim delimiters, to avoid table bug.
10192 (org-export-latex-classes): Remove the a4paper option from the
10193 default styles.
10194
10195 * org-exp.el (org-export-html-format-image): New argument
10196 PAR-OPEN, to fix XHTM validation bug.
10197 (org-export-as-html): Pass par-open to
10198 `org-export-html-format-image'.
10199 (org-export-html-footnotes-section): Use a more consistent id for
10200 footnotes.
10201
10202 * org-agenda.el (org-agenda-sorting-strategy)
10203 (org-agenda-tags-column): New default setting for variables, based
10204 on a poll what typical uses use.
10205 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
10206 setting the blocked tag.
10207
10208 2009-01-31 Carsten Dominik <dominik@science.uva.nl>
10209
10210 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
10211 only checking for blocks.
10212
10213 * org-exp.el (org-export-html-footnotes-section): Make the div id
10214 consistent.
10215
10216 * org-export-latex.el (org-export-latex-classes):
10217 Remove paper size option from LaTeX classes.
10218
10219 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
10220
10221 * org.el (org-enforce-todo-checkbox-dependencies): New option.
10222 (org-block-todo-from-checkboxes): New function.
10223 (org-todo): Make tripple prefix arg circumvent blocking.
10224
10225 2009-01-30 Glenn Morris <rgm@gnu.org>
10226
10227 * org-list.el (org-empty-line-terminates-plain-lists)
10228 (org-toggle-checkbox): Doc fixes.
10229
10230 * org-table.el (org-table-clean-before-export): Fix declaration.
10231
10232 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
10233
10234 * org-timer.el (org-timer): Provide the timer feature.
10235
10236 * org.el (org-require-autoloaded-modules): Add a few more files to
10237 the list of autoloaded modules.
10238
10239 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
10240
10241 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
10242 drawers that are unprotected.
10243 (org-export-html-format-image): Make sure inlined LaTeX fragment
10244 images remain inlined.
10245
10246 * org.el (org-toggle-ordered-property): New function.
10247 (org-mode-map): Add a key for `org-toggle-ordered-property'.
10248 (org-org-menu): Add menu entries for TODO dependencies.
10249
10250 * org.el (org-default-properties): Add ORDERED to the default
10251 properties, to get completion support for it.
10252
10253 * org-list.el (org-update-checkbox-count): Update more than one cookie.
10254
10255 * org.el (org-update-parent-todo-statistics): Update more than one
10256 cookie.
10257
10258 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
10259
10260 * org-agenda.el (org-agenda-get-todos): Start search from correct
10261 position.
10262
10263 * org.el (org-fast-todo-selection): Make sure TODO selection does
10264 not change buffer position.
10265
10266 * org-list.el (org-toggle-checkbox): Implement adding or removing
10267 checkboxes from line or region when called with a prefix
10268 argument.
10269
10270 * org-rmail.el (org-rmail-store-link): Protect the call to
10271 `rmail-narrow-to-non-pruned-header'.
10272
10273 * org-clock.el (org-clock-special-range): Fix week display in
10274 clock tables.
10275
10276 * org-exp.el (org-get-current-options): Fix bug when in indirect
10277 buffer.
10278
10279 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
10280 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
10281 (org-agenda-dim-blocked-tasks): New function.
10282
10283 * org.el (org-enforce-todo-dependencies): New option.
10284 (org-block-todo-from-children-or-siblings): New function.
10285
10286 * org-faces.el (org-agenda-dimmed-todo-face): New face.
10287
10288 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
10289
10290 * org.el (org-todo): Return correct state type even if the blocker
10291 throws an error.
10292 (org-modifier-cursor-error): Rename from
10293 `org-shiftcursor-error'.
10294 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10295 (org-shiftmetadown): Call `org-modifier-cursor-error'.
10296
10297 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
10298 to get real errors from the blocker hook.
10299
10300 * org.el (org-shiftselect-error, org-call-for-shift-select):
10301 New functions.
10302 (org-set-visibility-according-to-property): Turn off the setting
10303 of `org-show-entry-below', to avoid overruling a FOLDED visibility
10304 property.
10305
10306 * org.el (org-support-shift-select): New option.
10307 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
10308 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
10309 selection outside contexts.
10310
10311 * org-list.el (org-at-item-bullet-p): New function.
10312
10313 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
10314 variables.
10315
10316 * org-footnote.el (org-footnote-normalize): Remove unnecessary
10317 variable.
10318 (org-insert-footnote-reference-near-definition):
10319 Remove unnecessary let form.
10320
10321 2009-01-26 Carsten Dominik <dominik@science.uva.nl>
10322
10323 * org-export-latex.el (org-export-as-latex):
10324 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
10325 (org-export-latex-first-lines): New parameter OPT-PLIST.
10326
10327 * org.el (org-yank): Tell `delete-selection-mode' about
10328 `org-yank'.
10329
10330 * org-faces.el (org-clock-overlay): Fix face definition.
10331
10332 * org-export-latex.el (org-export-latex-first-lines):
10333 Pass timestamp and footnote parameters to the preprocessor.
10334
10335 * org-exp.el (org-export-remove-timestamps): Do not remove time
10336 stamps inside tables.
10337
10338 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10339
10340 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
10341
10342 * org.el (org-agenda-tags-todo-honor-ignore-options):
10343 Declare variable.
10344
10345 * org-table.el (org-table-insert-hline): Fix typo in fuction call
10346 to `backward-char'.
10347
10348 * org-exp.el (org-export-as-html): Remove the initial space from
10349 colon examples.
10350
10351 * org.el (org-scan-tags):
10352 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
10353
10354 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
10355 New customization groups.
10356 (org-agenda-tags-todo-honor-ignore-options): New option.
10357 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
10358 New function.
10359 (org-agenda-get-todos):
10360 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
10361
10362 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10363
10364 * org-exp.el (org-export-format-source-code-or-example):
10365 Escape HTML characters also in examples that anre not treated with
10366 htmlize. Also, just switch to EXAMPLE processing if we do not
10367 have a good version of htmlize.
10368
10369 * org-rmail.el: Fix copyright notice.
10370
10371 * org.el (org-activate-footnote-links): Improve footnote link
10372 highlighting.
10373
10374 * org-footnote.el (org-footnote-normalize): Fix finding the end of
10375 a footnote definition at the end of the file.
10376
10377 * org-table.el (org-table-get-specials): Add an imagined hline at
10378 the end of the table. This can be useful for references that want
10379 to go to the end of the table. Also fix bug when computing last
10380 row constants, in tables that do not start right at the right
10381 margin.
10382 (org-table-eval-formula): Match and replace remove references.
10383 (org-table-formula-substitute-names): Make sure that names inside
10384 a "remote" call are left alone, the will be replaced later when
10385 the remote call is handled.
10386 (org-table-convert-refs-to-rc): Do not convert things that might
10387 look like a reference, but are really part of an ID or namei n a
10388 remote reference.
10389 (org-table-get-remote-range): New function.
10390
10391 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10392
10393 * org-faces.el (org-clock-overlay): Fix bug in face definition.
10394
10395 * org-clock.el (org-clock-put-overlay): Use new face instead of
10396 `secondary-selection'.
10397
10398 * org-faces.el (org-clock-overlay): New face.
10399
10400 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10401
10402 * org-exp.el (org-get-current-options): Include the option for
10403 publishing time stamps.
10404
10405 * org.el (org-toggle-heading): Rename from
10406 `org-toggel-region-headings'.
10407 No longer needs a region defined, but will use it if there is one.
10408 (org-ctrl-c-star): Simplify, relying more on the internal
10409 workings of `org-toggle-heading'.
10410 (org-toggle-item): Rename from `org-toggle-region-items'.
10411 No longer needs a region defined, but will use it if there is one.
10412 (org-ctrl-c-minus): Simplify, relying more on the inernal
10413 workings of `org-toggle-item'.
10414
10415 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
10416 environment detection. Also, do real changes only in unprotected
10417 places.
10418
10419 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10420
10421 * org-export-latex.el (org-export-latex-quotation-marks):
10422 Use `org-if-unprotected-1'.
10423 (org-export-latex-set-initial-vars): Check for class definition in
10424 property.
10425
10426 * org-macs.el (org-if-unprotected-1): New macro.
10427
10428 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10429
10430 * org-compat.el (org-count-lines): New function.
10431
10432 * org-exp.el (org-export-format-source-code-or-example):
10433 Handle switches related to text areas.
10434
10435 * org.el (org-activate-footnote-links): Don't allow match inside a
10436 link.
10437
10438 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
10439
10440 * org-export-latex.el (org-export-latex-links): Keep a relative
10441 path relative also after export.
10442
10443 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
10444
10445 * org.el (org-make-tags-matcher): Never use IDO for completing the
10446 tags matcher match string.
10447 (org-completing-read): Also remove the special biding for "?".
10448
10449 * org-attach.el (org-attach-allow-inheritance): New option.
10450 (org-attach-inherited): New variable.
10451 (org-attach-dir): Handle properties related to the attachment
10452 directory.
10453 (org-attach-check-absolute-path): New function.
10454 (org-attach-set-directory, org-attach-set-inherit): New commands.
10455 (org-attach): Accommodate the new commands in the dispatcher.
10456
10457 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10458
10459 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
10460 `window-full-width-p'.
10461
10462 * org-exp.el (org-export-as-html): Only check for images files
10463 that really can be inlined.
10464
10465 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
10466 list of extensions to be a parameter.
10467
10468 * org-exp.el (org-export-html-inline-image-extensions):
10469 New variable.
10470
10471 * org-agenda.el (org-prepare-agenda):
10472 Use `org-agenda-block-separator'.
10473 (org-agenda-block-separator): New option.
10474
10475 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10476
10477 * org-export-latex.el (org-export-latex-tables):
10478 Call `org-table-clean-before-export' with the new optional argument.
10479
10480 * org-exp.el (org-table-clean-before-export): New optional
10481 parameter MAYBE-QUOTED, allows for quoted characters like \# in
10482 first column.
10483
10484 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10485
10486 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
10487 histograms.
10488
10489 * org-colview.el (org-colview-construct-allowed-dates):
10490 Better error catching when a date/time property does not have allowed
10491 values defined.
10492
10493 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
10494 Better error catching when a date/time property does not have
10495 allowed values defined.
10496
10497 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10498
10499 * org.el (org-map-entries): Restore point and restriction after
10500 `org-map-entries'.
10501
10502 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10503
10504 * org.el (org-time=, org-time<, org-time<=, org-time>)
10505 (org-time>=, org-time<>): Make sure both values are dates.
10506
10507 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10508
10509 * org-archive.el (org-extract-archive-heading): Allow %s for file
10510 name also in achive location heading.
10511
10512 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10513
10514 * org-archive.el (org-add-archive-files): Uniquify the list before
10515 returning it.
10516
10517 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10518
10519 * org-compat.el (org-fit-window-to-buffer):
10520 Use `window-full-width-p'.
10521
10522 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
10523 space after the colon in short examples.
10524
10525 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
10526 enforce a space after the colon. However, we also allow lines
10527 that are *only* a colon.
10528 (org-export-as-html): Enforce the space after the colon in short
10529 examples.
10530 (org-export-preprocess-string): Do the colon example protection
10531 earlier.
10532 (org-export-remove-timestamps): Do not check for protection at the
10533 end of the line.
10534
10535 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10536
10537 * org.el (org-format-latex-options): Add new matcher for single
10538 letters between dollars.
10539 (org-get-header): Function removed.
10540 (org-heading-components): New function.
10541
10542 * org-exp.el (org-export-define-heading-targets): Record ID's also
10543 as alternative targets.
10544 (org-export-as-html): Interpret "id:" links to other files by
10545 preserving the relative path.
10546
10547 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
10548 is nil.
10549
10550 * org-exp.el (org-export-normalize-links): Protect the main link,
10551 to avoid special character processing.
10552
10553 * org-export-latex.el (org-export-latex-special-keyword-regexp):
10554 New variable.
10555 (org-export-latex-special-string-regexps): Variable removed.
10556 (org-export-latex-keywords): Use the new regexp.
10557
10558 * org-exp.el (org-export-handle-include-files): Fetch switches and
10559 put them into the BEGIN statement.
10560
10561 * org-timer.el (org-timer-mode-line-string): New variable.
10562
10563 * org-clock.el (org-clock-mode-line-map): Rename from
10564 `org-clock-mode-map'.
10565 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
10566 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
10567 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
10568 (org-clock-remove-overlays): Rename from
10569 `org-remove-clock-overlays'.
10570
10571 * org-timer.el (org-timer-pause-or-continue): Implement stopping
10572 and mode line display.
10573 (org-timer-stop): New command.
10574 (org-timer-seconds): Return correct time when timer is paused.
10575 (org-timer-mode-line-timer): New variable.
10576 (org-timer-set-mode-line, org-timer-update-mode-line):
10577 New functions.
10578
10579 * org.el (org-insert-heading): Handle new value `auto' for
10580 `org-blank-before-new-entry'.
10581 (org-org-menu): Add new items for timer functions.
10582
10583 * org-list.el (org-insert-item): Handle new value `auto' for
10584 `org-blank-before-new-entry'.
10585
10586 * org.el (org-blank-before-new-entry): New value `auto', made
10587 default.
10588
10589 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10590
10591 * org-exp.el (org-export-normalize-links): If the link is also
10592 used as the description, protect the description.
10593
10594 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10595
10596 * org.el (org-closest-date): Fix bug with yearly repeats, in
10597 combination with preference of the past as it is used for deadline
10598 and scheduling search.
10599
10600 * org-exp.el (org-html-handle-time-stamps): No longer check for
10601 the `org-export-with-timestamps' option, because the preprocesser
10602 has taken care of this already.
10603
10604 * org.el (org-entry-properties): Catch the case when this is
10605 called in a non-org-mode file.
10606
10607 * org-export-latex.el (org-export-latex-remove-from-headlines):
10608 Variable made obsolete, also LaTeX export now uses the standard
10609 variables.
10610 (org-export-as-latex): Add the timestamps parameter to the
10611 preprocessor parameter list.
10612 (org-export-latex-content): Export the remaining keywords without
10613 considering to remove them.
10614 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
10615 Use bold font instead of tt font for the keywords.
10616 (org-export-latex-fontify-headline): Format headlines, assuming
10617 that all keywords still present should be published.
10618 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
10619 publish what ever remains of the time stamps.
10620 (org-export-latex-list-parameters): New option.
10621 (org-export-latex-lists): Pass additional parameters to the list
10622 converter.
10623
10624 * org-exp.el (org-export-preprocess-string): Remove clock lines
10625 and timestamps already in the preprocesor.
10626 (org-export-remove-timestamps, org-export-remove-clock-lines):
10627 New functions.
10628 (org-export-as-ascii, org-export-as-html): Add the timestamps
10629 parameter to the preprocessor parameter list.
10630
10631 * org-list.el (org-list-parse-list): Parse for checkboxes.
10632 (org-list-to-generic): Introduce and handle new parameters :cbon
10633 and :cboff.
10634 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
10635 Add optional parameter PARAMS.
10636
10637 * org-export-latex.el (org-export-latex-special-chars):
10638 Fix problems with interpreting dollar signs.
10639 (org-inside-latex-math-p): New function.
10640 (org-export-latex-preprocess): Protect all the math fragments.
10641
10642 * org.el (org-latex-regexps): Allow a dash after a dollar.
10643
10644 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
10645 mark after copying.
10646
10647 * org-agenda.el (org-run-agenda-series): Have series options set
10648 when finalizing the agenda.
10649
10650 * org-exp.el (org-export-format-source-code-or-example):
10651 Protect the converted examples.
10652
10653 * org.el (org-set-regexps-and-options): Fix the regexp
10654 `org-complex-heading-regexp'.
10655
10656 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10657
10658 * org.el (org-edit-src-get-label-format): New function.
10659 (org-coderef-label-format): New option.
10660 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
10661 a label format specification and make sure it is used in the edit
10662 buffer.
10663 (org-edit-src-get-label-format): New function.
10664 (org-store-link): Handle new coderef formats.
10665 (org-link-search): Handle new coderef formats.
10666
10667 * org-footnote.el (org-footnote-create-definition)
10668 (org-footnote-goto-local-insertion-point): Make footnote insertion
10669 work correctly when the "Footnotes" headline is the last line in
10670 the buffer.
10671
10672 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
10673 the location.
10674
10675 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10676
10677 * org-w3m.el (org-w3m): New customization group.
10678 (org-w3m-deactivate-mark): New option.
10679 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
10680 option say not to.
10681
10682 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10683
10684 * org.el (org-set-font-lock-defaults): Trigger footnote
10685 fontification.
10686 (org-activate-footnote-links): New function.
10687 (org-activate-links): New entry `footnote'.
10688
10689 * org-faces.el (org-footnote): New face.
10690
10691 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10692
10693 * org-macs.el (org-re): Handle the [:word:] class.
10694
10695 * org-exp.el (org-export-preprocess-string):
10696 Call `org-export-protect-colon-examples'.
10697 (org-export-protect-colon-examples): Rename from
10698 `org-export-protect-examples', and scope limited to lines starting
10699 with a colon.
10700
10701 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10702
10703 * org-exp.el (org-export-preprocess-string): Move the preprocess
10704 hook to after turning on Org-mode.
10705 (org-export-preprocess-after-include-files-hook)
10706 (org-export-preprocess-after-tree-selection-hook)
10707 (org-export-preprocess-before-backend-specifics-hook)
10708 (org-export-preprocess-final-hook): New hooks.
10709 (org-export-preprocess-string): Run the new hooks.
10710
10711 * org.el (org-ctrl-c-minus): Fix indentation for new items.
10712
10713 * org-footnote.el: New file.
10714
10715 * org.el (org-footnote): Require footnote code.
10716 (org-startup-options): Add new footnote options.
10717 (org-mode-map): New keybindig for footnotes.
10718 (org-ctrl-c-ctrl-c): Add function at footnotes.
10719 (org-org-menu): New menu entries for footnotes.
10720
10721 * org-export-latex.el (org-export-as-latex): Pass footnote
10722 variable to preprocessor.
10723 (org-export-latex-preprocess): Treat multiple references to a
10724 footnote.
10725
10726 * org-exp.el (org-export-preprocess-string):
10727 Call `org-footnote-normalize'.
10728 (org-export-as-ascii, org-export-as-html): Pass footnote variable
10729 to preprocessor.
10730 (org-export-as-html): Treat multiple references to a footnote.
10731
10732 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10733
10734 * org-export-latex.el (org-export-latex-links): Handle coderef
10735 links.
10736
10737 * org.el (org-bracket-link-analytic-regexp++): New variable.
10738 (org-make-link-regexps):
10739 Initialize `org-bracket-link-analytic-regexp++'.
10740 (org-store-link): Implement special case in edit-src buffer.
10741 (org-insert-link): No use of ide to insert stored links.
10742 (org-link-search): Implement special case for coderefs.
10743
10744 * org-exp.el (org-export-html-scripts): New constant.
10745 (org-export-html-style-default): Add a new style for highlighted
10746 code.
10747 (org-export-code-refs): New variable.
10748 (org-export-preprocess-string): Initialize `org-export-code-refs'.
10749 Call `org-export-replace-src-segments-and-examples'
10750 No longer call `org-export-protect-examples'.
10751 (org-export-target-internal-links): Take care of coderef targets.
10752 (org-export-last-code-line-counter-value): New variable.
10753 (org-export-replace-src-segments-and-examples): Rename from
10754 `org-export-replace-src-segments', and modified.
10755 (org-export-format-source-code-or-example): Rename from
10756 `org-export-format-source-code'.
10757 (org-export-number-lines): New function.
10758 (org-export-as-ascii, org-export-as-html): Handle coderef links.
10759
10760 2009-01-23 Glenn Morris <rgm@gnu.org>
10761
10762 * org-rmail.el (rmail-narrow-to-non-pruned-header):
10763 Remove declaration of deleted function.
10764
10765 2009-01-16 Glenn Morris <rgm@gnu.org>
10766
10767 * org-mouse.el (org-mouse-show-context-menu):
10768 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
10769 mouse-major-mode-menu.
10770
10771 2008-12-23 Carsten Dominik <dominik@science.uva.nl>
10772
10773 * org-remember.el (org-remember-handler): Safer way to get a new
10774 buffer accessing the target file.
10775
10776 * org.el (org-refile-get-location): Handle case of current buffer
10777 not having a file associated with it.
10778
10779 2008-12-22 Carsten Dominik <dominik@science.uva.nl>
10780
10781 * org-table.el (org-table-get-formula): Only ask to overwrite
10782 field formula if there really is one.
10783
10784 2008-12-21 Carsten Dominik <dominik@science.uva.nl>
10785
10786 * org-export-latex.el (org-export-latex-make-header): Double the
10787 commenting % in the time stamp format.
10788 (org-export-latex-special-chars): Handle case where there is no
10789 match group 3.
10790
10791 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
10792
10793 * org.el (org-get-refile-targets, org-refile-get-location):
10794 Use expanded file name to improve comparison.
10795
10796 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
10797
10798 * org.el (org-scan-tags): Rescan for tags, to get the correct
10799 upcase/downcase stuff. This slows things down for now, but it
10800 works.
10801 (org-mode): Make sure the tag-faces regexp is initialized.
10802
10803 * org-export-latex.el (org-export-latex-links): Fix bug with
10804 undefined label.
10805
10806 * org-table.el (org-table-get-specials):
10807 Set `org-table-current-last-data-line'.
10808 (org-table-current-last-data-line): New variable.
10809 (org-table-insert-column, org-table-delete-column)
10810 (org-table-move-column, org-table-fix-formulas):
10811 Call `org-table-fix-formulas' a second time to fix the $LR references.
10812 (org-table-get-specials): Add the $LR references to the tables.
10813 (org-table-get-formula): Do not offer last-row names as LHS of
10814 formulas.
10815
10816 * org.el (org-store-link): Capture link description from
10817 `org-id-store-link'.
10818
10819 * org-exp.el (org-export-html-format-image): Add the / to the end
10820 of the <img> tag.
10821 (org-export-format-source-code): Surround example by empty lines,
10822 to make sure it will not be inside a paragraph.
10823
10824 * org.el (org-ido-switchb): New function.
10825
10826 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
10827
10828 * org-agenda.el (org-agenda-show): New prefix argument
10829 FULL-ENTRY.
10830
10831 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
10832 argument.
10833
10834 2008-12-20 Glenn Morris <rgm@gnu.org>
10835
10836 * org.el (org-org-menu): Fix some more menu entries.
10837
10838 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
10839
10840 * org-table.el (org-table-get-specials): Revert introduction of @0
10841 as reference of the last table row, because of conflicts.
10842
10843 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
10844 argument, get the current tags directly.
10845 (org-agenda-set-tags): Leave getting current tags to
10846 `org-agenda-change-all-lines'.
10847
10848 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
10849
10850 * org.el (org-org-menu): Do not quote the set-tags command.
10851
10852 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
10853
10854 * Fix typos in comments and docstrings throughout Org-mode.
10855
10856 * org.el (org-get-outline-path): Fix bug if level is not given.
10857
10858 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
10859
10860 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10861
10862 * org.el (org-refile): Avoid refiling to within the region to be
10863 refiled.
10864
10865 * org-export-latex.el (org-export-latex-special-chars):
10866 Replace special characters also in tables.
10867
10868 * org-agenda.el (org-agenda-change-all-lines): New argument
10869 FORCE-TAGS.
10870 (org-agenda-set-tags): Get the new tags and pass them to
10871 `org-format-agenda-item'.
10872
10873 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10874
10875 * org-export-latex.el (org-export-latex-classes): Add longable as
10876 a default package to all classes.
10877 (org-export-latex-tables): Handle the longtable attribute and the
10878 align attribute.
10879
10880 * org-table.el (orgtbl-to-generic): Handle tables that start with
10881 a hline.
10882
10883 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
10884 \verb for colde-like snippets.
10885 (org-export-as-latex): Fix issues with region export.
10886
10887 * org.el (org-up-heading-safe): Speed up function by using a
10888 direct regexp search.
10889 (org-olpa): New variable.
10890 (org-get-outline-path): Speed-up path constructions in cases where
10891 this is possible because the entire hierarchy is scanned anyway.
10892 (org-refile-get-location): Don't compare the truenames of files,
10893 this is too slow.
10894 (org-goto-max-level): New option.
10895 (org-goto): Use `org-goto-max-level'.
10896
10897 2008-12-16 Tassilo Horn <tassilo@member.fsf.org>
10898
10899 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
10900 Strip angle brackets from message-ids in the former and don't do
10901 it in the latter.
10902 (org-gnus-follow-link): Open summary reliable, even if the last
10903 messages were deleted, and handle empty groups, too.
10904
10905 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10906
10907 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
10908 instead of \texttt for the =...= and ~===~ emphasis environments.
10909 (org-export-as-latex): Remove any old :org-license-to-kill text
10910 properties.
10911 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
10912 (org-export-latex-make-header): Add some hard space after the
10913 table of contents.
10914 (org-export-latex-first-lines): Accept RBEG argument.
10915 Mark exported text so that it will be excuded in further steps.
10916
10917 * org-table.el (org-table-get-specials): Make @0 reference the
10918 last line in a table.
10919 (org-table-recalculate): Improve docstring.
10920
10921 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10922
10923 * org.el (org-log-done): Fix docstring.
10924
10925 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10926
10927 * org-exp.el (org-export-html-format-image): Fix bugs.
10928
10929 * org-export-latex.el (org-export-latex-tables)
10930 (org-export-latex-links): Implement attribute, label, and caption
10931 handling.
10932
10933 * org-exp.el (org-export-html-style-default): Add style
10934 definitions for the figure div.
10935 (org-export-preprocess-string, org-export-as-html):
10936 Implement attribute, label, and caption handling.
10937 (org-export-attach-captions-and-attributes): New function.
10938 (org-export-html-format-image): New function.
10939 (org-format-org-table-html): Implement attribute, label, and
10940 caption handling.
10941
10942 * org.el (org-find-text-property-in-string): New function.
10943 (org-extract-attributes): Use the property org-attr instead of
10944 org-attrobutes, because this property is now set with the #+ATTR
10945 lines.
10946
10947 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10948
10949 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
10950 the case that FROM is nil.
10951
10952 * org.el (org-before-first-heading-p): New function.
10953
10954 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10955
10956 * org-exp.el (org-export-as-html): Do not add a space before
10957 enforces line breaks.
10958 (org-export-as-html): Close paragraph before blockquote and verse
10959 tags.
10960
10961 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10962
10963 * org-id.el (org-id-locations-file): Wrap file name with
10964 `convert-standard-filename'.
10965 (org-id-files): New variable.
10966 (org-id-use-hash): New option.
10967 (org-id-update-id-locations): Also search in all files current
10968 listed in `org-id-files'. Convert the resulting alist to a hash
10969 if the user customation says so.
10970 (org-id-locations-save): Handle he case if `org-id-locations' is a
10971 hash.
10972 (org-id-locations-load): Convert the alist to a hash.
10973 (org-id-add-location): Handle the hast case.
10974 (kill-emacs-hook): Make sure id locations are saved when Emacs is
10975 exited.
10976 (org-id-hash-to-alist, org-id-alist-to-hash)
10977 (org-id-paste-tracker): New functions.
10978
10979 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10980
10981 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
10982 bindings of calendar variables.
10983
10984 * org-table.el (org-table-find-row-type): Rename from
10985 `org-find-row-type'.
10986 (org-table-rewrite-old-row-references): Rename from
10987 `org-rewrite-old-row-references'.
10988 (org-table-shift-refpart): Rename from `org-shift-refpart'.
10989 (org-table-cleanup-narrow-column-properties): Rename from
10990 `org-cleanup-narrow-column-properties'.
10991
10992 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
10993
10994 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
10995 for better error messages.
10996 (org-table-get-descriptor-line): Supply the new arguments to
10997 `org-find-row-type'.
10998 (org-table-error-on-row-ref-crossing-hline): New option.
10999
11000 * org.el (org-target-link-regexp): Make buffer-local.
11001 (org-move-subtree-down): Fix bug with trees at beginning of
11002 buffer.
11003
11004 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11005
11006 * org-faces.el (org-set-tag-faces): New function.
11007 (org-tags-special-faces-re): New variable.
11008
11009 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
11010
11011 * org-faces.el (org-tag-faces): New option.
11012 (org-tag): Mention `org-tag-faces' in the docstring.
11013
11014 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11015
11016 * org-exp.el (org-export-html-style-default): Implement new
11017 quoting.
11018
11019 * org-jsinfo.el (org-infojs-template): Implement new quoting.
11020
11021 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
11022 command to the `w3m-minor-mode-map'.
11023
11024 * org-archive.el (org-archive-to-archive-sibling):
11025 Protect `this-command' to avoid appending kills during archiving.
11026
11027 * org-exp.el (org-export-with-priority): New variable.
11028 (org-export-add-options-to-plist): Use `org-export-plist-vars'
11029 instead of internal list of strings and properties.
11030 (org-print-icalendar-entries): Retrieve the location property with
11031 inheritance.
11032
11033 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11034
11035 * org-exp.el (org-export-with-todo-keywords): New option.
11036 (org-export-plist-vars): Include also the keys for the #+OPTIONS
11037 line.
11038 (org-default-export-plist, org-export-add-options-to-plist)
11039 (org-export-as-ascii, org-export-as-html): Use the new structure
11040 of `org-export-plist-vars'.
11041
11042 * org.el (org-map-entries): Return all values.
11043
11044 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11045
11046 * org.el (org-matcher-time): Recognize more special values.
11047
11048 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
11049
11050 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11051
11052 * org.el (org-tags-exclude-from-inheritance): New option.
11053 (org-tag-inherit-p, org-remove-uniherited-tags):
11054 Respect `org-tags-exclude-from-inheritance'.
11055
11056 * org-agenda.el (org-agenda-show-inherited-tags): New option.
11057 (org-format-agenda-item): Add inherited tags to the agenda line
11058 string, and make sure that properties are kept when downcasing the
11059 tags list.
11060 (org-agenda-add-inherited-tags): New function.
11061 (org-downcase-keep-props): New function.
11062
11063 * org.el (org-scan-tags): Mark inherited tags with a text
11064 property.
11065 (org-get-tags-at): Mark inherited tags with a text property.
11066 (org-add-prop-inherited): New function.
11067
11068 * org-agenda.el (org-agenda-add-inherited-tags): New function.
11069 (org-agenda-show-inherited-tags): New option.
11070
11071 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11072
11073 * org.el (org-modules): Add org-w3m to the default modules.
11074
11075 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
11076 orgtbl-mode.
11077 (orgtabl-create-or-convert-from-region): New command.
11078
11079 * org-exp.el (org-export-as-ascii): Remove the handling of
11080 targets.
11081 (org-export-ascii-preprocess): Handle targets already in this
11082 function.
11083
11084 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11085
11086 * org-timer.el (org-timer-start-time): Define this variable.
11087 (org-timer-item): Make argument optional.
11088
11089 * org-list.el (org-insert-item): Automatically insert a timer item
11090 if the current list is a timer list.
11091
11092 * org-timer.el: New file.
11093
11094 * org-publish.el (org-publish-org-index): Only exclude the index
11095 file in the main directory from being added to the site-map.
11096 (org-publish-get-project-from-filename): If the current project is
11097 a component, start publishing from the parent project.
11098
11099 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11100
11101 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
11102
11103 * org-publish.el (org-publish-org-index): Improve removal of
11104 temporary buffers.
11105
11106 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
11107
11108 * org-agenda.el (org-get-closed): Re-apply changes
11109 accidentially overwritten by last commit to Emacs.
11110
11111 * org.el (org-outline-path-complete-in-steps): New option.
11112 (org-refile-get-location):
11113 Honor `org-outline-path-complete-in-steps'.
11114 (org-agenda-change-all-lines, org-tags-sparse-tree)
11115 (org-time-string-to-absolute, org-small-year-to-year)
11116 (org-link-escape): Re-apply changes accidentially overwritten
11117 by last commit to Emacs.
11118
11119 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11120
11121 * org-clock.el (org-dblock-write:clocktable): Make sure the
11122 clocktable sees the first line.
11123 (org-clock-in): Warn if the clock cannot be resumed.
11124
11125 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11126
11127 * org.el (org-open-at-point): Fix mixup about interactive and
11128 non-interactive elisp links.
11129
11130 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11131
11132 * org-exp.el (org-export-preprocess-string): Allow one comment
11133 line before the first headline to always be included. This is
11134 to not miss a commented target.
11135
11136 * org-mouse.el (org-mouse-insert-item):
11137 Call `org-indent-to-column' instead of `indent-to', for XEmacs
11138 compatibility.
11139
11140 * org.el (org-refile-targets): Fix customize definition so
11141 that it works also in XEmacs.
11142 (org-fixup-indentation): Call `org-indent-to-column' instead
11143 of `indent-to', for XEmacs compatibility.
11144
11145 2008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
11146
11147 * org-mew.el (org-mew-store-link): Get the correct case folder
11148 for refiled messages.
11149
11150 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11151
11152 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
11153 line break indicators.
11154
11155 * org.el (org-ido-completing-read): Remove the "i:" prefix for
11156 ido-completion propts.
11157
11158 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11159
11160 * org-remember.el (org-remember-apply-template):
11161 Use `org-substring-no-properties'.
11162
11163 * org-compat.el (org-substring-no-properties): New function.
11164
11165 * org-remember.el (org-remember-apply-template):
11166 Use `org-substring-no-properties' for compatibility.
11167
11168 * org-list.el (org-list-two-spaces-after-bullet-regexp):
11169 New option.
11170 (org-fix-bullet-type):
11171 Respect `org-list-two-spaces-after-bullet-regexp'.
11172
11173 * org-clock.el (org-clock-load): Clean up the code.
11174
11175 * org.el (org-adaptive-fill-function): Allow two spaces after
11176 "1." as a list bullet.
11177
11178 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11179
11180 * org-clock.el (org-clock-save, org-clock-load): Check for
11181 live buffers, existing files, and buffer file names to ensure
11182 consistent information.
11183 (org-clock-persist): Make `clock' a special value of this
11184 variable, and improve docstring.
11185
11186 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
11187 (org-get-string-indentation): Adapt indentation when the bullet
11188 width changes.
11189
11190 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11191
11192 * org-remember.el (org-remember-finalize): Make interactive.
11193 (org-remember-kill): New command.
11194 (org-remember-finish-immediately): Call `org-remember-finalize'
11195 directly.
11196 (org-remember-finalize): Make `org-remember-finalize' an interactive
11197 function.
11198
11199 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11200
11201 * org-remember.el (org-remember-apply-template): No ido completion
11202 for free prompts in remember templates.
11203 (org-remember-before-finalize-hook): New hook.
11204 (org-remember-mode): New minor mode.
11205 (org-remember-apply-template): Turn on `org-remember-mode'.
11206
11207 * org-remember.el (org-remember-apply-template): Fix the way how
11208 the list of allowed properties is retrieved from the target file.
11209
11210 * org.el (org-insert-link): Improve file link matching.
11211
11212 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11213
11214 * org-colview.el (org-columns-display-here): New argument
11215 DATELINE, to trigger using the new face.
11216 (org-agenda-colview-summarize): Call `org-columns-display-here'
11217 with the new argument.
11218
11219 * org-faces.el (org-agenda-column-dateline): New face.
11220
11221 * org-publish.el (org-publish-org-index): Use index-title at page
11222 title, not as section.
11223
11224 * org-exp.el (org-export-html-format-desc): Respect the
11225 org-protect property.
11226 (org-export-as-html): Protect image specifiers that are in the
11227 description part of a link.
11228
11229 * org.el (org-sort-entries-or-items, org-completing-read)
11230 (org-refile-get-location, org-olpath-completing-read, org-todo)
11231 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
11232 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
11233 (org-set-property, org-delete-property)
11234 (org-delete-property-globally): Use `org-ido-completing-read'.
11235
11236 * org-remember.el (org-remember-apply-template):
11237 Use `org-ido-completing-read'.
11238
11239 * org-publish.el (org-publish): Use `org-ido-completing-read'.
11240
11241 * org-colview.el (org-columns-edit-value, org-columns-new)
11242 (org-insert-columns-dblock): Use `org-ido-completing-read'.
11243
11244 * org-colview-xemacs.el (org-columns-edit-value)
11245 (org-columns-new, org-insert-columns-dblock):
11246 Use `org-ido-completing-read'.
11247
11248 * org-attach.el (org-attach-delete-one, org-attach-open):
11249 Use `org-ido-completing-read'.
11250
11251 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
11252 Use `org-ido-completing-read'.
11253
11254 * org.el (org-time-today): New function.
11255 (org-matcher-time): Use `org-time-today'. Add special treatment
11256 for "<tomorrow>" and "<yesterday>".
11257 (org-ido-completing-read): New function.
11258 (org-completion-use-ido): New option.
11259
11260 * org-exp.el (org-export-format-source-code): Fix bug in require
11261 htmlize code.
11262 (org-export-target-internal-links): Fix bug in search for text
11263 property.
11264
11265 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11266
11267 * org-export-latex.el (org-export-latex-subcontent):
11268 Interprete target aliases as additonal labels.
11269
11270 * org-exp.el (org-export-target-aliases): New variable.
11271 (org-export-preprocess-string)
11272 (org-export-handle-invisible-targets): Fill the alias alist.
11273 (org-export-as-html): Remove the &nbsp; from the anchor, and also
11274 assign an id.
11275 (org-html-level-start): Insert the target aliases as additonal
11276 anchors.
11277
11278 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
11279 picture area.
11280
11281 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11282
11283 * org.el (org-open-at-mouse): Ensure correct link abbreviations
11284 when following a link with the mouse from the agenda.
11285
11286 * org-exp.el (org-export-as-html): Avoid lone </div> when no
11287 headlines are created.
11288
11289 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11290
11291 * org.el (org-link-translation-function): New option.
11292 (org-open-at-point): Call `org-link-translation-function' if
11293 non-nil.
11294 (org-translate-link): New function.
11295 (org-translate-link-from-planner): New function.
11296 (org-open-at-point): Allow interactive commands in elisp links.
11297
11298 * org-exp.el (org-icalendar-cleanup-string): Restore the old
11299 iCalendar quoting. The new one seems to caus problems with
11300 applications.
11301
11302 * org.el (org-yank): Set `this-command' to `yank', so that
11303 `yank-pop' will work.
11304
11305 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11306
11307 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
11308 compliance as far as quoting is concerned.
11309
11310 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
11311 hexified version of the tag.
11312
11313 * org-vm.el (org-vm-follow-link): Require `vm-search'.
11314
11315 * org.el (org-up-heading-safe, org-forward-same-level):
11316 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
11317 (org-back-to-heading): New wrapper around outline-back-to-heading,
11318 with a useful error message telling where the error happened.
11319
11320 * org-list.el (org-update-checkbox-count): Always call
11321 `org-back-to-heading' instead of `outline-back-to-heading'.
11322
11323 * org-exp.el (org-export-as-html): Make sure that each <img> tag
11324 has an `alt' attribute, to ensure XHTML validation.
11325
11326 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11327
11328 * org-publish.el (org-publish-attachment): Allow publishing to
11329 overwrite attachment files.
11330
11331 * org-agenda.el (org-agenda-timerange-leaders): New option.
11332 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
11333
11334 * org.el (org-edit-src-exit): Untabify ASCII image before
11335 returning.
11336
11337 2008-11-19 Glenn Morris <rgm@gnu.org>
11338
11339 * org.el, org-mouse.el (org-agenda-change-all-lines):
11340 Fix declaration.
11341
11342 2008-11-18 Carsten Dominik <dominik@science.uva.nl>
11343
11344 * org.el ("speedbar"): Only show context if the file really is an
11345 org-mode buffer.
11346
11347 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
11348
11349 * org.el (org-time-string-to-absolute, org-small-year-to-year)
11350 (org-tags-sparse-tree): Fix typos in docstrings.
11351
11352 2008-11-15 Carsten Dominik <dominik@science.uva.nl>
11353
11354 * org-publish.el (org-publish-attachment): Allow copy-file to
11355 overwrite files.
11356
11357 2008-11-13 Glenn Morris <rgm@gnu.org>
11358
11359 * org-agenda.el (org-get-closed): Fix alias.
11360
11361 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
11362
11363 * org.el (org-link-escape): Fix typo in docstring.
11364
11365 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11366
11367 * org.el (org-yank): Make any prefix force normal yanking.
11368 Suppress folding if text would be swallowed into a folded
11369 subtree.
11370 (org-yank-folded-subtrees, org-yank): Docstring updates.
11371
11372 * org-agenda.el (org-agenda-compare-effort): Treat no effort
11373 defined as 0.
11374
11375 * org-exp.el (org-export-language-setup): Add Catalan and
11376 Esperanto language entries.
11377
11378 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11379
11380 * org.el (org-refile): Allow refiling of entire regions.
11381
11382 * org-clock.el (org-clock-time%): New function.
11383
11384 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
11385 retrieve property values.
11386
11387 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11388
11389 * org-agenda.el (org-agenda-list): Handle the value `only' of
11390 org-agenda-show-log'.
11391 (org-agenda-log-mode): Interpret a double prefix arg.
11392
11393 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11394
11395 * org-exp.el (org-export-html-footnotes-section): New variable.
11396 (org-export-as-html): Use `org-export-html-footnotes-section' to
11397 insert the footnotes.
11398 (org-export-language-setup): Add "Footnotes" to language words.
11399
11400 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11401
11402 * org.el (org-yank): Fix bug when not inserting a subtree.
11403
11404 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11405
11406 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
11407 instead of `vm-beginning-of-message'.
11408
11409 * org.el (org-make-link-regexps): Make sure that links to gnus can
11410 contain brackets.
11411
11412 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11413
11414 * org-attach.el (org-attach-dir): Remove duplicate ID creation
11415 code.
11416
11417 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
11418 shell output.
11419
11420 * org.el (org-link-abbrev-alist): Improve customization type.
11421
11422 * org-attach.el (org-attach-expand-link, org-attach-expand):
11423 New functions.
11424
11425 * org-agenda.el (org-agenda-get-progress): Rename from
11426 `org-get-closed'. Implement searching for state changes as well.
11427 (org-agenda-log-mode-items): New option.
11428 (org-agenda-log-mode): New option prefix argument, interpreted as
11429 request to show all possible progress info.
11430 (org-agenda-get-day-entries): Call `org-get-progress' instead of
11431 `org-get-closed'.
11432 (org-agenda-set-mode-name): Handle the more complex log mode
11433 settings.
11434 (org-get-closed): New alias, pointing to `org-get-progress'.
11435
11436 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11437
11438 * org.el (org-file-apps-defaults-gnu)
11439 (org-file-apps-defaults-macosx)
11440 (org-file-apps-defaults-windowsnt): Add an entry defining the
11441 system command.
11442 (org-file-apps): Allow `system' as key and value.
11443 (org-open-at-point): Explain the effect of a double prefix arg.
11444 (org-open-file): If the argument `in-emacs' is (16),
11445 i.e. corresponding to a double prefix argument, try to open the
11446 file externally.
11447
11448 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11449
11450 * org.el (org-insert-link): Abbreviate absolute files names in
11451 links. Also, fix a bug in which the double C-u prefix would not
11452 be honored.
11453
11454 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11455
11456 * org.el (org-insert-heading): If buffer does not end with a
11457 newline, add one if necessary to insert headline correctly.
11458
11459 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
11460 paragraphs, not inside.
11461
11462 * org.el (org-todo):
11463 Quote `org-agenda-headline-snapshot-before-repeat'.
11464
11465 * org-exp.el (org-export-as-html): Fully process link descriptions.
11466 (org-export-html-format-desc): New function.
11467 (org-export-as-html): Collect footnotes into the correct basket.
11468 (org-html-protect): No longer protect quotations marks here, this
11469 goes wrong.
11470
11471 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
11472 BEG.
11473
11474 * org-compat.el (org-fit-window-to-buffer): New function (not
11475 really, a preliminary and incomplete version was present earlier,
11476 but not used).
11477
11478 * org.el (org-fast-todo-selection, org-fast-tag-selection):
11479 Use `org-fit-window-to-buffer'.
11480
11481 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
11482
11483 * org-agenda.el (org-agenda-get-restriction-and-command)
11484 (org-fit-agenda-window, org-agenda-convert-date):
11485 Use `org-fit-window-to-buffer'.
11486
11487 * org-exp.el (org-export-as-html): Process href links through
11488 `org-export-html-format-href'.
11489 (org-export-html-format-href): New function.
11490
11491 * org-agenda.el (org-agenda-todo): Update only the current
11492 headline if this is a repeated TODO, marked done for today.
11493 (org-agenda-change-all-lines): New argument JUST-THIS, to change
11494 only the current line.
11495
11496 * org.el (org-todo): Take a snapshot of the headline if the
11497 repeater might change it.
11498
11499 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11500
11501 * org-publish.el (org-publish-find-title): Remove buffers visited
11502 only for extracting the title.
11503
11504 * org-exp.el (org-export-html-style)
11505 (org-export-html-style-default): Mark style definitions as
11506 unparsed CDATA.
11507
11508 * org-publish.el (org-publish-validate-link):
11509 Function re-introduced.
11510
11511 2008-11-12 Charles Sebold <csebold@gmail.com>
11512
11513 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
11514 property.
11515 (org-plot-quote-timestamp-field): New function.
11516 (org-plot-quote-tsv-field): Call timestamp field function when
11517 necessary rather than just quoting as a string.
11518 (org-plot/gnuplot-to-data): Pass in timefmt property.
11519 (org-plot/gnuplot-script): Supports timefmt property.
11520 (org-plot/gnuplot): Checks for timestamp column before checking
11521 for text index column.
11522
11523 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11524
11525 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
11526
11527 * org-publish.el (org-publish-org-index): Create a section in the
11528 index file.
11529 (org-publish-org-index): Stop linking to directories.
11530
11531 * org.el (org-emphasis-alist): Use span instead of <u> to
11532 underline text.
11533
11534 * org-exp.el (org-export-as-html): Make sure <p> is closed before
11535 <pre> sections.
11536
11537 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
11538
11539 * org-jsinfo.el (org-infojs-template): Remove language attribute
11540 from script tag.
11541
11542 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11543
11544 * org-agenda.el (org-agenda-remove-marked-text): New function.
11545 (org-agenda-mark-filtered-text)
11546 (org-agenda-unmark-filtered-text): New functions.
11547 (org-write-agenda): Remove filtered text.
11548
11549 * org.el (org-make-tags-matcher): Give access to TODO "property"
11550 without speed penalty.
11551
11552 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11553
11554 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
11555 option.
11556 (org-store-link-props): Make sure adding to the plist works
11557 correctly.
11558
11559 * org-gnus.el (org-gnus-no-new-news): New function.
11560 (org-gnus-follow-link): Allow the article ID to be a message-id,
11561 in addition to allowing article numbers. Message IDs make much
11562 more roubust links.
11563 (org-gnus-store-link): Use message-id to create link.
11564
11565 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11566
11567 * org.el (org-emphasize): Reverse the selection array.
11568 (org-emphasis-alist): Set <code> tags for the verbatim
11569 environment.
11570
11571 * org-remember.el (org-remember-handler): Fix bug with
11572 prefix-related changing of the note storage target.
11573
11574 * org-exp.el (org-print-icalendar-entries): Make the exported
11575 priorities compatible with RFC 2445.
11576
11577 * org-clock.el (org-clock-save): Insert time stamp without
11578 dependence on time-stamp.el.
11579
11580 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11581
11582 * org.el ("saveplace"): If saveplace puts point into an invisible
11583 location, make it visible.
11584 (org-make-tags-matcher): Allow inactive time stamps in time
11585 comparisons.
11586 (org-yank-adjusted-subtrees): New option.
11587 (org-yank): Incorporate adjusting trees.
11588 (org-paste-subtree): New argument FOR-YANK which will cause
11589 insertion at point without backing up over white lines, and leave
11590 point at the end of the inserted text. Also if the cursor is
11591 at the beginning of a headline, use the same level or the inserted
11592 tree.
11593
11594 * org-publish.el (org-publish-get-base-files-1): Deal correctly
11595 with broken symlinks.
11596
11597 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11598
11599 * org-exp.el (org-export-select-tags, org-get-current-options):
11600 Fix typo.
11601
11602 2008-11-06 Glenn Morris <rgm@gnu.org>
11603
11604 * org-publish.el (org-publish-attachment): Use copy-file rather than
11605 eshell/cp.
11606
11607 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
11608
11609 * org.el (org-columns-modify-value-for-display-function):
11610 * org-table.el (org-table-convert-region): Fix typos in docstrings.
11611
11612 2008-10-28 Glenn Morris <rgm@gnu.org>
11613
11614 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
11615
11616 * org-list.el (outline-next-heading, outline-back-to-heading):
11617 Fix declarations.
11618
11619 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11620
11621 * org-agenda.el (org-format-agenda-item)
11622 (org-agenda-filter-make-matcher): Make sure tags are stored and
11623 compared donwcased.
11624
11625 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11626
11627 * org.el (org-insert-todo-heading): Fix bug with force-heading
11628 argument.
11629
11630 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11631
11632 * org-exp.el (org-export-as-ascii): Handle the case that we are
11633 bulishing from an indirect buffer.
11634
11635 * org-table.el (org-table-copy-down): Fix bug with time stamp
11636 increment.
11637
11638 * org-mouse.el (org-mouse-features): New option.
11639 (org-mode-hook): Turn on features depending on
11640 `org-mouse-features'.
11641
11642 * org.el (org-insert-heading-respect-content): Force heading
11643 creation.
11644 (org-insert-heading): Keep the folding state of the heading before
11645 the inserted one.
11646
11647 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11648
11649 * org-archive.el (org-archive-to-archive-sibling): Handle top
11650 level headlines better.
11651
11652 2008-10-26 Bastien Guerry <bzg@altern.org>
11653
11654 * org-export-latex.el (org-export-latex-classes):
11655 Add \usepackage{graphicx} to the default list of packages.
11656
11657 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11658
11659 * org-agenda.el (org-agenda-filter): Rename from
11660 `org-agenda-filter-tags'.
11661
11662 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11663
11664 * org.el (org-entry-properties): Add CATEGORY property, iven if it
11665 is not defined as a property in this entry.
11666 (org-add-log-note): Mask prefix argument when immediately storing
11667 the note.
11668
11669 * org-agenda.el (org-agenda-filter-effort-default-operator):
11670 New option.
11671
11672 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
11673
11674 * org.el (org-add-log-setup): Bugfix; code to find insertion point
11675 after drawers was skipping ahead one line too many, so notes were
11676 inserted after the first note instead of before it.
11677
11678 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11679
11680 * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
11681 New variables.
11682 (org-prepare-agenda): Reset the filter tags.
11683 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
11684 Show filter tags in mode line.
11685
11686 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
11687 formatter.
11688
11689 * org-export-latex.el (org-latex-entities-regexp): New constant.
11690 (org-export-as-pdf): Use two calls to `shell-command'.
11691
11692 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11693
11694 * org-export-latex.el (org-export-latex-treat-sub-super-char):
11695 Honor the {} value of the subsuperscript setting. Make sure that
11696 longer subsuperscripts are typeset in a roman font.
11697
11698 * org.el (org-clock-update-time-maybe): Compute negative clock
11699 intervals correctly.
11700
11701 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11702
11703 * org.el (org-add-log-setup):
11704 Respect `org-log-state-notes-insert-after-drawers'.
11705 (org-log-state-notes-insert-after-drawers): New option.
11706 (org-todo-trigger-tag-changes): New function.
11707 (org-todo): Call `org-todo-trigger-tag-changes'.
11708
11709 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
11710
11711 * org.el (org-add-log-setup): Only skip drawers if they are
11712 immediately after the scheduling keywords.
11713
11714 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
11715 function.
11716 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
11717 call it with the current todo state to get the state to switch to
11718 when clocking in.
11719 (org-clock-in): Use org-indent-line-function to indent clock lines.
11720 (org-clock-find-position): Fix indentation of empty clock drawers.
11721
11722 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11723
11724 * org-publish.el (org-publish-org-to): Handle case when
11725 org-export-to-pdf does return a file name, not a buffer.
11726 (org-publish-org-to-pdf): New function.
11727
11728 * org-export-latex.el (org-export-as-pdf)
11729 (org-export-as-pdf-and-open): New commands.
11730
11731 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
11732 forms as ranges.
11733
11734 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
11735 things in protexted regions.
11736
11737 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11738
11739 * org-export-latex.el (org-export-latex-preprocess):
11740 Improve quoting of LaTeX environments.
11741
11742 2008-10-19 Eli Zaretskii <eliz@gnu.org>
11743
11744 * org.el (org-default-notes-file):
11745 * org-publish.el (org-publish-timestamp-directory):
11746 * org-id.el (org-id-locations-file): Run file names that begin
11747 with a period thru `convert-standard-filename'.
11748
11749 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11750
11751 * org-plot.el: Switch coding system to unix.
11752
11753 2008-10-12 John Wiegley <johnw@newartisans.com>
11754
11755 * org-attach.el: New file.
11756
11757 2008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
11758
11759 * org.el (org-edit-fixed-width-region): Exclude final newline from
11760 picture area.
11761
11762 * org-export-latex.el (org-export-latex-subcontent): Add labels to
11763 sections, to make internal links work.
11764 (org-export-latex-fontify-headline): Do not remove all text
11765 properties, to make sure that target properties survive this
11766 process.
11767
11768 * org-exp.el (org-export-preprocess-string): Change sequence of
11769 modifications, to make sure links are prepared before the LaTeX
11770 conversions do happen.
11771
11772 * org-attach.el (org-attach-delete-all): Rename from
11773 `org-attch-delete'. Add a security query before deleting the
11774 entire directory. New optional argument FORCE can overrule the
11775 security query.
11776 (org-attach-delete-one): New command.
11777
11778 * org-attach.el (org-attach-file-list): Fix bug with directory.
11779
11780 * org.el (org-apps-regexp-alist): New function.
11781 (org-file-apps): Add auto-mode to the default value.
11782 (org-open-file): Use the new structure of org-file-apps.
11783
11784 * org-attach.el (org-attach): Support the new keys.
11785 (org-attach-method): New option.
11786
11787 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
11788 March.
11789
11790 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
11791 of the list value o `org-use-tag-inheritance'.
11792
11793 * org-attach.el (org-attach-auto-tag): New option.
11794 (org-attach-tag, org-attach-untag): New functions.
11795 (org-attach-attach, org-attach-new, org-attach-sync):
11796 Call `org-attach-tag'.
11797 (org-attach-delete): Call `org-attach-untag'.
11798
11799 * org-table.el (orgtbl-self-insert-command): Make this work for
11800 the keypad as well.
11801
11802 * org.el (org-add-log-setup): Limit searc for drawers to entry
11803 text, not to subtree.
11804
11805 * org-clock.el (org-clock-heading-for-remember): New variable.
11806 (org-clock-in): Set `org-clock-heading-for-remember'.
11807
11808 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
11809
11810 * org-remember.el (org-remember-apply-template): Add new
11811 expansions: %k, %K for currently clocked task and a link to the
11812 currently clocked task, and %< to file notes in the currently
11813 clocked task.
11814
11815 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11816
11817 * org-export-latex.el (org-export-latex-make-header): Also insert
11818 the content of the property :latex-header-extra.
11819
11820 * org-exp.el (org-infile-export-plist): Put the content of
11821 #+LATEX_HEADER: into the property :latex-header-extra.
11822
11823 * org-colview.el (org-columns-get-format-and-top-level):
11824 Remove resetting the marker.
11825
11826 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
11827 Remove resetting the marker.
11828
11829 * org.el (org-entry-property-inherited-from): Improve docstring.
11830 (org-entry-get-with-inheritance): Reset marker before starting the
11831 search.
11832
11833 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
11834
11835 * org.el (org-entry-get-multivalued-property)
11836 (org-entry-protect-space, org-entry-restore-space):
11837 New functions.
11838 (org-file-apps-defaults-macosx): Let postscript files be opened by
11839 preview.
11840 (org-time-stamp-inactive): Call `org-time-stamp'.
11841 (org-time-stamp): New argument `inactive'. Also edit inacive
11842 stamps. Convert time stamp type.
11843 (org-open-file): Interpret the `default' value for the `command'
11844 in `org-file-apps'.
11845
11846 * org-id.el (org-id-int-to-b36-one-digit)
11847 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
11848 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
11849 b36.
11850
11851 * org-id.el (org-id-reverse-string): New function.
11852 (org-id-new): Use `org-id-reverse-string' to make sure the
11853 beginning chars of the ID are mutating fast. This allows to use a
11854 directory structure to spread things better.
11855 (org-id-prefix): Change default to nil.
11856
11857 * org-list.el (org-move-item-down, org-move-item-up): Remember and
11858 restore the column of the cursor position.
11859
11860 * org-remember.el (org-remember-apply-template): Remove properties
11861 from `initial'.
11862
11863 * org-wl.el (org-wl-open): Remove useless call to
11864 `wl-thread-open-all'.
11865
11866 * org-remember.el (org-remember-handler): Fix bug with `bottom'
11867 location.
11868
11869 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
11870 `org-bbdb-anniversaries'.
11871
11872 * org.el (org-get-next-sibling, org-forward-same-level):
11873 New functions, similar to the outline versions, but invisible headings
11874 are OK.
11875
11876 2008-10-12 Bastien Guerry <bzg@altern.org>
11877
11878 * org.el (org-auto-repeat-maybe): Insert a space between
11879 the timestamp's type and the timestamp itself.
11880
11881 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11882
11883 * org-table.el (org-table-sum): Do not format the result with %g,
11884 it does rounding when there are too many digits.
11885
11886 * org.el (org-map-entries): Protect the keyword-selecting variables.
11887
11888 2008-10-12 Bastien Guerry <bzg@altern.org>
11889
11890 * org-agenda.el (org-agenda-to-appt): Make sure the function check
11891 against all agenda files.
11892
11893 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11894 Bastien Guerry <bzg@altern.org>
11895
11896 * org-list.el: New file, aggregating list functions from org.el
11897 and org-export-latex.el.
11898
11899 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11900
11901 * org.el (org-edit-src-region-extra): New option.
11902
11903 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
11904 time before 1am.
11905
11906 2008-10-12 Bastien Guerry <bzg@altern.org>
11907
11908 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
11909
11910 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
11911
11912 * org-plot.el (org-plot/gnuplot): Make tables starting with a
11913 hline work correctly.
11914 (org-plot/gnuplot-script): Put commas at the end of each script
11915 line.
11916
11917 * org.el (org-get-refile-targets): Replace links with their
11918 descriptions.
11919 (org-imenu-get-tree): Replace links with their descriptions.
11920
11921 * org-remember.el (org-remember-apply-template): Add a new
11922 expansion for adding properties to remember items.
11923
11924 * org.el (org-add-log-setup): Skip over drawers (properties,
11925 clocks etc) when adding notes.
11926
11927 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
11928 items as well as the start and end times.
11929
11930 * org-compat.el (org-get-x-clipboard-compat): Add a compat
11931 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
11932
11933 * org-remember.el (org-get-x-clipboard): Use the compat
11934 function to get clipboard values when x-selection-value is
11935 unavailable. Use substring-no-properties instead of
11936 set-text-properties to remove text properties from the clipboard
11937 value.
11938
11939 * org-clock.el (org-update-mode-line): Support limiting the
11940 modeline clock string, and display the full todo value in the
11941 tooltip. Set a local keymap so mouse-3 on the clock string goes to
11942 the currently clocked task.
11943 (org-clock-string-limit): Add a custom value for the maximum
11944 length of the clock string in the modeline.
11945 (org-clock-mode-map): Add a keymap for the modeline string.
11946
11947 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11948
11949 * org-compat.el (org-propertize): New function.
11950
11951 2008-10-12 Bastien Guerry <bzg@altern.org>
11952
11953 * org-export-latex.el (org-export-latex-tables): Protect exported
11954 tables from further special chars conversion.
11955 (org-export-latex-preprocess): Preserve LaTeX environments.
11956 (org-list-parse-list): Parse descriptive lists.
11957 (org-list-to-generic, org-list-to-latex, org-list-to-html)
11958 (org-list-to-texinfo): Export descriptive lists.
11959 (org-quote-chars): Remove.
11960 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
11961 (org-export-latex-list-beginning-re): Rename to
11962 `org-list-beginning-re'.
11963 (org-list-item-begin): Rename to `org-list-item-beginning'.
11964
11965 2008-10-12 Eric Schulte <schulte.eric@gmail.com>
11966
11967 * org-plot.el: New file.
11968
11969 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11970
11971 * org.el (org-refile): Allow refiling to the last entry in the
11972 buffer.
11973 (org-get-tags-at): Fix bug when inheritance is turned off.
11974
11975 * org.el (org-indent-line-function): No longer check for src
11976 regions, this is too much overhead.
11977
11978 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
11979 matching.
11980
11981 * org.el (org-scan-tags): Make sure that tags matching is not case
11982 sensitive. TODO keyword matching is case sensitive, however, to
11983 avoid confusion with similar words that are not meant to be
11984 keywords.
11985
11986 * org.el (org-get-local-tags-at): New function.
11987 (org-get-local-tags): New function.
11988
11989 * org-exp.el (org-export-get-categories): New function.
11990
11991 * org-agenda.el (org-sorting-choice)
11992 (org-agenda-sorting-strategy, org-agenda-get-todos)
11993 (org-agenda-get-timestamps, org-agenda-get-deadlines)
11994 (org-agenda-get-scheduled, org-agenda-get-blocks)
11995 (org-entries-lessp): Implement sorting by TODO state.
11996 (org-cmp-todo-state): New defsubst.
11997
11998 * org-colview.el (org-colview-construct-allowed-dates):
11999 New function.
12000 (org-columns-next-allowed-value):
12001 Use `org-colview-construct-allowed-dates'.
12002
12003 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
12004 New function.
12005 (org-columns-next-allowed-value):
12006 Use `org-colview-construct-allowed-dates'.
12007
12008 * org.el (org-protect-slash): New function.
12009 (org-get-refile-targets): Use `org-protect-slash'.
12010
12011 * org-agenda.el (org-global-tags-completion-table): New variable.
12012
12013 * org-exp.el (org-export-handle-export-tags): New function.
12014 (org-export-preprocess-string):
12015 Call `org-export-handle-export-tags'.
12016
12017 * org-publish.el (org-publish-expand-components): Function removed.
12018 (org-publish-expand-projects): Allow components to have components.
12019
12020 * org.el (org-indent-line-function): Do not indent in regions that
12021 are external source code.
12022 (org-yank-and-fold-if-subtree): New function.
12023
12024 * org-agenda.el (org-agenda-todayp): New function.
12025 (org-agenda-get-deadlines, org-agenda-get-scheduled):
12026 Use `org-agenda-todayp'.
12027
12028 * org.el (org-insert-heading-respect-content)
12029 (org-insert-todo-heading-respect-content): New commands.
12030 (org-insert-heading-respect-content): New option.
12031 (org-insert-heading): Respect `org-insert-heading-respect-content'.
12032
12033 * org-clock.el (org-clock-find-position): Make sure the note after
12034 the clock line gets moved into the new clock drawer.
12035
12036 * org-id.el (org-id-new): New option.
12037
12038 * org-table.el (org-table-copy-down): Avoid overflow during
12039 increment. Use prefix argument 0 to temporarily disable the
12040 increment.
12041
12042 * org-exp.el (org-export-as-html): Do not turn on the major mode
12043 if the buffer will be killed anyway.
12044 (org-get-current-options): Exclude the #+TEXT field.
12045 (org-export-as-html): Make sure text before the first headline is
12046 a paragraph.
12047
12048 * org-publish.el (org-publish-org-to): Tell the exporter that this
12049 buffer will be killed, so it is not necessary to do major mode
12050 initialization.
12051
12052 * org-archive.el (org-archive-to-archive-sibling): Show empty
12053 lines after folding the archive sibling.
12054
12055 * org.el (org-log-note-extra): New variable.
12056
12057 2008-10-12 Bastien Guerry <bzg@altern.org>
12058
12059 * org.el (org-additional-option-like-keywords): Add keywords for
12060 the _QUOTE, _VERSE and _SRC environments.
12061
12062 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
12063 exporting _QUOTE and _VERSE environments.
12064
12065 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
12066
12067 * org-agenda.el (org-agenda-filter-by-tag): New command.
12068
12069 * org-exp.el (org-get-current-options): Remove angular brackets
12070 from the date entry.
12071
12072 * org.el (org-edit-fixed-width-region): New function.
12073 (org-edit-fixed-width-region): Also try
12074 `org-edit-fixed-width-region'.
12075 (org-edit-fixed-width-region-mode): New option.
12076 (org-activate-code): Only interprete lines starting with colon
12077 plus a space as example lines.
12078
12079 * org-remember.el (org-remember-templates): Add nil instead of
12080 empty strings to fix the length of remember templates.
12081
12082 * org-table.el (org-calc-default-modes): Fix the time format for
12083 calc, from 12 hour to 24 hour clock.
12084
12085 * org-agenda.el (org-agenda-get-deadlines)
12086 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
12087 entries that are pre-warnings of deadlines or reminders.
12088
12089 * org.el (org-sort-entries-or-items): Make numeric and alpha
12090 comparisons ignore any TODO keyword and priority cookie.
12091
12092 * org-remember.el (org-remember-handler): Reinterpretation of the
12093 prefix argument.
12094
12095 * org-agenda.el (org-agenda-get-scheduled): Use new
12096 `org-scheduled' face.
12097
12098 * org-faces.el (org-scheduled): New face.
12099
12100 * org-wl.el (org-wl-open): Remove incorrect declaration.
12101
12102 * org-gnus.el (org-gnus-store-link): Support for :to information
12103 in gnus links.
12104
12105 * org-exp.el (org-export-as-html): Fix typo in creator
12106 information.
12107 (org-export-protect-examples): New parameter indent. Insert extra
12108 spaces only when this parameter is specified.
12109 (org-export-preprocess-string): Call `org-export-protect-examples'
12110 with an indentation parameter when exporting to ASCII.
12111
12112 * org-remember.el (org-remember-templates)
12113 (org-remember-apply-template): Allow the file component to be a
12114 function.
12115
12116 * org.el (org-goto-local-search-headings): Rename from
12117 `org-goto-local-search-forward-headings'. Added the possibility
12118 to search backwards.
12119
12120 * org-export-latex.el (org-export-latex): New customization
12121 group.
12122
12123 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
12124
12125 * org-exp.el (org-html-do-expand): Allow {} to terminate
12126 tex macro.
12127
12128 * org.el (org-buffer-list): Select buffers based on major mode,
12129 not on file name.
12130
12131 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
12132 face property.
12133
12134 * org-colview.el (org-columns-display-here):
12135 Use `org-columns-modify-value-for-display-function'.
12136
12137 * org-colview-xemacs.el (org-columns-display-here):
12138 Use `org-columns-modify-value-for-display-function'.
12139
12140 * org.el (org-columns-modify-value-for-display-function): New option.
12141
12142 * org-publish.el (org-publish-file): Make sure the directory match
12143 for the publishing directory works correctly.
12144
12145 * org-agenda.el (org-agenda-execute-calendar-command)
12146 (org-agenda-diary-entry): Additional optional argument.
12147
12148 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
12149
12150 * org-exp.el (org-export-as-html): Add attributes also in mailto
12151 and ftp links.
12152
12153 * org.el (org-autoload): Add `org-dblock-write:columnview'.
12154
12155 2008-08-11 Glenn Morris <rgm@gnu.org>
12156
12157 * org-mac-message.el (do-applescript): Fix declaration.
12158
12159 2008-08-10 Glenn Morris <rgm@gnu.org>
12160
12161 * org-exp.el (org-export-as-html): Let-bind `i'.
12162
12163 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
12164 (org-extract-attributes): Let-bind `key', `value'.
12165 (org-make-tags-matcher): Let-bind `time-p'.
12166
12167 2008-07-27 Carsten Dominik <dominik@science.uva.nl>
12168
12169 * org-install.el: New file.
12170
12171 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
12172
12173 * org-exp.el (org-export-html-style)
12174 (org-export-html-style-extra): Declare as safe-local-variable.
12175
12176 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
12177
12178 * org-publish.el (org-publish-file): Use the true name of the
12179 file.
12180
12181 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
12182 instead of :style.
12183
12184 * org-exp.el (org-export-plist-vars)
12185 (org-export-add-options-to-plist): Handle creator setting flag.
12186 (org-export-as-html): Handle attributes also for ftp and mailto
12187 links.
12188
12189 * org-agenda.el (org-agenda-diary-entry)
12190 (org-agenda-execute-calendar-command): Cater for the second
12191 argument of `calendar-cursor-to-date'.
12192
12193 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
12194
12195 * org-exp.el (org-export-region-as-html, org-export-as-html):
12196 Make sure that calls from `org-export-region-as-html' do not do the
12197 special check for a subtree.
12198
12199 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
12200
12201 * org.el (org-open-file):
12202 Use `org-open-directory-means-index-dot-org'.
12203 (org-open-directory-means-index-dot-org): New option.
12204
12205 * org.el (org-make-link-string): Remove link attributes from
12206 description.
12207 (org-open-at-point): Remove link attributes before using the path.
12208
12209 * org-exp.el (org-export-as-html): Handle link attributes.
12210
12211 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
12212
12213 * org-table.el (org-table-to-lisp): New function.
12214
12215 * org.el (org-narrow-to-subtree): Do not include the final newline
12216 into the narrowed region.
12217
12218 * org-agenda.el (org-agenda-custom-commands-local-options):
12219 Fix bug with user-define skipping condition.
12220
12221 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
12222
12223 * org-exp.el (org-export-html-style-default): Automatic overflow
12224 handling for pre fields.
12225 (org-export-as-ascii, org-export-as-html): Change default format
12226 for time stamp.
12227
12228 * org-table.el (org-table-export): Offer completion for translator
12229 functions, and do not require a heading above the table.
12230
12231 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
12232 Cater for the case of a list starting in the first line of the
12233 buffer.
12234
12235 * org-publish.el (org-publish-find-title): Bug fix.
12236 (org-publish-org-index): Implement new :index-style option.
12237
12238 * org-publish.el (org-publish-timestamp-filename):
12239 Use SHA1-encoded file names in the timestamp directory.
12240
12241 * org-publish.el (org-publish-needed-p): Be verbose about files
12242 published and files skipped.
12243
12244 * org-exp.el (org-export-preprocess-string): Swap link
12245 normalization and internal link targeting.
12246
12247 * org-publish.el (org-publish-needed-p): Create timestamp
12248 directory when it does not exist.
12249
12250 * org-clock.el (org-clock-out-when-done): Doc fix.
12251
12252 * org.el (org-agenda-skip-unavailable-files): Doc fix.
12253
12254 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
12255 Ignore case when searching for the COMMENT cookie at export time.
12256
12257 * org-exp.el (org-get-file-contents)
12258 (org-get-and-remove-property): New functions.
12259 (org-export-handle-include-files): Handle the new prefix options.
12260 (org-export-as-html): Fix the verse environment.
12261
12262 * org.el (org-time=, org-time<, org-time<=, org-time>)
12263 (org-time>=, org-time<>, org-2ft): New functions.
12264 (org-op-to-function): Also provide for the time testing functions.
12265
12266 * org-exp.el (org-export-html-style-default): New constant.
12267
12268 * org-exp.el (org-export-html-style-extra): New variable.
12269 (org-export-splice-style): New function.
12270
12271 * org-exp.el (org-export-plist-vars, org-export-as-html):
12272 Implement `org-export-creator-info'.
12273 (org-export-creator-info): New option.
12274
12275 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
12276 (org-property-drawer-re, org-clock-drawer-re): New constants.
12277
12278 * org-exp.el (org-icalendar-use-deadline)
12279 (org-icalendar-use-scheduled): New options.
12280 (org-icalendar-include-todo): Default changed to t.
12281 (org-print-icalendar-entries): Implement better utilization of
12282 scheduling and deadline time stamps.
12283 (org-export-target-internal-links, org-export-as-html): Allow file
12284 lines without the "file:" prefix if the file path is an absolute
12285 path or starts with ".".
12286
12287 * org-clock.el (org-clocktable-shift): Also understand yesterday,
12288 lastweek etc.
12289 (org-clock-special-range): Also understand yesterday, lastweek etc.
12290
12291 * org.el (org-agenda-skip-archived-trees): Docstring now
12292 discourages using this.
12293 (org-scan-tags): Check for org-agenda-archives-mode.
12294 (org-map-entries): Make sure org-agenda-archives-mode is nil.
12295 (org-agenda-files): Functionality of second arg changed.
12296
12297 * org-agenda.el (org-agenda-archives-mode): New variable.
12298 (org-write-agenda, org-prepare-agenda, org-agenda-list)
12299 (org-search-view, org-todo-list, org-tags-view)
12300 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
12301 `ifmode' argument.
12302 (org-agenda-quit): Reset the archives mode.
12303 (org-agenda-archives-mode): New command.
12304 (org-agenda-set-mode-name): Include archives info.
12305
12306 * org.el (org-paste-subtree): Make sure the yanked headline is
12307 visible if it was yanked at a visible point.
12308 (org-move-item-up): Fix the bug with moving white space at the end
12309 of the item.
12310 (org-show-empty-lines-in-parent): New function.
12311
12312 2008-07-19 Juri Linkov <juri@jurta.org>
12313
12314 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
12315 new keymap `narrow-map' instead of binding "\C-xns".
12316
12317 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12318
12319 * org.el (org-agenda-skip-unavailable-files):
12320 * org-clock.el (org-clock-out-when-done): Doc fixes.
12321
12322 2008-06-18 Glenn Morris <rgm@gnu.org>
12323
12324 * org.el (org-map-entries): Let-bind `file'.
12325
12326 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12327
12328 * org-colview.el (org-columns-next-allowed-value): Bug fix.
12329
12330 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
12331
12332 * org-agenda.el (org-agenda-get-closed): Get the end time into the
12333 agenda prefix as well.
12334
12335 * org-publish.el (org-publish-org-index): Make a properly indented
12336 list.
12337
12338 * org.el (org-calendar-agenda-action-key): New option.
12339 (org-get-cursor-date): New function.
12340 (org-mark-entry-for-agenda-action): New command.
12341 (org-overriding-default-time): New variable.
12342 (org-read-date): Respect `org-overriding-default-time'.
12343
12344 * org-remember.el (org-remember-apply-template): Respect the
12345 overriding default time.
12346
12347 * org-agenda.el (org-agenda-action-marker): New variable.
12348 (org-agenda-action): New command.
12349 (org-agenda-do-action): New function.
12350
12351 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12352
12353 * org.el (org-schedule, org-deadline): Protect scheduled and
12354 deadline tasks against changes that accidently remove the
12355 repeater. Also show a message with the new date when done.
12356
12357 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12358
12359 * org.el (org-beginning-of-line): Cater for the case when there
12360 are tags but no headline text.
12361 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
12362 it set.
12363
12364 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12365
12366 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
12367 the return value is nil instead of "nil" when there is no match.
12368
12369 * org-exp.el (org-insert-centered): Use fill-column instead of
12370 80.
12371 (org-export-as-ascii): Use string-width to measure the width of
12372 the heading.
12373
12374 * org.el (org-diary-to-ical-string): No longer kill buffer
12375 FROMBUF, this is now done by the caller.
12376
12377 * org-exp.el (org-print-icalendar-entries): Move the call to
12378 `org-diary-to-ical-string' out of the loop, and kill the buffer
12379 afterwords.
12380
12381 * org-remember.el (org-remember-visit-immediately):
12382 Position cursor after moving to the note.
12383 (org-remember-apply-template): Use a text property to record the
12384 cursor position.
12385 (org-remember-handler): Align tags after pasting the note.
12386
12387 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12388
12389 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
12390
12391 * org-agenda.el (org-agenda-open-link): If there is an
12392 org-bbdb-name property in the current line, jump to that bbdb
12393 entry.
12394
12395 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
12396 text property, so that the agenda knows where this entry comes
12397 from.
12398
12399 * org-agenda.el (org-agenda-clock-in): Fix bug in the
12400 interaction between clocking-in from the agenda, and automatic
12401 task state switching.
12402
12403 * org-macs.el (org-with-point-at): Bug fix in macro definition.
12404
12405 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
12406 zmacs-region stays after this command in XEmacs.
12407
12408 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12409
12410 * org.el (org-scan-tags): Allow new values for ACTION parameter.
12411
12412 * org-remember.el (org-remember-templates): Fix bug in
12413 customization type definition.
12414
12415 * org.el (org-map-entries): New function.
12416
12417 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12418
12419 * org-agenda.el (org-agenda-skip-comment-trees): New option.
12420 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
12421
12422 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12423
12424 * org-remember.el (org-jump-to-target-location): New variable.
12425 (org-remember-apply-template):
12426 Set `org-remember-apply-template' if requested by template.
12427 (org-remember-handler): Start an idle timer to jump to
12428 remember location.
12429
12430 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
12431
12432 * org.el (org-set-regexps-and-options): Fix bug with parsing of
12433 file tags.
12434 (org-get-tags-at): Add the content of `org-file-tags'.
12435
12436 * org-exp.el (org-export-handle-comments): Fix bug with several
12437 comment lines after each other.
12438 (org-number-to-roman, org-number-to-counter): New functions.
12439 (org-export-section-number-format): New option.
12440
12441 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12442
12443 * org-exp.el (org-export-protect-examples): Catch the case of a
12444 missing end_example line.
12445
12446 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
12447 `org-file-tags' to nil.
12448
12449 * org-colview.el (org-columns-next-allowed-value): Handle next
12450 argument NTH to directly select a value.
12451
12452 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
12453 argument NTH to directly select a value.
12454
12455 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12456
12457 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
12458
12459 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12460
12461 * org.el (org-columns-ellipses): New option.
12462
12463 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12464
12465 * org-colview.el (org-columns-add-ellipses): New function.
12466 (org-columns-compact-links): New function.
12467 (org-columns-cleanup-item): Call `org-columns-compact-links'.
12468 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
12469 when in agenda.
12470 (org-columns-edit-value): Fix bug with editing values from
12471 agenda column view.
12472 (org-columns-redo): Also redo the agenda itself.
12473
12474 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12475
12476 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
12477 New option.
12478
12479 * org-colview.el (org-agenda-columns-cleanup-item): New function.
12480
12481 * org-exp.el (org-export-ascii-preprocess): Rename from
12482 `org-export-ascii-clean-string'.
12483 (org-export-kill-licensed-text)
12484 (org-export-define-heading-targets)
12485 (org-export-handle-invisible-targets)
12486 (org-export-target-internal-links)
12487 (org-export-remove-or-extract-drawers)
12488 (org-export-remove-archived-trees)
12489 (org-export-protect-quoted-subtrees)
12490 (org-export-protect-verbatim, org-export-protect-examples)
12491 (org-export-select-backend-specific-text)
12492 (org-export-mark-blockquote-and-verse)
12493 (org-export-remove-comment-blocks-and-subtrees)
12494 (org-export-handle-comments, org-export-mark-radio-links)
12495 (org-export-remove-special-table-lines)
12496 (org-export-normalize-links)
12497 (org-export-concatenate-multiline-links)
12498 (org-export-concatenate-multiline-emphasis): New functions,
12499 obtained from spliting the export preprocessor.
12500
12501 * org-table.el (org-table-recalculate): Improve error message if
12502 the row number is invalid.
12503
12504 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12505
12506 * org-archive.el (org-archive-save-context-info): Fix bugs in
12507 customization setup and docstring.
12508
12509 * org-exp.el (org-export-html-style): Change the size of in the
12510 <pre> element to 90%.
12511
12512 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12513
12514 * org.el (org-find-src-example-start): Function removed.
12515 (org-edit-src-find-region-and-lang): New function.
12516
12517 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12518
12519 * org.el (org-edit-src-exit): New function.
12520 (org-exit-edit-mode): New minor mode.
12521
12522 * org-exp.el (org-export-preprocess-string): Fix bug with removing
12523 comment-like lines from protected examples.
12524
12525 * org.el (org-edit-src-example, org-find-src-example-start)
12526 (org-protect-source-example, org-edit-special): New functions.
12527
12528 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12529
12530 * org-publish.el (org-publish-project-alist): Fix typo in
12531 docstring.
12532 (org-publish-project-alist): Handle :index-title property.
12533
12534 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12535
12536 * org-export-latex.el (org-export-as-latex): Make sure region
12537 bounds are correct. Parse subtree properties relating to export.
12538
12539 * org-exp.el (org-export-add-options-to-plist): New function.
12540 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
12541
12542 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12543
12544 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
12545 EXPORT_TITLE.
12546
12547 * org-exp.el (org-export-get-title-from-subtree)
12548 (org-export-as-ascii, org-export-as-html): Make sure the original
12549 region-beginning and region-end are used, even after moving point.
12550 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
12551 property.
12552
12553 * org-remember.el (org-remember-last-stored-marker): New variable.
12554 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
12555 (org-remember-handler): Also use marker to remember
12556 last-stored position.
12557
12558 * org.el (org-goto-marker-or-bmk): New function.
12559
12560 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12561
12562 * org.el (org-file-properties): Rename from `org-local-properties'.
12563 (org-scan-tags): Take file tags into account.
12564 (org-tags-match-list-sublevels): Default changed to t.
12565
12566 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
12567
12568 * org.el (org-update-parent-todo-statistics): New function.
12569
12570 * org-exp.el (org-icalendar-store-UID): New option.
12571 (org-icalendar-force-UID): Option removed.
12572 (org-print-icalendar-entries): IMplement UIDs.
12573
12574 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12575
12576 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
12577
12578 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12579
12580 * org-faces.el (org-column): Document how this face is being used
12581 and why sometimes the background faces shine through.
12582
12583 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
12584
12585 * org-publish.el (org-publish-attachment): Create publishing
12586 directory if it does not yet exist.
12587
12588 * org-table.el (org-calc-default-modes): Change default number
12589 format to (float 8).
12590
12591 * org.el (org-olpath-completing-read): New function.
12592 (org-time-clocksum-format): New option.
12593 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
12594
12595 * org-clock.el (org-clock-display, org-clock-out)
12596 (org-update-mode-line): Use `org-time-clocksum-format'.
12597
12598 * org-colview-xemacs.el (org-columns-number-to-string):
12599 Use `org-time-clocksum-format'.
12600
12601 * org-colview.el (org-columns-number-to-string):
12602 Use `org-time-clocksum-format'.
12603
12604 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12605
12606 * org-id.el: New file, move from contrib to core.
12607
12608 * org-exp.el (org-icalendar-force-UID): New option.
12609
12610 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12611
12612 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
12613 shifted by one day if there is a date range without an end time.
12614
12615 * org.el (org-try-structure-completion): New function.
12616
12617 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12618
12619 * org.el (org-set-font-lock-defaults): Improve fontification of
12620 description lists.
12621 (org-insert-item): Handle description lists.
12622 (org-adaptive-fill-function): Improve auto indentation in
12623 description lists.
12624
12625 * org-exp.el (org-export-as-html, org-export-preprocess-string):
12626 Implement VERSE environment.
12627 (org-export-preprocess-string): Implement the COMMENT
12628 environment.
12629
12630 * org-export-latex.el (org-export-latex-preprocess):
12631 Implement VERSE environment.
12632
12633 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12634
12635 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
12636 option.
12637
12638 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12639
12640 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
12641
12642 * org.el (org-quote-csv-field): New functions.
12643
12644 * org-table.el (org-table-export-default-format): Remove :splice
12645 from default format, we get the same effect by not specifying
12646 :tstart and :tend.
12647 (org-table-export): Improve setup, distinguish better between
12648 interactive and non-interactive use, allow specifying the format
12649 on the fly, better protection against wrong file names.
12650 (orgtbl-to-generic): Fix documentation. Do not require :tstart
12651 and :tend when :splice is omitted.
12652
12653 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12654
12655 * org-clock.el (org-clock-select-task): Make sure the selection
12656 letters are 1-9 and A-Z, no special characters.
12657
12658 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12659
12660 * org-exp.el (org-export-htmlize): New group.
12661 (org-export-htmlize-output-type)
12662 (org-export-htmlize-css-font-prefix): New options.
12663 (org-export-htmlize-region-for-paste): New function.
12664 (org-export-htmlize-generate-css): New command.
12665
12666 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12667
12668 * org.el (org-set-visibility-according-to-property): New function.
12669 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
12670 and compute the regular expressions, and update font-lock.
12671 (org-property-re): Allow a dash in property names.
12672
12673 * org-archive.el (org-extract-archive-file): Insert the file name
12674 without the path into the format, to allow the location format to
12675 contain a subdirectory.
12676
12677 * org-agenda.el (org-agenda-post-command-hook): If point is at end
12678 of buffer, and the `org-agenda-type' property undefined, use the
12679 value from the character before.
12680
12681 * org.el (org-add-planning-info): Don't let indentation for
12682 would-be timestamp become extra whitespace at the end of headline.
12683
12684 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12685
12686 * org.el (org-remove-double-quotes, org-file-contents):
12687 New functions.
12688
12689 * org-exp.el (org-infile-export-plist): Also parse the
12690 contents of #+SETUPFILE files, recursively.
12691
12692 * org.el (org-set-regexps-and-options): Also parse the
12693 contents of #+SETUPFILE files, recursively.
12694
12695 * org-exp.el (org-export-handle-include-files): New function.
12696 (org-export-preprocess-string):
12697 Call `org-export-handle-include-files'.
12698
12699 * org.el (org-delete-property-globally)
12700 (org-delete-property, org-set-property): Ignore case during
12701 completion.
12702 (org-set-property): Use `org-completing-read' instead of
12703 `completing-read'.
12704
12705 * org.el (org-complete-expand-structure-template): New,
12706 experimental function.
12707 (org-structure-template-alist): New, experimental option.
12708 (org-complete): Call `org-complete-expand-structure-template'.
12709
12710 2008-06-17 Bastien Guerry <bzg@altern.org>
12711
12712 * org-export-latex.el (org-export-latex-preprocess):
12713 Add support for blockquotes.
12714
12715 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12716
12717 * org.el (org-read-date-analyze): Catch the case where only a
12718 weekday is given.
12719
12720 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12721
12722 * org.el (org-set-font-lock-defaults): Make the description
12723 tag bold.
12724
12725 * org-exp.el (org-export-as-html, org-close-li):
12726 Implement description lists.
12727
12728 2008-06-17 Jason Riedy <jason@acm.org>
12729
12730 * org-table.el (*orgtbl-default-fmt*): New variable.
12731 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
12732 when there is no other fmt available.
12733
12734 (orgtbl-to-generic): Allow an explicitly nil :tstart or
12735 :tend to suppress the appropriate string.
12736
12737 (orgtbl-to-orgtbl): New function for translating to another orgtbl
12738 table.
12739
12740 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12741
12742 * org.el (org-read-date-analyze): "." as an alias for "+0" in
12743 read date.
12744
12745 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
12746 New function.
12747
12748 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
12749 New function.
12750
12751 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12752
12753 * org-clock.el (org-clock-find-position): Don't include notes
12754 into clock drawer.
12755
12756 * org-archive.el (org-archive-subtree): No longer remove an
12757 extra line after cutting the subtree. `org-cut-subtree' already
12758 takes care of this.
12759
12760 * org-remember.el (org-remember-handler): Only kill the target
12761 buffer if it does not contain the running clock.
12762
12763 * org.el (org-markers-to-move): New variable.
12764 (org-save-markers-in-region, org-check-and-save-marker)
12765 (org-reinstall-markers-in-region): New function.
12766 (org-move-subtree-down, org-copy-subtree): Remember relative
12767 marker positions before cutting.
12768 (org-move-subtree-down, org-paste-subtree): Restore relative
12769 marker positions after pasting.
12770
12771 * org-remember.el (org-remember-clock-out-on-exit): New option.
12772 (org-remember-finalize): Clock out only if the setting in
12773 `org-remember-clock-out-on-exit' requires it.
12774 (org-remember-handler): Do the cleanup in the buffer, to make sure
12775 that the clock marker remains in tact.
12776
12777 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12778
12779 * org-clock.el (org-clock-goto): Widen buffer if necessary.
12780 (org-clock-in): Make sure that also tasks outside the narrowed
12781 region will be clocked in correctly.
12782 (org-clock-insert-selection-line): Widen the buffer so that we can
12783 find the correct task heading.
12784
12785 * org.el (org-base-buffer): New function.
12786
12787 * org-exp.el (org-icalendar-cleanup-string): Make sure ","
12788 and ";" are escaped.
12789 (org-print-icalendar-entries): Also apply
12790 `org-icalendar-cleanup-string' to the headline, not only to the
12791 summary property.
12792
12793 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12794
12795 * org-exp.el (org-export-preprocess-hook): New hook.
12796 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
12797
12798 * org.el (org-font-lock-hook): New variable.
12799 (org-font-lock-hook): New function.
12800 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
12801
12802 ;; Local Variables:
12803 ;; coding: utf-8
12804 ;; add-log-time-zone-rule: t
12805 ;; End:
12806
12807 Copyright (C) 2008-2011 Free Software Foundation, Inc.
12808
12809 This file is part of GNU Emacs.
12810
12811 GNU Emacs is free software: you can redistribute it and/or modify
12812 it under the terms of the GNU General Public License as published by
12813 the Free Software Foundation, either version 3 of the License, or
12814 (at your option) any later version.
12815
12816 GNU Emacs is distributed in the hope that it will be useful,
12817 but WITHOUT ANY WARRANTY; without even the implied warranty of
12818 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12819 GNU General Public License for more details.
12820
12821 You should have received a copy of the GNU General Public License
12822 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12823