1 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
3 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
5 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
7 * org-remember.el (org-remember-mode-map):
8 * org-src.el (org-src-mode-map): Move initialization into declaration.
10 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12 * org-remember.el (org-remember-mode):
13 * org-capture.el (org-capture-mode): Don't run hook redundantly.
15 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
17 * org-faces.el (org-link): Inherit from link face.
18 Suggested by Joakim Verona.
20 2010-12-11 Tassilo Horn <tassilo@member.fsf.org>
22 * org-footnote.el (org-footnote-create-definition): Place
23 Footnotes section before message-signature-separator also in modes
24 derived from message-mode.
26 2010-12-11 Julien Danjou <julien@danjou.info>
28 * org.el (org-make-tags-matcher): Remove useless cat-p value.
30 2010-12-11 Julien Danjou <julien@danjou.info>
32 * org.el (org-entry-properties): Enhance docstring.
34 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
36 * org-list.el (org-list-top-point-with-indent)
37 (org-list-bottom-point-with-indent): Pay also attention to
38 'original-indentation property of text, as blocks are put to
39 column 0 upon exporting.
41 2010-12-11 Dan Davison <dandavison7@gmail.com>
43 * ob.el (org-babel-remove-temporary-directory): Handle exception
44 with message informing of failure to remove directory.
46 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
48 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
49 `package' to the list of Clojure header arguments which will be read
50 from heading properties.
52 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
54 * org-inlinetask.el (org-inlinetask-export-templates): Add
55 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
56 not default as it requires an additional LaTeX package: "todonotes".
58 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
60 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
62 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
63 templates to export inline tasks.
65 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
67 * org.el (org-current-level): Ignore inline tasks when getting current
70 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
72 * org.el (org-indent-line-function): Ignore drawers inside inline
73 tasks if the line to indent isn't inside an inline task itself.
75 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
77 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
79 * org-indent.el (org-indent-add-properties): Find true level of
80 indentation wrt inline tasks.
82 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
84 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
86 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
88 * org-inlinetask.el (org-inlinetask-goto-end): New function.
90 * org.el (org-mark-subtree): New command.
92 * org.el (org-speed-commands-default, org-mode-map): Make use of
95 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
97 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
98 from @<span class...> so it can be removed during LaTeX export.
100 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
102 * ob.el (org-babel-insert-result): More informative code block
105 2010-12-11 Matt Lundin <mdl@imapmail.org>
107 * org.el (org-make-heading-search-string): Optionally limit number
108 of lines stored in file link search strings.
109 (org-context-in-file-links) Add option to set to integer specifying
112 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
114 * org-capture.el (org-capture-finalize): New prefix argument
116 (org-capture-refile): Improve docstring.
118 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
120 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
123 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
125 * org-agenda.el (org-agenda-list):
126 (org-agenda-goto-today): Use `org-today'.
128 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
130 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
131 and the title/author definitions.
133 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
135 * org-macs.el: Better backup definition for
136 `with-silent-modifications'.
138 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
140 * ob-python.el (org-babel-execute:python): Rename "prefix" to
142 (org-babel-python-evaluate): Rename "prefix" to "preamble".
143 (org-babel-python-evaluate-external-process): Rename "prefix" to
146 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
148 * ob.el (org-babel-examplize-region): Check if `end' is a marker
149 or a point and handle appropriately.
151 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
153 * ob-sql.el (org-babel-execute:sql): Explicitly set field
154 separator to \t when importing tabular data.
156 2010-12-11 Julien Danjou <julien@danjou.info>
158 * org-agenda.el (org-agenda-custom-commands-local-options):
159 Allow org-agenda-span to be a symbol.
160 (org-agenda-ndays): Make obsolete.
161 (org-agenda-span): New variable superseding org-agenda-ndays.
162 (org-agenda-menu): Use org-agenda-current-span.
163 (org-agenda-current-span): New local variable storing current
165 (org-agenda-list): Take a span instead of ndays as argument.
166 This function is now responsible for computing the ndays based
168 (org-agenda-ndays-to-span): Return span only if number of days
170 (org-agenda-span-to-ndays): New function.
171 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
172 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
173 (org-agenda-later): Do not give compute a new span, use the
175 (org-agenda-day-view, org-agenda-week-view)
176 (org-agenda-month-view, org-agenda-year-view): Stop touching
178 (org-agenda-change-time-span): Only compute starting-span.
179 (org-agenda-compute-starting-span): New function derived from
180 the old org-agenda-compute-time-span.
181 (org-agenda-set-mode-name): Compute mode based on
182 org-agenda-current-span.
183 (org-agenda-span-name): New function.
185 2010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
187 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
189 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
191 * org-clock.el (org-quarter-to-date): Define variables.
192 (org-clock-special-range): Defin variables. Use org-floor*.
193 (org-clocktable-write-default): Define tcol.
195 * org-compat.el (org-floor*): New function.
197 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
198 John Wiegley <jwiegley@gmail.com>
200 * org-complete.el: New file.
202 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
204 * org-clock.el (org-clocktable-write-default): Fix the % formula.
206 2010-12-11 Matt Lundin <mdl@imapmail.org>
208 * org-agenda.el (org-format-agenda-item): The value of
209 org-category is not converted to a string unless it is defined.
211 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
213 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
214 header argument through to external evaluation.
215 (org-babel-python-evaluate): Pass the new "prefix" header argument
216 through to external evaluation.
217 (org-babel-python-evaluate-external-process): When specified prepend
218 "prefix" to the file used in external evaluation.
220 2010-12-11 Dan Davison <dandavison7@gmail.com>
222 * ob-python.el (org-babel-python-evaluate-session): Change python
223 module name from 'pp' to 'pprint'.
225 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
227 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
228 from R session output, these are often the result of variable
231 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
233 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
234 fix a compiler warning.
236 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
238 * ob-eval.el (require): No longer require ob.el to allow
241 * ob.el (ob-eval): Require ob-eval.
243 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
245 * ob.el (org-babel-confirm-evaluate): Show code block's name when
246 it is available during evaluation query.
248 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
250 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
252 (org-babel-execute:sql): Use sql specific body expansion function.
253 (org-babel-sql-expand-vars): Insert variables into a sql code block.
255 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
257 * ob.el (org-babel-insert-result): Using markers instead of
258 points for more robust buffer anchors.
260 2010-12-11 Julien Danjou <julien@danjou.info>
262 * org-capture.el: Use org-today.
264 2010-12-11 Julien Danjou <julien@danjou.info>
266 * org-habit.el: Use org-today.
268 2010-12-11 Julien Danjou <julien@danjou.info>
270 * org.el (org-auto-repeat-maybe): Use org-today.
272 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
274 * org-clock.el (org-day-of-week): New function.
275 (org-quarter-to-date): New function.
276 (org-clock-special-range): Implement quarters.
278 2010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
280 * org.el (org-complete-tags-always-offer-all-agenda-tags):
283 2010-12-11 Julien Danjou <julien@danjou.info>
285 * org-agenda.el (org-format-agenda-item): Convert category to a string
286 if it is a symbol. This fixes the following call to
287 org-agenda-get-category-icon which fails if category is not a string.
289 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
291 * ob-clojure.el: Updated requirements documentation to mention
292 the minimum version of Clojure.
293 (org-babel-expand-body:clojure): Fully qualified function name.
295 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
297 * org-latex.el (org-export-latex-lists): Do not add an
298 unnecessary newline character after a list.
300 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
301 point is just after a non blank line.
303 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
305 * ob.el (org-babel-examplize-region): Remove old assertion which
306 no longer applies to the result insertion code.
308 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
310 * ob-python.el (org-babel-execute:python): Use a :return header
311 argument for external evaluation in which the code block body need
312 be wrapped in a function
314 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
316 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
319 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
321 * org.el (org-edit-special): Edit formulas when in TBLMF line
323 2010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
325 * org-capture.el (org-capture-after-finalize-hook): New hook.
326 (org-capture-finalize): Run the new hook.
328 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
330 * ob-clojure.el (org-babel-expand-body:clojure): Support for
331 pretty printing of Clojure code and data.
333 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
335 * ob.el (org-babel-insert-result): No longer escape results which
336 will be wrapped in a block.
338 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
340 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
341 warning and added documentation string.
343 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
345 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
346 for all code evaluation.
348 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
350 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
353 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
355 * ob.el (org-babel-confirm-evaluate): More descriptive message
356 when evaluation is aborted or disabled.
358 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
360 * ob.el (org-babel-insert-result): Responds to new "wrap" header
362 (org-babel-merge-params): Includes new "wrap" header argument in
363 one of the results header argument exclusive groups.
365 2010-12-11 David Maus <dmaus@ictsoc.de>
367 * org-macs.el (with-silent-modifications): Fix condition for
368 with-silent-modification.
370 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
372 * ob.el (org-babel-parse-header-arguments): Stripping trailing
373 spaces off of header arguments (even the first one).
375 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
377 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
378 single quotes which is the best practice.
379 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
380 more robust parsing of shell output.
382 2010-12-11 Dan Davison <dandavison7@gmail.com>
384 * org.el (org-additional-option-like-keywords): Add more keywords,
385 and colons to some old ones.
387 2010-12-11 Dan Davison <dandavison7@gmail.com>
389 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
391 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
393 * ob-python.el (org-babel-python-table-or-string):
394 Using `org-babel-script-escape' for reading string input from scripting
397 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
399 * org-macs.el (org-called-interactively-p): Wrap function call in
401 (with-silent-modifications) Declare macro for Emacs < 23.2.
403 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
405 * ob.el (org-babel-parse-header-arguments): Remove addition of
406 ":" to singleton first header arguments as it was leading to errors.
408 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
410 * org-latex.el (org-export-latex-make-header): Run the title through
411 `org-export-latex-fontify-headline'.
412 (org-export-latex-fontify-headline): Do the protection of math
415 2010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
417 * org-latex.el (org-export-as-latex): Sent the section title
418 through the preprocessor.
420 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
422 * org-html.el (org-html-level-start): Mark listified headings
425 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
427 * org.el (org-open-at-point): Don't do footnote action if cursor is
430 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
432 * org.el (org-edit-special): Check also for TBLFM line.
434 2010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
436 * org-clock.el (org-get-clocktable): Previous patch incorrectly
437 required whitespace in front of #+BEGIN: and #+END:
439 2010-12-11 Dan Davison <dandavison7@gmail.com>
441 * org-src.el (org-edit-src-code): Allow region to be inherited by
442 edit buffer when mark is one character beyond end of src block.
444 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
446 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
447 checking item indentation.
449 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
451 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
454 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
456 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
457 for testing list membership.
459 * ob.el (org-babel-read-result): Use higher level function for
460 testing list membership.
461 (org-babel-result-end): Use higher level function for testing list
464 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
466 * ob-sqlite.el (ob-eval): Require ob-eval for external command
468 (org-babel-execute:sqlite): No longer uses the init option for
469 passing commands to sqlite.
471 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
473 * org.el (org-indent-line-function): Drawers and blocks have no
474 influence on indentation of text below. Also fix indentation
475 problem with a block at column 0 and add a special case for
478 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
480 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
481 is only evaluated once.
483 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
485 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
487 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data
489 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
491 * ob-tangle.el (org-babel-load-file): Can be called interactively.
493 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
495 * org-table.el (orgtbl-after-send-table-hook): New hook.
496 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
498 (orgtbl-send-table): Return the number of sent tables, or nil if no
499 sending has happened.
501 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
503 * org.el (org-get-priority-function): New option.
504 (org-get-priority): Call `org-get-priority-function' if that
507 2010-12-11 Dan Davison <dandavison7@gmail.com>
509 * ob-table.el (org-babel-table-truncate-at-newline): Only add
510 "..." if there is something after the newline.
512 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
514 * org-clock.el (org-get-clocktable):
515 (org-in-clocktable-p):
516 (org-clocktable-shift):
517 (org-clocktable-steps): Fix regexp to allow for indented clock tables
519 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
521 * org-exp.el (org-export-handle-include-files): Support :minlevel
523 (org-get-file-contents): New argument minlevel to demote included
526 2010-12-11 Noorul Islam <noorul@noorul.com>
528 * org-latex.el (org-export-latex-hyperref-format): New option.
529 (org-export-latex-href-format): Rename the existing variable
530 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
531 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
532 `org-export-latex-href-format'
534 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
536 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
537 buffer exists before it is used.
539 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
541 * org-exp.el (org-export-preprocess-string): delaying code block
542 processing a bit to allow correct list parsing in the export string
544 2010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
546 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
547 (org-agenda-time-of-day-to-ampm): New function.
548 (org-agenda-time-of-day-to-ampm-maybe): New function.
549 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
551 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
553 * org-faces.el (org-cycle-level-faces): New option.
555 * org.el (org-get-level-face): Honor org-cycle-level-faces.
557 2010-12-11 Julien Danjou <julien@danjou.info>
559 * org-agenda.el (org-agenda-today): New function.
560 (org-agenda-get-day-face): New function.
561 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
562 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
563 (org-todo-list): Use org-agenda-today.
564 (org-get-all-dates): Use org-agenda-today.
565 (org-agenda-day-face-function): New variable.
566 (org-agenda-get-day-face): Use org-agenda-day-face-function.
568 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
570 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
573 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
575 * org-html.el (org-export-as-html): Do not treat partially
576 protected lines as if they were fully protected.
578 2010-12-11 Dan Davison <dandavison7@gmail.com>
580 * org-exp.el (org-export-format-source-code-or-example):
581 Remove hard-wired configuration of minted export
582 (org-export-latex-minted-with-line-numbers): Remove variable
584 2010-12-11 Bastien Guerry <bzg@altern.org>
586 * org-clock.el (org-dblock-write:clocktable): Fix double
587 reference to `link' in let construct.
588 (org-clock-clocktable-formatter): Fix typo in docstring.
589 (org-clocktable-write-default): Fix typo in docstring.
591 2010-12-11 David Maus <dmaus@ictsoc.de>
593 * org-protocol.el (org-protocol-unhex-string): Normalize percent
594 escape sequence to upper case letters.
596 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
598 * ob-lob.el (org-babel-lob-get-info): including pass-through
599 header arguments in results variable header argument string
601 2010-12-11 David Maus <dmaus@ictsoc.de>
603 * org-exp.el (org-export-visible): Limit search for in-buffer options
604 beginning of first headline.
606 2010-12-11 David Maus <dmaus@ictsoc.de>
608 * org.el (org-open-at-point): Remove stale link handler for news:
611 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
613 * org-clock.el (org-clocktable-write-default): Better handling of
616 2010-12-11 Julien Danjou <julien@danjou.info>
618 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
620 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
622 * org.el (org-indent-line-function): simplify code and remove bug that
623 would insert a tab at the beginning of the line when trying to
626 2010-12-11 Julien Danjou <julien@danjou.info>
628 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
630 2010-12-11 Julien Danjou <julien@danjou.info>
632 * org-agenda.el (org-agenda-prefix-format): Insert place holder
634 (org-agenda-category-icon-alist): New option.
635 (org-agenda-get-category-icon): New function.
636 (org-format-agenda-item): Support for icons.
637 (org-compile-prefix-format): Support for icons.
639 2010-12-11 Julien Danjou <julien@danjou.info>
641 * org-compat.el: Create defalias for `string-match-p' and
644 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
646 * ob-calc.el (org-babel-execute:calc): support for variables --
647 converts :var variables in calc variables
649 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
651 * org.el (org-sparse-tree): Mention [r] in dispatch menu
653 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
655 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
657 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
659 * org-id.el (org-id-store-link): Test for org-mode before checking
662 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
664 * org.el (org-shorten-string): New function.
666 * org-exp.el (org-export-convert-protected-spaces): New function.
667 (org-export-preprocess-string):
668 Call `org-export-convert-protected-spaces' to handle new hard spaces.
670 2010-12-11 David Maus <dmaus@ictsoc.de>
672 * org.el (org-narrow-to-subtree): Check for heading that ends at end
675 2010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
677 * org-capture.el (org-capture-templates): Remove autoload from
680 * ob-lisp.el (slime): Don't expect slime to be present.
682 2010-11-11 Dan Davison <dandavison7@gmail.com>
684 * ob.el: `copy-sequence' suffices to copy alist; no need for
687 2010-11-11 Dan Davison <dandavison7@gmail.com>
689 * ob.el (org-babel-execute-src-block): If ":results file" is in
690 effect, then ensure that the value of :file is returned as the
691 result; don't rely on language files for this.
693 2010-11-11 Dan Davison <dandavison7@gmail.com>
695 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
696 structure by side-effects of `sort'.
698 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
700 * org-list.el (org-list-bottom-point-with-indent): Do not check
701 indentation of a non-empty blank line.
703 * org-list.el (org-sort-list): Sort a list with point anywhere
706 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
708 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
709 hopefully better error messages.
711 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
713 * org.el (org-babel-load-languages): Adding calc.
715 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
717 * ob.el (org-babel-initiate-session): Don't resolve variable
718 references unless prefix arg is supplied.
720 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
722 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
723 refers to the correct stack.
725 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
727 * ob-calc.el: Adding the beginnings of support for calc code
730 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
732 * ob-tangle.el (org-babel-update-block-body): Declaring function
733 for updating code block bodies.
734 (org-babel-spec-to-string):
735 (org-babel-detangle): Detangle all tangled and commented code
736 blocks in the current file back to org.
737 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
738 file back to the originating org-mode code block ob-tangle:
739 detangle changes in code files back to the original org files.
741 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
743 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
744 (org-babel-tangle-comment-format-end): Fix typo.
746 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
748 * org-exp.el (org-export-format-source-code-or-example):
749 Use minted for latex source code export if `org-export-latex-listings'
750 has the value 'minted
752 * org-latex.el (org-export-latex-listings): Document special value
755 * org-latex.el (org-export-latex-minted): Delete variable.
757 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
759 * ob.el (org-babel-get-src-block-info): Retrieve contents of
760 parentheses, excluding parentheses themselves.
762 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
764 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
765 Fix bug in gnuplot data file assignment using user variables.
767 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
769 * ob-latex.el (org-babel-execute:latex): Adding new :headers
770 header argument for latex code blocks.
772 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
774 * org-capture.el (org-capture-templates): New capture property
775 `:kill-buffer'. (org-capture-finalize): Kill target buffer if that
777 (org-capture-target-buffer): Remember if we have to make the
780 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
782 * org-clock.el (org-dblock-write:clocktable): Fix bug when
783 computing clock tables.
785 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
787 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
788 to caller even if no table is generated.
790 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
792 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
793 values from diary entries
795 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
798 * org.el (org-diary-sexp-entry): Handle lists as return values
801 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
803 * org-capture.el (org-capture-empty-lines-before):
804 (org-capture-empty-lines-after): Make sure the n=0 does not insert
807 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
809 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
810 message when clojure binary is not found.
812 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
814 * org-html.el (org-format-table-html): New argument DOCBOOK.
815 (org-format-org-table-html): New argument DOCBOOK. When set, use
816 align instead of class to align table fields.
818 * org-docbook.el (org-export-as-docbook): Specify the docbook
819 argument for the table converter.
821 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
823 * org-macs.el (org-called-interactively-p): New macro.
825 * org-freemind.el: No longer require 'rx.
826 (org-freemind): New customization group, use it for all the
828 (org-export-as-freemind): Add docstring.
829 (org-freemind-show): Improve filen naming.
830 (org-freemind-convert-links-helper): New function.
831 (org-freemind-bol-helper-base-indent): New variable.
832 (org-freemind-bol-helper): New function.
833 (org-freemind-node-css-style): New option.
834 (org-freemind-node-pattern): New variable.
835 (org-freemind-from-org-mode): Better docstring.
837 2010-11-11 David Maus <dmaus@ictsoc.de>
839 * ob-haskell.el (org-babel-variable-assignments:haskell):
840 Don't pass more than two arguments to mapc.
842 2010-11-11 David Maus <dmaus@ictsoc.de>
844 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
846 2010-11-11 David Maus <dmaus@ictsoc.de>
848 * org-footnote.el (message-signature-separator): Defvar to silence
851 2010-11-11 David Maus <dmaus@ictsoc.de>
853 * org-exp.el (org-export-string): Fix reference to wrong symbol.
855 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
857 * org.el (org-link-search): Return 'dedicated on successful match
858 when org-link-search-must-match-exact-headline is set to t.
860 2010-11-11 Daniel Clemente <n142857@gmail.com>
862 * org-html.el (org-html-make-link): Append fragment to file: links
865 2010-11-11 Tassilo Horn <tassilo@member.fsf.org>
867 * org-footnote.el (org-footnote-create-definition)
868 (org-footnote-goto-local-insertion-point): Add footnotes before
869 signature when in message-mode.
871 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
873 * org.el (org-display-inline-images): Improve regexp.
875 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
877 * org.el (org-cycle): Make sure resetting to startup visibility
878 works after another cycle command.
880 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
882 * org-exp.el (org-export-string): New function org-export-string
883 can be used to convert a string of test in org-mode markup to a
886 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
888 * org.el (org-display-inline-images): Allow non-ASCII characters
889 in image file names. Save match data.
891 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
893 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
896 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
898 * org-exp.el (org-store-forced-table-alignment):
899 (org-export-remove-special-table-lines): Allow the "c" cookie for
902 * org-html.el (org-export-table-header-tags):
903 (org-export-table-data-tags): Add another %s format for the
905 (org-export-html-table-align-individual-fields): New option.
906 (org-format-org-table-html): Implement field-by-field alignment
907 and support centering.
908 (org-format-table-table-html): Make sure the new table tag formats
909 don't break this function.
911 * org-table.el (org-table-cookie-line-p):
912 (org-table-align): Allow for the <c> cookie.
914 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
916 2010-11-11 David Maus <dmaus@ictsoc.de>
918 * org-exp.el (org-export-normalize-links): Skip normalization of
919 plain links that are part of another link.
921 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
923 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
925 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
927 * org-indent.el (org-indent-add-properties):
928 Use `with-silent-modificatons'.
929 (org-indent-remove-properties): Use `with-silent-modificatons'.
931 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
933 * org-table.el (org-table-cookie-line-p): Fix indentation.
935 * org-exp.el (org-store-forced-table-alignment): New function.
936 (org-export-preprocess-string):
937 Call `org-store-forced-table-alignment'.
939 * org-html.el (org-format-org-table-html): Use stored alignment
942 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
944 * ob.el (org-babel-execute-src-block): Respects prefix argument
945 (which forces re-calculation).
947 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
949 * ob.el (org-babel-execute-src-block): Remove needless param
950 sorting from ob-execute-src-block, the params are sorted already
953 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
955 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
956 header argument level.
958 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
960 * ob.el (org-babel-sha1-hash): Consider words in different order
963 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
965 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
967 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
969 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
970 structure of an Org-mode table (list of lists).
972 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
974 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
975 (reference to unassigned variable `src-lang' and avoid calling
976 org-babel-get-src-block-info twice.
978 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
980 * ob.el (org-babel-demarcate-block): Updated to reflect the new
983 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
985 * org-src.el (org-edit-src-code): Supply non-nil argument to
986 `org-babel-get-src-block-info' to avoid resolving variable
989 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
991 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
992 improved efficiency of org-babel-map-src-blocks.
994 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
996 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
997 checks that a code block will actually be tangled before
998 collecting it's full information (a process which could involve
999 the execution of other code blocks).
1001 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1003 * ob.el (org-babel-demarcate-block): Use light version of
1004 `org-babel-get-src-block-info'.
1006 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1008 * ob.el (org-babel-sha1-hash): Now handles more complex types in
1011 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1013 * ob.el (org-babel-execute-src-block): Generally using the new
1014 more informative params
1015 (org-babel-process-params): Don't forget the :var portion of
1016 variable assignments.
1018 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1020 * ob-table.el (sbe): Simplified to reflect to var resolution.
1022 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1024 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
1025 arguments back to their params before evaluation.
1027 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1029 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
1032 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1034 * ob-table.el (sbe): Use `org-babel-process-params params' instead
1035 of `org-babel-expand-variables'.
1037 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1039 * ob-C.el (org-babel-C-execute): Remove call to
1040 org-babel-process-params which should no longer be called from
1041 within a language file
1043 * ob-R.el (org-babel-execute:R): Remove call to
1044 org-babel-process-params which should no longer be called from
1045 within a language file
1046 (org-babel-R-variable-assignments): Remove call to
1047 org-babel-process-params which should no longer be called from
1048 within a language file
1050 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
1051 org-babel-process-params which should no longer be called from
1052 within a language file
1054 * ob-clojure.el (org-babel-execute:clojure): Remove call to
1055 org-babel-process-params which should no longer be called from
1056 within a language file
1058 * ob-dot.el (org-babel-execute:dot): Remove call to
1059 org-babel-process-params which should no longer be called from
1060 within a language file
1062 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
1063 call to org-babel-process-params which should no longer be called
1064 from within a language file
1065 (org-babel-execute:emacs-lisp): Remove call to
1066 org-babel-process-params which should no longer be called from
1067 within a language file
1069 * ob-haskell.el (org-babel-execute:haskell): Remove call to
1070 org-babel-process-params which should no longer be called from
1071 within a language file
1073 * ob-js.el (org-babel-execute:js): Remove call to
1074 org-babel-process-params which should no longer be called from
1075 within a language file
1077 * ob-lisp.el (org-babel-execute:lisp): Remove call to
1078 org-babel-process-params which should no longer be called from
1079 within a language file
1081 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
1082 org-babel-process-params which should no longer be called from
1083 within a language file
1085 * ob-octave.el (org-babel-execute:octave): Remove call to
1086 org-babel-process-params which should no longer be called from
1087 within a language file
1089 * ob-perl.el (org-babel-execute:perl): Remove call to
1090 org-babel-process-params which should no longer be called from
1091 within a language file
1093 * ob-python.el (org-babel-execute:python): Remove call to
1094 org-babel-process-params which should no longer be called from
1095 within a language file
1097 * ob-ruby.el (org-babel-execute:ruby): Remove call to
1098 org-babel-process-params which should no longer be called from
1099 within a language file
1101 * ob-scheme.el (org-babel-execute:scheme): Remove call to
1102 org-babel-process-params which should no longer be called from
1103 within a language file
1105 * ob-screen.el (org-babel-execute:screen): Remove call to
1106 org-babel-process-params which should no longer be called from
1107 within a language file
1108 (org-babel-prep-session:screen): Remove call to
1109 org-babel-process-params which should no longer be called from
1110 within a language file
1112 * ob-sh.el (org-babel-execute:sh): Remove call to
1113 org-babel-process-params which should no longer be called from
1114 within a language file
1116 * ob-sql.el (org-babel-execute:sql): Remove call to
1117 org-babel-process-params which should no longer be called from
1118 within a language file
1120 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
1123 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
1126 * ob-R.el (org-babel-execute:R): Remove reference to processed
1129 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1131 * ob-sql.el (org-babel-execute:sql): Use generic expansion
1133 (org-babel-expand-body:sql): Delete function.
1135 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1137 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
1138 (org-babel-expand-body:sh): Delete function
1139 (org-babel-prep-session:sh): Change name of called function
1140 (org-babel-variable-assignments:sh): Change function name.
1142 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1144 * ob-screen.el (org-babel-execute:screen): Use generic expansion
1146 (org-babel-expand-body:screen): Delete function
1147 (org-babel-prep-session:screen): Remove references to processed
1150 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1152 * ob-sass.el (org-babel-execute:sass): Use generic expansion
1154 (org-babel-expand-body:sass): Delete function.
1156 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1158 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
1160 (org-babel-prep-session:ruby): Use new variable assignment
1162 (org-babel-variable-assignments:ruby): New function
1163 (org-babel-expand-body:ruby): Delete function.
1165 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1167 * ob-python.el (org-babel-execute:python): Use generic expansion
1169 (org-babel-prep-session:python): Change name of called function
1170 (org-babel-variable-assignments:python): Change function name
1171 (org-babel-expand-body:python): Delete function.
1173 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1175 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
1176 (automatically handled by generic version).
1178 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1180 * ob-perl.el (org-babel-execute:perl): Use generic expansion
1182 (org-babel-expand-body:perl): Delete function
1183 (org-babel-variable-assignments:perl): New function.
1185 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1187 * ob-org.el (org-babel-expand-body:org): Delete function
1188 (automatically handled by generic version).
1190 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1192 * ob-octave.el (org-babel-execute:octave): Use generic expansion
1194 (org-babel-variable-assignments:octave): Change name of function
1195 (org-babel-variable-assignments:matlab): New defalias
1196 (org-babel-prep-session:octave): Change name of function
1197 (org-babel-expand-body:matlab): Delete function
1198 (org-babel-expand-body:octave): Delete function.
1200 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1202 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
1204 (org-babel-variable-assignments:ocaml): New function
1205 (org-babel-expand-body:ocaml): Delete function.
1207 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1209 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
1210 (automatically handled by generic version).
1212 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1214 * ob-js.el (org-babel-execute:js): Use new variable assignment
1216 (org-babel-expand-body:js): Delete function
1217 (org-babel-prep-session:js): Use new variable assignment function
1218 (org-babel-variable-assignments:js): New function.
1220 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1222 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
1224 (org-babel-expand-body:haskell): Delete function
1225 (org-babel-prep-session:haskell): Use variable assignment function
1226 (org-babel-variable-assignments:haskell): New function.
1228 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1230 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
1232 (org-babel-prep-session:gnuplot): Use variable assignment function
1233 (org-babel-variable-assignments:gnuplot): New function.
1235 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1237 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
1238 (automatically handled by generic version).
1240 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1242 * ob-css.el (org-babel-expand-body:css): Delete function
1243 (automatically handled by generic version).
1245 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1247 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
1249 (org-babel-expand-body:asymptote): Delete function
1250 (org-babel-variable-assignments:asymptote): New function.
1252 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1254 * ob-R.el (org-babel-expand-body:R): Use new function
1255 `org-babel-variable-assignments:R'; don't trim body.
1256 (org-babel-execute:R): Respond to changes in
1257 `org-babel-expand-body:R'
1258 (org-babel-prep-session:R): Called function is now named
1259 `org-babel-variable-assignments:R'
1260 (org-babel-variable-assignments:R): Receives processed-params as
1261 new optional argument.
1263 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1265 * ob-C.el (org-babel-C-expand): Don't trim body.
1267 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1269 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
1270 obtaining variable references.
1272 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1274 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
1275 assignment lines to generic expansion command.
1277 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1279 * ob.el (org-babel-expand-src-block): Supply variable assignment
1280 lines to generic expansion function
1281 (org-babel-expand-body:generic): Prepend body with optional
1282 variable assignment lines.
1284 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1286 * ob-exp.el (org-babel-exp-results): Replaced old function call.
1288 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1290 * ob-lob.el (org-babel-lob-execute): Now expanding variable
1291 references before execution.
1293 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1295 * ob.el (org-babel-execute-src-block): Only sort parameters if
1296 it's required for caching.
1298 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1300 * ob-table.el (sbe): Reworking for better indentation and to
1301 integrate the new variable resolution.
1303 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1305 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
1306 variables when resolving references.
1308 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1310 * ob.el (org-babel-merge-params): Fix order or precedence for
1313 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1315 * ob-C.el (org-babel-expand-body:c++): Remove obsoleted optional
1317 (org-babel-expand-body:c++): Remove obsoleted optional third
1319 (org-babel-C-expand): Remove obsoleted optional third argument
1322 (org-babel-expand-body:R): Remove obsoleted optional third
1324 (org-babel-execute:R): Remove obsoleted optional third argument
1325 (org-babel-R-variable-assignments): Remove obsoleted optional
1329 (org-babel-expand-body:asymptote): Remove obsoleted optional
1331 (org-babel-execute:asymptote): Remove obsoleted optional third
1335 (org-babel-expand-body:clojure): Remove obsoleted optional third
1337 (org-babel-execute:clojure): Remove obsoleted optional third
1341 (org-babel-expand-body:css): Remove obsoleted optional third
1345 (org-babel-expand-body:ditaa): Remove obsoleted optional third
1349 (org-babel-expand-body:dot): Remove obsoleted optional third
1351 (org-babel-execute:dot): Remove obsoleted optional third
1355 (org-babel-expand-body:emacs-lisp): Remove obsoleted optional
1357 (org-babel-execute:emacs-lisp): Remove obsoleted optional third
1361 (org-babel-expand-body:gnuplot): Remove obsoleted optional third
1365 (org-babel-expand-body:haskell): Remove obsoleted optional third
1367 (org-babel-execute:haskell): Remove obsoleted optional third
1369 (org-babel-load-session:haskell): Remove obsoleted optional
1371 (org-babel-prep-session:haskell): Remove obsoleted optional
1375 (org-babel-expand-body:js): Remove obsoleted optional third
1377 (org-babel-execute:js): Remove obsoleted optional third argument
1380 (org-babel-expand-body:latex): Remove obsoleted optional third
1384 (org-babel-expand-body:lisp): Remove obsoleted optional third
1386 (org-babel-execute:lisp): Remove obsoleted optional third
1390 (org-babel-expand-body:mscgen): Remove obsoleted optional third
1394 (org-babel-expand-body:ocaml): Remove obsoleted optional third
1396 (org-babel-execute:ocaml): Remove obsoleted optional third
1400 (org-babel-expand-body:matlab): Remove obsoleted optional third
1402 (org-babel-expand-body:octave): Remove obsoleted optional third
1404 (org-babel-execute:octave): Remove obsoleted optional third
1406 (org-babel-octave-variable-assignments): Remove obsoleted
1410 (org-babel-expand-body:org): Remove obsoleted optional third
1414 (org-babel-expand-body:perl): Remove obsoleted optional third
1416 (org-babel-execute:perl): Remove obsoleted optional third
1420 (org-babel-expand-body:plantuml): Remove obsoleted optional
1424 (org-babel-expand-body:python): Remove obsoleted optional third
1426 (org-babel-execute:python): Remove obsoleted optional third
1428 (org-babel-python-variable-assignments): Remove obsoleted
1432 (org-babel-expand-body:ruby): Remove obsoleted optional third
1434 (org-babel-execute:ruby): Remove obsoleted optional third
1438 (org-babel-expand-body:sass): Remove obsoleted optional third
1442 (org-babel-expand-body:scheme): Remove obsoleted optional third
1444 (org-babel-execute:scheme): Remove obsoleted optional third
1448 (org-babel-expand-body:screen): Remove obsoleted optional third
1452 (org-babel-expand-body:sh): Remove obsoleted optional third
1454 (org-babel-execute:sh): Remove obsoleted optional third argument
1455 (org-babel-sh-variable-assignments): Remove obsoleted optional
1459 (org-babel-expand-body:sql): Remove obsoleted optional third
1463 (org-babel-expand-body:sqlite): Remove obsoleted optional third
1465 (org-babel-execute:sqlite): Remove obsoleted optional third
1469 (org-babel-expand-body:generic): Remove obsoleted optional third
1472 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1474 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
1475 calls to removed org-babel-ref-variables.
1477 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1479 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
1480 ingested code blocks.
1482 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1484 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
1485 information from within the original export file.
1487 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1489 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
1490 (this should return nil if not match found.
1492 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1494 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
1495 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
1497 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1499 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
1502 * ob-python.el (org-babel-python-variable-assignments):
1503 Provide missing docstring.
1505 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1507 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
1508 variable assignment part out into a separate function
1509 (org-babel-octave-variable-assignments): New function constructing
1510 list of variable assignment statements
1511 (org-babel-prep-session:octave): Use new function
1512 `org-babel-octave-variable-assignments' instead of previous
1513 (incorrect) variable assignment code.
1515 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1517 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
1518 assignment part out into a separate function
1519 (org-babel-sh-variable-assignments): New function constructing
1520 list of variable assignment statements
1521 (org-babel-prep-session:sh): Use new function
1522 `org-babel-sh-variable-assignments' instead of previous
1523 (incorrect) variable assignment code.
1525 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1527 * ob-python.el (org-babel-expand-body:python): Refactor: break
1528 variable assignment part out into a separate function
1529 (org-babel-python-variable-assignments): New function constructing
1530 list of variable assignment statements
1531 (org-babel-prep-session:python): Use new function
1532 `org-babel-python-variable-assignments' instead of previous
1533 (incorrect) variable assignment code.
1535 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1537 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
1538 assignment part out into a separate function
1539 (org-babel-R-variable-assignments): New function constructing list
1540 of variable assignment statements
1541 (org-babel-prep-session:R): Use new function
1542 `org-babel-R-variable-assignments' instead of previous
1543 (incorrect) variable assignment code.
1545 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1547 * ob.el (org-babel-initiate-session): Better variable names.
1549 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1551 * ob.el (org-number-sequence):
1552 Declared * ob-R.el (org-number-sequence): Declared.
1554 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1556 * ob.el (org-babel-map-src-blocks): Store correct value of
1559 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1561 * ob.el (org-babel-mark-block): New function to mark the body of a
1562 src block in the style of `mark-defun'.
1564 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1566 * org-compat.el (org-number-sequence): New function.
1568 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
1570 * ob.el (org-babel-where-is-src-block-result):
1571 Use `org-number-sequence'.
1572 (org-babel-current-buffer-properties): Fix variable definition.
1574 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
1576 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
1577 version of `shell-command'.
1579 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
1582 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1584 * org-list.el (org-list-search-unenclosed-generic): Replace call
1587 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1589 * org.el (org-agenda-jump-prefer-future): New option.
1591 * org-agenda.el (org-agenda-goto-date):
1592 Use `org-agenda-jump-prefer-future'.
1594 2010-11-11 Noorul Islam <noorul@noorul.com>
1596 * org-latex.el (org-export-latex-links) : Replaced hard coded
1597 hyperref format with custom variable
1598 `org-export-latex-hyperref-format'.
1600 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1602 * org.el (org-insert-heading): Fix docstring.
1604 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1606 * org-capture.el (org-capture-place-entry): If the first line is
1607 already a headline, just stay there.
1609 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1611 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
1614 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1616 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
1619 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1621 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
1624 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1626 * org.el (org-insert-heading): When on the headline of an inline
1627 task, insert another inline tasks.
1629 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1631 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
1632 links for blocks that will actually tangle.
1634 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1636 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
1637 in expanded shell bodies.
1639 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1641 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
1644 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1646 * ob-sh.el (org-babel-expand-body:sh): Align code.
1648 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1650 * ob.el (org-babel-params-from-properties): Max line with at <=80
1652 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1654 * org-latex.el (org-export-latex-listings-langs): Clojure is now
1655 recognized as a lisp.
1657 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1659 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
1660 to interpret property as header argument value.
1662 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1664 * ob.el (org-babel-parse-header-arguments): Simplify reading of
1667 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1669 * org-publish.el (org-publish-org-to-ascii):
1670 (org-publish-org-to-latin1):
1671 (org-publish-org-to-utf8): New functions.
1673 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1675 * org.el (org-insert-heading): Skip inline tasks when trying to
1676 insert a new heading after the end of the subtree.
1678 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1680 * org-inlinetask.el (org-inlinetask-min-level): Set customization
1681 type to integer or nil.
1683 * org.el (org-insert-heading): When after an inline task, do not
1684 use level but go back to headline level before the inline task.
1686 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1688 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
1690 * org.el (org-indent-line-function): Fix indentation of inline
1693 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1695 * org.el (org-activate-links): Fix customize type.
1697 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1699 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
1702 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1704 * org-latex.el (org-export-latex-minted): Document pygments
1707 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1709 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
1710 file if encryption has been turned on.
1711 (org-mobile-copy-agenda-files): Avoid double encryption of
1714 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1716 * org-exp.el (org-export-latex-minted-with-line-numbers):
1717 Ensure that variable is declared.
1719 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1721 * ob-python.el (org-src-preserve-indentation): Fix compiler
1724 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1726 * org-exp.el (org-export-format-source-code-or-example):
1727 Latex formatting of source code blocks using the minted package
1728 (org-export-plist-vars): Add :latex-minted property
1729 (org-export-latex-minted): Ensure variable is defined
1730 (org-export-latex-minted-langs): Ensure variable is defined.
1732 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1734 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
1736 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1738 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
1740 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1742 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
1743 when `org-src-preserve-indentation' is non-nil.
1745 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1747 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
1748 of blocks added to Library of Babel.
1750 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1752 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
1755 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1757 * org-beamer.el (org-beamer-place-default-actions-for-lists):
1760 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
1762 * org-list.el (org-toggle-checkbox): Avoid some boundary error
1763 when inserting a checkbox in an empty last item of a list.
1765 2010-11-11 David Maus <dmaus@ictsoc.de>
1767 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
1768 Query article number from file is nil by default.
1770 2010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1772 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
1774 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1776 * org-capture.el (org-capture-place-entry): Move to `beg' before
1779 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1781 * org.el (org-format-latex): Fix mathjax treatment of single
1782 letters in between dollars.
1784 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
1786 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
1789 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1791 * org.el (org-blank-before-new-entry): Improve docstring.
1793 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1795 * org-mobile.el (org-mobile-force-id-on-agenda-items):
1797 (org-mobile-write-agenda-for-mobile): Use outline path if we do
1798 not have an ID and are not allowed to make one.
1799 (org-mobile-get-outline-path-link): New function.
1801 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1803 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
1805 (org-mobile-write-agenda-for-mobile): Use the right name, even if
1806 the file get encrypted.
1807 (org-mobile-move-capture): Only delete tempfile if it does exist.
1809 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1811 * ob.el (org-babel-number-p): Fix documentation string.
1813 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1815 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
1816 "tangle" as a positive argument for the :noweb header argument
1819 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1821 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
1822 have links, with tests.
1824 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1826 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
1828 (org-export-latex-get-error): New function.
1829 (org-export-as-pdf): Give an indication of the errors that
1830 happened during processing.
1832 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
1834 * org-exp.el (org-export-language-setup): Fix Polish entries.
1836 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1838 * org.el (org-set-tags): Allow comma as a separator when
1839 specifying tags at the completion interface.
1840 (org-tags-completion-function): Allow comma as a separator when
1841 specifying tags at the completion interface.
1843 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1845 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
1846 export-file if exporting from a buffer which is not visiting a
1849 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1851 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
1852 name in link construction if there is a heading to follow it.
1854 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1856 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
1857 as an allowed extension.
1859 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
1861 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
1862 with zeros. Start applying face earlier.
1864 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1866 * ob.el (or): Don't create org-babel-temporary-directory in batch
1867 as it won't be removed by emacs-kill-hook
1868 (org-babel-remove-temporary-directory): Only try to remove this
1869 directory if it exists.
1871 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1873 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
1876 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1878 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
1879 the tangling message.
1881 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1883 * ob.el (org-babel-load-languages): Fixes compiler warning.
1885 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1887 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
1890 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1892 * org-ascii.el (org-export-as-ascii): Use the correct match group.
1894 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1896 * ob.el (boundp): Uncommenting defvar form for
1897 org-babel-temporary-directory
1898 (org-babel-temp-file): Now using the org-babel-temporary-directory
1899 for holding new babel temporary files
1900 (org-babel-remove-temporary-directory): Removes the babel temp dir
1901 when Emacs shutsdown
1902 (kill-emacs-hook): Now removing the babel temp dir on Emacs
1905 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1907 * org-capture.el (org-capture-fill-template): Initialize history
1910 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1912 * org-src.el (org-edit-src-code): Don't move point when generating
1915 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1917 * org-src.el (org-edit-src-code): Deal with point being in
1920 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1922 * org-table.el (org-table-current-column): Add interactive to turn
1923 this into a command.
1925 2010-11-11 Bernt Hansen <bernt@norang.ca>
1927 * org.el (org-insert-heading): Run org-insert-heading-hook when
1928 creating the first heading in a file.
1930 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1932 * org.el (org-startup-with-inline-images): New option.
1933 (org-startup-options): Add new keywords inlineimages and
1935 (org-mode): Inline images when this has been configured.
1937 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1939 * ob.el (org-babel-get-src-block-info): Remove optional
1940 HEADER-VARS-ONLY argument; further simplification.
1942 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1944 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
1945 prompt in ob-confirm-evaluate in some cases.
1947 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
1949 * ob.el (org-babel-demarcate-block): Visible region and completion
1950 during language selection.
1952 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1954 * ob.el (org-babel-get-src-block-info): Remove comment.
1956 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1958 * ob.el (org-babel-get-src-block-info): Simplify function.
1960 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1962 * ob.el (org-babel-get-src-block-info): Form info list correctly
1963 when parenthesised arguments are missing.
1965 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1967 * ob-exp.el (org-export-babel-evaluate): Docstring typo
1968 (org-babel-exp-code): Docstring typo.
1970 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1972 * org-mobile.el (org-mobile-encryption-password):
1974 (org-mobile-encryption-password-session): New variable.
1975 (org-mobile-encryption-password): New function.
1976 (org-mobile-check-setup):
1977 (org-mobile-encrypt-file):
1978 (org-mobile-decrypt-file): Use the new function.
1980 2010-11-11 David Maus <dmaus@ictsoc.de>
1982 * org-capture.el (org-capture-place-template): Widen to remove
1983 possible restrictions in target buffer.
1985 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
1987 * org.el (org-speed-command-hook): Add org-speed-command-hook
1988 (org-babel-speed-command-hook): Hook for Babel's speed commands.
1990 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
1992 * ob.el (org-babel-execute-buffer): Re-implement using
1993 `org-babel-map-src-blocks'.
1995 2010-11-11 David Maus <dmaus@ictsoc.de>
1997 * org-capture.el (org-capture-templates): Update doc string with
1998 new message date related escapes.
2000 2010-11-11 David Maus <dmaus@ictsoc.de>
2002 * org-wl.el (org-wl-store-link-message): Define properties %:date)
2003 (%:date-timestamp, and %:date-timestamp-inactive.
2005 * org-mew.el (org-mew-store-link): Dto.
2007 * org-mhe.el (org-mhe-store-link): Dto.
2009 * org-rmail.el (org-rmail-store-link): Dto.
2011 * org-vm.el (org-vm-store-link): Dto.
2013 2010-11-11 David Maus <dmaus@ictsoc.de>
2015 * org-wl.el (org-wl-message-field): Always get literal content of
2018 2010-11-11 David Maus <dmaus@ictsoc.de>
2020 * org-gnus.el (org-gnus-store-link): Define properties
2021 %:date-timestamp and %:date-timestamp-inactive.
2023 2010-11-11 David Maus <dmaus@ictsoc.de>
2025 * org-gnus.el (org-gnus-store-link): Handle empty date header
2028 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2030 * org.el (org-speed-command-hook): New. Hook for installing
2031 additional speed commands. Use this for enabling speed commands on
2033 (org-speed-command-default-hook): The default hook for
2034 org-speed-command-hook. Factored out from org-self-insert-command
2035 and mimics existing behaviour.
2036 (org-self-insert-command): Modified to use org-speed-command-hook.
2038 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2040 * org-agenda.el (org-search-view): Recover spaces in search words
2041 if they were escaped with \ or inside a regexp.
2043 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2045 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
2046 the list of completable meta line words.
2047 (org-complete): Complete property names after #+PROPERTY.
2049 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2051 * ob-python.el (org-babel-python-evaluate-session): Make temp file
2054 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2056 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
2057 Delete extra format argument.
2059 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2061 * ob-org.el (org-babel-org-export): Typo in docstring.
2063 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2065 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
2068 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2070 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
2072 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2074 * ob.el (org-babel-process-file-name): New function
2075 (org-babel-maybe-remote-file): Delete function.
2077 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2079 * ob-C.el (org-babel-C-execute): Remove unused variable.
2081 2010-11-11 David Maus <dmaus@ictsoc.de>
2083 * org.el (org-make-link-string): Prevent superfluous colon.
2085 2010-11-11 David Maus <dmaus@ictsoc.de>
2087 * org.el (org-make-org-heading-search-string): Leave headline
2090 2010-11-11 David Maus <dmaus@ictsoc.de>
2092 * org.el (org-make-link-string): Don't escape characters in link
2095 2010-11-11 Bastien Guerry <bzg@altern.org>
2097 * org-capture.el (org-capture-templates): Update docstring to
2098 advertize %:org-date.
2100 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2102 * ob-dot.el (org-babel-execute:dot): Automatically specifies
2103 "-T<ext>" based on file name extension.
2105 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2107 * ob-org.el (org-babel-org-export): Raise error on nested export
2110 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2112 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
2115 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2117 * ob.el (org-babel-demarcate-block): Better initialization of
2120 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2122 * org-src.el (org-src-tab-acts-natively): Add customize interface.
2124 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2126 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
2127 New variable allowing prevention of automatic stripping of leading and
2128 trailing blank lines when exiting edit buffer.
2129 (org-edit-src-exit): Respect value of
2130 `org-src-strip-leading-and-trailing-blank-lines'
2131 (org-src-native-tab-command-maybe):
2132 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
2135 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2137 * org-src.el (org-edit-src-code): If mark was inside code block
2138 then code edit buffer inherits mark with active region.
2140 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2142 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
2144 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2146 * ob.el (org-babel-demarcate-block): Better handling of empty
2147 space around demarcated area.
2149 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2151 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
2154 2010-11-11 David Maus <dmaus@ictsoc.de>
2156 * org-gnus.el (org-gnus-open-nntp): New function.
2158 2010-11-11 David Maus <dmaus@ictsoc.de>
2160 * org-wl.el (org-wl-open-nntp): New function.
2162 2010-11-11 David Maus <dmaus@ictsoc.de>
2164 * org-wl.el (org-wl-open): Open message by numeric reference if
2165 article part is not a message id.
2167 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2169 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
2172 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2174 * ob.el (org-babel-demarcate-block): Interactive demarcation of
2177 * ob-keys.el (org-babel-key-bindings): Key bindings for block
2180 2010-11-11 Bastien Guerry <bzg@altern.org>
2182 * org.el (org-link-types): Add the "message" link type.
2184 2010-11-11 David Maus <dmaus@ictsoc.de>
2186 * org.el (org-link-types): Add 'message:' link type to default
2189 2010-11-11 Bastien Guerry <bzg@altern.org>
2191 * org-gnus.el (org-gnus-store-link): Add the :date property to
2192 gnus links, allowing the use of %:date in capture templates.
2194 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2196 * org-list.el (org-cycle-list-bullet): Follow order of bullets
2197 indicated in doc-string.
2199 * org-list.el (org-list-bottom-point-with-indent): List is ended
2200 when a line is less indented that the last item, not the less
2203 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2205 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
2206 original file before resolving code block parameters to ensure
2207 headline and buffer wide parameters are taken into consideration
2208 when only a narrowed portion of the file is exported.
2210 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2212 * org.el (org-forward-same-level): Fix docstring.
2214 2010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
2216 * org-publish.el (org-publish-attachment): Put the attachment into
2217 the right directory.
2219 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
2221 * org.el (org-goto-first-child): New command.
2223 2010-11-11 Matt Lundin <mdl@imapmail.org>
2225 * org-agenda.el (org-prepare-agenda): If the agenda is called from
2226 within the agenda via an elisp link, such as
2227 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
2228 of the file containing the link, since that buffer is current
2229 during org-prepare agenda (due to a with-current-buffer in
2230 org-agenda-open-link). An additional test now ensures that the
2231 agenda buffer is in fact current when the buffer is erased and
2232 local variables for the agenda are set.
2234 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
2236 * org-exp.el (org-infile-export-plist): Define property macro.
2238 2010-11-11 David Maus <dmaus@ictsoc.de>
2240 * org-mhe.el (org-mhe-get-header): Remove possible folding white
2241 space in message header field.
2243 2010-11-11 David Maus <dmaus@ictsoc.de>
2245 * org-feed.el (org-feed): Fix typo in customization group :tag
2248 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2250 * org-latex.el (org-export-latex-tag-markup): New option.
2251 (org-export-latex-keywords-maybe):
2252 Use `org-export-latex-tag-markup'.
2254 2010-11-11 Rémi Vanicat <vanicat@debian.org>
2256 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
2257 (org-ical-ts-to-string): Use UTC time when requested.
2259 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
2261 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
2262 from 'file' to 'http'.
2264 2010-11-11 David Maus <dmaus@ictsoc.de>
2266 * org.el (org-store-log-note): Fix wrong usage
2267 of`org-adapt-indentation'.
2269 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2271 * org.el (org-skip-over-state-notes): Do not compute bottom point
2274 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
2275 instead of moving to each item.
2277 2010-11-11 David Maus <dmaus@ictsoc.de>
2279 * org-capture.el (org-capture-templates): Small fix in doc string.
2281 2010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
2283 * org-archive.el (org-get-local-archive-location):
2284 Use `org-carchive-location' as default.
2286 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2288 * ob-C.el (org): No longer requires org
2290 * ob-ledger.el (org): No longer requires org.
2292 2010-11-11 David Maus <dmaus@ictsoc.de>
2294 * org.el (org-priority): Save match data before call to
2295 `read-char-exclusive'.
2297 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2299 * org-list.el (org-list-to-generic): Descriptions labels can be
2300 any suit of symbols, and will end at double colons.
2302 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2304 * org.el (org-indent-line-function): Indent past [@num] and
2305 [@start:num], consistently with what is already done with
2308 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2310 * org.el (org-store-log-note): Indent new notes to the right
2311 column. Also take `org-list-two-spaces-after-bullet-regexp' into
2312 consideration when creating the note.
2314 2010-11-11 David Maus <dmaus@ictsoc.de>
2316 * org-gnus.el (nnimap-group-overview-filename): Declare function
2317 to silence byte compiler.
2319 2010-11-11 David Maus <dmaus@ictsoc.de>
2321 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
2322 New customization variable.
2323 (org-gnus-nnimap-cached-article-number): New function.
2324 (org-gnus-follow-link): Try to fetch cached article number of
2327 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2329 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
2330 first line into code blocks before export so that the first line
2331 is not interpreted as a title
2332 (org-babel-org-export): Use new dummy code block prefix.
2334 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2336 * ob.el (org-babel-insert-result): No longer throws error when
2337 inserting an empty result.
2339 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2341 * ob-tangle.el: autoload org-babel-tangle-lang-exts from ob-tangle.
2343 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2345 * ob.el (org-babel-do-in-edit-buffer):
2346 Use `org-babel-where-is-src-block-head' to test for source block at
2349 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2351 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
2352 `org-babel-goto-src-block-head'
2354 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
2357 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2359 * ob.el (org-babel-next-src-block): Now raising more informative
2360 error when no further code blocks can be found
2361 (org-babel-previous-src-block): Now raising more informative error
2362 when no previous code blocks can be found.
2364 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2367 (org-export-preprocess-after-include-files-hook): Now using this
2368 hook instead of `org-export-preprocess-hook'.
2370 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2372 * ob-plantuml.el (org-babel-execute:plantuml):
2374 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2376 * ob-python.el (org-babel-python-evaluate): Refactor as call to
2377 either `org-babel-python-evaluate-external-process' or
2378 `org-babel-python-evaluate-session'.
2379 (org-babel-python-evaluate-external-process): New function to
2380 handle evaluation in external process.
2381 (org-babel-python-evaluate-session): New function to handle
2382 evaluation in emacs inferior process.
2384 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2386 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
2387 or html respecting :results header arg
2388 (org-babel-org-export): Exports a string of text to an output
2391 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2393 * ob.el (org-babel-insert-result): Remove existing results when
2394 nil results are returned.
2396 2010-11-11 David Maus <dmaus@ictsoc.de>
2398 * org-ascii.el (org-export-as-ascii): Bind and set link path for
2399 link type specific markup function.
2401 2010-11-11 David Maus <dmaus@ictsoc.de>
2403 * org-clock.el (notifications-notify): Properly declare function
2404 to silence byte compiler.
2406 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2408 * org-list.el (org-insert-item): Check invisibility of point at a
2409 meaningful location.
2411 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2413 * org-list.el (org-list-insert-item-generic): Updating checkboxes
2414 can modifiy bottom point of a list, so make it a marker before
2415 calling `org-update-checkbox-count-maybe'.
2417 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2419 * org.el (org-src-fontify-natively): Set to nil by default.
2420 Supply cutomize interface.
2422 2010-11-11 Bastien Guerry <bzg@altern.org>
2424 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
2425 `org-bracket-link-analytic-regexp++' to match the link type.
2427 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2429 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
2432 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2434 * ob-tangle.el (org-babel-tangle-comment-format-beg):
2435 Format string specifying the link-comment preceding a code block
2436 (org-babel-tangle-comment-format-end): Format string specifying
2437 the link-comment following a code block
2438 (org-babel-tangle-collect-blocks): Storing more information in the
2439 spec of a tangling code block
2440 (org-babel-spec-to-string): Now makes use of customizable
2441 link-comment formats.
2443 2010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
2445 * org.el (org-delete-backward-char): Check for nil overwrite-mode
2446 before inserting spaces.
2448 2010-11-11 David Maus <dmaus@ictsoc.de>
2450 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
2451 from summary of non-TODO ical entries.
2452 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
2453 exclude tags from summary of TODO ical entries.
2455 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2457 * ob.el (org-babel-map-src-blocks): Now exposes much information
2458 about the code block in the form of let-bound local variables.
2460 2010-11-11 David Maus <dmaus@ictsoc.de>
2462 * org-list.el (org-outline-regexp, org-ts-regexp)
2463 (org-ts-regexp-both, org-in-regexps-block-p)
2464 (org-level-increment, org-at-heading-p)
2465 (outline-previous-heading, org-icompleting-read)
2466 (org-time-string-to-seconds): Declare to fix compiler warning.
2468 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2470 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
2471 used from an heading. Send an error when no item is in region.
2473 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2475 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
2476 ensure that edit buffer is exited.
2478 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2480 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
2481 control the amount of extra newlines inserted into tangled code
2482 (org-babel-tangle-collect-blocks): Now conditionally collects
2483 information to be used for "org" style comments
2484 (org-babel-spec-to-string): Now inserts "org" style comments, and
2485 obeys the newline configuration variable when inserting whitespace.
2487 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2489 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
2491 (org-babel-tangle): Calls new tangle hook.
2493 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2495 * org-capture.el (org-capture): Compute the length of the correct
2496 string when removing properties.
2498 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2500 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
2501 names before shell quoting.
2503 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2505 * org-src.el (org-src-tab-indents-natively): New variable
2506 controlling whether language-native TAB action should be performed
2507 (org-src-native-tab-command-maybe): New function to perform
2508 language-native TAB action.
2509 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
2511 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2513 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
2514 `org-plantuml-jar-path' before use.
2516 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2518 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
2519 language major mode buffers during fontification.
2521 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2523 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
2524 match code blocks with switches and header args. Call
2525 `org-src-font-lock-fontify-block' for automatic fontification of
2526 code in code blocks, controlled by variable
2527 `org-src-fontify-natively'.
2528 (org-src-fontify-natively): New variable.
2530 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2532 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
2535 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
2537 * org-html.el (org-html-make-link): (Expand-file-name ) removes
2538 one "/" from "///path-to-file", so add one. Anything other than
2539 'file' type should be exported along with the type.
2541 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
2543 * org.el (org-insert-subheading) : Fix compiler warning
2544 (org-insert-todo-subheading) : Fix compiler warning.
2546 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2548 * org-capture.el (org-capture): Remove read-only text properties
2550 (org-capture-set-target-location): Throw an error if file+headline
2551 target does not point into a file which is in Org mode.
2553 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2555 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
2557 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2559 * org-src.el (org-edit-src-code): Improve docstring.
2561 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2563 * ob.el (org-babel-execute-src-block): Document prefix argument in
2566 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
2568 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
2569 org-ditaa-jar-path with expand-file-name.
2571 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2573 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
2574 `org-babel-execute-src-block'.
2576 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2578 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
2579 [@x] syntax for list numbering.
2581 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2583 * org.el (org-indent-line-function): Indentation of source block
2584 is left to `org-edit-src-exit' and shouldn't be modified by
2585 `org-indent-line-function'. Indentation of others blocks should be
2586 the same as the #+begin line.
2588 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
2590 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
2591 forms on source blocks in current buffer; restore point in current
2594 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2596 * org-list.el (org-list-struct): Accept list boundaries as an
2597 argument in order to avoid computing `org-list-top-point' and
2598 `org-list-bottom-point' twice when indenting.
2600 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2602 * org-list.el (org-list-ending-method): Default value is now
2603 `both', to ensure maximum compatibility before previous
2606 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2608 * org-list.el (org-list-in-item-p-with-indent): Test if first line
2609 is the item beginning.
2611 * org-list.el (org-list-top-point-with-indent): Test if first line
2612 is a valid list beginning.
2614 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2616 * org-list.el (org-list-ending-method): New customizable variable
2617 to tell Org Mode how lists end. See docstring.
2619 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2621 * org-list.el (org-indent-item-tree): Shifting step of top-level
2622 item depends on `org-level-increment'.
2624 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2626 * org.el (org-indent-line-function): Indent first non blank line
2627 after a list according to current heading level.
2629 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2631 * org-docbook.el (org-export-as-docbook): Remove check for
2632 indentation on lines that do not start with a list bullet.
2634 * org-html.el (org-export-as-html): Same thing.
2636 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2638 * org-list.el (org-list-bottom-point): Take into consideration
2639 that bound of search can be before true ending of the list.
2641 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2643 * org-list.el (org-list-struct-apply-struct): No longer shift
2644 item's body twice: one after replacing bullet and one after
2645 changing indentation.
2647 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2649 * org-list.el (org-list-struct-indent): Add code to replace
2650 bullets if needed when indenting.
2652 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2654 * org-list.el (org-list-insert-item-generic): A single item
2655 already counting blank lines in his body should be separated with
2656 the next one by a blank line. Moreover, if user already provided
2657 blank lines, follow his wishes.
2659 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2661 * org-list.el (org-indent-item-tree): When moving top item of a
2662 *-list to column 0, only the first item had its bullet changed to
2663 -. It now changes all items of the top-level list, as expected.
2665 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2667 * org-list.el (org-toggle-checkbox): Go to beginning of line
2670 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2672 * org-list.el (org-list-struct-apply-struct): Check if ancestor
2675 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2677 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
2680 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2682 * org-list.el : Removed unused variable
2683 `org-suppress-item-indentation'.
2685 * org-list.el (org-renumber-ordered-list): Skip item if bullet
2686 number is already good.
2688 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2690 * org-list.el (org-list-automatic-rules): Doc-string reflects this
2693 * org-list.el (org-indent-item-tree): Prevent whole list from
2694 being moved when user is not moving subtree. Thus)
2695 (`org-cycle-item-indentation' will not allow to move the list.
2697 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2699 * org-list.el (org-indent-item-tree): Remove region code. It was
2700 prone to errors and undocumented.
2702 * org-list.el (org-item-indent-positions): Better heuristics to
2703 determine what bullet the item will have when demoted.
2705 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2707 * org-list.el (org-list-bullet-string): First check if
2708 `org-list-two-spaces-after-bullet-regexp' isn't nil.
2710 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2712 * org-list.el (org-list-bullet-string): Do not modify match-data.
2714 * org.el (org-toggle-item): Now working again when changing list
2715 items into plain text. Moreover take into consideration
2716 `org-list-two-spaces-after-bullet-regexp'.
2718 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2720 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
2721 fix, and improved heuristics to determine bullet when indenting.
2723 * org-list.el (org-item-indent-positions): Function now returns
2724 sane results when there are two lists separated with blank lines
2727 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2729 * org-docbook.el (org-export-as-docbook): Use override="num" in
2730 any listitem matching [@start:num]
2732 * org-html.el (org-export-as-html): Use value="num" in any li
2736 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2738 * org.el (org-set-font-lock-defaults): Correct fontification for
2739 checkboxes found after [@start:?].
2741 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
2742 [@start:?] when looking at a regex after a bullet.
2744 * org-list.el (org-toggle-checkbox): Correct insertion of
2745 checkboxes when there is already a [@start:?] in the item.
2747 * org-list.el (org-checkbox-blocked-p): Properly check if there's
2748 an unchecked item before.
2750 * org-list.el (org-list-parse-list): Function handles items having
2751 both a counter and a checkbox.
2753 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2755 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
2756 stores both indentation and bullet when cycle started.
2758 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2760 * org-list.el: `org-at-description-p' renamed to
2761 `org-at-item-description-p', `org-first-list-item-p' renamed to
2762 `org-list-first-item-p', `org-end-of-item-text-before-children'
2763 renamed to `org-end-of-item-or-at-child'.
2765 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2767 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
2768 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
2769 before toggling a checkbox.
2771 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2773 * org-list.el (org-list-bullet-string): New function returning
2774 bullet concatenated with an appropriate number of white spaces.
2776 * org-list.el (org-list-insert-item-generic): Insert the right
2777 bullet, with help of `org-list-bullet-string'.
2779 * org-list.el (org-indent-item-tree):
2780 Use `org-list-bullet-string'.
2782 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
2784 * org-list.el (org-toggle-checkbox): Send an error when
2785 `org-toggle-checkbox' is trying to insert a checkbox at a
2788 * org-list.el (org-item-re): Modified regexp so it can catch
2789 correct number of white space before item body.
2791 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
2792 consideration new `org-item-re'.
2794 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2796 * org-list.el (org-list-insert-item-generic): The second item in a
2797 list will be separated from its predecessor with the number of
2798 blank lines separating the first item from its parent, if any, or
2801 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2803 * org-list.el (org-indent-item-tree): Fix and reorder every list
2804 and sublist, from parent of list that has moved if indenting, or
2805 from list at point if outdenting.
2807 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2809 * org-list.el (org-indent-item-tree): Try to keep relative
2810 position on line. It can't if point is in white spaces before
2811 bullet because mixed tabs and spaces make some columns
2814 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2816 * org-list.el (org-cycle-item-indentation): Cycle when the whole
2817 item only contains bullet and maybe a checkbox. Previously, TAB
2818 would cycle when the first line of the item was blank.
2820 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2822 * org-list.el (org-cycle-item-indentation): Allow a point just
2823 after a description item or a checkboxed item to start cycling.
2825 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2827 * org-list.el (org-cycle-list-bullet):
2828 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
2829 as valid bullets when cycling.
2831 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2833 * org-list.el (org-cycle-item-indentation): Do return t if and
2834 only if cycling is possible and succeded.
2836 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2838 * org-list.el (org-indent-item-tree): When outdenting a subtree,
2839 the last item shouldn't have a children.
2841 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2843 * org-list.el (org-cycle-item-indentation): Cycling should play
2844 nicely with indent rule in `org-list-automatic-rules'.
2846 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2848 * org-list.el (org-indent-item-tree): If indent rule is activated,
2849 it should be impossible to outdent an item having children without
2850 moving its subtree. Improved reordering of lists modified by
2851 cycling indentation.
2853 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2855 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
2856 `org-fix-bullet-type' to prevent infinite loop, and some checks
2857 already done in `org-renumber-ordered-list'.
2859 * org-list.el (org-fix-bullet-type): Remove a check and call
2860 directly `org-maybe-renumber-ordered-list'.
2862 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2864 * org-list.el (org-indent-item-tree): It shouldn't be possible to
2865 indent the first item of a sublist (though outdent is possible) as
2866 it would break list's structure.
2868 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2870 * org-list.el (org-list-insert-item-generic): When local search
2871 doesn't help, search the list globally for blank lines. Moreover,
2872 don't bother with new lists, and add 1 blank line.
2874 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2876 * org-capture.el (org-capture-place-item):
2877 Use `org-search-forward-unenclosed' and
2878 `org-search-backward-unenclosed' and new variable
2879 `org-item-beginning-re'.
2881 * org-list.el (org-item-beginning-re): Regexp matching beginning
2884 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2886 * org-list.el (org-cycle-list-bullet): Put back support for
2889 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2891 * org-list.el (org-in-item-p): Handle case when point is at an
2894 * org-list.el (org-list-make-subtree): Add protection when used
2897 * org-list.el (org-insert-item): Remove useless hack now
2898 `org-in-item-p' is fixed.
2900 * org-timer.el (org-timer-item): Remove useless hack now
2901 `org-in-item-p' is fixed.
2903 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2905 * org-list.el (org-cycle-list-bullet): Prevent description items
2906 from being numbered. String argument is also recognized now, as
2907 long as it is a valid bullet.
2909 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2911 * org-list.el (org-indent-item-tree): Moving indentation of top
2912 list item will make the whole list move.
2914 * org-list.el (org-apply-on-list): Function is less sensitive to
2915 changes of indentation.
2917 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2919 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
2922 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
2924 * org-list.el (org-cycle-item-indentation): Allow cycling
2925 description items and checkbox items.
2927 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
2929 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
2932 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2934 * org-list.el (org-insert-item-internal): Guessing of blank lines
2935 number is made by looking at neighbours items, if any.
2937 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2939 * org-list.el (org-sort-list): Add the possibility to sort timer
2940 lists with the ?t or ?T options.
2942 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2944 * org-list.el (org-search-unenclosed-internal): New function to
2945 handle both `org-search-forward-unenclosed' and
2946 `org-search-backward-unenclosed'.
2948 * org-list.el (org-search-backward-unenclosed): Can send errors
2949 now. Removed useless usage of COUNT.
2951 * org-list.el (org-search-forward-unenclosed): Can send errors
2952 now. Removed useless usage of COUNT.
2954 * org-list.el (org-update-checkbox-count):
2955 Use `org-search-forward-unenclosed' and
2956 `org-search-backward-unenclosed' instead of `re-search-forward'
2957 and `re-search-backward'.
2959 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
2960 and `org-search-backward-unenclosed' instead of
2961 `re-search-forward' and `re-search-backward'.
2963 * org-list.el (org-list-make-subtree):
2964 Use `org-search-forward-unenclosed' and
2965 `org-search-backward-unenclosed' instead of `re-search-forward'
2966 and `re-search-backward'.
2968 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2970 * org-list.el (org-insert-item-internal): Fixes the problem when
2971 point was before the first char of the item's body.
2973 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2975 * org-timer.el (org-timer-item): Refactoring. Compute timer string
2976 before inserting it in the buffer
2978 * org-timer.el (org-timer): Add an optional argument to return
2979 timer string instead of inserting it.
2981 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2983 * org-list.el (org-insert-item-internal): New function to handle
2984 positionning and contents of an item being inserted at a specific
2985 pos. It is not possible anymore to split a term in a description
2986 list or a checkbox when inserting a new item.
2988 * org-list.el (org-insert-item): Refactored by using the new
2989 `org-insert-item-internal' function.
2991 * org-timer.el (org-timer-item): Refactored by using the new
2992 `org-insert-item-internal' function.
2994 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
2996 * org-list.el (org-list-bottom-point): Be sure to check real
2997 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
2999 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
3000 end of item if we are in a list.
3002 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3004 * org-list.el (org-insert-item): Move before any special block in
3005 a list prior to add a new item.
3007 * org-timer.el (org-timer-item): When in a timer list, insert a
3008 new timer item like `org-insert-item'. If in another list, send an
3009 error. Otherwise, start a new timer list.
3011 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3013 * org-list.el: Minor refactoring.
3015 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3017 * org-timer.el (org-timer-item): Insert description list item at
3020 * org-list.el (org-insert-item): Insert the right number of blank
3021 lines before a relative timer.
3023 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3025 * org-list.el (org-insert-item): Remove restriction on latex
3028 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3030 * org-list.el (org-search-backward-unenclosed): Do not stop in
3033 * org-list.el (org-search-forward-unenclosed): Do not stop in
3036 * org-latex.el (org-export-latex-lists): Use the fact that
3037 org-search-forward do not stop anymore at protected places.
3039 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3041 * org-list.el (org-search-backward-unenclosed): Do not prevent
3042 list items from being inside LaTeX blocks.
3044 * org-list.el (org-search-forward-unenclosed): Do not prevent list
3045 items from being inside LaTeX blocks.
3047 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3049 * org-list.el (org-in-item-p): Do not widen before checking if we
3052 * org-list.el (org-list-send-list): We cannot count on
3053 `org-list-top-point' and `org-list-bottom-point' before buffer is
3054 narrowed. Find bounds of list otherwise.
3056 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3058 * org-list.el (org-list-end-regexp): By default, list ending is
3059 exactly 2 blank lines.
3061 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3063 * org-docbook.el (org-export-as-docbook): When we find an empty
3064 line, we do not need to check for
3065 `org-empty-line-terminates-plain-lists' because we would have
3066 found end-list marker before.
3068 * org-html.el (org-export-as-html): Same.
3070 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3072 * org-list.el (org-insert-item): Simplify count of blank lines to
3075 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3077 * org-list.el (org-list-end-regexp): New customizable variable to
3078 define what string should end lists.
3080 * org-list.el (org-list-end-re): Function is now aware of
3081 `org-list-end-regexp'.
3083 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3085 * org-html.el (org-export-as-html): Code cleanup.
3087 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3089 * org-docbook.el (org-export-as-docbook): Properly close any open
3090 list when seeing ORG-LIST-END. Removed any reference to now
3091 unneeded DIDCLOSE variable.
3093 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3095 * org-exp.el (org-export-mark-list-ending): Fix number of blank
3096 lines inserted after a list.
3098 * org-list.el (org-list-parse-list): Fix case when
3099 `org-list-end-re' would have an indentation greater than current
3102 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3104 * org-exp.el (org-export-mark-list-ending): Differentiate between
3105 export backends, and replace `org-list-end-re' by a blank line
3108 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3110 * org-html.el (org-export-as-html): Delete didclose and everything
3111 related to it, as it is no longer needed.
3113 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3115 * org-html.el (org-export-html-preprocess): Remove unneeded
3116 insertion of list end marker, as it is now handled by
3117 `org-export-mark-list-ending'.
3119 * org-html.el (org-export-as-html): Cleaner termination of lists.
3121 * org-exp.el (org-export-mark-list-ending): New function to insert
3122 specific markers at the end of lists when exporting to a backend
3123 not using `org-list-parse-list'. This function is called early in
3124 `org-export-preprocess-string', while it is still able to
3127 * org-latex.el (org-export-latex-lists): Better search for
3128 lists. It now only finds items not enclosed and not protected.
3130 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3132 * org-list.el: Replaced `re-search-forward' by
3133 `org-search-forward-unenclosed' where it made sense.
3135 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3137 * org-list.el (org-apply-to-list): Now a return value is handed at
3138 each new call of the function applied.
3140 * org-list.el (org-fix-bullet-type): Use the new
3141 `org-apply-to-list' format.
3143 * org-list.el (org-renumber-ordered-list): Use the new
3144 `org-apply-to-list' format.
3146 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3148 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
3151 * org-list.el (org-search-forward-unenclosed): Better regexp used.
3153 * org-list.el (org-search-backward-unenclosed): Better regexp
3156 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3158 * org-list.el (org-sort-list): End-rec function was ill-defined.
3160 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3162 * org-list.el (org-search-forward-unenclosed): Fix behavior when
3163 last occurence was enclosed.
3165 * org-list.el (org-search-backward-unenclosed): Fix behavior when
3166 last occurence was enclosed.
3168 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3170 * org.el (org-in-regexps-block-p): Fix documentation.
3172 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3174 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
3176 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
3178 * org-list.el (org-list-parse-list): Minor fix.
3180 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3182 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
3183 called with t argument.
3185 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3187 * org-html.el (org-export-html-preprocess):
3188 Replace `org-list-end-re' by a blank line during pre-process.
3190 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3192 * org-list.el (org-list-bottom-point): No need for square brackets
3193 for `skip-chars-backward'.
3195 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3197 * org-html.el: Do not delete space between end of list and
3198 beginning of the following.
3200 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3202 * org-html.el: preprocess buffer string and add ORG-LIST-END where
3203 needed. Lists should not end before seeing this.
3205 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3207 * org-html.el: Notice end of lists.
3209 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3211 * org-list.el (org-list-parse-list): Better handling of
3212 restrictions when function is called on a list with sublists.
3214 * org-list.el (org-list-send-list): Find the true ending of the
3217 * org-list.el (org-list-radio-list-templates): Templates are more
3220 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3222 * ob-js.el (org-babel-js-eoe): Indicate end of input
3223 (org-babel-execute:js): Support for session evaluation
3224 (org-babel-prep-session:js): Fleshed out definition
3225 (org-babel-js-initiate-session): Can initiate a session using
3228 2010-11-11 David Maus <dmaus@ictsoc.de>
3230 * org.el (org-set-regexps-and-options): Protect escape char in
3231 `org-complex-heading-regexp-format'.
3233 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3235 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
3236 session-based evaluation
3237 (org-babel-execute:scheme): Now supports session-based evaluation
3238 (org-babel-prep-session:scheme): Now works and defines variables
3239 (org-babel-scheme-initiate-session): Now works using run-scheme
3242 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3244 * org.el (org-export-latex-default-packages-alist): Remove the
3245 t1enc package - this is already covered by fontenc.
3247 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3249 * ob.el (with-parsed-tramp-file-name): Declared
3250 (org-babel-tramp-localname): Ensure variable name exists locally.
3252 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3254 * ob.el (org-babel-temp-file): Don't use babel temporary directory
3255 in remote case; use make-temp-file with remote file name so that
3256 temp file is guaranteed not to exist previously on remote machine.
3257 (org-babel-tramp-localname): New function to return local name
3258 portion of possibly remote file specification.
3260 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3262 * ob-R.el (org-babel-R-write-object-command): New unified R
3263 command for writing results to file
3264 (org-babel-R-wrapper-method): Remove variable
3265 (org-babel-R-wrapper-lastvar): Remove variable
3266 (org-babel-R-evaluate-external-process): Use new R command
3267 (org-babel-R-evaluate-session): Use new R command.
3269 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3272 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
3273 to evaluate code invisibly and block until output file exists.
3275 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
3276 evaluate R code in session for :results value. Write result to
3277 file invisibly using new function
3278 `org-babel-comint-eval-invisibly-and-wait-for-file'.
3280 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3282 * org-capture.el (org-capture-fill-template): Align tags after
3285 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3287 * org-exp.el (org-export-concatenate-multiline-emphasis):
3288 Ignore matches that start in a headline.
3290 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3292 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
3293 and out-file in shell-quote-argument.
3295 2010-11-11 David Maus <dmaus@ictsoc.de>
3297 * org-docview.el (org-docview-store-link): Use expanded macro to
3299 (doc-view-goto-page, image-mode-window-get): Declare functions for
3302 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3304 * ob-scheme.el: very preliminary support for evaluating scheme
3307 * org.el (org-babel-load-languages): Adding scheme.
3309 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3311 * ob.el (require): Remove circular (require 'org).
3313 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3315 * ob-R.el (ess-make-buffer-current):
3316 Declared (ess-ask-for-ess-directory):
3317 Declared (ess-local-process-name):
3318 Declared * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free
3321 * ob.el (org-edit-src-code): Fixing arguments
3322 (org-edit-src-exit):
3323 Declared (org-outline-overlay-data):
3324 Declared (org-set-outline-overlay-data): Declared.
3326 2010-11-11 Glenn Morris <rgm@gnu.org>
3328 * ob.el: Require org when compiling.
3329 (org-save-outline-visibility): Remove macro declaration.
3331 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
3332 Remove unnecessary/macro declarations.
3334 * org-docview.el: Require doc-view when compiling.
3335 (doc-view-goto-page): Autoload rather than declaring.
3336 (doc-view-current-page): Remove macro declaration.
3338 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
3339 (org-entry-get, org-table-import): Fix declarations.
3340 (org-match-string-no-properties): Remove declaration.
3342 * ob-sh.el (org-babel-comint-in-buffer)
3343 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
3344 (org-babel-comint-with-output): Remove unnecessary declarations.
3346 * ob-R.el (orgtbl-to-tsv): Fix declaration.
3348 * org-list.el (org-entry-get): Fix declaration.
3350 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3352 * ob.el (org-babel-remove-temporary-directory): Remove explicit
3355 2010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
3357 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
3360 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3362 * org-macs.el (org-save-outline-visibility): Move from org.el.
3364 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3366 * ob-org.el (org-babel-default-header-args:org): Additional
3367 ":results silent" default header argument for org code blocks.
3369 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3371 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
3372 which is now an alias to ":eval no"
3374 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3376 * ob.el (org-babel-remove-temporary-directory): The version of
3377 `delete-directory' found in files.el can not be assumed to be
3378 present on all versions, so this copies the recursive behavior of
3379 that command in such a way that all calls to delete-directory will
3380 also work with the built-in internal C implementation of that
3381 function. This is not overly difficult as all elements of the
3382 directory can be assumed to be files.
3384 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3386 * ob-C.el (org-babel-C-execute): Corrected arguments to
3387 org-babel-temp-file.
3389 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3391 * ob.el (org-babel-temporary-directory): Variable to hold the
3392 value of the Babel temporary directory.
3394 2010-11-11 Aditya Siram <aditya.siram@gmail.com>
3396 * ob.el (org-babel-load-in-session): Expanding noweb references
3399 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3401 * org.el (org-make-link-regexps): Modified regexp of
3404 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
3406 * org-habit.el (org-habit-parse-todo): Find sr-days only if
3407 scheduled-repeat is non nil. Use 4th element of the list returned
3408 by (org-heading-components) as habit-entry. Modify the error
3409 message to be more meaningful.
3411 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3413 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
3414 ":border" header arguments which both use the "preview" latex
3415 package to fit the resulting pdf image to the figure.
3417 2010-11-11 David Maus <dmaus@ictsoc.de>
3419 * org-wl.el (org-wl-store-link): Don't try to store link if point
3420 is at end of buffer.
3422 2010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
3424 * org-publish.el (org-publish-project-alist): Document the new
3426 (org-publish-org-to): Use the body-only property.
3428 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3430 * org.el (org-store-link): Return link when invoked
3431 non-interactively from an agenda buffer.
3433 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
3435 * org.el (org-store-link): Storing of links to headlines in
3436 indirect buffers was broken. Fix it.
3438 2010-11-11 Aidan Kehoe <kehoea@parhasard.net>
3440 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
3441 #'set-file-modes to use integer, not character syntax, avoiding
3442 compile problems with recent XEmacs.
3444 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3446 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
3447 forward even if there is no text to be added.
3449 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3451 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
3452 tags/property matcher.
3454 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3456 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
3459 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3461 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
3463 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3465 * org-latex.el (org-export-latex-set-initial-vars):
3466 Bind `case-fold-search' to t around the search for special LaTeX setup.
3468 * org-beamer.el (org-beamer-after-initial-vars):
3469 Bind `case-fold-search' to t around the search for special BEAMER
3472 2010-11-11 David Maus <dmaus@ictsoc.de>
3474 * org-agenda.el (org-write-agenda): Delete postscript file after
3475 creating conversion to pdf.
3477 2010-11-11 David Maus <dmaus@ictsoc.de>
3479 * org-agenda.el (org-write-agenda): Move require statements to
3480 proper place in evaluated lisp expression.
3482 2010-11-11 David Maus <dmaus@ictsoc.de>
3484 * org-agenda.el (org-write-agenda): Rename temporary buffer to
3485 remove dependency of `flet' macro.
3487 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3489 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
3491 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3493 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
3494 from all standard sources when executing #+lob/#+call lines.
3496 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3498 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
3500 (org-babel-R-evaluate-external-process): New function to handle
3501 external process evaluation
3502 (org-babel-R-evaluate-session): New function to handle session
3505 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3507 * ob.el (org-babel-initiate-session): New function derived from
3508 previous `org-babel-switch-to-session'
3509 (org-babel-switch-to-session): Refactored to use new
3510 `org-babel-initiate-session'.
3512 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3514 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
3517 2010-11-11 David Maus <dmaus@ictsoc.de>
3519 * org-feed.el (org-feed-format-entry): Decode entry according to
3520 its character encoding.
3522 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
3524 * org-feed.el (xml-substitute-special): Declare function for byte
3526 (org-feed-unescape): Removed.
3527 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
3528 Use `xml-substitute-special' to unescape XML entities.
3530 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3532 * ob.el (org-babel-switch-to-session): Throw error if block if
3533 :session not in effect for the block.
3535 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3537 * org-table.el (org-table-create-with-table.el): Align table
3540 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3542 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
3543 that org-src buffer is current before attempting exit.
3545 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3547 * org-src.el (ob-comint): Require 'ob-comint
3548 (org-src-babel-info): Define variable.
3550 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3552 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
3553 in the language major mode edit buffer.
3554 (org-babel-do-key-sequence-in-edit-buffer): New function to call
3555 an arbitrary key sequence in the language major mode edit buffer
3557 * org-src.el (org-src-switch-to-buffer): Add new allowed value
3558 'switch-invisibly for `org-src-window-setup'.
3560 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3562 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
3564 (org-src-do-at-code-block): New macro to evaluate lisp with point
3565 at the start of the Org code block containing the code in this
3567 (org-src-do-key-sequence-at-code-block): New function to execute
3568 command bound to key at the Org code block containing the code in
3571 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3573 * ob-R.el (org-babel-R-associate-session): New function to
3574 associate R code edit buffers with ESS comint session.
3576 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3578 * org-src.el (org-edit-src-code): If at src block, store babel
3579 info as buffer local variable.
3580 (org-src-associate-babel-session): New function to associate code
3581 edit buffer with comint session. Does nothing unless a
3582 language-specific function named
3583 `org-babel-LANG-associate-session' exists.
3584 (org-src-babel-configure-edit-buffer): New function to be called
3585 in `org-src-mode-hook'.
3586 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
3589 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3591 * ob.el (org-babel-switch-to-session-with-code): New function to
3592 generate split frame displaying edit buffer and session.
3594 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3596 * org.el (org-set-tags): Consider org-indent-mode when computing
3599 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3601 * org-compat.el (org-looking-at-p): Only use looking-at-p when
3604 2010-11-11 David Maus <dmaus@ictsoc.de>
3606 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
3607 lines directly after call to sorting filter function.
3609 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3611 * org.el (org-complex-heading-regexp-format): Document the
3613 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
3614 to make the regular expression for matching the headline.
3616 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3618 * org.el (org-refile-check-position): New function.
3620 (org-refile-get-location): Call `org-refile-check-position'.
3622 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3624 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
3625 instead of equal to compare symbols.
3627 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3629 * org-agenda.el (org-agenda-before-sorting-filter-function):
3631 (org-finalize-agenda-entries):
3632 Apply `org-agenda-before-sorting-filter-function'.
3634 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3636 * org-latex.el (org-export-latex-first-lines): Do not protect meta
3637 lines that have nothing to do with babel.
3639 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3641 * org-capture.el (org-capture-place-template): Handle the
3643 (org-capture-place-item): Provide boundaries for the search to
3644 make sure we do not get a match in a different tree.
3646 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3648 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
3651 2010-11-11 Noorul Islam <noorul@noorul.com>
3653 * org-latex.el (org-latex-to-pdf-process): Add output-directory
3654 option for the command pdflatex.
3655 (org-export-as-pdf): Respect directory in path of
3658 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3660 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
3661 which now means to use MathJax processing for HTML. Also allow
3662 new value `dvipng' to force the old image processing.
3663 (org-infile-export-plist): Parse for MATHJAX setup line.
3665 * org-html.el (org-export-html-mathjax-options): New option.
3666 (org-export-html-mathjax-config): New function.
3667 (org-export-html-mathjax-template): New option.
3668 (org-export-html-preprocess): Call the LaTeX snippet processor
3669 with an additional argument to declare special ways of processing.
3670 (org-export-as-html): Bind the dynamical variable
3671 `org-export-have-math'. Insert the MathJax script template when
3672 it is needed by the document.
3674 * org.el (org-preview-latex-fragment): Call `org-format-latex'
3675 with the additional processing argument.
3676 (org-export-have-math): New variable, for dynamic scoping.
3677 (org-format-latex): Implement specific ways of processing.
3678 New function argument for processing type.
3679 (org-org-menu): Remove the entry to configure LaTeX snippet
3682 2010-11-11 Bastien Guerry <bzg@altern.org>
3684 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
3685 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
3686 heading currently clocked in is not listed in the agenda, display
3687 this entry in another buffer. If there is no running clock,
3688 display a help message.
3690 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3692 * org-latex.el (org-export-latex-tables): Return "" instead of nil
3693 when no label is attached.
3695 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3697 * org-agenda.el (org-agenda-menu-show-match): New option.
3698 (org-agenda-menu-two-column): New option.
3699 (org-agenda-get-restriction-and-command): Implement dispatch menu
3700 without showing the matcher, and with two-column display.
3702 2010-11-11 Bernt Hansen <bernt@norang.ca>
3704 * org-indent.el (org-indent-mode): Fix grammar for message when
3707 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3709 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
3710 no previous result exists.
3712 2010-11-11 Noorul Islam <noorul@noorul.com>
3714 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
3717 2010-11-11 Noorul Islam <noorul@noorul.com>
3719 * org.el: org-set-visibility-according-to-property () Use backward
3720 search instead of forward, so that top hierarchy gets priority.
3722 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3724 * org-agenda.el (org-timeline): Allow indirect buffer.
3726 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3728 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
3729 (org-export-define-heading-targets-headline-hook): New hooks.
3731 * org.el (org-modules): Add entry for org-wikinodes.el.
3732 (org-font-lock-set-keywords-hook): New hook.
3733 (org-open-at-point-functions): New hook.
3734 (org-find-exact-headling-in-buffer):
3735 (org-find-exact-heading-in-directory): New functions.
3736 (org-mode-flyspell-verify): Better cursor position for checking if
3737 flyspell should ignore a word.
3739 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3741 * org-indent.el (org-indent-remove-properties):
3742 (org-indent-add-properties): Make sure changing these properties
3743 does not trigger modification hooks.
3745 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3747 * org.el (org-link-search-must-match-exact-headline): New option.
3748 (org-link-search-inhibit-query): New variable.
3749 (org-link-search): Search for exact headline match in Org files.
3751 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3753 * ob.el (org-babel-execute-src-block-maybe): Remove check for
3754 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
3755 function `org-babel-execute-safely-maybe'.
3757 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3759 * ob.el (org-babel-load-in-session): Set directory in case :dir
3762 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3764 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
3765 errors when we're not under of a headline.
3767 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3769 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
3770 write delimited text instead of save -ascii
3771 (org-babel-octave-import-elisp-from-file): Specify that data
3772 written to file is tab-delimited.
3774 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3776 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
3779 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3781 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
3784 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3786 * ob-python.el (org-babel-python-table-or-string): Fix recognition
3787 of lists and tuples.
3789 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3791 * ob-octave.el (org-babel-octave-evaluate-external-process):
3794 2010-11-11 Juan Pechiar <pechiar@computer.org>
3796 * ob-octave.el (org-babel-octave-evaluate-external-process):
3797 Use `org-babel-octave-import-elisp-from-file' instead of
3798 `org-babel-eval-read-file'.
3799 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
3800 and use '%s' as format specifier instead of '%S'.
3802 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3804 * ob-octave.el: Only (require 'matlab) when necessary.
3805 (org-babel-octave-initiate-session) (require) octave-inf or matlab
3807 (org-babel-execute:matlab): Remove (require).
3808 (org-babel-prep-session:matlab): Remove (require).
3809 (org-babel-matlab-initiate-session): Remove (require).
3811 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
3813 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
3816 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3818 * ob-python.el (org-babel-python-table-or-string): Can now handle
3819 VERY long result lines.
3821 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3823 * org-latex.el (org-export-latex-tables): Add label if any
3825 * org-latex.el (org-export-latex-convert-table.el-table):
3826 Fix little mistake when inserting label.
3828 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
3830 * org.el (org-cycle-internal-local): Remove an unnecessary call
3831 to `org-back-to-heading' that was preventing point to stay at its
3832 column when cycling visibility.
3834 2010-11-11 Noorul Islam <noorul@noorul.com>
3836 * org-capture.el (org-capture-finalize): Make messages consistent.
3838 2010-11-11 Noorul Islam <noorul@noorul.com>
3840 * org-gnus.el: Suppress compiler warning by declaring outside
3841 function nnimap-retrieve-headers-from-file.
3843 2010-11-11 Noorul Islam <noorul@noorul.com>
3845 * org-colview.el Use org-beamer-select-environment instead of
3846 org-beamer-set-environment-tag.
3848 2010-11-11 Matt Lundin <mdl@imapmail.org>
3850 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
3851 that the value of org-last-inserted-timestamp includes time range.
3853 2010-11-11 David Maus <dmaus@ictsoc.de>
3855 * org-wl.el (org-wl-store-link-message): Provide link property for
3856 message-id without angle brackets.
3858 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3860 * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
3862 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3864 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
3865 file ensuing that the latest changes on disk are represented.
3867 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3869 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
3870 arguments w/o quotes.
3872 2010-11-11 Bernt Hansen <bernt@norang.ca>
3874 * org-capture.el (org-capture-finalize): Fix clock in of
3875 interrupted task during capture finalize.
3877 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3879 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
3882 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3884 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
3885 expression for matching main function.
3887 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3889 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
3890 regexp -- it wasn't matching lob lines w/o indices.
3892 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3894 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
3895 warning in org-exp.el.
3897 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3899 * org-publish.el (org-publish-file): Better error message if
3900 base-directory or publishing-directory are not defined.
3902 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3904 * org-colview.el (org-columns-display-here): Use overlays to
3905 overrule line prefix properties during column view.
3907 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3909 * org-agenda.el (org-agenda-filter-preset): Document the
3910 limitation for the filter preset - it can only be used for an
3911 entire agenda view, not in an individual block in a block agenda.
3913 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3915 * ob-table.el (sbe): Now able to accept range references from
3918 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3920 * ob.el (org-babel-pick-name): If colnames or rownames contain a
3921 list of names, then use those directly.
3923 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3925 * org-exp.el (org-export-format-source-code-or-example):
3926 Escape underscores in code block names on latex listings export.
3928 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3930 * ob-tangle.el (org-babel-with-temp-filebuffer):
3931 Use find-file-noselect to avoid excess buffer movement.
3933 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3935 * org-html.el (org-html-should-inline-p): Only inline images if
3938 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3940 * org-id.el (org-id-store-link): Autoload.
3942 * org.el ("org-id"): Autoload `org-id-store-link'.
3944 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3946 * org-html.el (org-html-should-inline-p): Only inline images if
3949 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
3951 * org-icalendar.el (org-icalendar-alarm-time): New option.
3953 * org-icalendar.el (org-print-icalendar-entries): Timed events are
3954 exported with alarm events, a.k.a. reminders.
3956 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3958 * org-capture.el (org-capture-target-buffer): Throw an error if we
3959 have no target file.
3960 (org-capture-select-template): Use a default template if the user
3961 has not specified any.
3963 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3965 * org.el (org-modules): Add entry for org-velocity.
3967 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3969 * ob-lob.el (org-babel-lob-execute): Changing indentation to
3970 improve line length.
3972 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3974 * org-exp.el (org-export-handle-table-metalines): Choose a better
3975 position for checking protectedness.
3977 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
3979 * org-table.el (org-table-convert-region): Don't continue csv
3980 importation which the point catches the end, this fixes an
3981 infinite loop which was caused by the (point) never catching up
3982 with the "end" marker.
3984 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3986 * org-macs.el (org-string-nw-p): New function.
3988 * org-capture.el (org-capture-import-remember-templates):
3989 Interpret an empty string as request to use
3990 `org-default-notes-file'.
3991 (org-capture-target-buffer): If the FILE is not a (non-empty)
3992 string, use `org-default-notes-file'.
3994 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
3996 * org-capture.el (org-capture-templates): Fix customize type.
3998 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4000 * org-colview-xemacs.el (org-columns-compile-map):
4001 (org-columns-number-to-string):
4002 (org-columns-string-to-number): Handle estimate ranges.
4003 (org-estimate-mean-and-var): New function.
4004 (org-estimate-combine): New function.
4005 (org-estimate-print): New function.
4006 (org-string-to-estimate): New function.
4008 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
4010 * org.el (org-refile-targets):
4011 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
4013 2010-08-19 Glenn Morris <rgm@gnu.org>
4015 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
4016 (org-save-outline-visibility): Move to org-macs.
4017 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
4018 (org-save-outline-visibility): Move here from org.el.
4019 (show-all): Autoload it.
4020 * ob.el: Don't require org when compiling.
4022 2010-08-18 Glenn Morris <rgm@gnu.org>
4024 * ob.el: Require org when compiling.
4025 (org-save-outline-visibility): Remove macro declaration.
4026 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
4027 Remove unnecessary/macro declarations.
4028 * org-docview.el: Require doc-view when compiling.
4029 (doc-view-goto-page): Autoload rather than declaring.
4030 (doc-view-current-page): Remove macro declaration.
4032 2010-08-17 Glenn Morris <rgm@gnu.org>
4034 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
4035 (org-entry-get, org-table-import): Fix declarations.
4036 (org-match-string-no-properties): Remove unnecessary declaration.
4037 * ob-sh.el (org-babel-comint-in-buffer)
4038 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
4039 (org-babel-comint-with-output): Remove unnecessary declarations.
4040 * ob-R.el (orgtbl-to-tsv): Fix declaration.
4041 * org-list.el (org-entry-get): Fix declaration.
4043 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4045 * ob-C.el: New file.
4046 * ob-R.el: New file.
4047 * ob-asymptote.el: New file.
4048 * ob-clojure.el: New file.
4049 * ob-comint.el: New file.
4050 * ob-css.el: New file.
4051 * ob-ditaa.el: New file.
4052 * ob-dot.el: New file.
4053 * ob-emacs-lisp.el: New file.
4054 * ob-eval.el: New file.
4055 * ob-exp.el: New file.
4056 * ob-gnuplot.el: New file.
4057 * ob-haskell.el: New file.
4058 * ob-keys.el: New file.
4059 * ob-latex.el: New file.
4060 * ob-lob.el: New file.
4061 * ob-matlab.el: New file.
4062 * ob-mscgen.el: New file.
4063 * ob-ocaml.el: New file.
4064 * ob-octave.el: New file.
4065 * ob-perl.el: New file.
4066 * ob-python.el: New file.
4067 * ob-ref.el: New file.
4068 * ob-ruby.el: New file.
4069 * ob-sass.el: New file.
4070 * ob-screen.el: New file.
4071 * ob-sh.el: New file.
4072 * ob-sql.el: New file.
4073 * ob-sqlite.el: New file.
4074 * ob-table.el: New file.
4075 * ob-tangle.el: New file.
4078 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4080 * org-mks.el: New file.
4081 * org-capture.el: New file.
4083 2010-07-19 Christian Egli <christian.egli@sbszh.ch>
4085 * org-taskjuggler.el: New file.
4087 2010-07-19 Matt Lundin <mdl@imapmail.org>
4089 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
4090 in org-agenda-text-search-extra-files.
4092 2010-07-19 David Maus <dmaus@ictsoc.de>
4094 * org-list.el (org-list-send-list): Locally bind variable `txt'.
4096 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4098 * org.el (org-reload): Now also reloading babel files.
4100 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4102 * org-capture.el (org-capture-set-plist): Make sure txt is a string
4103 before calling `string-match'.
4104 (org-capture-templates): Fix customization type.
4106 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4108 * org-latex.el (org-export-latex-preprocess): Make a special case
4110 (org-latex-entities): Remove the entry for \nbsp.
4111 (org-latex-entities-exceptions): Variable removed.
4113 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4115 * org-capture.el (org-capture-refile): Do not try to manipulate
4118 * org.el (org-refile): Use the correct bookmark here.
4120 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4122 * org-list.el (org-list-send-list): Parse list from its true beginning.
4124 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
4126 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4128 * org.el (org-insert-link): Correctly determine if we should use
4131 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4133 * org-list.el (org-list-radio-list-templates): Fix templates.
4135 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4137 * org-list.el (org-list-send-list): Regexp defining the start of
4138 a radio list is now on par with the one used for radio tables.
4140 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4142 * org-entities.el (org-entities-help): Add a headline for
4143 the user-defined entities.
4145 2010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
4147 * org-agenda.el (org-agenda-action): Document capture key and add it
4150 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4152 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
4154 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4156 * org-latex.el (org-export-latex-first-lines): Do not mark
4157 meta lines for removal. Do not remove BABEL config lines during export.
4159 2010-07-19 David Maus <dmaus@ictsoc.de>
4161 * org-capture.el (org-capture): Check if
4162 `org-capture-link-is-already-stored' is bound before evaluating.
4164 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4166 * org.el: Add autoload for org-babel-do-load-languages.
4168 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4170 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
4172 2010-07-19 David Maus <dmaus@ictsoc.de>
4174 * org-feed.el: Change indentation to match coding style
4177 2010-07-19 David Maus <dmaus@ictsoc.de>
4179 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
4180 library if necessary.
4182 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4184 * org-beamer.el (org-beamer-amend-header): Standardize the
4185 header cookie for the beamer extra stuff.
4187 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4189 * org-beamer.el (org-beamer-amend-header): Put extra header
4192 2010-07-19 David Maus <dmaus@ictsoc.de>
4194 * org-exp-blocks.el (org-export-blocks-format-ditaa)
4195 (org-export-blocks-format-dot): Remove text properties of body before
4196 calculating cache hash.
4198 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4200 * org-latex.el (org-export-latex-tabular-environment): New option.
4201 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
4203 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4205 * org-compat.el (org-version-check): New function.
4207 * org-indent.el (org-indent-mode): Check for exact emacs version.
4209 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4211 * org-capture.el (org-capture-templates): Allow the template
4212 to come from a file or function call.
4213 (org-capture-place-entry): Get the template from file or function.
4215 2010-07-19 David Maus <dmaus@ictsoc.de>
4217 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
4218 position if target is entire file.
4220 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4222 * org.el (org-autoload): Autoload a few more org-table functions.
4224 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4226 * org.el (org-babel-load-languages): Add ob-mscgen.
4228 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4230 * org-latex.el (org-export-latex-tables): Format string now
4233 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4235 * org.el (org-babel-load-languages): This variable controls which
4236 languages will be loaded by org-babel. It is customizable through
4237 the customize interface.
4239 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4241 * org-latex.el (org-export-latex-format-image): Update number of
4242 arguments to allow for an optional short-name.
4244 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4246 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
4248 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4250 * org-capture.el (org-capture-set-target-location):
4251 Store exact positions for file+regexp and file+function targets.
4252 (org-capture-place-entry, org-capture-place-item)
4253 (org-capture-place-table-line, org-capture-place-plain-text):
4254 Respect exact positions.
4255 (org-capture-finalize): Make sure we are at the beginning of a line
4256 when fixing the empty lines after the entry.
4258 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4260 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
4261 (org-entry-get): Pass `literal-nil' into
4262 `org-entry-get-with-inheritance'.
4263 (org-todo): React to nil values of the LOGGING property.
4265 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4267 * org.el (org-default-notes-file): Update docstring.
4269 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4271 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
4273 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4275 * org-exp.el (org-export-attach-captions-and-attributes):
4276 Add a shortname attribute to caption strings under the symbol name
4279 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4281 * org.el (org-switchb): Rename from `org-iswitchb'.
4283 (org-iswitchb): New alias.
4284 (org-ido-switchb): Make alias point to `org-switchb'.
4286 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4288 * org-capture.el (org-capture-fill-template):
4289 Respect time-of-day preference in template prompt.
4291 2010-07-19 David Maus <dmaus@ictsoc.de>
4293 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
4295 2010-07-19 David Maus <dmaus@ictsoc.de>
4297 * org-wl.el (org-wl-disable-folder-check): New customization
4299 (org-wl-open): Disable folder check depending on
4300 `org-wl-disable-folder-check'.
4302 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4304 * org-capture.el (org-capture-set-target-location):
4305 Fix file+function interpretation.
4307 2010-07-19 David Maus <dmaus@ictsoc.de>
4309 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
4312 2010-07-19 David Maus <dmaus@ictsoc.de>
4314 * org-feed.el (xml-entity-alist): Declare variable
4315 `xml-entity-alist' for byte compiler.
4317 2010-07-19 David Maus <dmaus@ictsoc.de>
4319 * org-feed.el (org-feed-unescape): New function.
4320 Unescape protected entities.
4321 (org-feed-parse-atom-entry): Use function for atom:content
4324 2010-07-19 David Maus <dmaus@ictsoc.de>
4326 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
4329 2010-07-19 Bernt Hansen <bernt@norang.ca>
4331 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
4332 when displaying items on todays agenda date.
4334 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4336 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
4339 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4341 * org-publish.el (org-publish-initialize-cache):
4342 Make timestamp directory, the entire path to it.
4344 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4346 * org-exp.el (org-export-handle-comments): Make sure to check
4347 for protection in the comment line, and not in the line after it.
4349 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4351 * org-html.el (org-export-html-preprocess): Call org-format-latex,
4352 possibly with a protect-only argument.
4354 * org.el (org-format-latex): New argument PROTECT-ONLY.
4356 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4358 * org-exp.el (org-export-handle-table-metalines): This function
4359 removes table specific meta-lines, now that we aren't wiping
4360 everything that looks remotely like a comment at the end of the
4361 export process we have to be sure to catch all of the specific lines
4364 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4366 * org-exp.el (org-export-select-backend-specific-text): Properly
4367 get rid of #+Backend and #+ATTR_Backend specifics to backends not
4368 matching the one we're exporting to.
4370 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4372 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
4373 option which will strip newline characters from the text of table
4374 cells and replace then with "\n".
4376 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4378 * org.el (org-confirm-shell-link-function)
4379 (org-confirm-elisp-link-function): Limit the values that can be set by
4382 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4384 * org.el (org-compute-latex-and-specials-regexp): Deal with
4385 string elements by discarding them.
4387 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4389 * org.el (org-iswitchb): Make sure to use at least iswitchb.
4391 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4393 * org-capture.el (org-capture-position-for-last-stored)
4394 (org-capture-bookmark-last-stored-position): New functions.
4395 (org-capture-place-table-line): Better error catching.
4396 (org-capture-place-item, org-capture-place-entry)
4397 (org-capture-place-plain-text):
4398 Call `org-capture-position-for-last-stored'.
4399 (org-capture-finalize): Just call
4400 `org-capture-bookmark-last-stored-position'.
4402 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4404 * org-exp.el (org-export-mark-blockquote-verse-center):
4405 Fix small bug, now grabbing match data before overwritten by looking-at
4406 this fixes a problem with remainders of #+end_quote lines appearing
4409 2010-07-19 David Maus <dmaus@ictsoc.de>
4411 * org.el (org-link-frame-setup): Add customization option for
4414 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4416 * org-latex.el (org-export-latex-fixed-width): Now check
4417 org-example rather than org-protected on verbatim export, because by
4418 default all ": " prefixed lines are marked protected.
4420 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4422 * org-latex.el (org-export-latex-fixed-width): Check for
4423 protection before wrapping ": " lines as verbatim.
4425 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4427 * org-exp.el (org-export-handle-comments): Check for protection
4428 before removing comments.
4430 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4432 * org-entities.el (org-entities): Restructure the list.
4433 (org-entities-help): Turn the help output into a buffer
4434 in Org-mode, so that it becomes easier to find a symbol
4436 (org-entities-create-table): Deal with new structure.
4438 2010-07-19 David Maus <dmaus@ictsoc.de>
4440 * org-agenda.el (org-write-agenda): Use backquotes to expand
4441 `flet' at compile time.
4443 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4445 * org.el (org-entry-properties): Make sure that standard property
4446 names are used even if the user has customized time keywords.
4448 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4450 * org-macs.el (org-not-nil): Return the value if not interpreted
4453 * org.el (org-entry-get)
4454 (org-entry-get-with-inheritance): Interpret the value "nil"
4455 as nil for properties.
4457 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4459 * org.el (org-switch-to-buffer-other-window): Return the buffer.
4461 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4463 * org-macs.el (org-not-nil): New function.
4465 * org.el (org-block-todo-from-children-or-siblings-or-parent):
4466 Use `org-not-nil' to interpret a property value of nil.
4468 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4470 * org.el (org-truely-invisible-p): New function.
4471 (org-beginning-of-line): Use `org-truely-invisible-p'.
4473 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4475 * org-agenda.el (org-agenda-get-timestamps): No errors
4476 while getting TODO state.
4477 (org-agenda-highlight-todo): No error when no keyword has
4480 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4482 * org.el (org-timestamp-change): New optional argument UPDOWN.
4483 Use this to identify calls from org-timestamp-up/down, so that we can
4484 skip by rounding minutes in this case.
4485 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
4486 (org-timestamp-down-day): Call org-timestamp-change with the
4489 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4491 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
4493 * org-capture.el: New file.
4495 * org-compat.el (org-get-x-clipboard): Function moved here from
4498 * org-mks.el: New file.
4500 * org.el (org-set-regexps-and-options): Allow statistic cookies as
4501 part of complex headlines.
4502 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
4503 OLP does not contain a file name.
4505 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4507 * org.el (org-mode): Set `comment-start' instead of changing the
4508 syntax of the `#' character.
4510 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4512 * org-exp.el (org-export-format-source-code-or-example): Mark examples
4515 * org-html.el (org-export-html-close-lists-maybe): Check if raw
4516 HTML stuff was actually made from an example.
4518 2010-07-19 Bastien Guerry <bzg@altern.org>
4520 * org-latex.el: Items are no longer skipped when their first line
4521 ends on a protected element.
4523 * org-list.el: Protected environments looking like lists are not
4526 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4528 * org-exp-blocks.el (org-export-blocks-preprocess):
4529 Cleanup trailing newline after block.
4531 2010-07-19 Bastien Guerry <bzg@altern.org>
4533 * org-exp.el: Comment regexp now matches documentation. No more
4534 protection check when deleting comments before export.
4536 2010-07-19 Bastien Guerry <bzg@altern.org>
4538 * org-exp.el (org-export-preprocess-string):
4539 Now using `org-export-handle-include-files-recurse' to resolve
4542 2010-07-19 Bastien Guerry <bzg@altern.org>
4544 * org-agenda.el (org-agenda-get-deadlines)
4545 (org-agenda-get-scheduled):
4546 * org.el (org-time-string-to-seconds):
4547 For deadline and scheduled agenda display ignore the cyclic repeater
4548 when calculating how many days late the task is. If you have a weekly
4549 task and miss the date the agenda view will show more than a week late
4550 now instead of resetting on the cyclic repeating date. This makes it
4551 much more obvious when you missed a repeating task after the repeater.
4553 2010-07-19 Bastien Guerry <bzg@altern.org>
4555 * org-exp.el (org-export-mark-blockquote-verse-center):
4556 Consider environments that end at eob.
4558 2010-07-19 Mikael Fornius <mfo@abc.se>
4560 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
4561 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
4564 2010-07-19 Mikael Fornius <mfo@abc.se>
4566 * org.el (org-at-property-p): Use save-match-data macro instead of let.
4568 2010-07-19 Mikael Fornius <mfo@abc.se>
4570 * org.el (test): Remove unused test function.
4572 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4574 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
4576 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4578 * org-exp-blocks.el (org-export-blocks-postblock-hook):
4579 Add documentation to and turn into a defcustom.
4581 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
4583 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
4584 instead of to nil we avoid errors when :prefix1 is defined, but
4587 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
4589 * org-latex.el (org-export-latex-preprocess): Environments coming
4590 from latex backend specific instructions (#+LaTeX) are already
4591 protected and won't be treated as normal environments.
4593 2010-07-19 Bastien Guerry <bzg@altern.org>
4595 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
4597 2010-07-19 Bastien Guerry <bzg@altern.org>
4599 * org-timer.el (org-timer-set-timer): Use a prefix argument.
4600 See the docstring of the function.
4602 2010-07-19 Bastien Guerry <bzg@altern.org>
4604 * org-timer.el (org-timer-set-timer): Fix bug about cancelling
4607 2010-07-19 David Maus <dmaus@ictsoc.de>
4609 * org-w3m.el (org-w3m-copy-for-org-mode)
4610 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
4611 Get text property directly, not using macro `w3m-anchor'.
4613 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4615 * org.el (org-emph-re): Document the match groups.
4617 2010-07-19 Bernt Hansen <bernt@norang.ca>
4619 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
4620 t before calling `org-clock-out', so that that function can
4621 know its call context.
4623 2010-07-19 Bastien Guerry <bzg@altern.org>
4625 * org-timer.el (org-timer-default-timer): New variable.
4626 (org-timer-set-timer): Use the new variable. Also offer the
4627 possibility to replace the current timer by a new one.
4629 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4631 * org.el (org-kill-note-or-show-branches): Hide subtree before
4632 exposing the headings.
4634 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4636 * org.el (org-add-planning-info): Remove the empty line also
4637 if there is no whitespace at all in there.
4639 * org-table.el (org-table-align): Fix alignment of strings
4640 with invisible characters.
4642 2010-07-19 David Maus <dmaus@ictsoc.de>
4644 * org.el (org-refile-cache-get): Return empty list of targets
4645 when cache was cleared.
4646 (org-clone-subtree-with-time-shift): Maybe create ID property
4648 (org-clone-delete-id): New customization variable.
4649 (org-clone-subtree-with-time-shift): Use customization
4650 variable `org-clone-delete-id'.
4651 (org-clone-subtree-with-time-shift): Remove empty property
4652 drawer in cloned subtrees.
4654 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4656 * org.el (org-refile-use-cache): New option.
4657 (org-refile-cache, org-refile-markers): New variable.
4658 (org-refile-marker, org-refile-cache-clear)
4659 (org-refile-cache-check-set, org-refile-cache-put)
4660 (org-refile-cache-get): New function.
4661 (org-get-refile-targets): Use the refile cache.
4663 * org-clock.el (org-clock-sum): Don't include running clock if
4664 the time block is wrong.
4666 2010-07-19 John Wiegley <jwiegley@gmail.com>
4668 * org-clock.el (org-clock-clock-in, org-clock-in):
4669 Add parameter `start-time'.
4670 (org-clock-resolve-clock): Add parameter `clock-out-time'.
4671 If set, and resolve-to is a past time, then the clock out
4672 event occurs at `clock-out-time' rather than at `resolve-to'.
4673 In this case, `resolve-to' becomes the clock in time.
4674 (org-clock-jump-to-current-clock): Create new global command
4675 to reveal the current clock.
4676 (org-clock-resolve): Add new commands g/G and j/J, and a
4677 help window describing all commands and their meaning.
4678 (org-clock-resolve-expert): New customization variable.
4679 (org-find-open-clocks): Fix a bug that caused discovered
4680 clocks not to match up with the currently active clock.
4681 (org-resolve-clocks): Change the argument
4682 `also-non-dangling-p' to `only-dangling-p', since due to a bug
4683 this was the default behavior all along.
4685 2010-07-19 David Maus <dmaus@ictsoc.de>
4687 * org-id.el (org-id-uuid): New function. Return string with
4688 random (version 4) UUID.
4689 (org-id-method): Make 'uuid the new default value.
4690 (org-id-new): Use `org-id-uuid' if call to uuidgen program
4691 does not return a UUID.
4693 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4695 * org-latex.el (org-export-latex-format-image): Add support
4696 for multicolumn figures in LaTeX.
4698 2010-07-19 David Maus <dmaus@ictsoc.de>
4700 * org.el (org-clone-subtree-with-time-shift): Remove ID
4701 property of original subtree in cloned subtrees.
4703 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4705 * org-exp.el (org-export-format-source-code-or-example):
4706 XEmacs compatibility.
4708 * org-latex.el (org-export-latex-tables): Accept comma in
4711 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
4712 (org-export-docbook-xslt-proc-command): Fix docstring.
4713 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
4714 (org-export-as-docbook-pdf):
4715 Improve formatting of the xslt command.
4717 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
4719 * org.el (org-file-contents): Improve error message.
4720 (org-set-regexps-and-options): Remove spaces at both ends.
4722 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4724 * org-docbook.el (org-export-as-docbook-pdf):
4725 Improve formatting of the xslt command.
4727 2010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
4729 * org-publish.el (org-publish-cache): Use one big hashmap for
4730 each project defined in `org-publish-project-alist'.
4731 (initialize-files-alist): Function removed.
4732 (org-publish-validate-link): Function removed.
4733 (org-publish-get-base-files): Add variable `sitemap-requested'
4734 to avoid sorting where possible.
4735 (org-publish-get-files): Function removed.
4736 (org-publish-get-project-from-filename): Make independent of
4738 (org-publish-file): New argument NO-CACHE.
4740 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4742 * org.el (org-beginning-of-defun, org-end-of-defun):
4744 (org-mode): Install the `org-beginning-of-defun' and
4745 `org-end-of-defun' functions.
4746 (org-pretty-entities): New option.
4747 (org-toggle-pretty-entities): New command.
4748 (org-fontify-entities): New function.
4749 (org-startup-options): New keywords for pretty entities.
4750 (org-set-font-lock-defaults): Call the pretty entities
4753 * org-latex.el (org-export-latex-keywords-maybe): Protect the
4756 2010-07-19 Mikael Fornius <mfo@abc.se>
4758 * org-habit.el (org-habit-build-graph): Help-echo date when
4759 mouse is over stars.
4761 2010-07-19 Jan Böker <jan.boecker@jboecker.de>
4763 * org.el (org-file-apps): Improve docstring to reflect
4766 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4768 * org.el (org-set-startup-visibility): Fix empty line display.
4770 * org-latex.el (org-export-latex-links): Use the formatting
4771 function of the link type, if it is available.
4773 * org-table.el (org-table-get-remote-range): Return to
4774 original buffer when retrieving remote reference.
4776 * org.el (org-display-inline-images): Do the entire buffer,
4777 not just the narrowed region. Clear the cache.
4778 (org-display-inline-images): Match mode file paths.
4780 2010-07-19 David Maus <dmaus@ictsoc.de>
4782 * org-wl.el (org-wl-store-link-folder): Don't throw error when
4783 called on WL folder group.
4785 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4787 * org.el (org-replace-escapes): Make sure the cdr is not nil.
4788 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
4789 (org-mode): Revert comment syntax changes.
4791 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4793 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
4794 keywords, and `C-c / T' for a specific one.
4796 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4798 * org.el (org-mode): Fix comment syntax settings.
4800 * org-src.el (org-edit-src-allow-write-back-p):
4803 * org.el (org-inline-image-overlays): New variable.
4804 (org-toggle-inline-images, org-display-inline-images)
4805 (org-remove-inline-images): New commands.
4806 (org-mode-map): Define a key for `org-toggle-inline-images'.
4808 2010-07-19 David Maus <dmaus@ictsoc.de>
4810 * org-wl.el (org-wl-message-field): New function.
4811 Return content of header field in message entity.
4812 (org-wl-store-link): Call `org-wl-store-link-folder' or
4813 `org-wl-store-link-message' depending on major-mode.
4814 (org-wl-store-link-folder): New function. Store link to
4816 (org-wl-store-link-message): New function. Store link to
4818 (org-wl-store-link-message): Store link to message while
4820 (org-wl-open): Don't try to jump to message when opening a
4823 2010-07-19 David Maus <dmaus@ictsoc.de>
4825 * org.el (org-replace-escapes): Avoid infinite loop when
4826 replace string contains escape sequence it replaces.
4828 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4830 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
4831 encryption when now key is set.
4833 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4835 * org-table.el (org-table-recalculate-buffer-tables)
4836 (org-table-iterate-buffer-tables): New commands.
4838 * org.el (org-check-for-hidden): When there is a region, skip
4841 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
4843 * org-src.el (org-edit-src-code): allow-write-back-p had
4844 erroneously been omitted from let binding.
4846 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4848 * org-agenda.el (org-sorting-choice): New sorting type alpha.
4849 (org-cmp-alpha): New defsubst.
4850 (org-em): New defsubst.
4851 (org-entries-lessp): Only compute needed comparisons.
4853 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4855 * org-html.el (org-format-org-table-html): Test all columns
4858 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4860 * org-latex.el (org-export-latex-treat-sub-super-char):
4861 Make sure parenthesis matching is consistent.
4863 * org-table.el (org-table-colgroup-line-p)
4864 (org-table-cookie-line-p): New functions.
4866 * org-exp.el (org-table-clean-before-export): Better tests for
4867 colgroup and cookie lines.
4869 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4871 * org-agenda.el (org-agenda-goto): Push a mark before changing
4874 * org-footnote.el (org-footnote): New group.
4875 (org-footnote-section)
4876 (org-footnote-tag-for-non-org-mode-files): Fix typos.
4878 * org-list.el (org-end-of-item-text-before-children): Also do
4879 the right thing at the end of a file.
4881 * org.el (org-set-packages-alist, org-get-packages-alist):
4883 (org-export-latex-default-packages-alist)
4884 (org-export-latex-packages-alist): Add extra flag to
4885 each package, indicating if it should be used for snippets.
4886 (org-create-formula-image): Add the snippet argument.
4887 (org-splice-latex-header): New argument SNIPPET-P, pass it
4888 through to `org-latex-packages-to-string'.
4889 (org-latex-packages-to-string): New argument SNIPPET-P.
4891 * org-latex.el (org-export-latex-make-header): Add the snippet
4894 * org-docbook.el (org-export-as-docbook): Implement ordered
4895 lists starting at some offset.
4897 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4899 * org.el (org-link-types, org-open-at-point): Add doi links.
4901 * org-ascii.el (org-export-ascii-preprocess): Remove list
4902 startcounter cookies.
4904 * org-list.el (org-renumber-ordered-list): Respect counter
4907 * org-latex.el (org-export-latex-lists): Accept ordered list
4910 * org-html.el (org-export-as-html): Accept ordered list
4913 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
4914 which messes up alignment of tags.
4916 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4918 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
4919 the modeline display is removed.
4921 * org-exp.el (org-export-format-drawer-function):
4924 * org-agenda.el (org-agenda-refile): New optional argument
4926 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
4928 (org-agenda-bulk-action): Call the refile command with updates
4929 suppressed - but arrange for `org-agenda-redo' to be called at
4932 * org.el (org-mode): Make table mapping quiet.
4933 (org-table-map-tables): New optional argument QUIETLY.
4935 * org-ascii.el (org-export-ascii-preprocess): Make table
4938 * org-html.el (org-export-as-html, org-html-level-start):
4939 Change XHTML IDs to not use dots.
4941 * org-exp.el (org-export-define-heading-targets):
4942 Change XHTML IDs to not use dots.
4944 * org-docbook.el (org-export-docbook-level-start):
4945 Change XHTML IDs to not use dots.
4947 * org-latex.el (org-export-as-latex): Make sure that the
4948 result buffer is in latex-mode.
4950 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
4951 (org-shiftleft-final-hook, org-shiftright-final-hook):
4954 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4956 * org-table.el (org-table-justify-field-maybe): Make sure that
4957 inserting a value does not turn a line into a hline.
4959 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4961 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
4962 (org-clock-sum): Add property to selected headlines.
4963 (org-dblock-write:clocktable): Make tags matcher.
4965 * org.el (org-set-autofill-regexps): XEmacs compatibility.
4967 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
4968 in latex class definitions.
4970 * org.el (org-shiftup-hook, org-shiftdown-hook)
4971 (org-shiftleft-hook, org-shiftright-hook): New hooks.
4973 * org-entities.el (org-entities): Use \land and \lor for logical
4976 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
4977 indentation commands.
4978 (org-hidden-tree-error): New defsubst.
4979 (org-metaleft, org-metaright): Check for hidden stuff and throw an
4981 (org-check-for-hidden): New function.
4983 * org-list.el (org-item-re): New function.
4984 (org-at-item-p): Use `org-item-re'.
4985 (org-end-of-item-text-before-children): New function.
4986 (org-outdent-item, org-indent-item): Arrange for leaving the
4988 (org-outdent-item-tree, org-indent-item-tree): New argument
4990 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
4991 to find the end for processing while ignoring the subtree.
4993 * org-publish.el (org-publish-sitemap-sort-alphabetically)
4994 (org-publish-sitemap-sort-folders)
4995 (org-publish-sitemap-sort-ignore-case): New options.
4997 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
4999 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
5001 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
5003 * org-publish.el (org-publish-project-alist): Update docstring.
5004 (org-publish-file-title-cache): New variable.
5005 (org-publish-initialize-files-alist):
5006 Initialize `org-publish-initialize-files-alist' to nil.
5007 (org-publish-sort-directory-files): New function.
5008 (org-publish-projects): Access the new properties.
5009 (org-publish-find-title): Use the file title cache.
5010 (org-publish-find-title): Build the file title cache.
5011 (org-publish-get-base-files-1): Sort files.
5012 (org-publish-aux-preprocess): Do not throw an error when before
5013 the first headline. Allow an empty target, meaning to link just
5015 (org-publish-index-generate-theindex.inc): Check if there is
5016 actually a target and only then add it to the link.
5017 (org-publish-projects): Fix a remaining issue with the last commit.
5019 * org-html.el (org-export-as-html): Treat verse as open/close
5021 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
5024 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
5026 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
5027 be used in a read-only mode.
5028 (org-edit-src-code): Different message in read-only mode.
5030 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5032 * org-src.el (org-edit-src-find-region-and-lang): Test for
5033 table.el as late as possible.
5035 * org-colview-xemacs.el: Make sure this file is never loaded into
5036 Emacs. Remove all tests for XEmacs.
5038 * org-colview.el: Make sure this file is never loaded into XEmacs.
5040 * org-agenda.el (org-highlight, org-unhighlight): Use direct
5043 * org.el (org-key): Apply the translations defined in
5044 `org-xemacs-key-equivalents'.
5046 * org-mouse.el (org-mode-hook): Use `org-defkey'.
5048 * org-compat.el (org-xemacs-key-equivalents): New constant.
5050 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5052 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
5053 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
5054 Obey `org-odd-levels-only'.
5056 * org-compat.el (org-find-overlays): Use overlays-in/at.
5058 * org.el (org-remove-empty-overlays-at)
5059 (org-outline-overlay-data, org-hide-block-toggle)
5060 (org-format-latex, org-context): Use overlays-in/at.
5062 * org-src.el (org-edit-src-exit): Use overlays-in/at.
5064 * org-agenda.el (org-agenda-mark-clocking-task)
5065 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
5066 (org-agenda-entry-text-hide)
5067 (org-agenda-fix-tags-filter-overlays-at)
5068 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
5070 * org-compat.el (org-overlays-at): Function removed.
5071 (org-overlays-in): Function removed.
5073 2010-07-19 Bastien Guerry <bzg@altern.org>
5075 * org-clock.el (org-clock-set-current): Just return the headline
5076 itself, strip the TODO keyword, the priority cookie and the tags.
5078 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5080 * org-compat.el (org-xemacs-without-invisibility): New macro.
5081 (org-xemacs-without-invisibility): New macro.
5082 (org-indent-to-column, org-indent-line-to, org-move-to-column):
5083 Redefine using the macro `org-xemacs-without-invisibility'.
5085 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
5087 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
5089 * org-compat.el (org-make-overlay, org-delete-overlay)
5090 (org-overlay-start, org-overlay-end, org-overlay-put)
5091 (org-overlay-get, org-overlay-move, org-overlay-buffer):
5093 (org-add-to-invisibility-spec): Function removed.
5095 * org-html.el (org-export-as-html-and-open): Add argument to
5098 * org-habit.el (require): `calendar' is now required already by
5099 org.el on top level.
5101 * org-clock.el (require): `calendar' is now required already by
5102 org.el on top level.
5104 * org-agenda.el (require, org-timeline, org-agenda-list)
5105 (org-todo-list, org-agenda-to-appt): `calendar' is now required
5106 already by org.el on top level.
5108 * org.el (org-export-latex-fix-inputenc): Declare function.
5110 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
5113 * org.el (calendar): Require calendar now on top level in org.el
5114 and define aliases to new variables when needed.
5115 (org-read-date, org-goto-calendar): Do not bind obsolete
5118 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
5119 compilation warning, add comment that this cannot be done with
5120 `with-current-buffer'.
5122 * org-wl.el (org-wl-open): Use `with-current-buffer'.
5124 * org.el (overlay, org-remove-empty-overlays-at)
5125 (org-outline-overlay-data, org-set-outline-overlay-data)
5126 (org-show-block-all, org-hide-block-toggle)
5127 (org-highlight-new-match, org-remove-occur-highlights)
5128 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
5129 (org-read-date, org-read-date-display, org-eval-in-calendar)
5130 (org-format-latex, org-context)
5131 (org-speedbar-restriction-lock-overlay)
5132 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
5134 * org-table.el (org-table-add-rectangle-overlay)
5135 (org-table-remove-rectangle-highlight)
5136 (org-table-overlay-coordinates)
5137 (org-table-toggle-coordinate-overlays): Use the normal overlay
5140 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
5141 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
5144 * org-colview.el (org-columns-new-overlay)
5145 (org-columns-display-here, org-columns-remove-overlays)
5146 (org-columns-edit-value, org-columns-next-allowed-value)
5147 (org-columns-update): Use the normal overlay API.
5149 * org-clock.el (org-clock-out, org-clock-cancel)
5150 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
5153 * org-agenda.el (org-agenda-mark-filtered-text)
5154 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
5155 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
5156 (org-agenda-entry-text-hide)
5157 (org-agenda-restriction-lock-overlay)
5158 (org-agenda-set-restriction-lock)
5159 (org-agenda-filter-by-tag-hide-line)
5160 (org-agenda-fix-tags-filter-overlays-at)
5161 (org-agenda-filter-by-tag-show-all, org-hl)
5162 (org-agenda-goto-calendar, org-agenda-bulk-mark)
5163 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
5165 * org-freemind.el (org-freemind-from-org-mode-node)
5166 (org-freemind-from-org-mode)
5167 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
5168 Use interactive-p instead of called-interactively, because this is
5169 backward compatible with older Emacsen I still support..
5171 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5173 * org-exp.el (org-export-define-heading-targets): Fix bug in
5174 regexp finding ID and CUSTOM_ID properties.
5176 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5178 * org-footnote.el (org-footnote-goto-previous-reference):
5179 Rename from `org-footnote-goto-next-reference'.
5181 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
5182 org-log-repeat is non-nil, or if there is clocking data in the
5185 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
5187 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5189 * org.el (org-align-all-tags): New command.
5191 2010-07-19 David Maus <dmaus@ictsoc.de>
5193 * org-wl.el (org-wl-link-remove-filter): New customizable
5194 variable. If non-nil, filter conditions are stripped when storing
5195 link to message in filter folder.
5196 (org-wl-shimbun-prefer-web-links): New customizable variable.
5197 If non-nil, links to shimbun messages are created as web links to
5199 (org-wl-nntp-prefer-web-links): New customizable variable.
5200 If non-nil, links to nntp message are created as web links to gmane
5202 (org-wl-namazu-default-index): New customizable variable.
5203 Directory of namazu search index that should be used as default
5204 when opening a link in a search folder.
5205 (org-wl-folder-types): New constant. Wanderlust folder type
5207 (org-wl-folder-type): New function. Return type of Wanderlust
5209 (org-wl-store-link): Create web links for shimbun or nntp messages
5210 and strip filter conditions depending on customizable variables.
5211 (org-wl-open): Open namazu search folder for message when called
5214 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5216 * org.el (org-remove-if, org-remove-if-not): New functions.
5217 (org-open-file): Use internal remove-if functions.
5219 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
5221 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
5222 (org-file-apps-ex): Remove variable.
5223 (org-open-file): Integrate org-file-apps-ex functionality back
5224 into org-file-apps, and decide whether to match a regexp against
5225 the link or the filename using org-file-apps-entry-uses-grouping-p.
5227 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
5229 * org.el (org-file-apps-ex): New variable.
5230 (org-open-file): Before considering org-file-apps, first match the
5231 regexps from org-file-apps-ex against the whole link.
5232 See docstring of org-file-apps-ex.
5234 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5236 * org.el (org-export-latex-default-packages-alist):
5237 Remove microtype package.
5238 (org-todo-repeat-to-state): New variable.
5239 (org-auto-repeat-maybe): Allow user-selected target states.
5240 (org-default-properties): Add the new property REPEAT_TO_STATE.
5242 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
5244 * org-mobile.el (org-mobile-check-setup): Make sure that there is
5245 a binary to compute checksums.
5247 2010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
5249 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
5252 * org.el (calendar): Require calendar now on top level in org.el
5253 and define aliases to new variables when needed.
5254 (org-read-date, org-goto-calendar): Do not bind obsolete
5257 2010-06-22 Glenn Morris <rgm@gnu.org>
5259 * org-entities.el: Add explicit utf-8 coding cookie to file with
5262 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5264 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
5266 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5268 * Version 23.2 released.
5270 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5272 * org-table.el (orgtbl-setup):
5273 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
5275 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5277 * org-table.el (orgtbl-mode): Use define-minor-mode.
5279 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5281 * org.el (org-insert-link): Find the link buffer on visible frames.
5282 (org-export-latex-default-packages-alist): Hyperref must be loaded
5284 (org-open-file): More care with the new matching for file links.
5286 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5288 * org-latex.el (org-export-latex-preprocess): Do not yet protect
5289 defined entities - these will be taken care of later.
5290 (org-export-latex-special-chars): Post-process entity replacement.
5291 (org-export-latex-fontify-headline): Do not yet protect defined
5292 entities - these will be taken care of later.
5293 (org-export-latex-tables, org-export-latex-links): Format the
5296 * org-entities.el (org-entities-user): Fix typo.
5298 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
5300 * org-entities.el (org-entities-user): Improve docstring.
5302 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5304 * org-entities.el (org-macs): Require org-macs, to be sure that we
5305 have `declare-function' defined.
5307 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5309 * org-latex.el (org-export-latex-classes): Update docstring.
5311 * org.el (org-format-latex-header): Add cookies to the header.
5312 (org-splice-latex-header): Implement placement according to cookies.
5314 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5316 * org-publish.el (org-publish-aux-preprocess): Control case
5319 2010-04-10 Bastien Guerry <bzg@altern.org>
5321 * org.el (org-splice-latex-header): Fix typo.
5323 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5325 * org-latex.el (org-export-latex-make-header):
5326 Use `org-splice-latex-header' to build the header.
5327 (org-export-latex-classes): Update docstring.
5329 * org.el (org-splice-latex-header): New function.
5330 (org-create-formula-image): Use `org-splice-latex-header' to build
5333 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
5335 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5337 * org.el (org-export-latex-packages-alist)
5338 (org-export-latex-default-packages-alist): Fix docstring to
5339 reflect the expected structure.
5341 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
5342 (org-export-docbook-finalize-table): Make use of label for tables.
5344 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5346 * org-attach.el (org-attach-commit): Split on newlines.
5348 * org.el (org-export-latex-default-packages-alist): Use list
5349 instead of cons for the entries.
5351 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5353 * org-entities.el (org-entity-get-representation): Catch the case
5354 that there is not entry in the list.
5356 * org-mobile.el (org-mobile-use-encryption)
5357 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
5359 (org-mobile-check-setup): CHeck the encryption setup.
5360 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
5361 (org-mobile-create-sumo-agenda): Use encryption code.
5362 (org-mobile-encrypt-and-move): New function.
5363 (org-mobile-encrypt-file, org-mobile-decrypt-file):
5365 (org-mobile-move-capture): Decrypt the capture file.
5367 * org.el (org-entities): Require the new file.
5368 (org-export-latex-default-packages-alist): New variable.
5369 (org-complete): Use new entity code for completion.
5370 (org-create-formula-image): Use the new packages variable.
5372 * org-latex.el (org-export-latex-classes): Remove the standard
5373 packages from the class headers.
5374 (org-export-latex-make-header): Use the new package variable.
5375 (org-export-latex-special-chars): Better regexp for entities, to
5376 support entity name that contain numbers.
5377 (org-export-latex-treat-backslash-char): Use the new entity code.
5379 * org-html.el (org-html-do-expand): Use the new entity code.
5381 * org-exp.el (org-export): Add the new export commands.
5382 (org-html-entities): Constant removed.
5383 (org-export-visible): Add the new export commands.
5385 * org-docbook.el (org-docbook-do-expand): Use new entity code.
5387 * org-ascii.el (org-export-ascii-entities): New variable.
5388 (org-export-as-latin1, org-export-as-latin1-to-buffer)
5389 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
5390 (org-export-as-encoding): New function.
5391 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
5392 (org-ascii-replace-entities): New function.
5394 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5395 Ulf Stegemann <ulf@zeitform.de>
5397 * org-entities.el: New file.
5399 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5401 * org-html.el (org-html-level-start): Catch the case that target
5404 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5406 * org.el (org-appearance): Change Customize group variable name
5407 from org-font-lock to org-appearance, and change tag from "Org
5408 Font Lock" to "Org Appearance".
5409 (org-odd-levels-only): Change Customize group variable name.
5410 (org-level-color-stars-only): Change Customize group variable name.
5411 (org-hide-leading-stars): Change Customize group variable name.
5412 (org-hidden-keywords): Change Customize group variable name.
5413 (org-fontify-done-headline): Change Customize group variable name.
5414 (org-fontify-emphasized-text): Change Customize group variable name.
5415 (org-fontify-whole-heading-line): Change Customize group variable name.
5416 (org-highlight-latex-fragments-and-specials): Change Customize
5417 group variable name.
5418 (org-hide-emphasis-markers): Change Customize group variable name.
5419 (org-emphasis-alist): Change Customize group variable name.
5420 (org-emphasis-regexp-components): Change Customize group variable
5422 (org-modules): Remove mention of org-R.
5424 * org-faces.el (org-faces): Change Customize group variable name.
5426 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5428 * org-agenda.el (org-diary-last-run-time): New variable.
5429 (org-diary): Prepare agenda buffers only if last call was some
5432 * org-html.el (org-export-html-preprocess): Replace \ref macros
5434 (org-format-org-table-html): Add the label as an anchor.
5436 * org-docbook.el (org-export-docbook-format-image): Do some
5437 formatting on captions.
5439 * org-latex.el (org-export-latex-tables, org-export-latex-links):
5440 Do some formatting on captions.
5442 * org-html.el (org-export-html-format-image)
5443 (org-format-org-table-html): Do some formatting on captions.
5445 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5447 * org.el (org-hidden-keywords): New customizable variable. This is
5448 a list of symbols specifying which of the special keywords #+DATE,
5449 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
5450 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
5451 implementing new faces and hiding behaviour.
5453 * org-faces.el (org-document-title): New face for #+TITLE lines.
5454 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
5455 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
5458 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5460 * org-publish.el (org-publish-sanitize-plist): New function to
5461 rename "index" properties to "sitemap". Do this renaming
5463 (org-publish-with-aux-preprocess-maybe): New macro.
5464 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
5466 (org-publish-aux-preprocess)
5467 (org-publish-index-generate-theindex.inc): New function.
5469 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5471 * org-table.el (org-table-align): Interpret <N> at fixed width,
5472 not as maximum width.
5474 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5476 * org-exp.el (org-export-author-info, org-export-email-info):
5479 * org-beamer.el (org-beamer-select-environment): Rename from
5480 `org-beamer-set-environment-tag'. Improve docstring.
5482 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
5483 problem with odd levels.
5485 * org-ascii.el (org-export-as-ascii): Export email only if the
5488 * org-docbook.el (org-export-as-docbook): Export email only if the
5491 * org-html.el (org-export-as-html): Export email only if the
5494 * org-exp.el (org-export-email-info): New option.
5495 (org-export-plist-vars): Add entry for `org-export-email'.
5497 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5499 * org-table.el (org-table-goto-line): Fix typo.
5501 2010-04-10 Mikael Fornius <mfo@abc.se>
5503 * org.el (org-agenda-files): Typo.
5504 (org-read-agenda-file-list): Add optional argument to help
5505 `org-store-new-agenda-file-list' to remember un-expanded file
5506 names. Expand file names relative to `org-directory'.
5507 (org-store-new-agenda-file-list): Keep un-expanded file names when
5508 saving, if available.
5509 (org-agenda-files): Update documentation.
5511 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5513 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
5514 a buffer with no file name attached.
5516 * org.el (org-log-refile): New option.
5517 (org-log-note-headings): Add a heading for refiling.
5518 (org-startup-options): Add keywords for logging of the refile
5520 (org-refile): Add logging action.
5521 (org-add-log-note): Allow for refiling action.
5523 * org-agenda.el (org-agenda-bulk-action): Make sure
5524 `org-log-refile' is not `note' during a bulk action.
5526 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5528 * org.el (org-map-dblocks): Use save-excursion to remember the
5531 * org-attach.el (org-attach-commit): Remove dependence on xargs.
5532 (org-attach-delete-one): Commit after deleting a file.
5534 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
5535 borders for strike-through emphasis.
5537 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
5538 handling of odd levels.
5540 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
5541 and `future' values.
5542 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
5543 Handle `past' and `future' values.
5545 * org.el (org-read-agenda-file-list): Interpret file names
5546 relative to org-directory and allow environment variables and
5549 * org-latex.el (org-export-latex-special-chars): Allow a
5550 parenthesis before an exponent or subscript.
5552 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5554 * org-src.el (org-edit-src-exit): When returning from code edit
5555 buffer, if code block is hidden, leave point at start of
5558 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5560 * org.el (org-insert-heading): Do not remove all spaces if the
5563 * org-indent.el (org-indent): Fix group name.
5565 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5567 * org-table.el (org-table-goto-column): Fix forcing a non-existing
5569 (org-table-get, org-table-put, org-table-goto-line)
5570 (org-table-current-line): New functions.
5572 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
5574 * org.el (org-open-file): Allow regular expressions in
5575 org-file-apps to capture link parameters using groups. In a
5576 command string to be executed, the parameters can be referenced
5577 using %1, %2, etc. Lisp forms can access them using
5578 (match-string n link).
5579 (org-apps-regexp-alist): Adopt the created regexp, as this is now
5580 matched against a file: link instead of the file name.
5582 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5584 * org-crypt.el (org-reveal-start-hook): Add a decryption function
5586 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
5589 * org.el (org-point-at-end-of-empty-headline)
5590 (org-level-increment, org-get-previous-line-level): New function.
5591 (org-cycle-level): Rewritten to be independent of when this
5593 (org-in-regexps-block-p): New function.
5594 (org-reveal-start-hook): New hook.
5595 (org-reveal): Run new hook.
5597 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5599 * org-latex.el (org-export-latex-keywords): Start a new paragraph
5600 after time keywords, do not add "\newline".
5602 * org-html.el (org-export-as-html): Avoid double # in href.
5604 * org.el (org-refile-get-location): Catch an invalid target
5607 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5609 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
5610 Make sure the behavior regarding to extracting time is
5613 2010-04-10 Stephen Eglen <stephen@gnu.org>
5615 * org-agenda.el (org-agenda-insert-diary-extract-time):
5617 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
5618 variable rather than `org-agenda-search-headline-for-time'.
5620 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5622 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
5624 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5626 * org.el (org-adaptive-fill-regexp-backup): New variable.
5627 (org-set-autofill-regexps): Store a backup of
5628 `adaptive-fill-regexp'.
5629 (org-adaptive-fill-function): Fix filling of comments and ordered
5630 lists. If there is no other match, till try adaptive fill.
5632 2010-04-10 John Wiegley <jwiegley@gmail.com>
5634 * org-agenda.el (org-agenda-include-deadlines): Add new
5635 customization variable to determine whether unscheduled tasks
5636 should appear in the agenda solely because of their deadline.
5637 Default to true, which was the previous behavior (it just wasn't
5639 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
5640 the agenda to show/hide deadline tasks.
5641 (org-agenda-menu): Add menu option for show/hide deadlines.
5642 (org-agenda-list): Make the agenda list sensitive to the value of
5643 `org-agenda-include-deadlines'.
5644 (org-agenda-toggle-deadlines): New function to toggle the value of
5645 `org-agenda-include-deadlines' and repaint the modeline
5647 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
5648 modeline if deadline tasks are being displayed.
5650 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5652 * org-table.el (org-table-eval-formula): Replace $# and @# by
5653 current column and row number.
5655 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5657 * org.el (org-set-property, org-delete-property): Go back to
5658 prompting for the property.
5660 * org-latex.el (org-export-latex-make-header): Fully process
5662 (org-export-latex-fontify-headline): Allow several arguments, not
5664 (org-export-latex-fix-inputenc): Catch the error when
5665 `latexenc-coding-system-to-inputenc' is not defined.
5667 * org-agenda.el (org-agenda-skip-if-todo): New function.
5668 (org-agenda-skip-if): Add conditions for TODO keywords.
5669 (org-agenda-skip-if): Document the new todo conditions.
5671 2010-04-10 Mikael Fornius <mfo@abc.se>
5673 * org.el (org-at-property-p): Check if we are inside a property
5674 drawer not just any drawer.
5675 (org-set-property, org-delete-property): When cursor is on a
5676 property key value pair do not prompt for property name instead
5678 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
5679 on the first line of a property drawer.
5680 (org-property-end-re): Spell check.
5682 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5684 * org-exp.el (org-export-attach-captions-and-attributes): Add the
5685 properties to the entire table, in case the first line is
5688 * org-archive.el (org-archive-reversed-order): New option.
5689 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
5690 option `org-archive-reversed-order'.
5692 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5694 * org-agenda.el (org-agenda-entry-types): New variable.
5695 (org-agenda-list): Use `org-agenda-entry-types'.
5696 (org-agenda-custom-commands-local-options): Support for setting
5697 `org-agenda-entry-types' as an option.
5698 (org-diary): Shift some documentation from here to the variable
5699 `org-agenda-entry-types'.
5701 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5703 * org-latex.el (org-export-latex-make-header): Apply macros in
5706 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
5707 (org-clock-select-task, org-clock-notify-once-if-expired)
5708 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
5709 (org-clock-out-if-current, org-clock-save): Use the new functions.
5711 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5713 * org-docbook.el (org-export-as-docbook): Remove unnecessary
5715 (org-export-as-docbook): Remove unnecessary newline.
5716 (org-export-as-docbook): Fix problem with double footnote
5717 reference in one place.
5719 * org-exp.el (org-export-format-source-code-or-example):
5720 Remove unnecessary newline.
5722 * org.el (org-deadline, org-schedule): Allow rescheduling entries
5725 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
5726 function calls that look like references.
5728 * org.el (org-open-at-point): Get link abbreviations from
5731 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5733 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
5736 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5738 * org.el (org-link-unescape): Solve issue with lower-case escapes.
5740 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5742 * org-latex.el (org-export-latex-classes):
5743 Add \usepackage{latexsym} to all classes.
5745 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5747 * org-html.el (org-export-as-html): Do not allow protected lines
5748 into the table of contents.
5750 * org-latex.el (org-export-latex-special-chars): Find subsequent
5751 occurrences of special characters.
5752 (org-export-latex-tables): Do not convert table-like stuff that is
5755 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5757 * org-list.el (org-toggle-checkbox): No errors when updating
5758 checkbox count fails because there is no heading.
5760 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5762 * org-clock.el (org-clock-report-include-clocking-task):
5764 (org-clock-sum): Add the current clocking task.
5766 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5768 * org.el (org-cycle): Print a message when in a table.el table.
5769 (org-edit-special): Recognize the table.el context.
5770 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
5772 * org-src.el (org-at-table.el-p): Declare.
5773 (org-edit-src-code): Handle a special case for table.el editing.
5774 (org-edit-src-find-region-and-lang): Recognize the table.el
5777 * org-latex.el (org-export-latex-tables): Convert table.el
5779 (org-export-latex-convert-table.el-table): New function.
5781 * org-html.el (org-html-expand): Fix table.el export.
5783 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
5786 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
5787 table for the id locations.
5789 * org.el (org-read-date-analyze): Match American-style dates, like
5790 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
5791 current year when reading ISO and American dates.
5793 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5795 * org.el (org-face-from-face-or-color): New function.
5796 (org-get-todo-face, org-font-lock-add-priority-faces)
5797 (org-get-tag-face): Use `org-face-from-face-or-color'.
5799 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
5800 Allow simple colors as values.
5801 (org-faces-easy-properties): New option.
5803 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
5804 restricted, as an agenda mode.
5805 (org-agenda-fontify-priorities): Allow simple colors as values.
5807 2010-04-10 Bastien Guerry <bzg@altern.org>
5809 * org-timer.el (org-timer-current-timer): Rename from
5810 `org-timer-last-timer'.
5811 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
5812 (org-timer-cancel-timer, org-timer-show-remaining-time)
5813 (org-timer-set-timer): Update to use only one timer.
5815 * org.el (org-set-property): Remove useless space in the prompt.
5817 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5819 * org-html.el (org-export-html-style-default): Add a default style
5822 * org-exp.el (org-export-format-source-code-or-example):
5825 2010-04-10 Bastien Guerry <bzg@altern.org>
5827 * org-clock.el (org-clock-current-task): New variable to store
5828 last clocked in task.
5829 (org-clock-set-current, org-clock-delete-current): New functions.
5831 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5833 * org-remember.el (org-remember-apply-template): Extend comment.
5834 (org-remember-handler): Implement clock sibling filing.
5836 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5838 * org-publish.el (org-publish-all, org-publish-current-file)
5839 (org-publish-current-project): When called with prefix argument
5840 FORCE, also rebuild the validation file list.
5842 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
5845 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5847 * org-html.el (org-export-as-html-and-open): Kill product buffer
5848 if the user wants that.
5850 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
5851 if the user wants that.
5853 * org-exp.el (org-export-kill-product-buffer-when-displayed):
5856 * org-agenda.el (org-batch-agenda-csv): Use the time property
5857 instead of the `time-of-day' property.
5859 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5861 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
5862 (org-timer-pause-hook, org-timer-set-hook)
5863 (org-timer-cancel-hook): New hooks.
5864 (org-timer-start): Run `org-timer-start-hook'.
5865 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
5866 (org-timer-stop): Run `org-timer-stop-hook'.
5867 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
5869 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5871 * org.el (org-reveal): Double prefix arg shows the subtree of the
5874 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5876 * org-agenda.el (org-search-view): Fix bug with searching full
5877 words in headlines in search view.
5878 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
5879 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
5880 scheduled (if the user configures it so.
5882 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5884 * org.el (org-hide-archived-subtrees): Don't jump to end of
5885 subtree if the match was not in a headline.
5886 (org-inside-latex-macro-p): Allow more complex arguments.
5887 (org-emphasize): Protect against use at end of buffer.
5889 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5891 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
5894 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5896 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
5898 (org-agenda-todo-ignore-scheduled)
5899 (org-agenda-todo-ignore-deadlines): More control with different
5901 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
5902 Honor the new option settings.
5904 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5906 * org.el (org-get-location): Make sure the selection buffer is
5907 shown in the current frame.
5909 * org-ascii.el (org-export-ascii-table-widen-columns):
5911 (org-export-ascii-preprocess): Realign tables to remove narrowing
5912 if `org-export-ascii-table-widen-columns' is set.
5914 * org-table.el (org-table-do-narrow): New variable.
5915 (org-table-align): Narrow only if `org-table-do-narrow' is t.
5917 * org.el (org-deadline, org-schedule): Allow updating if the
5918 relevant time stamp does not have a repeater, i.e. do not require
5919 that no time stamp has a repeater.
5921 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
5922 new white space before the tags.
5924 * org-latex.el (org-export-as-latex): Do nit require the buffer to
5925 be visiting a file when only exporting to a buffer or string.
5926 (org-export-latex-fix-inputenc): Only save the buffer is there is
5927 a file name attached to it.
5929 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
5931 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
5933 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5935 * org.el (org-fontify-meta-lines-and-blocks):
5936 Honor `org-fontify-quote-and-verse-blocks'.
5938 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
5940 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5942 * org.el (org-open-at-point): Also check for text property
5943 org-linked-text before offering collected links.
5945 2010-04-10 Stephen Eglen <stephen@gnu.org>
5947 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
5948 Optionally extract time specification from text and add to the
5951 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5953 * org-exp.el (org-html-entities): Fix typo.
5955 * org-latex.el (org-export-latex-make-header): Use \providecommand
5956 to make sure the \alert macro is defined.
5958 * org.el (org-format-latex-signal-error)
5959 (org-create-formula-image): Use `org-format-latex-signal-error'.
5961 2010-04-10 Stephen Eglen <stephen@gnu.org>
5963 * org.el (org-store-link): For dired buffers, use
5964 default-directory as link name if dired-get-filename returns
5967 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5969 * org-exp.el (org-export-concatenate-multiline-links): The for
5970 protectedness at beginning of match.
5972 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
5973 AUTO as a coding system, instead default to utf8.
5975 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
5977 * org.el (org-block-todo-from-children-or-siblings-or-parent)
5978 (org-block-todo-from-checkboxes): Respect the local variable
5979 value when deciding if blocking should be active.
5981 * org-latex.el (org-export-latex-make-header): Define the align
5982 macro if it is not yet defined.
5984 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
5985 Call `org-insert-heading' with the INVISIBLE-OK argument.
5987 * org-mac-message.el (org-mac-message-insert-flagged):
5988 Call `org-insert-heading' with the INVISIBLE-OK argument.
5990 * org.el (org-insert-heading): New argument INVISIBLE-OK.
5992 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
5995 * org-html.el (org-html-level-start): Use the
5996 `html-container-class' text property to set an additional class
5997 for an outline container.
5999 * org-exp.el (org-export-remember-html-container-classes):
6001 (org-export-preprocess-string):
6002 Call `org-export-remember-html-container-classes'.
6004 * org.el (org-cycle): Mention level cycling in the docstring.
6005 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
6007 * org-remember.el (org-remember-apply-template): Do file insertion
6010 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6012 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
6013 problem with mis-aligned graphs when showing habits.
6015 2010-04-10 Mikael Fornius <mfo@abc.se>
6017 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
6018 when assigning. Begin using numerical characters when all in name
6019 is used up. This is to spare alphanumeric characters for better
6020 match with other keywords.
6022 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6024 * org-exp.el (org-export-preprocess-hook): Improve documentation.
6026 * org-latex.el (org-export-latex-preprocess): More consistent
6027 conversion and protection of the words LaTeX and TeX.
6028 (org-export-latex-fontify-headline, org-export-latex-preprocess):
6029 Allow angle brackets in commands, for beamer.
6031 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6033 * org-clock.el (org-clock-in): Improve the look of the clock line
6034 by formatting links.
6036 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6038 * org-latex.el (org-export-latex-classes): Use AUTO as the place
6039 holder string for the coding system. And improve the
6041 (org-export-latex-fix-inputenc): Only modify the coding system if
6042 it is given by the placeholder AUTO.
6044 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6046 * org-clock.el (org-task-overrun-text): New option.
6047 (org-task-overrun, org-clock-update-period): New variables.
6048 (org-clock-get-clock-string, org-clock-update-mode-line):
6050 (org-clock-notify-once-if-expired): Check if clock is overrun.
6052 * org-faces.el: New face `org-mode-line-clock-overrun'.
6054 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
6056 * org.el (org-narrow-to-subtree): Position the end of the narrowed
6057 region before the line with the next heading, to prevent the user
6058 from prepending text to the next headline.
6060 2010-04-10 Stephen Eglen <stephen@gnu.org>
6062 * org-agenda.el (org-get-time-of-day):
6063 Use org-agenda-time-leading-zero to allow leading zero (rather than
6066 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6068 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
6069 org-datetree.el is loaded.
6071 * org-datetree.el: Autoload `org-datetree-find-day-create'.
6073 * org-latex.el (org-export-latex-hyperref-format): New option.
6074 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
6076 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6078 * org-ctags.el (org-ctags-enable): Change order of functions.
6079 (org-ctags-create-tags): Add wildcard to file name expansion.
6081 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6083 * org.el (org-entry-properties): Fix some important bugs.
6085 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6087 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
6088 the table is not explicitly given.
6090 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6092 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
6094 (org-clock-out-if-current): Work with the new list value of
6095 `org-clock-out-when-done'.
6096 (org-clock-out, org-clock-out-if-current): Avoid circular logic
6097 between clocking out and state changes.
6099 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
6101 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
6102 accident protect a character that is before a backslash.
6104 2010-04-10 Paul Sexton <eeeickythump@gmail.com>
6106 * org-ctags.el: New file.
6108 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6110 * org-agenda.el (org-diary-class):
6111 Use `org-order-calendar-date-args'.
6113 * org.el (org-order-calendar-date-args): New function.
6115 * org-exp.el (org-export-target-internal-links): Check for
6116 protectedness after the first bracket.
6118 * org.el (org-entry-properties): Don't match wrong-case TODO
6121 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
6122 Document that ARG is passed through to remove the date.
6123 (org-agenda-bulk-action): Accept prefix arg and pass it on.
6124 Do not read a date when the user has given a `C-u' prefix.
6126 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6128 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
6131 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6133 * org-latex.el (org-export-latex-fix-inputenc): New function.
6134 (org-export-latex-inputenc-alist): New option.
6136 * org-exp.el (org-export): New key SPC to publish enclosing
6139 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6141 * org-indent.el (org-indent-add-properties): Catch case when there
6142 is no headline in the buffer.
6144 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6146 * org-exp.el (org-html-entities): Add checkmark symbol.
6148 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
6149 verbatim code for ASCII export.
6151 * org.el (org-update-statistics-cookies): Also see checkboxes in
6154 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6156 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
6159 * org-beamer.el (org-beamer-amend-header): Change the location
6160 where `org-beamer-header-extra' is inserted.
6162 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
6163 just for computing this regexp.
6165 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6167 * org-beamer.el (org-beamer-frame-default-options): New option.
6168 (org-beamer-sectioning): Use default options if the user does not
6170 (org-beamer-fix-toc): Put a frame around the table of contents.
6172 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
6173 Make sure case-folding works well when processing comment stuff.
6175 * org-latex.el (org-export-latex-after-save-hook): New hook.
6176 (org-export-as-latex): Run the new hook.
6178 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6180 * org-beamer.el (org-beamer-environments-default): Add the note
6182 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
6183 lines and collect and combine the content.
6184 (org-beamer-after-initial-vars): Check for note tags and make sure
6185 they will be seen like a property.
6187 * org.el (org-offer-links-in-entry): Fix bug when there is a
6190 * org-exp.el (org-export): Make sure the mark is activated, also
6191 when `transient-mark-mode' is off.
6193 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
6194 (org-agenda-search-view-search-words-only): Obsolete variable, is
6195 now an alias for `org-agenda-search-view-always-boolean'.
6196 (org-agenda-search-view-force-full-words): New option.
6197 (org-search-view): Improve docstring, and implement a better logic
6198 for Boolean and phrase searches.
6199 (org-agenda-last-search-view-search-was-boolean): New variable.
6200 (org-agenda-manipulate-query): Consider the type of the last
6201 search when modifying the search string.
6203 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6205 * org-latex.el (org-export-as-latex): Do the first letbind in the
6208 * org-agenda.el (org-get-entries-from-diary): Add the new face to
6211 * org-faces.el (org-agenda-diary): New face.
6213 * org.el (org-make-link-regexps): Allow regexp-special characters
6215 (org-open-file): When in-emacs is `system', also force system
6216 opening, like when the value was `(16)'.
6217 (org-update-statistics-cookies): Handle entries without children.
6220 (org-export-preprocess-before-normalizing-links-hook): New hook.
6221 (org-export-preprocess-string): Run the new hook.
6223 * org.el (org-offer-links-in-entry): Make RET open all links.
6225 * org-html.el (org-export-as-html): Remove any leftover display
6226 properties in the html file.
6228 * org-wl.el (org-wl-store-link): Work-around for format bug with
6231 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
6232 invisibility while adding the graphs.
6234 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6236 * org-remember.el (org-select-remember-template): Use C letter to
6237 customize remember templates.
6239 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
6240 Move cursor to next visible line.
6242 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6244 * org-beamer.el (org-beamer-sectioning): Leave columns environment
6245 by specifying 0 or 1 for column width.
6246 (org-beamer-column-widths): Make 0 stand for 0.0.
6248 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6250 * org-exp.el (org-export-mark-radio-links): Don't match inside
6253 * org.el (org-format-latex-header-extra): New variable.
6254 (org-format-latex): Set org-format-latex-header-extra from
6256 (org-format-latex): Add org-format-latex-header-extra to the
6257 variables on which image creation depends.
6258 (org-create-formula-image): Add the header stuff from in-buffer
6260 (org-read-date-analyze): Base the analysis for future preference
6261 on NOW, not on the default date.
6263 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
6264 for TODO keyword in inline tasks.
6266 * org.el (org-log-note-headings): New headings for removing
6267 deadline or scheduling date.
6268 (org-deadline, org-schedule): Arrange for logging when removing a
6270 (org-add-log-note): Handle deadline and scheduling removal.
6272 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6274 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
6276 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6278 * org-agenda.el (org-diary-class): New function.
6280 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6282 * org-latex.el (org-export-latex-preprocess): Do process the text
6285 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6287 * org.el (org-entry-properties): Add TIMESTAMP properties back
6290 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6292 * org.el (org-all-time-keywords): New variable.
6293 (org-set-regexps-and-options): Set `org-all-time-keywords'.
6294 (org-entry-blocked-p): New function.
6295 (org-special-properties): Add BLOCKED as a new special property.
6296 (org-entry-properties): New optional argument SPECIFIC, only parse
6297 for this property when it is specified.
6298 (org-entry-get): Pass a SPECIFIC argument to
6299 `org-entry-properties'.
6301 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
6303 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6305 * org-latex.el (org-export-latex-tables): No forced line end if
6306 there is no caption.
6308 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6310 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
6313 * org-latex.el (org-export-latex-tables): Only add a caption when
6314 macro in in longtable environments if one has been defined.
6316 * org-html.el (org-export-as-html): Only take title from buffer if
6317 not exporting body-only.
6319 * org-latex.el (org-export-latex-preprocess): Better version of
6320 the regular expression for protecting LaTeX macros.
6321 (org-export-latex-preprocess): Start searching for macros to
6322 protect from beginning of buffer.
6324 * org-exp.el (org-export-target-internal-links): Check for
6325 protectedness earlier in the string.
6327 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
6330 * org-id.el (org-id-store-link): Match TODO keywords case
6333 * org.el (org-heading-components, org-get-outline-path)
6334 (org-display-outline-path): Match TODO keywords case sensitively.
6336 * org-latex.el (org-export-as-latex): Ignore read-only
6339 * org-exp.el (org-export-preprocess-string): Remove any
6340 `read-only' properties.
6342 * org-agenda.el (org-agenda-inactive-leader): New option.
6343 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
6344 (org-tags-view): Prompt for matcher if MATCH is an empty string.
6345 (org-todo-list): Prompt for matcher if ARG is an empty string.
6347 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6349 * org.el (org-open-link-functions): New hook.
6350 (org-open-at-point): Run `org-open-link-functions'.
6352 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6354 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
6357 * org.el (org-inhibit-startup-visibility-stuff): New variable.
6358 (org-mode): Don't do startup visibility if inhibited.
6359 (org-outline-overlay-data, org-set-outline-overlay-data):
6361 (org-save-outline-visibility): New macro.
6362 (org-log-note-headings): Document that one should not change the
6363 `state' note format.
6365 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6367 * org.el (org-make-link-regexps): Capture link path into a group.
6369 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6371 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
6374 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6376 * org.el (org-startup-with-beamer-mode): New option.
6377 (org-property-changed-functions)
6378 (org-property-allowed-value-functions): New hooks.
6379 (org-entry-put, org-property-get-allowed-values): Run the new
6381 (org-property-next-allowed-value): Run the new hooks.
6383 * org-exp.el (org-export-select-backend-specific-text): Add the
6384 special beamer tags.
6386 * org-beamer.el: New file.
6388 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
6389 (org-export-as-latex):
6390 Run `org-export-latex-after-initial-vars-hook'.
6391 (org-export-latex-format-toc-function)
6392 (org-export-latex-make-header):
6393 Call `org-export-latex-format-toc-function'.
6395 * org.el (org-fill-template): Make template searches case sensitive.
6397 * org-exp.el (org-export): Use "1" as a sign to export only the
6400 * org-colview-xemacs.el (org-columns-edit-value):
6401 Use org-unrestricted property.
6403 * org-colview.el (org-columns-edit-value):
6404 Use org-unrestricted property.
6406 * org.el (org-compute-property-at-point): Set org-unrestricted
6407 text property if the list contains ":ETC".
6408 (org-insert-property-drawer):
6409 Use org-unrestricted property.
6412 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
6413 (org-export-preprocess-string):
6414 Run `org-export-preprocess-before-selecting-backend-code-hook'.
6416 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
6418 * org-latex.el (org-export-region-as-latex):
6419 Run `org-export-first-hook'.
6421 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
6423 * org-docbook.el (org-export-as-docbook):
6424 Run `org-export-first-hook'.
6426 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
6428 * org-exp.el (org-export-first-hook): New hook.
6430 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6432 * org-list.el (org-previous-item): Exit at the beginning of the
6435 * org-id.el (org-id-locations-save): Only write the id locations
6438 * org-archive.el (org-archive-all-done): Make this work in a file
6439 with org-odd-levels-only set.
6441 * org.el (org-get-refile-targets): Catch the case when a buffer
6444 * org-latex.el (org-export-as-latex): Cleanup forced line ends
6445 where they are not needed.
6446 (org-export-latex-subcontent): Remove unnecessary newlines.
6448 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6450 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
6451 (org-export-latex-fontify): Fix regexp bug that takes special
6452 care of protecting the right boundary characters in emphasis
6454 (org-export-latex-preprocess): Allow multiple arguments to latex
6457 * org.el (org-make-link-regexps): Use John Gruber's regexp for
6460 * org-macs.el (org-re): Interpret :punct: in regexps.
6462 * org-exp.el (org-export-replace-src-segments-and-examples):
6463 Also take the final newline after the END line.
6465 * org.el (org-clean-visibility-after-subtree-move): Only fix
6466 entries that are not entirely invisible already.
6467 (org-insert-link): Respect org-link-file-path-type for
6468 "docview:" links in addition to "file:" links.
6470 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6472 * org-exp.el (org-export-format-source-code-or-example):
6473 Avoid additional extra white lines in LaTeX.
6475 * org-list.el (org-list-parse-list): Leave empty lines after the
6476 list, don't consider them as part of the list.
6478 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
6481 * org-clock.el (org-clock-select-task): Convert integer to
6482 character for XEmacs.
6484 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6486 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
6489 2010-04-10 Tassilo Horn <tassilo@member.fsf.org>
6491 * org.el (org-complete-tags-always-offer-all-agenda-tags):
6493 (org-set-tags): Use it.
6495 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6497 * org-list.el (org-empty-line-terminates-plain-lists):
6500 * org.el (org-format-latex): Fix link creation for processed latex
6503 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6505 * org-footnote.el (org-footnote-normalize): Protect replacement
6508 * org.el (org-inside-latex-macro-p): Save match data.
6510 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
6512 * org-docview.el: New file.
6514 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6516 * org-latex.el (org-export-latex-class-options): New variable.
6517 (org-export-latex-set-initial-vars): Use the class options.
6519 * org.el (org-forward-same-level): Stop at headings that start
6520 with an invisible character.
6521 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
6523 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6525 * org-footnote.el (org-footnote-normalize): Don't take optional
6526 arguments in LaTeX macros as footnotes.
6528 * org.el (org-inside-latex-macro-p): New function.
6530 * org-latex.el (org-latex-to-pdf-process): Change customization
6531 group to `org-export-pdf'.
6533 * org-agenda.el (org-agenda-get-blocks): Look at time string also
6534 on days after the first one.
6536 * org.el (org-insert-heading): Also check for item before assuming
6537 before-first-heading condition.
6539 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
6540 (org-export-pdf-logfiles): New option.
6541 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
6542 (org-export-pdf-logfiles): Fix customization type.
6544 * org.el (org-insert-link): Improve error message when there is no
6545 default link to select with RET.
6547 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
6550 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6552 * org-latex.el (org-export-latex-parse-global)
6553 (org-export-latex-parse-content)
6554 (org-export-latex-parse-subcontent):
6555 Use `org-re-search-forward-unprotected'.
6556 (org-export-as-pdf): Remove log files produced by XeTeX.
6558 * org-macs.el (org-re-search-forward-unprotected): New function.
6560 2010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
6562 * org-colview.el (org-agenda-colview-summarize): Sort out some
6563 confusion between properties and titles, which resulted in
6564 agenda summaries not working if a title was set for a column.
6566 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6568 * org-mobile.el (org-mobile-agendas): New option.
6569 (org-mobile-sumo-agenda-command): Select the right agendas.
6571 * org-latex.el (org-export-latex-format-image): Preserve the
6572 original-indentation property.
6574 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6576 * org-clock.el (org-clock-insert-selection-line): Catch error when
6577 an old tasks no longer exists.
6579 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
6580 (org-export-as-pdf): Don't remove the old PDF file before making
6583 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
6584 (org-mouse-context-menu): Use `org-looking-back'.
6586 * org.el (org-cycle-level): Use `org-looking-back'.
6588 * org-list.el (org-cycle-item-indentation):
6589 Use `org-looking-back'.
6591 * org-compat.el (org-looking-back): New function.
6593 * org.el (org-insert-heading): Catch before-first-headline when
6594 inserting a headline.
6596 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6598 * org-latex.el (org-export-latex-format-image): Indent figure
6599 environment, so that it does not interrupt plain list.
6601 * org.el (org-open-at-point): Allow long link descriptions.
6603 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
6605 * org-html.el (org-export-as-html): Remove empty lines at the
6606 beginning of the exported text.
6608 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
6610 * org.el (org): Remove from hypermedia group.
6612 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
6616 2010-02-15 Chong Yidong <cyd@stupidchicken.com>
6618 * org-freemind.el (org-freemind-from-org-mode-node)
6619 (org-freemind-from-org-mode)
6620 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
6621 Pass arg to called-interactively-p.
6623 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
6625 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
6626 Fix typos in docstrings.
6628 2010-01-01 Juanma Barranquero <lekktu@gmail.com>
6630 * org.el (org-get-outline-path, org-speed-command-help):
6631 Fix typos in error messages.
6633 2009-12-14 Juri Linkov <juri@jurta.org>
6635 * org-html.el (org-export-html-style-include-default):
6636 Put `safe-local-variable booleanp' on
6637 `org-export-html-style-include-default' instead of mistakenly
6638 duplicate `org-export-html-style'.
6640 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
6642 * org-agenda.el (org-agenda-diary-entry-in-org-file):
6643 Rebuild agenda after adding new entry.
6645 * org-datetree.el (org-datetree-find-day-create): Fix regular
6648 * org.el (org-display-outline-path): Use a format specifier for
6649 message, to avoid problems with heading containing `%'.
6651 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
6652 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
6653 (org-agenda-fix-displayed-tags): New function.
6654 (org-agenda-do-context-action): Just call
6655 `org-display-outline-path', without piping the result through
6658 * org-latex.el (org-export-latex-preprocess): Protect secondary
6659 footnote references.
6661 * org-indent.el (org-indent-initialize): Avoid empty strings as
6664 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
6665 hat checking for the mark does not throw an error.
6666 (org-agenda-diary-entry-in-org-file): Catch the case that there is
6667 not `day' text property in the cursor line.
6669 * org.el (org-sort-entries-or-items): Make sure that the final
6670 entry has a newline before doing the sorting.
6672 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
6673 property at the beginning of the line.
6675 * org.el (org-make-link-string): Don't allow a description with
6678 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
6679 (org-agenda-insert-diary-as-top-level): New function.
6680 (org-agenda-add-entry-to-org-agenda-diary-file):
6681 Call `org-agenda-insert-diary-as-top-level'.
6683 * org.el (org-occur-in-agenda-files): Make sure none of the
6684 buffers is narrowed.
6685 (org-activate-plain-links): Add the face property here.
6686 (org-set-font-lock-defaults): Do not add the face to plain links,
6687 the activator function does this.
6689 * org-habit.el (org-is-habit-p): Add doc string.
6691 * org-archive.el (org-archive-subtree-default-with-confirmation):
6694 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
6695 after match optional (happens at the end of a line...).
6697 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
6700 * org-faces.el (org-copy-face): Set lisp indentation.
6701 (org-quote, org-verse): New faces.
6703 * org-agenda.el (org-agenda-remove-date): Remove variable.
6705 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
6707 * org-html.el (org-export-as-html): Move the home/up link into
6710 * org.el (org-export-latex-packages-alist): Option definition
6711 moved here from org-latex.el.
6713 * org-html.el (org-export-html-home/up-format): Add an ID to the
6716 * org-wl.el (org-wl-store-link): Handle the case that
6717 `wl-use-petname' is set.
6719 * org.el (org-set-effort): Improve prompt.
6720 (org-get-outline-path): Widen to get full path.
6721 (org-compact-display-after-subtree-move): Function removed.
6723 2009-11-20 Eric Schulte <schulte.eric@gmail.com>
6725 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
6726 hash keys to cache and re-use images generated by the
6727 org-exp-blocks interface to ditaa and dot.
6729 * org.el (org-format-latex): Latex images are now saved to files
6730 named by the sha1 hash of the latex source text avoiding
6731 regeneration of identical images.
6733 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6735 * org-latex.el (org-export-as-latex): Add the :drawers property.
6737 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6739 * org.el (org-speed-commands-user): Allow documentation headlines.
6740 (org-speed-commands-default): Organize the value of this constant
6741 with descriptive headlines.
6742 (org-print-speed-command): Output the headlines.
6744 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6746 * org-agenda.el (org-agenda-show-outline-path): New option.
6747 (org-agenda-do-context-action): New function.
6748 (org-agenda-next-line, org-agenda-previous-line):
6749 Use `org-agenda-do-context-action'.
6751 * org.el (org-use-speed-commands): Allow function value.
6752 (org-speed-commands-default): Make headline motion safe, so that
6753 these commands always end on a headline.
6754 (org-speed-commands-default): New key `v' for `org-agenda'.
6755 (org-speed-move-safe): New function.
6756 (org-self-insert-command): Use the function value of
6757 `org-use-speed-commands'.
6758 (org-get-outline-path): Improve docstring.
6759 (org-format-outline-path): New function.
6760 (org-display-outline-path): New function.
6762 2009-11-15 John Wiegley <jwiegley@gmail.com>
6764 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
6765 a string, use that to find the LOGBOOK drawer.
6767 2009-11-15 Glenn Morris <rgm@gnu.org>
6769 * org-agenda.el (org-datetree-find-date-create)
6770 (org-habit-get-priority):
6771 * org.el (org-format-agenda-item): Fix declarations.
6773 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6775 * org.el (org-clone-subtree-with-time-shift): Make it work at the
6778 * org-mobile.el (org-mobile-write-checksums): Specify coding
6780 (org-mobile-timestamp-buffer): Keep local variable/mode line at
6781 beginning of buffer.
6783 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
6785 * org.el (org-block-todo-from-children-or-siblings-or-parent)
6786 (org-block-todo-from-checkboxes): Do not block changes to a nil
6789 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6791 * org-habit.el (org-habit-parse-todo): Indicate which habit is
6792 wrongly set up in the error messages.
6794 * org-colview.el (org-columns-display-here): Don't try to
6795 calculate values if the underlying property is not set.
6796 (org-columns-string-to-number): Convert age strings back into
6798 (org-agenda-colview-summarize): Handle extended summary types
6801 * org-colview-xemacs.el (org-columns-display-here): Don't try to
6802 calculate values if the underlying property is not set.
6803 (org-columns-string-to-number): Convert age strings back into
6805 (org-agenda-colview-summarize): Handle extended summary types
6808 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6810 * org-exp.el (org-export-format-drawer-function): New variable.
6811 (org-export-format-drawer): New function.
6812 (org-export-preprocess-string): Pass the backend as a parameter to
6813 `org-export-remove-or-extract-drawers'.
6814 (org-export-remove-or-extract-drawers): New parameter BACKEND.
6816 * org-protocol.el (org-protocol-char-to-string): New defsubst.
6818 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6820 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
6821 message when no block is selected.
6823 * org-latex.el (org-export-latex-links): Check for protectedness
6824 in the last matched character, not after the match.
6826 * org-datetree.el (org-datetree-find-date-create):
6827 Respect restriction when KEEP-RESTRICTION is set.
6828 (org-datetree-file-entry-under): New function.
6829 (org-datetree-cleanup): New command.
6831 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
6833 * org-src.el (org-edit-src-code): New optional argument context
6834 allows calling functions to avoid altering the saved window
6836 (org-edit-src-exit): Do not restore window configuration when this
6837 function is used in the context of saving the edit buffer.
6839 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6841 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
6842 instances to switching to with-current-buffer, because these seem
6843 to cause problems - no idea why.
6845 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
6846 Require diary-lib for (diary-date-display-form).
6848 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6850 * org.el (org-log-reschedule, org-log-redeadline): New options.
6851 (org-log-note-headings): Add templates for rescheduling and
6853 (org-startup-options): Add in-buffer settings for logging changing
6854 schedule and deadline time stamps.
6855 (org-deadline, org-schedule): Check for existing date and arrange
6856 for logging if the user requests it.
6857 (org-add-log-note): Prepare proper note buffers for rescheduling
6858 and deadline changes.
6860 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6862 * org-agenda.el (org-agenda-diary-entry-in-org-file)
6863 (org-agenda-add-entry-to-org-agenda-diary-file)
6864 (org-agenda-insert-diary-make-new-entry): New functions.
6865 (org-agenda-diary-entry):
6866 Call `org-agenda-diary-entry-in-org-file' when appropriate.
6868 * org.el (org-calendar-insert-diary-entry-key): New option.
6869 (org-agenda-diary-file): New option.
6870 ("calendar"): Install our insertion function in the calendar.
6872 * org-remember.el (org-datetree): Require.
6873 (org-remember-templates): Add new positioning option.
6874 (org-remember-reference-date): New variable.
6875 (org-remember-apply-template): Store the reference date in a local
6877 (org-remember-handler): Implement date tree positioning of entries.
6879 * org-datetree.el: New file.
6881 * org-latex.el (org-export-latex-preprocess): Protect targets in
6884 * org-html.el (org-export-as-html): Protect targets in verbatim
6887 * org-docbook.el (org-export-as-docbook): Protect targets in
6890 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6892 * org-clock.el (org-show-notification): Handle messages that
6893 contain a percent character.
6895 * org-remember.el (org-remember-apply-template): Turn of partial
6898 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
6899 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
6901 * org.el (org-indent-mode): Define variable already in org.el.
6902 (org-unfontify-region): Remove line-prefix and wrap-prefix
6903 properties only if org-indent-mode is active.
6905 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6907 * org-icalendar.el (org-print-icalendar-entries): Save match data
6908 around call to verify function.
6909 (org-print-icalendar-entries): Add a call to the verification
6912 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
6913 save-restrivtion' form.
6915 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
6917 * org-exp.el (org-export-format-source-code-or-example):
6918 Restrict scope of preserve-indentp to the let binding.
6919 (org-src): Require org-src, since org-src-preserve-indentation is used.
6921 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6923 * org-timer.el (org-timer-set-timer): Set variables
6924 org-timer-timer[123] correctly.
6926 * org-mobile.el (org-mobile-files-alist): Make it work when
6927 `agenda-archives' is included in
6928 `org-agenda-text-search-extra-files'.
6929 (org-mobile-push): Restore agenda after mobile push.
6931 2009-11-13 John Wiegley <jwiegley@gmail.com>
6933 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
6934 way the amount of idle time is presented in the minibuffer.
6936 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6938 * org-icalendar.el (org-print-icalendar-entries):
6939 Use org-icalendar-verify-function only if non-nil.
6941 * org.el (org-refile): Refile to clock only if the prefix arg is
6943 (org-sparse-tree): Fix docstring to be in line with prompt.
6944 (org-update-parent-todo-statistics):
6945 Call `org-after-todo-statistics-hook' on each level.
6947 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6949 * org-remember.el (org-remember-apply-template): Make sure the
6952 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6954 * org.el (org-tab-ind-state): New variable.
6955 (org-cycle-level): New function.
6956 (org-cycle-level-after-item/entry-creation): New option.
6957 (org-flag-subtree): New function.
6958 (org-hide-archived-subtrees): Call `org-flag-subtree'.
6959 (org-set-effort): Indexed access.
6961 * org-list.el (org-cycle-item-indentation): New function.
6963 * org.el (org-refile): Make prefix argument 2 refile to current
6965 (org-priority): Interpret action `remove' as call to remove the
6968 * org-remember.el (org-remember-apply-template): Don't depend on
6969 buffer name being like file name.
6971 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6973 * org-clock.el (org-clock-play-sound): Expand file in
6974 org-clock-sound, to allow ~ for home.
6976 * org-remember.el (org-remember-handler):
6977 Set text-before-node-creation even if this already looks like a node,
6978 because the string might be needed on non-org-mode target files.
6980 * org-agenda.el (org-agenda-open-link): Make this work in agenda
6982 (org-agenda-switch-to): Follow a link at point if
6983 org-return-follows-link' is set and there is nothing else to do in
6986 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6988 * org-colview-xemacs.el: Add in changes from org-colview.el.
6990 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
6992 * org-exp-blocks.el: Modify split separator regexp to avoid empty
6995 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
6997 * org-colview.el (org-columns-new): Make this work with the new
6999 (org-columns-store-format): Make this work with the new operators.
7001 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7003 * org-src.el (org-src-preserve-indentation): Document that this
7004 variable is also used during export.
7006 * org-exp.el (org-export-format-source-code-or-example):
7007 Preserve indentation if a block has a -i option, or if
7008 `org-src-preserve-indentation' is set.
7010 * org-exp-blocks.el (org-export-blocks-preprocess):
7011 Preserve indentation if a block has a -i option, or if
7012 `org-src-preserve-indentation' is set.
7014 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7016 * org.el (org-mode-map): Define the new archiving keys.
7017 (org-speed-commands-default): Define an archiving key in the speed
7019 (org-org-menu): Improve the menu structure concerning archiving.
7021 * org-archive.el (org-archive-subtree-default-with-confirmation):
7024 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
7025 (org-agenda-menu): Add the new archiving commands to the menu.
7026 (org-agenda-archive-default)
7027 (org-agenda-archive-default-with-confirmation): New commands.
7028 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
7029 Just call `org-agenda-archive-with'.
7030 (org-agenda-archive-with): New function.
7032 * org-table.el (org-table-convert-region): Inert spaces around "|"
7033 to avoid line beginnings like "|-1" which will be mistaken as
7036 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7038 * org.el (org-offer-links-in-entry): Return nil if there are no
7039 links, t if a link has been selected.
7040 (org-open-at-point): Open attachment directory when called in the
7041 headline and there are no links in the entry body.
7042 (org-speed-commands-default): Add "o" for open-at-point as a speed
7045 * org-attach.el (org-attach-reveal): Optional prefix arg
7046 IF-EXISTS, which avoids creating the attachment directory if it
7049 * org-agenda.el (org-agenda, org-run-agenda-series):
7052 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7054 * org.el ("abbrev"): Work with abbrev tables only after they have
7057 * org-list.el (org-list-send-list): Fix bug related to match
7060 * org-latex.el (org-export-latex-fontify): Apply verbatim
7062 (org-export-latex-make-header): Insert \obeylines if line breaks
7063 should be preserved.
7065 * org-exp.el (org-export-protect-verbatim): Add an
7066 `org-verbatim-emph' property to such text.
7068 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7070 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
7071 (org-print-icalendar-entries): Skip entries where the timestamp is
7072 not a deadline and not scheduled, if the user requests that.
7074 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
7075 before an opening quote.
7077 * org-archive.el (org-archive-subtree): Keep archive after
7078 archiving something.
7080 * org-id.el (org-id-update-id-locations): Add archive files if
7081 that is required by `org-id-extra-files'.
7083 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7085 * org-src.el (org-src-window-setup): New option.
7086 (org-src-switch-to-buffer): New function.
7087 (org-edit-src-exit): Add optional argument CONTEXT and use it to
7088 restore window configuration.
7089 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
7090 Call `org-src-switch-to-buffer'.
7092 * org.el (org-default-properties): Add STYLE property.
7093 (org-files-list): Use the function call to get the files.
7094 (org-additional-option-like-keywords): Add SETUPFILE to completion
7097 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7099 * org-table.el (org-table-convert-region): Correctly interpret
7100 quoting in csv import.
7102 * org.el (org-icompleting-read): Make iswitchb completion work
7103 with lists and tables.
7105 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
7106 while pushing the mobile agenda.
7108 2009-11-13 John Wiegley <jwiegley@gmail.com>
7111 (org-clock-auto-clock-resolution): Now takes three values: nil, t
7112 and `when-no-clock-is-running'.
7113 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
7114 whether or not to resolve Org buffers on clock in.
7116 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7118 * org-colview.el (org-format-time-period): Function to format
7119 times in fractional days for display.
7120 (org-columns-display-here): Add support for showing a calculated
7121 value in place of the property.
7122 (org-columns): Set `org-columns-time' to the current time so time
7123 difference calculations will work.
7124 (org-columns-time): Use to store the current time when column view
7125 is displayed, so all time differences will use the same reference
7127 (org-columns-compile-map): There is now an extra position in each
7128 entry specifying the function to use to calculate the displayed
7129 value for the non-calculated properties in the column.
7130 (org-columns-compute-all): Set `org-columns-time' to the current
7131 time so time difference calculations will work.
7132 (org-columns-compute): Handle column operators where the values
7133 used are calculated from the underlying property.
7134 (org-columns-number-to-string): Handle the 'age' column format.
7135 (org-columns-string-to-number): Correct the function name (was
7136 org-column...). Add support for the 'age' column format.
7137 (org-columns-compile-format): Support the additional parameter in
7138 org-columns-compile-map.
7140 2009-11-13 Bastien Guerry <bzg@altern.org>
7142 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
7145 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7147 * org-clock.el (org-clock-has-been-used): New variable.
7148 (org-clock-in): Set `org-clock-has-been-used'.
7149 (org-clock-save): Save only if clock data has been used or created
7150 during this session.
7152 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7154 * org-clock.el (org-clock-persist): New value, to store only the
7156 (org-clock-save): Don't save the clock if only the history should
7158 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
7159 when restoring a saved clock.
7161 2009-11-13 John Wiegley <jwiegley@gmail.com>
7163 * org-clock.el (org-clock-display, org-clock-put-overlay):
7164 Use `org-time-clock-use-fractional'.
7166 * org.el (org-time-clocksum-use-fractional)
7167 (org-time-clocksum-fractional-format): Two new customizable
7168 variables which allow the user to select fractional times (1.25
7169 instead of 1:25) in the `org-clock-display' report.
7171 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7173 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
7176 * org.el (org-tag-alist): Fix customization type.
7178 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7180 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
7181 Make sure the regexp search can fail without throwing an error.
7182 (org-mobile-apply): Save the inbox buffer after removing
7183 successfully applied changes.
7185 2009-11-13 John Wiegley <jwiegley@gmail.com>
7187 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
7188 time is reported after the user comes back (but before they
7191 * org.el (org-get-repeat): Change so that this function can be
7192 called with either `org-scheduled-string' or
7193 `org-deadline-string'.
7195 * org-clock.el (org-clock-auto-clock-resolution): Rename from
7196 `org-clock-disable-clock-resolution', since negatives don't sound
7197 good in customization variables.
7198 (org-clock-in): Don't use the auto-resolution logic if the user is
7199 clocking into a different task while an active clock is running.
7200 This then allows the default behavior of clocking out of the open
7201 task and then into the new task.
7203 * org.el (org-modules): Made this variable more consistent, since
7204 it was referring to Org, OrgMode and Org-mode, whereas the docs
7205 for the variable always refer to Org-mode.
7207 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7209 * org.el (org-repeat-re): The changed org-repeat-re no longer
7210 matched simple +2d type repeaters. Fix it so it does.
7212 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7214 * org-latex.el (org-export-latex-preprocess): Protect the vspace
7215 macro in the VERSE environment.
7217 2009-11-13 John Wiegley <jwiegley@gmail.com>
7219 * org-habit.el (org-habit-get-priority): A new function that
7220 determines the relative priority of a habit, based on how long
7221 past its scheduled date it is, and how near the deadline is.
7223 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
7224 using `org-habit-get-priority'.
7226 * org-habit.el (org-habit-build-graph): Start displaying colors
7227 from the first scheduled date, if that date is earlier than the
7228 first completion date.
7230 * org-habit.el: Changed all "color" variables to faces, and made
7231 them appropriate for light and dark backgrounds.
7233 * org-habit.el (org-habit-duration-to-days): Made this function
7235 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
7237 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
7238 habits, since they don't use DEADLINE anymore.
7240 * org.el (org-repeat-re, org-display-custom-time)
7241 (org-timestamp-change): Extend to support the new ".+N/N"
7242 syntax, used for habits.
7244 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
7247 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
7248 modeline when habits are being displayed (if that module is being
7251 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7253 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
7254 idle time using the xscreensaver extension.
7255 (org-user-idle-seconds): Use X11 idle time if available.
7257 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7259 * org-agenda.el (org-agenda-next-line): New command.
7260 (org-agenda-previous-line): New commands.
7261 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
7263 (org-agenda-follow-mode): Do the follow immediately if the mode is
7265 (previous-line, next-line): Replace keys with the corresponding
7267 (org-agenda-mode-map): Bind backspace and delete to the scrolling
7270 * org.el (org-icompleting-read): Turn off partial completion mode
7271 for the duration of this completion round.
7273 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
7274 macros in author lines and similar stuff.
7276 * org.el (org-file-tags): Fix docstring.
7277 (org-get-buffer-tags): Add the #+FILETAGS tags.
7278 ("ecb"): Make ecb show context after jumping into an Org file.
7280 2009-11-13 John Wiegley <johnw@newartisans.com>
7282 * org-agenda.el (org-finalize-agenda): Draw habit consistency
7283 graphs after everything else in the buffer has been setup.
7285 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7287 * org-mobile.el (org-mobile-apply): Count success and failure.
7289 * org.el (org-indent-line-function): Fix regexp replace problem.
7291 2009-11-13 John Wiegley <johnw@newartisans.com>
7293 * org-clock.el (org-clock-disable-clock-resolution):
7294 New customization variable that disable automatic clock resolution on
7296 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
7297 not automatically resolve anything. This is does not affect
7298 idle-time resolution, however, if `org-clock-idle-time' is set.
7300 2009-11-13 John Wiegley <johnw@newartisans.com>
7302 * org-habit.el: New file, which implements code to build a "habit
7305 * org-agenda.el (org-agenda-get-deadlines)
7306 (org-agenda-get-scheduled): Display consistency graphs when
7307 outputting habits into the agenda. The graphs are always relative
7308 to the current time.
7309 (org-format-agenda-item): Add new parameter `habitp', which
7310 indicates whether we are formatting a habit or not. Do not
7311 display "extra" leading information if habitp is true.
7313 * org.el (org-repeat-re): Improve regexp to include .+ and ++
7314 leaders for repeat strings.
7315 (org-get-repeat): Now takes a string parameter `tagline', so the
7316 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
7318 2009-11-13 John Wiegley <johnw@newartisans.com>
7320 * org-agenda.el (org-agenda-auto-exclude-function):
7321 New customization variable for allowing the user to create an "auto
7322 exclusion" filter for doing context-aware auto tag filtering.
7323 (org-agenda-filter-by-tag): Changes to support the use of
7324 `org-agenda-auto-exclude-function'. See the new manual addition,.
7326 2009-11-13 John Wiegley <johnw@newartisans.com>
7328 * org.el (org-files-list): Don't attempt to return a file name for
7329 Org buffers which have no associated file.
7331 * org-agenda.el (org-agenda-do-action): Fix a typo.
7333 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7335 * org-mobile.el (org-mobile-locate-entry): Interpret files
7336 relative to org-directory.
7337 (org-mobile-inbox-for-pull): Document the best location for this
7339 (org-mobile-check-setup): Verify `org-directory'.
7340 (org-mobile-create-index-file): Sort the files to be listed in
7343 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
7345 * org.el (org-fast-tag-selection): Add a way to display a
7346 description for a tag group. This is done by adding a string to
7347 either the startgroup or endgroup cell.
7349 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7351 * org-clock.el (org-clock-resolve, org-resolve-clocks)
7352 (org-emacs-idle-seconds): Use `org-float-time' instead of
7355 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7357 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
7360 * org.el (org-pre-cycle-hook): Document that `empty' can also be
7361 the value of ARG when doing local cycling.
7363 2009-11-13 John Wiegley <johnw@newartisans.com>
7365 * org-clock.el (org-clock-resolve-clock): If keeping or
7366 subtracting time results in a clock out at a time in the past, and
7367 if the resolution occurred due to idleness or invoking `M-x
7368 org-resolve-clocks', remember that past moment in time. On the
7369 next clock in, the user will be prompted to see if they want to
7370 back-date their new clock to then.
7371 (org-clock-resolve): Do not jump the user to the location of a
7372 dangling clock if the resolution is occurring due to an idle
7373 timeout. In that case there is typically only one dangling clock,
7374 the active one, and there is no value gained by shuffling their
7375 windows around to show it to them. Being prompted to resolve an
7376 idle clock should be as inobtrusive as possible.
7377 (org-resolve-clocks-if-idle): New function that resolves only the
7378 currently active clock if the user has exceeded the time returned
7379 by `org-user-idle-seconds', based on the value of
7380 `org-clock-idle-time'.
7381 (org-clock-in): If, after resolving clocks, (???)
7382 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
7384 * org-clock.el (org-clock-resolve-clock): New function that
7385 resolves a clock to a specific time, closing or resuming as need
7386 be, and possibly even starting a new clock.
7387 (org-clock-resolve): New function used by `org-resolve-clocks'
7388 that sets up for the call to `org-clock-resolve-clock'.
7389 It determines the time to resolve to based on a single-character
7390 selection from the user to either keep time, subtract away time or
7392 (org-resolve-clocks): New user command which resolves dangling
7393 clocks -- that is, open but not active -- anywhere in the file
7394 list returned by `org-files-list'.
7395 (org-clock-in): Automatically resolve dangling clocks whenever a
7397 (org-clock-cancel): If the user cancels the solely clock in a
7398 LOGBOOK, remove the empty drawer.
7400 * org-clock.el (org-clock-idle-time): New user customizable option
7401 for detecting whether the user has left a clock idle. Note: it is
7402 only used in this commit to test whether it's worthwhile to check
7403 OS X to get the Mac user's current idle time. If the Emacs idle
7404 time is less than the value, the user hasn't been away long enough
7405 to be worth checking (a more expensive test than just getting
7407 (org-user-idle-seconds, org-mac-idle-seconds)
7408 (org-emacs-idle-seconds): This three functions, in conjunction
7409 with the user customization variable `org-clock-idle-time', return
7410 the number of seconds (as a floating point) that the user has been
7411 away from their Emacs (or, if running on OS X, their computer).
7413 * org-clock.el (org-find-open-clocks): New function that returns a
7414 list of all open clocks in the given FILE. Note that each clock
7415 it returns is a cons cell of the format (MARKER . START-TIME).
7416 This "clock" value is used by several of the new clock module
7418 (org-is-active-clock): New inline function which tests whether the
7419 given clock value is the same as the currently active clock.
7420 Returns non-nil if this is the case.
7421 (org-with-clock-position): New macro that evaluates FORMS with
7422 point in the buffer and at the position of the given clock.
7423 Changes to the current clock are global.
7424 (org-with-clock): New macro that evaluates FORMS with point in the
7425 buffer and at the position of the given clock. However, changes
7426 to the current clock are local and have no effect on the user's
7427 active clock. This allows, for example, far any clock to be
7428 cancelled without cancelling the active clock.
7429 (org-clock-clock-in): New inline function that switches the active
7430 clock to the given clock. If either the argument RESUME, or the
7431 global `org-clock-in-resume', are non-nil, it will resume a clock
7432 that was previously left open.
7433 (org-clock-clock-out): New inline function that clocks out the
7434 given clock value without affecting the currently active clock.
7435 (org-clock-clock-cancel): New inline function that cancels the
7436 given clock value without affecting the currently active clock.
7438 * org-clock.el (org-clock-in): Before creating
7439 `org-clock-mode-line-timer', check to make sure an older timer is
7440 not currently running.
7441 (org-clock-out): Accept new third parameter `at-time', which
7442 permits a clock to be clocked out at a specific time. Note that
7443 no attempt is made to verify that the clock out time is later than
7446 * org.el (org-files-list): New utility function for returning a
7447 list of all open org-mode buffers, plus all files used to build
7448 the agenda buffer. Note that not all the files will necessarily
7449 be visited by a buffer at time of call.
7450 (org-entry-beginning-position): Like the function
7451 `line-beginning-position', this inline function returns the
7452 beginning position of the current heading/entry.
7453 (org-entry-end-position): Like the function `line-end-position',
7454 this inline function returns the end position of the current
7457 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7459 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
7462 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7464 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
7466 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7468 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
7469 entries that have no tags.
7470 (org-agenda-search-view): New customize group.
7471 (org-agenda-search-view-search-words-only): New option.
7472 (org-search-view): Implement substring search.
7474 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7476 * org.el (org-outline-level): Add doc string.
7478 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7480 * org-inlinetask.el (org-inlinetask-export): Re-introduce
7482 (org-inlinetask-export-handler): Only export inline task if the
7483 user option calls for it.
7485 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7487 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
7490 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7492 * org-latex.el (org-export-latex-tables): Don't format in
7495 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7497 * org-src.el (org-edit-src-code)
7498 (org-edit-src-find-region-and-lang, org-edit-src-exit):
7499 Handle macro editing.
7501 * org-agenda.el (org-prefix-category-max-length): New variable.
7502 (org-format-agenda-item): Use `org-prefix-category-max-length'.
7503 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
7505 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7507 * org-mobile.el (org-mobile-create-index-file): Improve the
7508 listing of tags and todo keywords.
7510 * org-latex.el (org-export-latex-format-image): New function.
7511 (org-export-latex-links): Use `org-export-latex-format-image'.
7513 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7515 * org-inlinetask.el (org-inlinetask-get-current-indentation)
7516 (org-inlinetask-remove-terminator): New functions.
7517 (org-inlinetask-export-handler): Terminate the description list.
7519 * org-exp.el (org-export-select-backend-specific-text): Remove the
7522 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
7523 tasks without content.
7525 * org-clock.el: Make sure the clock-in target position does not
7526 move to a different node by widening the buffer.
7528 * org-html.el (org-export-html-format-image): Wrap image into
7529 figure div only when there is a caption.
7531 * org-archive.el (org-archive-mark-done): Change default value to
7534 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
7536 * org.el (org-context): Call `bobp', not `eobp'.
7538 * org-clock.el (org-clock-cancel): Remove quotes from marker
7541 * org.el (org-read-date-prefer-future): New allowed value `time'.
7542 (org-read-date-analyze): Shift day to tomorrow depending on time
7543 entered and value of `org-read-date-prefer-future'.
7545 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7547 * org.el (org-version, org-get-refile-targets, org-refile)
7548 (org-store-log-note, org-diary-to-ical-string)
7549 (org-speedbar-set-agenda-restriction):
7550 * org-publish.el (org-publish-find-title):
7551 * org-plot.el (org-plot/gnuplot):
7552 * org-mouse.el (org-mouse-do-remotely):
7553 * org-mobile.el (org-mobile-move-capture):
7554 * org-mac-message.el (org-mac-message-insert-flagged):
7555 * org-latex.el (org-replace-region-by-latex):
7556 * org-docbook.el (org-replace-region-by-docbook):
7557 * org-clock.el (org-clock-out, org-clock-cancel):
7558 * org-bibtex.el (org-execute-file-search-in-bibtex):
7559 Use with-current-buffer.
7561 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7563 * org.el (org-directory, org-map-entries):
7564 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
7566 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7568 * org.el (org-set-tags-to): New command.
7570 * org-latex.el (org-export-latex-set-initial-vars): Also check in
7573 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
7576 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
7578 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7580 * org-inlinetask.el (org-inlinetask-export): Option removed.
7581 (org-inlinetask-export-handler): Better export.
7583 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
7584 (org-export-as-xoxo): Run the new hook.
7586 * org-html.el (org-export-html-final-hook): New hook.
7587 (org-export-as-html): Run the new hook.
7589 * org-docbook.el (org-export-docbook-final-hook): New hook.
7590 (org-export-as-docbook): Run the new hook.
7592 * org-ascii.el (org-export-ascii-final-hook): New hook.
7593 (org-export-as-ascii): Run the new hook.
7595 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
7596 space character as the character before the ^/_.
7597 (org-export-latex-final-hook): New hook.
7598 (org-export-as-latex): Run `org-export-latex-final-hook'.
7600 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7602 * org-macs.el (org-if-unprotected-at): Fix docstring.
7604 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
7605 text in the prefix (if category is a link).
7607 * org-latex.el (org-export-latex-preprocess): Deal properly with
7608 empty lines in verse environments.
7610 * org.el (org-format-latex-header): Inline fullpage.sty.
7612 * org-footnote.el (org-footnote-create-definition): Reveal context
7613 to add a new footnote definition.
7615 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
7616 org-table-recalculate when cursor is in TBLFM line.
7618 * org-list.el (org-renumber-ordered-list): Fix cursor position
7619 when bullet length has changed.
7621 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7623 * org.el (org-format-latex): Mention `org-format-latex-options' in
7626 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7628 * org.el (org-agenda-get): New function.
7630 * org-agenda.el (org-agenda-post-command-hook): No longer move
7631 point away from end of line.
7632 (org-agenda-add-entry-text, org-agenda-collect-markers)
7633 (org-finalize-agenda, org-agenda-mark-clocking-task)
7634 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
7635 (org-agenda-entry-text-show, org-agenda-highlight-todo)
7636 (org-agenda-compare-effort, org-agenda-filter-apply)
7637 (org-agenda-later, org-agenda-change-time-span)
7638 (org-agenda-post-command-hook, org-agenda-show-priority)
7639 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
7640 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
7641 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
7642 (org-agenda-open-link, org-agenda-copy-local-variable)
7643 (org-agenda-switch-to, org-agenda-check-no-diary)
7644 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
7645 (org-agenda-add-note, org-agenda-change-all-lines)
7646 (org-agenda-priority, org-agenda-set-tags)
7647 (org-agenda-set-property, org-agenda-set-effort)
7648 (org-agenda-toggle-archive-tag, org-agenda-date-later)
7649 (org-agenda-show-new-time, org-agenda-date-prompt)
7650 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
7651 (org-agenda-clock-in, org-agenda-bulk-mark)
7652 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
7653 Use `org-get-at-bol'.
7655 * org-colview.el (org-columns-display-here)
7656 (org-columns-edit-allowed, org-agenda-columns):
7657 Use `org-get-at-bol'.
7659 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7661 * org.el (org-special-ctrl-a/e): Improve documentation and
7663 (org-end-of-line): Don't jump to after the ellipsis.
7664 (org-mode-map): Bind <home> and <end> as well.
7666 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7668 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
7669 space after #+ as comments.
7670 (org-open-at-point): Run `org-follow-link-hook' always.
7672 * org-latex.el (org-export-latex-emph-format): Use better commands
7673 to insert special characters in verbatim snippets.
7675 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7677 * org-faces.el (org-copy-face): New function. Use it to create
7678 various faces formerly created by using `copy-face'.
7680 * org-agenda.el (org-prepare-agenda): Don't officially mark this
7682 (org-agenda-quit): Kill the frame containing the agenda window if
7683 that frame was created for the agenda.
7685 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7687 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
7688 stamp in the agenda.
7690 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7692 * org-agenda.el (org-prepare-agenda):
7693 Reset `org-drawers-for-agenda'.
7694 (org-prepare-agenda): Uniquify list of drawers.
7696 * org.el (org-complex-heading-regexp-format): New variable.
7697 (org-set-regexps-and-options):
7698 Define `org-complex-heading-regexp-format'.
7699 (org-drawers-for-agenda): New variable.
7700 (org-map-entries): Bind `org-drawers-for-agenda'.
7701 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
7703 * org-remember.el (org-go-to-remember-target)
7704 (org-remember-handler): Use `org-complex-heading-regexp-format'.
7706 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7708 * org-agenda.el (org-agenda-highlight-todo): Fix text property
7711 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
7712 always with `invisible-ok'.
7713 (org-store-link): No error when there is nothing to link to in the
7716 * org-list.el (org-update-checkbox-count): Insert changed cookie
7717 before the old, to avoid problems with invisibility at the end of
7719 (org-update-checkbox-count): Insert changed cookie before the old,
7720 to avoid problems with invisibility at the end of the line.
7722 * org.el (org-sort-entries-or-items): Include the final newline.
7723 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
7724 lines for fontification.
7725 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
7726 (org-prepare-dblock): Store the current indentation of the BEGIN
7728 (org-update-dblock): Apply the indentation of the begin line to
7729 the rest of the block.
7730 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
7731 (org-startup-folded): New allowed value `showeverything'.
7732 (org-startup-options): Add STARTUP keyword `showeverything'.
7733 (org-set-startup-visibility): Respect value `showeverything' in
7736 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7738 * org.el (org-closest-date): Fix issue with past preference.
7740 * org-archive.el (org-archive-set-tag)
7741 (org-archive-subtree-default): New commands.
7743 * org-clock.el (org-clock-clocktable-default-properties):
7746 Use `org-clock-clocktable-default-properties'.
7748 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7750 * org.el (org-iswitchb-completing-read): Fix typo.
7752 * org-crypt.el: New file.
7754 * org.el: Add an entry for org-crypt.
7756 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7758 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
7760 (org-batch-store-agenda-views): New function.
7761 (org-agenda-title-append): Define variable.
7762 (org-write-agenda): New export to Org files.
7763 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
7764 (org-agenda): Allow to keep the restricted file list if a special
7765 variable is bound to t.
7766 (org-agenda): Define a special agenda view for working on flagged
7768 (org-agenda-get-restriction-and-command): List the new agenda
7770 (org-agenda-show-the-flagging-note): New command.
7771 (org-agenda-mode-map): New key `?' for looking at the flagging
7774 * org.el (org-autoload): Autoload org-mobile.el.
7775 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
7777 * org-mobile.el: New file.
7779 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
7781 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7783 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
7785 (org-table-get-remote-range): Match indented #+TBLNAME
7788 * org.el (org-convert-to-odd-levels)
7789 (org-convert-to-oddeven-levels): Work also correctly if the file
7792 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7794 * org.el (org-store-link): When in agenda buffer, link to
7796 (org-add-planning-info): Remove spaces at eol.
7798 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
7801 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7803 * org-latex.el (org-export-latex-first-lines): Fix problem with
7804 LaTeX export of first line and selected subtree.
7806 * org.el (org-shifttab): Interpret arg differently when using only
7809 2009-10-01 Bastien Guerry <bzg@altern.org>
7811 * org.el (org-check-agenda-file): Use a more explicit message.
7813 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7815 * org-exp.el (org-export-remove-special-table-lines): Don't remove
7818 2009-10-01 Bastien Guerry <bzg@altern.org>
7820 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
7821 prompt in the temporary window.
7823 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
7824 prefix for marked entries in the agenda view.
7826 2009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
7828 * org.el (outline-end-of-subtree): Bugfix: advise this function in
7829 a way that prevents any trailing character from being displayed.
7831 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7833 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
7836 * org-exp.el (org-export-remove-special-table-lines): Remove bad
7839 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7841 * org-latex.el (org-export-latex-preprocess): Do not protect in
7844 * org-src.el (org-edit-src-save): Save window setup while saving.
7845 (org-edit-src-code): Use new buffer name construction scheme.
7847 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7849 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
7851 (org-agenda-entry-text-cleanup-hook): New hook.
7852 (org-agenda-get-some-entry-text): Remove matches of
7853 `org-agenda-entry-text-exclude-regexps' and run the hook
7854 `org-agenda-entry-text-cleanup-hook'.
7856 * org.el (org-offer-links-in-entry): New argument ZERO to
7857 implement a link with index zero.
7858 (org-cycle-show-empty-lines): Not keep empty line under header
7860 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
7861 to nil for special completion.
7862 (org-store-link): Don't error before the first heading.
7864 * org-agenda.el (org-agenda-open-link): Pass the prefix to
7865 `org-offer-links-in-entry'.
7867 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
7869 * org-agenda.el (org-agenda-quit): Provide the window argument for
7870 `window-dedicated-p', Emacs 22 needs it.
7871 (org-format-agenda-item): If the category is a link, arrange for
7872 invisible text to replaced with spaces.
7873 (org-compile-prefix-format): Add the extra space.
7874 (org-prefix-category-length): New variable.
7876 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
7877 references from TOC lines.
7879 * org.el (org-selected-window): New variable.
7881 * org-table.el (org-table-edit-formulas): Remember the selected
7883 (org-table-fedit-finish, org-table-fedit-abort): Select the window
7884 that was originally selected.
7886 * org-exp.el (org-export-preprocess-apply-macros): Scan the
7887 expansion of a macro for more macro definitions.
7889 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
7890 invisibility overlay starts on the newline.
7892 2009-10-01 Glenn Morris <rgm@gnu.org>
7894 * org-agenda.el (calendar-check-holidays):
7895 * org-exp.el (org-agenda-skip):
7896 * org-list.el (outline-back-to-heading):
7897 * org-wl.el (wl-summary-goto-folder-subr):
7898 * org.el (iswitchb-mode, remember, remember-buffer-desc)
7899 (remember-finalize, remember-save-after-remembering, remember-register)
7900 (remember-buffer, remember-handler-functions)
7901 (remember-annotation-functions): Remove unused declarations.
7903 * org.el (iswitchb-read-buffer): Fix declaration.
7905 2009-09-30 Glenn Morris <rgm@gnu.org>
7907 * org-compat.el (w32-focus-frame):
7908 * org-exp-blocks.el (R):
7909 * org-exp.el (htmlize-buffer):
7910 * org-protocol.el (server-edit):
7911 * org-table.el (org-format-org-table-html):
7912 * org.el (org-indent-mode): Fix declarations.
7914 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
7915 free variable `fun'.
7917 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7919 * org-agenda.el (org-agenda-restore-windows-after-quit):
7920 Fix typo in docstring.
7922 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7924 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
7925 (org-shiftselect-error, org-ctrl-c-ctrl-c):
7926 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
7927 * org-attach.el (org-attach-check-absolute-path):
7928 * org-docbook.el (org-export-as-docbook):
7929 * org-html.el (org-export-as-html):
7930 * org-id.el (org-id-update-id-locations):
7931 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
7932 Fix typos in error messages.
7934 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7936 * org-ascii.el: Require CL for the `loop' macro.
7938 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
7940 * org-gnus.el (require): Wrap (require gnus-sum) into
7943 2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
7945 * org-protocol.el (org-protocol-store-link)
7946 (org-protocol-remember, org-protocol-open-source): Remove autoload
7949 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
7950 referencing the start of the line.
7952 * org-gnus.el: Remove unnecessary declare-function forms.
7953 (gnus-sum): Always require gnus-sum.
7955 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
7957 * org-protocol.el (org-protocol-store-link)
7958 (org-protocol-remember, org-protocol-open-source): Add autoloads.
7960 * org-compat.el (org-float-time): New function.
7962 * org.el (org-clock-update-time-maybe)
7963 (org-sort-entries-or-items, org-do-sort)
7964 (org-evaluate-time-range, org-time-string-to-seconds)
7965 (org-closed-in-range): Use `org-float-time'.
7967 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
7968 (org-timer-seconds): Use `org-float-time'.
7970 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
7971 (org-clock-sum, org-dblock-write:clocktable)
7972 (org-clocktable-steps): Use `org-float-time'.
7974 * org-agenda.el (org-agenda-last-marker-time)
7975 (org-agenda-new-marker, org-diary): Use `org-float-time'.
7977 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
7980 * org-exp.el (org-get-file-contents): Only protect lines that
7983 * org-html.el (require): Require cl for compilation.
7985 * org.el: Avoid using `default-major-mode'.
7987 * org-plot.el (require): Require CL only at compile time.
7989 * org-exp.el (require): Require CL only at compile time.
7991 * org-agenda.el (org-agenda-quit): When the agenda window is
7992 dedicated, remove other windows before exiting, so that the frame
7993 really will be killed.
7995 * org-exp.el (org-export-handle-include-files): Reset START and
7996 END for each loop cycle.
7998 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8000 * org.el (org-eval-in-calendar):
8001 Use `org-select-frame-set-input-focus'.
8003 * org-compat.el (org-select-frame-set-input-focus): New function.
8005 * org.el (org-update-statistics-cookies): New function.
8006 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
8008 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8010 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
8011 after the local variables are set.
8013 * org-latex.el (org-export-latex-protect-amp): New function.
8014 (org-export-latex-links): Protect link ampersands in tables.
8016 * org-exp.el (org-export-select-backend-specific-text): Match in
8017 two steps, to avoid regexp problems.
8019 * org.el (org-offer-links-in-entry): Improve working with many and
8022 * org-agenda.el (org-agenda-show-1): Make more consistent with
8024 (org-agenda-cycle-show): Make more consistent with normal cycling.
8026 * org-gnus.el (org-gnus-store-link): Restore the linking to a
8029 2009-09-02 Bastien Guerry <bzg@altern.org>
8031 * org-latex.el (org-export-latex-first-lines): Bugfix.
8033 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8035 * org-clock.el (org-clock-modify-effort-estimate): Emit message
8038 * org.el (org-set-effort): New function.
8039 (org-mode-map): New key for effort setting command.
8041 * org-agenda.el (org-agenda): Keep window setup when calling
8042 agenda from within agenda window.
8043 (org-agenda-mode-map): New keys for effort setting commands.
8044 (org-agenda-menu): Add effort setting commands to menu.
8045 (org-agenda-set-property, org-agenda-set-effort): New functions.
8047 * org-latex.el (org-export-latex-tables):
8048 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
8049 the first column has been removed.
8051 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8053 * org.el (org-remove-timestamp-with-keyword): Only remove in
8054 entry, not in subtree.
8056 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
8059 * org.el (org-open-at-point): When on headline, offer all strings
8062 * org-remember.el (org-remember-templates): Documentation fix.
8064 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
8065 `org-get-last-sibling' instead of the outline versions of these
8067 (org-get-last-sibling): New function.
8068 (org-refile): Use `org-get-next-sibling' instead of the outline
8069 version of this function.
8070 (org-clean-visibility-after-subtree-move):
8071 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
8072 outline versions of these functions.
8074 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8076 * org-agenda.el (org-prepare-agenda): When creating a new frame
8077 for the agenda, make the window dedicated.
8079 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
8081 * org-table.el (org-table-align): Change the order of reinsertion
8082 and deletion, to avoid problems with overlays following the table.
8084 * org.el (org-parse-time-string): Better error message.
8085 (org-show-subtree): Use org-end-of-subtree.
8087 * org-macs.el (org-goto-line): New defsubst.
8089 * org.el (org-open-file, org-change-tag-in-region)
8090 (org-fast-tag-show-exit): Don't use `goto-line'.
8092 * org-table.el (org-table-align, org-table-insert-column)
8093 (org-table-delete-column, org-table-move-column)
8094 (org-table-sort-lines, org-table-copy-region)
8095 (org-table-paste-rectangle, org-table-wrap-region)
8096 (org-table-get-specials, org-table-rotate-recalc-marks)
8097 (org-table-get-range, org-table-recalculate)
8098 (org-table-edit-formulas, org-table-fedit-convert-buffer)
8099 (org-table-show-reference, org-table-highlight-rectangle):
8100 Don't use `goto-line'.
8102 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
8103 (org-edit-src-exit): Don't use `goto-line'.
8105 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
8107 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
8108 Don't use `goto-line'.
8110 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
8112 * org-colview.el (org-columns, org-columns-redo)
8113 (org-agenda-columns): Don't use `goto-line'.
8115 * org-colview-xemacs.el (org-columns, org-agenda-columns):
8116 Don't use `goto-line'.
8118 * org-agenda.el (org-agenda-mode): Force visual line motion off.
8119 (org-agenda-add-entry-text-maxlines): Improve docstring.
8120 (org-agenda-start-with-entry-text-mode): New option.
8121 (org-agenda-entry-text-maxlines): New option.
8122 (org-agenda-entry-text-mode): New variable.
8123 (org-agenda-mode): Set initial value of
8124 `org-agenda-entry-text-mode'.
8125 (org-agenda-mode-map): Add the `E' key.
8126 (org-agenda-menu): Add entry text mode to the menu.
8127 (org-agenda-get-some-entry-text): Fix line count bug.
8128 (org-finalize-agenda): Apply entry text mode if appropriate.
8129 (org-agenda-entry-text-show-here): New function.
8130 (org-agenda-entry-text-show): New function.
8131 (org-agenda-entry-text-hide): New function.
8132 (org-agenda-view-mode-dispatch): Add entry text mode to the view
8134 (org-agenda-entry-text-mode): New command.
8135 (org-agenda-set-mode-name): Add entry text mode to the mode line
8137 (org-agenda-undo, org-agenda-get-restriction-and-command)
8138 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
8141 2009-09-02 Bernt Hansen <bernt@norang.ca>
8143 * org-clock.el (org-notify): Bugfix.
8145 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8147 * org-agenda.el (org-agenda-open-link): Handle multiple links and
8148 check for after-string.
8150 * org-gnus.el (org-gnus-store-link): Simplify.
8152 * org.el (org-latex-regexps): Don't add extra empty lines for
8155 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8157 * org-agenda.el (org-agenda-get-some-entry-text): New function.
8158 (org-agenda-add-entry-text):
8159 Use `org-agenda-get-some-entry-text'.
8161 * org.el (org-cycle-separator-lines): Update docstring.
8162 (org-cycle-show-empty-lines): Handle negative values for
8163 `org-cycle-show-empty-lines'.
8165 * org-exp.el (org-export-protect-sub-super): New function.
8166 (org-export-normalize-links): Protect the url of plain links from
8167 supscript and superscript processing.
8169 * org-remember.el (org-remember-escaped-%): New function.
8170 (org-remember-apply-template): Use `org-remember-escaped-%' to
8171 detect escaped % signs.
8173 2009-09-02 Bastien Guerry <bzg@altern.org>
8175 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
8176 sound when showing the notification.
8178 * org-clock.el (org-notify): New function.
8179 (org-clock-notify-once-if-expired): Use `org-notify'.
8181 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
8182 and `gnus-article-mode' separately.
8183 (gnus-summary-article-header): Fix the declare-function.
8185 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8187 * org-exp.el (org-export-format-source-code-or-example):
8190 * org-src.el (org-src-lang-modes): New variable.
8191 (org-edit-src-code): Translate language.
8193 * org-exp.el (org-export-format-source-code-or-example): Deal wit
8194 the new structure of the `org-export-latex-listings-langs'
8197 * org-latex.el (org-export-latex-listings-langs): Change structure
8198 of the variable from plist to alist.
8200 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8202 * org.el (org-in-commented-line): New function.
8204 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8206 * org.el (org-hide-block-toggle): Make folded blocks searchable.
8208 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
8210 * org.el (org-flag-drawer): More useful error.
8212 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8214 * org-remember.el (org-remember-apply-template):
8215 Use org-icompleting-read.
8217 * org-publish.el (org-publish): Use org-icompleting-read.
8219 * org-colview.el (org-columns-edit-value, org-columns-new)
8220 (org-insert-columns-dblock): Use org-icompleting-read.
8222 * org-colview-xemacs.el (org-columns-edit-value)
8223 (org-columns-new, org-insert-columns-dblock):
8224 Use org-icompleting-read.
8226 * org-attach.el (org-attach-delete-one, org-attach-open):
8227 Use org-icompleting-read.
8229 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8231 * org.el (org-hierarchical-todo-statistics): Improve docstring.
8232 (org-version): Return the version text.
8233 (org-org-menu): Add a menu entry for the new bug reporter.
8234 (org-submit-bug-report): New command.
8236 * org-list.el (org-hierarchical-checkbox-statistics):
8239 * org.el (org-emphasis-regexp-components): Add "`" to set of
8240 pre-emphasis characters.
8242 * org-latex.el (org-export-latex-classes): Always include the soul
8244 (org-export-latex-emphasis-alist): Use \st for strikethough.
8246 * org-exp-blocks.el (org-export-blocks-preprocess):
8247 Use `indent-code-rigidly' to indent.
8249 * org-agenda.el (org-agenda-get-restriction-and-command):
8250 Remove properties only if MATCH really is a string.
8252 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8254 * org-latex.el (org-export-latex-packages-alist):
8255 Fix customization type.
8257 * org.el (org-create-formula-image): Also use
8258 `org-export-latex-packages-alist'.
8260 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
8261 (org-export-as-html): Format footnotes correctly.
8263 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8265 * org.el (org-fast-tag-selection): Avoid text properties on tags
8268 * org-agenda.el (org-agenda-get-restriction-and-command):
8269 Avoid text properties on the match element.
8271 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8273 * org.el (org-set-regexps-and-options): Make sure the list of done
8274 keywords is not invalid.
8276 * org-exp.el (org-export-interpolate-newlines): New function.
8278 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8280 * org.el (org-format-latex): Avoid nested overlays.
8282 * org-latex.el (org-export-latex-listings-langs): Add a few more
8285 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
8286 ignore newlines and space before the first macro argument.
8288 * org-latex.el (org-export-latex-tables): Remove save-excursion
8289 around `org-table-align'.
8291 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8293 * org.el (org-export-html-special-string-regexps):
8294 Definition moved into org.el.
8296 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
8299 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8301 * org-latex.el (org-export-latex-listings)
8302 (org-export-latex-listings-langs): New options.
8304 * org-exp.el (org-export-format-source-code-or-example):
8305 Use listing package if requested by the user.
8307 2009-09-02 Bastien Guerry <bzg@altern.org>
8309 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
8310 command before actually switching to a buffer.
8312 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8314 * org-exp.el (org-get-file-contents): Only quote org lines when
8315 the markup is src or example.
8317 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
8319 (org-agenda-get-day-entries): Remember deadline results and pass
8320 them on into the function getting the scheduling information.
8321 (org-agenda-get-scheduled): Accept deadline results as parameters
8322 and maybe skip some entries.
8323 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
8325 * org.el (org-insert-heading): When respecting content, do not
8326 convert current line to headline.
8328 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
8329 Also cheeeeeck the hd marker.
8330 (org-clock-in): Also set the hd marker.
8331 (org-clock-out): Also set the hd marker.
8332 (org-clock-cancel): Reset markers.
8334 * org.el (org-clock-hd-marker): New marker.
8336 * org-faces.el (org-agenda-clocking): New face.
8338 * org-agenda.el (org-agenda-mark-clocking-task): New function.
8339 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
8341 * org.el (org-modules): Add org-track.el.
8343 * org-agenda.el (org-agenda-bulk-marked-p): New function.
8344 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
8345 Use `org-agenda-bulk-marked-p'.
8346 (org-agenda-bulk-toggle): New command.
8348 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
8350 * org.el (org-move-subtree-down): Hide subtree if it was folded,
8353 * org-remember.el (org-remember-finalize): Avoid buffer-modified
8356 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8358 * org-html.el (org-export-as-html):
8359 * org-docbook.el (org-export-as-docbook):
8360 Use (default-value 'major-mode) instead of default-major-mode.
8362 2009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
8364 * org-docbook.el: Add arch-tag.
8366 * org-exp-blocks.el: Add arch-tag.
8368 * org-id.el: Add arch-tag.
8370 * org-indent.el: Add arch-tag.
8372 * org-inlinetask.el: Add arch-tag.
8374 * org-protocol.el: Add arch-tag.
8376 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8378 * org.el (org-create-formula-image): Remove the -E option for
8381 * org-exp.el (org-default-export-plist): Respect #+BIND.
8382 (org-export-confirm-letbind): New function.
8384 * org.el (org-paste-subtree): Test the kill ring entry if it is
8386 (org-copy-subtree): Use `org-forward-same-level'.
8387 (org-forward-same-level): Respect the `invisibe-ok' arg for
8390 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8392 * org.el (org-table-map-tables): Make sure cursor is back at table
8393 beginning after funcall.
8395 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
8396 handled before children, and do not error if an entry is not
8397 found, probably because it hase been remove when the parent was
8398 archived or refiled.
8400 * org.el (org-ido-completing-read): Accept straight lists for
8401 completion as well as alists.
8403 * org-timer.el (org-timer-cancel-timers): Rename from
8404 `org-timer-cancel-timers'.
8406 * org.el (org-cycle-internal-local): Fix problem with finding next
8409 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8411 * org-list.el (org-list-send-list):
8412 Call `org-list-goto-true-beginning' instead of
8413 `org-list-find-true-beginning', which does not exist.
8415 * org-timer.el (org-timer-reset-timers): Use `mapc'.
8416 (org-timer-set-timer): Do not assign to heading.
8418 * org-id.el (org-id-open): Quote function name.
8420 * org-macs.el (org-unmodified): Turn off recording undo
8421 information while running inside the macro.
8423 * org-table.el (org-table-export): Also work in file-less
8426 * org.el (org-startup-indented): New option.
8427 (org-startup-options): Add new options indent and noindent.
8428 (org-unfontify-region): Remove line-prefix and wrap-prefix
8430 (org-after-demote-entry-hook, org-after-promote-entry-hook):
8432 (org-promote, org-demote): Run the new hooks.
8434 * org-table.el (org-table-align): Replace leading \n as well.
8436 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
8437 and `line-wrap' text properties.
8439 * org-compat.el (org-kill-new): New function.
8441 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
8442 `line-wrap' text properties.
8444 * org-indent.el: New file.
8446 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8448 * org.el (org-provide-todo-statistics): Tweak docstring.
8450 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
8452 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8454 * org-exp.el (org-export-as-org): Insert the "-source" string
8455 before the extension.
8457 * org.el (org-read-date): Make sure the calendar is in the current
8459 (org-set-emph-re): Remove the ? from the post-match.
8460 (org-emphasis-regexp-components): Add backslash to the
8462 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
8463 optional so that also lines at the end of the buffers will still
8464 be matched as headlines.
8466 * org-table.el (org-table-error-on-row-ref-crossing-hline):
8467 Variable made obsolete.
8468 (org-table-relative-ref-may-cross-hline): New option.
8469 (org-table-find-row-type): Honow the new option
8470 `org-table-relative-ref-may-cross-hline'.
8472 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8474 * org-table.el (org-table-cut-region, org-table-copy-region):
8475 Work on single field if no active region.
8477 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8479 * org-latex.el (org-export-latex-make-header): Only insert title
8482 * org.el (org-make-options-regexp): Allow empty values.
8484 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8486 * org.el (org-cycle-internal-local): Improved version of finding
8488 (org-cycle-hide-drawers): Only hide drawers if this is really
8490 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
8491 org-version of this function in Org-mode. We use advice to
8492 implement this change, so that future changes to this function in
8493 outline.el wil be handled properly.
8494 (org-forward-same-level, org-backward-same-level): New commands.
8496 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8498 * org.el (org-remove-empty-overlays-at)
8499 (org-clean-visibility-after-subtree-move): New functons.
8500 (org-move-subtree-down): Simplify cleanup of display.
8502 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8504 * org-mac-message.el (org-mac-message-get-links): Improve
8505 docstring. Make argument SELECT-OR-FLAGGED optional, default to
8506 "s". Fix the return value.
8507 (org-mac-message-insert-flagged): Simplify.
8509 * org.el (org-refile-get-location): Tamper with refile history o
8510 that history contains compete matches instead of the entered
8513 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8515 * org.el (org-store-link): Never store a link to an inline task.
8517 * org-footnote.el (org-footnote-goto-local-insertion-point):
8518 Skip inline tasks when positioning footnotes.
8520 * org.el (org-refile): Remove the END line when archiving an
8521 inline task that does have an END line.
8523 * org-archive.el (org-archive-subtree): Remove the END line when
8524 archiving an inline task that does have an END line.
8526 * org-macs.el (org-with-limited-levels): New macro.
8527 (org-get-limited-outline-regexp): New function.
8529 * org-exp.el (org-export-format-source-code-or-example): Fix bug
8530 that did not enumerate first line.
8531 (org-export-mark-radio-links): Skip matches in links.
8533 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8535 * org.el (org-activate-plain-links): Make single-match.
8536 (org-adapt-indentation): Fix docstring.
8538 * org-macs.el (org-unmodified): Turn of modification hooks while
8541 2009-08-06 Bastien Guerry <bzg@altern.org>
8543 * org.el (org-adapt-indentation): Slightly improve the docstring.
8544 (org-occur): Sends an error when the user inputs an empty string.
8545 (org-priority): Bugfix: the tag alignement should happen within
8548 2009-08-06 Bastien Guerry <bzg@altern.org>
8550 * org.el (org-make-link-regexps): Don't exclude parentheses from
8551 `org-plain-link-re'.
8552 (org-cycle-internal-local): When locally cycling, switch directly
8553 from CHILDREN to FOLDED if there is no subtree.
8554 (org-cycle): Update the docstring to document the new behavior of
8555 `org-cycle-internal-local'.
8557 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
8559 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
8560 an abbreviated format for days.
8562 2009-08-06 Bastien Guerry <bzg@altern.org>
8564 * org-protocol.el (org-protocol-default-template-key):
8567 * org.el (org-refile): Bugfix: save-excursion before reading the
8568 refile target, otherwise cursor moves might confuse `org-refile'.
8570 * org.el (org-toggle-heading): Bugfix: correctly convert list
8571 items before the first headline.
8573 * org.el (org-provide-todo-statistics): Allow a list of TODO
8574 keywords to compute statistics against headlines containing a
8575 keyword from this list.
8576 (org-update-parent-todo-statistics): Possibly use the new allowed
8577 value of `org-provide-todo-statistics'.
8579 2009-08-06 Bastien Guerry <bzg@altern.org>
8581 * org-timer.el: Add autoload cookie.
8583 * org.el (org-occur-link-in-agenda-files): New function.
8585 * org-timer.el (org-timer-last-timer): New variable.
8587 * org-agenda.el (org-agenda-mode-map): New key for
8588 org-timer-set-timer called from the agenda.
8590 * org.el (org-mode-map): New key for org-timer-set-timer.
8592 * org-timer.el (org-timer-reset-timers)
8593 (org-timer-show-remaining-time, org-timer-set-timer):
8596 * org-clock.el (org-show-notification): Update the docstring.
8598 * org.el (org-provide-todo-statistics): Allow new value
8599 'all-headlines for this option, which includes entries with no
8600 TODO keywords in the todo statistics.
8601 (org-update-parent-todo-statistics): Possibly use the new
8602 'all-headline value from `org-provide-todo-statistics'.
8604 2009-08-06 Bastien Guerry <bzg@altern.org>
8606 * org-clock.el (org-dblock-write:clocktable): Add a new option
8607 :timestamp which allows display of timestamps in clock reports.
8609 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
8610 list to a subtree, preserving the structure of the list.
8611 (org-set-emph-re): Make the last element optional in the regexp.
8612 This regexp now matches an emphasized string at the end of a line.
8614 * org-list.el (org-list-goto-true-beginning)
8615 (org-list-make-subtree, org-list-make-subtrees): New functions.
8617 * org.el (org-eval-in-calendar): Select the right frame.
8618 (org-save-frame-excursion): Remove this macro.
8620 2009-08-06 Bastien Guerry <bzg@altern.org>
8622 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
8623 trying to find the beginning of a list.
8625 * org-exp.el (org-get-file-contents): Use a new argument: markup.
8626 When present, tell org-get-file-contents not to protect org-like
8629 * org-id.el (org-id-uuid-program): New option to set the name of
8630 the uuidgen program.
8631 (org-id-method): Use `org-id-uuid-program'.
8632 (org-id-new): Use `org-id-uuid-program'.
8634 2009-08-06 Bastien Guerry <bzg@altern.org>
8636 * org-exp.el (org-export-number-lines): Allow whitespace in code
8637 references. Allow the -r switch to remove the references in the
8638 source code even when the lines are not numbered: the labels can
8641 * org.el (org-fontify-whole-heading-line): New option.
8642 (org-set-font-lock-defaults): Use the new option.
8644 * org-clock.el (org-show-notification-handler): New option.
8645 (org-show-notification): Use the new option.
8647 2009-08-06 Bastien Guerry <bzg@altern.org>
8649 * org.el (org-eval-in-calendar): Fix a bug about calendar
8650 navigation when `calendar-setup' value is 'calendar-only.
8652 2009-08-06 Bastien Guerry <bzg@altern.org>
8654 * org.el (orgstruct++-mode): Fix typo in docstring.
8655 (org-insert-link): Clean up: (or (...)) => (...)
8656 (org-insert-link): Use TAB for stored links completion.
8658 2009-08-06 Bastien Guerry <bzg@altern.org>
8660 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
8661 building the list of targets.
8663 * org-remember.el (org-remember-delete-empty-lines-at-end):
8665 (org-remember-handler): Use the new option.
8667 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
8669 * org.el (org-tags-sort-function): New option for sorting tags.
8670 (org-set-tags): Use the new option to sort tags.
8672 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
8673 premature deletion of the data when using org-plot in a script.
8675 2009-08-06 Bastien Guerry <bzg@altern.org>
8677 * org-clock.el (org-clock-in-prepare-hook): New hook.
8678 (org-clock-in): Use this new hook.
8680 2009-08-06 Bastien Guerry <bzg@altern.org>
8682 * org.el (org-special-ctrl-a/e): Explicitely bind the value
8683 'reversed for this option to the "true line boundary first"
8685 (org-tags-match-list-sublevels): Document the 'indented value for
8688 * org-latex.el (org-export-latex-first-lines): Fix problem with
8689 publishing the region.
8691 * org-exp.el (org-export-format-source-code-or-example):
8692 Fix bad line numbering when exporting examples in HTML.
8694 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
8696 * org-colview.el (org-format-time-period): Formats a time in
8697 fractional days as days, hours, mins, seconds.
8698 (org-columns-display-here): Add special handling for SINCE and
8699 SINCE_IA to format for display.
8701 * org.el (org-time-since): Add a function to get the time since an
8703 (org-entry-properties): Add two new special properties: SINCE and
8704 SINCE_IA. These give the time since any active or inactive
8705 timestamp in an entry.
8706 (org-special-properties): Add SINCE, SINCE_IA.
8707 (org-tags-sort-function): Add custom declaration for tags
8709 (org-set-tags): Sort tags if org-tags-sort-function is set.
8711 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8713 * org-clock.el (org-clock-goto): Find hidden headlines as well.
8715 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
8717 * org-plot.el (org-plot/add-options-to-plist): Add timeind
8720 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8722 * org-publish.el (org-publish-remove-all-timestamps): New function.
8723 (org-publish-all): Remove all timestamp files if `org-publish-all'
8724 is called with a prefix argument.
8726 * org-list.el (org-indent-item): Fix typo.
8727 (org-item-indent-positions): Normalize ordered bullet.
8729 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8731 * org-macs.el (org-set-local): Make a local variable, do not make
8732 the variable buffer-local!
8734 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
8736 * org-exp.el (org-infile-export-plist): Read BIND lines.
8737 (org-install-letbind): New function.
8738 (org-export-as-org, org-export-preprocess-string):
8739 Call `org-install-letbind'.
8741 * org-list.el (org-list-demote-modify-bullet): New option.
8742 (org-first-list-item-p): Save point.
8743 (org-fix-bullet-type): New optional argument FORCE-BULLET.
8744 (org-indent-item): Honor `org-list-demote-modify-bullet'.
8745 (org-item-indent-positions): Return bullet types along with
8748 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8750 * org.el (org-show-entry): Hide drawers.
8752 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8754 * org-footnote.el (org-footnote-auto-adjust): New option.
8755 (org-footnote-auto-adjust-maybe): New function.
8756 (org-footnote-new, org-footnote-delete):
8757 Call `org-footnote-auto-adjust-maybe'.
8759 * org.el (org-startup-options): Add new footnote-related
8762 * org-publish.el (org-publish-timestamp-filename): Additional
8763 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
8764 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
8765 TRUE-PUB-DIR. Pass them through to
8766 `org-publish-timestamp-filename'.
8767 (org-publish-update-timestamp): Additional arguments PUB-DIR and
8768 PUB-FUNC, which are included in the hash.
8769 (org-publish-file): Delay timestamp test until the publishing
8772 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8774 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
8775 setting the deadline.
8777 * org.el (org-read-date-final-answer): New variable.
8778 (org-read-date): Store the final answer string, including the date
8779 from the calendar, for reuse by agenda bulk commands.
8781 * org-publish.el (org-publish-attachment): Fix publishing of
8784 * org-latex.el (org-export-latex-quotation-marks): Fix export of
8785 quotation makrs in parenthesis.
8786 (org-remove-initial-hash): New function.
8787 (org-export-latex-preprocess): Fix bug with infinite loop if
8788 environment is not properly closed.
8790 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
8793 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
8794 highlight also when indented.
8796 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8798 * org-footnote.el (org-footnote-renumber-fn:N): New command.
8799 (org-footnote-action): Offer renumbering.
8801 * org.el (org-cycle): Honor the `integrate' value of
8802 org-cycle-include-plain-lists'.
8804 * org-list.el (org-cycle-include-plain-lists): New allowed value
8805 `internal'. Improve the docstring.
8807 * org.el (org-set-autofill-regexps): Improve the paragraph-start
8808 regexp to work better with LaTeX commands.
8810 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8812 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
8815 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8817 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
8820 * org.el (org-map-entries): No longer force
8821 `org-tags-match-list-sublevels' to t during a todo-only tags
8824 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8826 * org-latex.el (org-export-latex-low-levels): Allow user-defined
8828 (org-export-latex-subcontent): Handle user-defined environment.
8830 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
8831 the View dispatcher.
8833 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
8836 * org-latex.el (org-export-as-pdf): Protect match data during call
8837 to shell-quote-argument.
8839 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
8840 (org-agenda-view-mode-dispatch): New function.
8842 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8844 * org-agenda.el (org-agenda-mode): Reset list of marks.
8845 (org-agenda-mode-map): Define new keys for refile and bulk action.
8846 (org-agenda-menu): Add menu itesm for refile and bulk action.
8847 (org-agenda-refile): New function.
8848 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
8849 (org-agenda-marked-entries): New variable.
8850 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
8851 (org-agenda-remove-all-bulk-action-marks)
8852 (org-agenda-bulk-action): New functions/commands.
8854 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8856 * org-exp.el (org-get-file-contents): Protect org-like lines in
8858 (org-export-format-source-code-or-example): Remove newlines.
8860 * org-latex.el (org-export-latex-links): Check for no-description
8863 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
8864 argument separator back to comma.
8865 (org-export-normalize-links): Mark links without description.
8867 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8869 * org-exp.el (org-infile-export-plist): Fix bug in macro
8872 * org-agenda.el (org-agenda-clock-out): Update line after clocking
8874 (org-agenda-highlight-todo): Fix bug with highlighting.
8876 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8878 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
8879 new alignment strings.
8881 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
8883 (org-table-align): Check for forced align type.
8885 * org.el (org-self-insert-command): Add yas/expand to command
8888 * org-clock.el (org-clock-in-hook): New hook.
8889 (org-clock-in): Run `org-clock-in-hook.
8890 (org-clock-out-hook): New hook.
8891 (org-clock-out): Run `org-clock-out-hook.
8892 (org-clock-cancel-hook): New hook.
8893 (org-clock-cancel): Run `org-clock-cancel-hook.
8894 (org-clock-goto-hook): New hook.
8895 (org-clock-goto): Run `org-clock-goto-hook.
8897 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8899 * org.el (org-store-link): Better default description for link to
8902 * org-exp.el (org-export-generic): Autoload the generic exporter
8904 (org-export): Implement the `g' key for the generic exporter.
8906 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8908 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
8911 * org-exp.el (org-infile-export-plist): Get macros also from
8914 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8916 * org-colview.el (org-columns-capture-view): Protect vertical bars
8918 (org-columns-capture-view): Exclude comment and archived trees.
8920 * org-colview-xemacs.el (org-columns-capture-view):
8921 Protect vertical bars in column values.
8922 (org-columns-capture-view): Exclude comment and archived trees.
8924 * org.el (org-quote-vert): New function.
8926 * org-latex.el (org-export-latex-verbatim-wrap): New option.
8928 * org-exp.el (org-export-format-source-code-or-example):
8929 Use `org-export-latex-verbatim-wrap'.
8931 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
8934 2009-08-06 Eric Schulte <schulte.eric@gmail.com>
8936 * org-exp-blocks.el: New file.
8938 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8940 * org-remember.el (org-remember-templates): Allow the headline
8941 element to be a function.
8942 (org-remember-apply-template): If the headline is a function, call
8943 it to get the true function.
8945 * org-clock.el (org-clock-menu): New function.
8946 (org-clock-update-mode-line): Update help string.
8947 (org-clock-modify-effort-estimate): New function.
8948 (org-clock-mark-default-task): New function.
8950 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
8952 (org-org-menu): Add new clocking stuff.
8953 (org-clock-is-active): New function.
8955 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8957 * org.el (org-open-non-existing-files): Improve docstring.
8959 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8961 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
8963 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
8965 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
8967 * org-list.el (org-get-checkbox-statistics-face): Use the new
8970 * org-faces.el (org-checkbox-statistics-todo)
8971 (org-checkbox-statistics-done): New faces.
8973 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8975 * org-latex.el (org-export-latex-use-verb): New variable.
8976 (org-export-latex-emph-format): Prefer \texttt over \verb when
8977 org-export-latex-use-verb is set.
8979 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8981 * org-remember.el (org-remember-handler): Abort remember if the
8984 * org-exp.el (org-export-format-source-code-or-example):
8985 Run `org-src-mode-hook'.
8987 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8989 * org.el (org-indent-line-function): Fix indentation of +#end lines.
8991 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
8993 * org-gnus.el (org-gnus-store-link): Require message.el in
8994 org-gnus-store-link.
8996 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
8998 * org-src.el: New file, split out of org.el.
9000 * org-macs.el (org-replace-match-keep-properties): New function.
9002 * org-exp.el (org-export-mark-blockquote-verse-center):
9003 Better preprocessing of center and quote and verse blocks.
9005 * org-list.el (org-list-end): Respect the stored "original"
9006 indentation when determining the end of the list.
9008 * org-exp.el (org-export-replace-src-segments-and-examples):
9009 Remember indentation correctly.
9011 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9013 * org-clock.el (org-clock-update-mode-line): Apply face
9014 org-mode-line-clock.
9016 * org-faces.el (org-mode-line-clock): New face.
9018 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
9020 * org-gnus.el (org-gnus-store-link): Fix bug where
9021 `org-gnus-store-link' used wrong subject when called in an article
9022 buffer. Patch provided by fengli AT gmail DOT com.
9024 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9026 * org-exp.el (org-export-format-source-code-or-example):
9027 Remember the original indentation of source code snippets and examples.
9029 * org-latex.el (org-export-as-latex): Relocate the table of
9032 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
9034 * org-agenda.el (org-run-agenda-series): Scope global options also
9035 when creating the agenda buffer.
9037 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9039 * org.el (org-adapt-indentation): Improve documentation.
9040 (org-insert-property-drawer): Respect org-adapt-indentation when
9041 inserting the drawer.
9042 (org-remove-flyspell-overlays-in): New function.
9043 (org-do-emphasis-faces, org-activate-plain-links)
9044 (org-activate-code, org-fontify-meta-lines-and-blocks)
9045 (org-activate-angle-links, org-activate-footnote-links)
9046 (org-activate-bracket-links, org-activate-dates)
9047 (org-activate-target-links, org-activate-tags): Remove flyspell
9050 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9052 * org.el (org-edit-src-save): New function.
9054 * org-clock.el (org-clock-out-switch-to-state): New option.
9055 (org-clock-out): Honor `org-clock-out-switch-to-state'.
9057 * org-compat.el (org-compatible-face): Improve macro.
9059 * org.el (org-global-properties-fixed): Add default for
9060 CLOCK_MODELINE_TOTAL.
9062 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
9064 (org-clock-sum-current-item): Optional argument TSTART, pass it to
9066 (org-clock-get-sum-start): New function.
9068 * org.el (org-startup-options): New keywords blockhide and
9070 (org-mode): Add new invisibility spec.
9071 (org-set-startup-visibility): Hide block on startup if so
9073 (org-hide-block-startup): New option.
9074 (org-block-regexp): New constant.
9075 (org-hide-block-overlays): New variable.
9076 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
9077 (org-show-block-all, org-hide-block-toggle-maybe)
9078 (org-hide-block-toggle): New functions.
9079 (org-edit-src-exit): Do not quote lines starting with # and no +
9081 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
9084 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9086 * org.el (org-buffer-property-keys): Add Effort property for
9089 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9091 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
9092 when retrieving total clocked time in the subtree.
9094 * org.el (org-quoting-blocks): New variable.
9096 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9098 * org-table.el (org-table-store-formulas)
9099 (org-table-get-stored-formulas, org-table-fix-formulas)
9100 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
9101 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
9103 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
9104 Allow indented #+TBLFM line.
9106 * org-footnote.el (org-footnote-goto-local-insertion-point):
9107 Allow indented #+TBLFM line.
9109 * org-colview.el (org-dblock-write:columnview): Allow indented
9112 * org-colview-xemacs.el (org-dblock-write:columnview):
9113 Allow indented #+TBLFM line.
9115 * org-clock.el (org-dblock-write:clocktable): Allow indented
9118 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9120 * org-exp.el (org-export-format-source-code-or-example):
9121 Make editing indented blocks work correctly.
9123 * org.el (org-edit-src-nindent): New variable.
9124 (org-edit-src-code, org-edit-fixed-width-region)
9125 (org-edit-src-find-region-and-lang, org-edit-src-exit):
9126 Make editing indented blocks work correctly.
9128 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9130 * org-exp.el (org-export-replace-src-segments-and-examples):
9131 Find indented blocks.
9132 (org-export-format-source-code-or-example): Fix indentation of
9134 (org-export-remove-indentation): New function.
9135 (org-export-select-backend-specific-text): Allow backend-specific
9136 code to be indented.
9137 (org-export-mark-blockquote-verse-center): Allow markers to be
9140 * org.el (org-fontify-meta-lines): New function.
9141 (org-set-font-lock-defaults): Call the new fontification
9144 * org-faces.el (org-meta-line): New face.
9145 (org-block): New face.
9147 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9149 * org.el (org-treat-insert-todo-heading-as-state-change)
9150 (org-treat-S-cursor-todo-selection-as-state-change):
9152 (org-insert-todo-heading):
9153 Honor `org-treat-insert-todo-heading-as-state-change'.
9154 (org-shiftright, org-shiftleft):
9155 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
9156 (org-inhibit-logging): New variable.
9158 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9160 * org-agenda.el (org-remove-subtree-entries-from-agenda):
9161 Reduce range for marker position checking.
9163 * org-latex.el (org-export-latex-first-lines): Fix bug when
9166 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9168 * org-exp.el (org-export-push-to-kill-ring): Protect using
9169 x-set-selection, because that does not always work.
9171 * org-agenda.el (org-agenda-list): Apply the new face
9172 `org-agenda-date-today'.
9174 * org-faces.el (org-agenda-date-today): New face.
9176 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9178 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
9179 creating appointments.
9181 * org-latex.el (org-export-latex-low-levels): Fix customization
9184 * org.el (org-priority, org-shiftup, org-shiftdown):
9185 Disable priority commands.
9187 * org-agenda.el (org-agenda-priority): Disable priority commands.
9189 * org.el (org-enable-priority-commands): New option.
9191 * org-colview-xemacs.el (org-columns-compute)
9192 (org-columns-number-to-string): Fix problems with empty fields.
9194 * org-colview.el (org-columns-compute)
9195 (org-columns-number-to-string): Fix problems with empty fields.
9197 * org-exp.el (org-export-push-to-kill-ring): New function.
9198 (org-export-copy-to-kill-ring): New option.
9200 * org-latex.el (org-export-as-latex):
9201 Call `org-export-push-to-kill-ring'.
9203 * org-exp.el (org-export-show-temporary-export-buffer):
9206 * org-latex.el (org-export-as-latex):
9207 Use `org-export-show-temporary-export-buffer'.
9209 * org-exp.el (org-export-show-temporary-export-buffer):
9211 (org-export-push-to-kill-ring): New function.
9213 * org-colview.el (org-columns-compile-map): New variable.
9214 (org-columns-new, org-columns-compute)
9215 (org-columns-number-to-string, org-columns-uncompile-format)
9216 (org-columns-compile-format): Implement new operators.
9218 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9220 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
9222 * org-list.el (org-update-checkbox-count): Make property
9225 * org.el (org-hierarchical-todo-statistics): New option.
9226 (org-update-parent-todo-statistics): Modify to handle recursive
9229 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9231 * org-publish.el (org-publish): Make this function behave
9232 correctly in interactive use when called with a prefix argument.
9234 * org.el (org-todo-statistics-hook): New hook.
9235 (org-update-parent-todo-statistics): Use new hook.
9236 (org-log-into-drawer): New function.
9237 (org-add-log-setup): Use the new `org-log-into-drawer' function to
9238 determine if we should be logging into a drawer.
9239 (org-log-into-drawer): Update docstring.
9240 (org-default-properties): Add LOG_INTO_DRAWER as a property.
9242 * org-list.el (org-checkbox-statistics-hook): New hook.
9243 (org-update-checkbox-count-maybe): Use new hook.
9245 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9247 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
9248 better bufer-generating mechanism.
9249 (org-edit-src-find-buffer): New function.
9251 * org-icalendar.el (org-print-icalendar-entries): Don't check for
9252 archive tag, this is already done by `org-agenda-skip'.
9253 data while constructing lost of tags.
9255 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9257 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
9258 as argument separator in macros.
9260 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9262 * org.el (org-after-sorting-entries-or-items-hook): New hook.
9263 (org-sort-entries-or-items): Run the new hook.
9264 (org-after-refile-insert-hook): New hook.
9265 (org-refile): Run `org-after-refile-insert-hook'.
9267 * org-agenda.el (org-agenda-get-progress): Never take time of day
9268 from headline when displaying progress.
9270 * org-latex.el (org-export-latex-complex-heading-re): New variable.
9271 (org-export-as-latex): Force the correct regexp in the
9272 preprocessor buffer.
9273 (org-export-latex-set-initial-vars):
9274 Set `org-export-latex-complex-heading-re'.
9276 * org-agenda.el (org-agenda-start-with-log-mode): New option.
9277 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
9279 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9281 * org-latex.el (org-export-latex-tables-centered): New option.
9282 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
9284 * org-exp.el (org-export-as-org): New command.
9285 (org-export-as-org): New command.
9287 * org-publish.el (org-publish-org-to-org): New function.
9289 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9291 * org.el (org-yank): Just call `org-yank-generic'.
9292 (org-yank-generic): New function, containing the formaer
9293 functionality of `org-yank'.
9295 * org-latex.el (org-export-latex-not-done-keywords)
9296 (org-export-latex-done-keywords): New variables.
9297 (org-export-latex-todo-keyword-markup): New option.
9298 (org-export-latex-set-initial-vars): Remember the TODO keywords.
9299 (org-export-latex-keywords-maybe): Apply the TODO markup.
9301 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9303 * org-exp.el (org-infile-export-plist): Add more default macros.
9304 (org-export-preprocess-apply-macros): Process macro arguments.
9306 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9308 * org-icalendar.el (org-icalendar-include-todo): New allowed value
9310 (org-print-icalendar-entries): Respect the new value of
9311 `org-icalendar-include-todo'.
9313 * org.el (org-link-try-special-completion)
9314 (org-file-complete-link): New functions.
9315 (org-insert-link): Add special completion support for some link
9318 * org-bbdb.el (org-bbdb-complete-link): New function.
9320 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9322 * org-list.el (org-update-checkbox-count): Allow recursive
9324 (org-hierarchical-checkbox-statistics): New option.
9326 * org.el (org-cycle): Remove erraneous space character.
9328 * org-icalendar.el (org-icalendar-timezone): Initialize from
9331 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9333 * org.el (org-autoload): Fix autoloading of ascii export
9335 (org-modules): Add org-special-blocks.
9337 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9339 * org-icalendar.el (org-start-icalendar-file): Use the new option.
9340 (org-ical-timezone): New option.
9342 * org-exp.el (org-export-get-coderef-format): Use the description
9345 * org.el (org-sort-entries-or-items): Improve docstring, and make
9346 better implementation for time sorting.
9348 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9350 * org.el (org-edit-src-persistent-message): New option.
9351 (org-edit-src-code, org-edit-fixed-width-region): Use the new
9354 * org-clock.el (org-clock-insert-selection-line): Fix prefious
9357 * org.el (org-edit-src-code, org-edit-fixed-width-region):
9358 Use separate buffer instead of indirect buffer to edit source code.
9359 (org-edit-src-exit): Make this function work with the new setup.
9361 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
9362 are properly fontified before shown in the selection menu.
9364 * org.el (org-fontify-like-in-org-mode): New function.
9366 * org-latex.el (org-export-latex-links): Use the property list to
9367 retrieve the default image attributes.
9369 * org-exp.el (org-export-plist-vars): Add a new option.
9371 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9373 * org-exp.el (org-export, org-export-visible): Support ASCII
9375 (org-export-normalize-links): Do not protect the description if it
9376 is explicitly given.
9378 * org-list.el (org-reset-checkbox-state-subtree): Move here from
9380 (org-reset-checkbox-state-subtree):
9381 Call `org-reset-checkbox-state-subtree'.
9383 * org-remember.el (org-select-remember-template): For the
9384 selection of a valid template.
9386 * org-latex.el (org-export-region-as-latex): Supply the
9387 force-no-subtree argument.
9388 (org-export-as-latex): Provide better limits when exporting the
9389 first line. When exporting to string, we still want the first
9391 (org-export-latex-first-lines): New argument END, to force the end
9393 (org-export-region-as-latex): Use the property list.
9394 (org-export-as-latex):
9396 * org-colview-xemacs.el (org-columns-remove-overlays)
9397 (org-columns): Fix call to `local-variable-p'.
9399 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9401 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
9402 (org-export-latex-preprocess): Run the new hook.
9404 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
9405 (org-export-preprocess-string): Run the new hook.
9407 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9409 * org-macs.el (org-check-external-command): New defsubst.
9411 * org.el (org-mode-map): New key for reload.
9412 (org-format-latex): Better error message when external programs
9415 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
9417 * org.el (org-sort-entries-or-items): Explicit sorting function
9418 for priorities, needed for XEmacs compatibility.
9420 * org-remember.el (org-remember-apply-template): Improve auto-save
9423 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9425 * org-latex.el (org-export-latex-preprocess): Also protect
9426 environments ending in a star.
9428 * org-list.el (org-at-item-p): Fix regular expression.
9430 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9432 * org.el (org-end-of-subtree): Improve speed.
9434 * org-agenda.el (org-agenda-get-timestamps)
9435 (org-agenda-get-progress, org-agenda-get-deadlines)
9436 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
9437 in particular, wait as long as possible to collect the tags.
9438 (org-stuck-projects): Improve docstring.
9440 * org.el (org-store-link): No errors when getting custom id before
9442 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
9444 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9446 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
9448 * org-protocol.el: Remove dependency on url.el.
9449 (org-protocol-unhex-compound, org-protocol-open-source):
9450 Remove dependency on url.el.
9452 * org-latex.el (org-export-as-pdf):
9453 Use `org-latex-to-pdf-process'.
9455 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9457 * org-latex.el (org-latex-to-pdf-process): New option.
9459 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
9461 (org-agenda-get-timestamps):
9462 Honor `org-agenda-skip-additional-timestamps-same-entry'.
9464 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
9465 (org-clock-goto): Find recent task only if
9466 `org-clock-goto-may-find-recent-task' allows it.
9468 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
9469 drawers, and drawers that are missing the :END: line.
9471 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9473 * org-clock.el (org-clock-goto): Go to recently clocked task if no
9476 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9478 * org.el (org-update-parent-todo-statistics): Check for
9479 STATISTICS_FROM property.
9481 * org-list.el (org-update-checkbox-count): Check for
9482 STATISTICS_FROM property.
9484 * org.el (org-tab-first-hook)
9485 (org-tab-after-check-for-table-hook)
9486 (org-tab-after-check-for-cycling-hook): New hooks.
9487 (org-cycle-internal-global, org-cycle-internal-local):
9488 New functions, split out from `org-cycle'.
9489 (org-cycle): Call the new hooks.
9491 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9493 * org-exp.el (org-export-preprocess-string): Reset the list of
9494 preferred targets for each run of the preprocessor.
9496 * org.el (org-refile-target-verify-function):
9497 Improve documentation.
9498 (org-get-refile-targets): Respect point being moved by the
9499 verification function.
9501 * org-latex.el (org-export-latex-timestamp-keyword-markup):
9503 (org-export-latex-keywords): Use new option.
9505 * org.el (org-rear-nonsticky-at): New defsubst.
9506 (org-activate-plain-links, org-activate-angle-links)
9507 (org-activate-footnote-links, org-activate-bracket-links)
9508 (org-activate-dates, org-activate-target-links)
9509 (org-activate-tags): Place the rear-nonsticky properties at the
9512 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9514 * org-protocol.el (server-edit): Declare `server-edit'.
9515 (org-protocol-unhex-string, org-protocol-unhex-compound):
9517 (org-protocol-check-filename-for-protocol): Call `server-edit'.
9519 * org.el (org-default-properties): New default properteis for
9522 * org-exp.el (org-export-add-subtree-options): Add new properties
9525 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9527 * org-id.el (org-id-get-with-outline-path-completion): Turn off
9528 org-refile-target-verify-function for the duration of the command.
9530 * org.el (org-link-to-org-use-id): New possible value
9531 `create-if-interactive-and-no-custom-id'.
9532 (org-store-link): Use custom IDs.
9533 (org-link-search): Find custom ID properties from #link.
9534 (org-default-properties): Add CUSTOM_ID for property completion.
9535 (org-refile-target-verify-function): New option.
9536 (org-goto): Turn off org-refile-target-verify-function
9537 for the duration of the command.
9539 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9541 * org-exp.el (org-export-preferred-target-alist): New variable.
9542 (org-export-define-heading-targets): Find the new CUSTOM_ID
9544 (org-export-target-internal-links): Target the custom ids when
9547 * org-latex.el (org-export-latex-preprocess): Better regexp for
9548 matching latex macros with arguments.
9550 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9552 * org-remember.el (org-remember-handler): Allow filing to non-org
9555 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
9557 * org-table.el (org-table-fix-formulas): Do not change references
9559 (org-table-get-remote-range): Convert standard coordinates to RC
9562 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
9564 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9566 * org-compat.el (org-sha1-string): Function removed.
9568 * org.el (org-refile-allow-creating-parent-nodes): New option.
9569 (org-refile-get-location): New argument NEW-NODES.
9570 (org-refile): Call `org-refile-get-location' with the new
9572 (org-refile-get-location): Arrange for adding a new child.
9573 (org-refile-new-child): New function.
9575 * org-clock.el: Fix a number of docstrings.
9576 (org-clock-find-position): New argument
9577 FIND-UNCLOSED to make the function find an unclosed clock in the
9579 (org-clock-in): Call `org-clock-find-position' with the new
9580 argument if we might be resuming a clock.
9582 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9584 * org-latex.el (org-export-latex-display-custom-times): New variable.
9585 (org-export-latex-timestamp-markup): New option.
9586 (org-export-latex-set-initial-vars): Remember the local value of
9587 `org-display-custom-times'.
9588 (org-export-latex-content): Process time stamps.
9589 (org-export-latex-time-stamps): New function.
9591 * org-macs.el (org-maybe-intangible): Add intangible property
9592 again to invisible text.
9594 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9596 * org-exp.el (org-default-export-plist): Handle undefined
9599 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9601 * org.el (org-sort-entries-or-items): Match TODO keywrds
9602 case-sensitively, when sorting.
9603 (org-priority): Do not match TODO keywords with wrong case.
9605 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9607 * org.el (org-todo): Honor the NOBLOCKING property.
9609 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
9610 NOBLOCKING property.
9612 * org.el (org-scan-tags): Fix bug in tag scanner.
9614 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9616 * org.el (org-modules): Mark obsolete packages.
9618 * org-html.el: New file, split out from org-exp.el.
9620 * org-icalendar.el: New file, split out from org-exp.el.
9622 * org-xoxo.el: New file, split out from org-exp.el.
9624 * org-ascii.el: New file, split out from org-exp.el.
9626 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9628 * org-compat.el (org-find-library-name): New function.
9630 * org.el (org-pre-cycle-hook): New hook.
9631 (org-cycle): Call the new hook in appropriate places.
9632 (org-reload): Only reload files that have been loaded before.
9634 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9636 * org.el (org-set-font-lock-defaults): Enforxe space or line end
9638 (org-todo): When changing TODO state, do matching
9640 (org-map-continue-from): New variable.
9641 (org-scan-tags): Respect values in `org-map-continue-from'.
9642 (org-reload): Make XEmacs compatible.
9644 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9646 * org-protocol.el (org-protocol-flatten-greedy): New function.
9647 (org-protocol-flatten): New function.
9649 * org.el (org-open-link-from-string): Pass reference buffer to
9650 `org-open-at-point'.
9651 (org-open-at-point): New optional argument `reference-buffer'.
9653 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9655 * org.el (org-scan-tags): Make tag scan find headline in first
9657 (org-get-refile-targets): Add the naked file name.
9658 (org-refile): Store as top-level entry when only file name was
9661 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
9663 * org.el (org-block-todo-from-children-or-siblings-or-parent):
9664 Rename from org-block-todo-from-children-or-siblings, and
9665 enhanced to look for the parent's status as well.
9667 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
9668 (org-agenda-get-progress): Add first notes line to log entry if so
9671 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9673 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
9674 (org-agenda-cleanup-fancy-diary): Call the new hook.
9676 * org-remember.el (org-remember-apply-template): Take the default
9677 for the annotation from the :annotation property.
9679 * org-mac-message.el (org-mac-message-get-link): Remove the
9681 (org-mac-message-get-link): Return the result.
9683 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9685 * org.el (org-refile-get-location): Add file name only if not
9686 already included in outline path.
9688 * org-faces.el (org-n-level-faces): Fix customization type from
9691 * org-exp.el (org-export-headline-levels): Fix customization type
9692 from number to integer.
9694 * org-agenda.el (org-agenda-confirm-kill)
9695 (org-agenda-custom-commands-local-options)
9696 (org-timeline-show-empty-dates, org-agenda-ndays)
9697 (org-agenda-start-on-weekday, org-scheduled-past-days):
9698 Fix customization type from number to integer.
9700 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9702 * org-protocol.el: Declare some functions.
9704 * org-agenda.el (org-agenda-compare-effort):
9705 Honor `org-sort-agenda-noeffort-is-high'.
9706 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
9707 (org-agenda-compare-effort): Implement the "?" operator for
9708 finding entries without effort setting.
9710 * org.el (org-extract-attributes-from-string): New function.
9712 * org-exp.el (org-export-splice-attributes): New function.
9714 2009-08-06 Bastien Guerry <bzg@altern.org>
9715 Daniel M German <dmg@uvic.org>
9716 Sebastian Rose <sebastian_rose@gmx.de>
9717 Ross Patterson <me@rpatterson.net>
9719 * org-protocol.el: New file.
9721 2009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
9723 * org-docbook.el: New file.
9725 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9727 * org-mouse.el: XEmacs compatibility fixes.
9729 * org.el (org-modules): Add org-inlinetasks.el.
9730 (org-cycle): Implement limiting level on cycling.
9731 (org-move-subtree-down): Fix bug with swapping subtrees at end of
9734 * org-inlinetask.el: New file.
9736 * org.el (org-emphasis-regexp-components): Allow braces in
9737 emphasis pre and post match.
9739 * org-footnote.el (org-footnote-normalize): When only sorting, do
9740 not insert inline notes at the end.
9742 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
9744 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9746 * org.el (org-reftex-citation): New command.
9748 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9750 * org-agenda.el (org-agenda-cmp-user-defined): New option.
9751 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
9753 (org-entries-lessp): Apply the new sorting option.
9755 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
9756 blocker code, when an older sibling has children.
9758 * org-mac-message.el (org-mac-message-get-link): Improve getting
9759 links from multiple selected messages.
9761 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9763 * org-remember.el (org-remember-finalize): Do not set buffer file
9765 (org-remember-handler): Mark buffer as unmodified.
9766 (org-remember-handler): Delete backup file and show message about
9767 remaining backup files.
9768 (org-remember-auto-remove-backup-files): New option.
9770 * org.el (org-store-link): Use buffer name as link description in
9772 (org-ido-switchb): Fix argument bug for completion.
9774 * org-remember.el (org-remember-apply-template): Set local
9775 variable `auto-save-visited-file-name' instead of global one.
9777 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9779 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
9780 (org-agenda-get-todos): Mark file tags as inherited.
9781 (org-agenda-list): Always search diary lines for a time.
9783 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9785 * org-feed.el: New file.
9787 * org-exp.el (org-export-as-html): Close local lists depending on
9788 indentation, also when starting a table.
9790 * org-remember.el (org-remember-backup-directory)
9791 (org-remember-backup-name): New internal variable.
9793 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9795 * org-clock.el (org-clock-out-if-current): Make buffer detection
9796 work in indirect buffers as well.
9798 * org.el (org-emphasis-regexp-components): Add the exxclamation
9799 mark to the post-emphasis characters.
9801 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9803 * org.el (org-read-date-minibiffer-septup-hook): New hook.
9804 (org-read-date): Run the new hook.
9806 * org-mac-message.el (org-mac-flagged-mail): New group.
9807 (org-mac-mail-account): New variable.
9808 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
9811 * org-remember.el (org-remember-backup-directory): New variable.
9812 (org-remember-apply-template): Write file to backup directory.
9814 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9816 * org-mouse.el (org-mouse-todo-menu): New function.
9817 (org-mouse-todo-keywords): Function removed.
9818 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
9820 * org-table.el (org-table-beginning-of-field)
9821 (org-table-end-of-field): New commands.
9822 (org-table-previous-field, org-table-beginning-of-field):
9823 Better error messages.
9824 (orgtbl-setup): Include `M-a' and `M-e'.
9826 * org.el (org-backward-sentence, org-forward-sentence):
9829 * org-colview.el (org-colview-initial-truncate-line-value):
9831 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
9832 (org-columns): Remember the value of `truncate-lines'.
9834 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
9836 (org-columns-remove-overlays): Restore the value of
9838 (org-columns): Remember the value of `truncate-lines'.
9840 * org.el (org-columns-skip-arrchived-trees): New option.
9842 * org-agenda.el (org-agenda-export-html-style): Define color for
9843 org-agenda-done face.
9844 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
9845 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
9847 * org.el (org-scan-tags): Use the new face.
9849 * org-faces.el (org-agenda-done): New face.
9851 * org.el (org-scan-tags): Test the value org
9852 `org-tags-match-list-sublevels'.
9853 (org-tags-match-list-sublevels): New allowed value: indented.
9855 * org-latex.el (org-export-latex-make-header): Apply macros
9858 * org-exp.el (org-export-apply-macros-in-string): New function.
9860 * org-latex.el (org-export-latex-list-parameters): Fix bug
9861 with the definition of a checked box.
9863 * org-clock.el (org-clock-find-position): Fix drawer indentations.
9865 * org-latex.el (org-export-latex-low-levels): More options
9866 for how to process lower levels in LaTeX.
9867 (org-export-latex-subcontent): Better treatment for lists as a
9868 means of publishing lower levels.
9870 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9872 * org.el (org-set-font-lock-defaults): Use new checkbox face.
9874 * org-faces.el (org-checkbox): New face.
9876 * org-exp.el (org-export-html-preprocess): Only create LaTeX
9877 fragement images if there is an export file.
9879 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9881 * org-agenda.el (org-stuck-projects): Document that the subtree of
9882 projects that are not stuck will now be searched for stuck
9884 (org-agenda-skip-entry-when-regexp-matches)
9885 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
9886 (org-agenda-list-stuck-projects):
9887 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
9889 * org-latex.el (org-export-latex-preprocess):
9890 Improve export of verses.
9892 * org-exp.el (org-export-as-html): Implement centering as a div
9893 rather than a paragraph. Do a better job with line-end in verse
9896 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9898 * org.el (org-open-at-point): Fix tags searches by mouse click.
9900 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9902 * org-latex.el (org-export-latex-preprocess): Implement the
9905 * org-exp.el (org-export-mark-blockquote-verse-center):
9906 Rename from `org-export-mark-blockquote-and-verse'.
9907 (org-export-as-html): Implement the centering markup.
9909 * org-latex.el (org-export-latex-tables): Fix vertical
9912 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9914 * org.el (org-read-date-history): New variable.
9915 (org-read-date): Use new history variable.
9916 (org-toggle-heading): Fix bug when used before first headline.
9917 (org-store-log-note): Remove drawer if empty while note is
9919 (org-remove-empty-drawer-at): New function.
9920 (org-check-after-date): New command.
9921 (org-sparse-tree): New sparse tree command "a".
9923 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
9925 2009-08-06 Bastien Guerry <bzg@altern.org>
9927 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
9928 column and a space, not only a column.
9930 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9932 * org-latex.el (org-export-latex-emphasis-alist):
9933 Better defaults for verbose emphasis.
9934 (org-export-latex-emph-format): New function.
9935 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
9937 * org-agenda.el (org-agenda-menu): Add new commands to menu.
9938 (org-agenda-do-date-later, org-agenda-do-date-earlier)
9939 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
9940 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
9943 * org.el (org-timestamp-change): Move end-time along with start
9946 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9948 * org-exp.el (org-export-target-internal-links)
9949 (org-export-as-html): Protect links specified as #name.
9951 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9953 * org.el (org-clone-subtree-with-time-shift): New command.
9955 * org-latex.el (org-export-latex-special-chars)
9956 (org-export-latex-treat-sub-super-char): Fix subscript export.
9958 * org-exp.el (org-create-multibrace-regexp): Do not add
9959 backslashes to the class.
9961 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9963 * org-colview.el (org-columns-map): Better functions for moving up
9964 and down a row, even if `truncate-line' is nil.
9966 * org.el (org-insert-todo-heading): Make sure the keyword is
9967 inserted at the correct position.
9969 * org-publish.el (org-publish-project-alist)
9970 (org-publish-projects, org-publish-org-index): Change default anme
9971 for the index of file names to "sitemap.org".
9973 * org-latex.el (org-export-latex-tables):
9974 Use `org-split-string', for Emacs 21 compatibility.
9976 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9978 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
9980 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
9982 * org-exp.el (org-export-page-description)
9983 (org-export-page-keywords): New variables.
9984 (org-export-plist-vars): Add entries for :keywords and
9986 (org-infile-export-plist): Parse for new keywords.
9987 (org-get-current-options): Add new keywords.
9988 (org-export-as-html): Publish description and keywords.
9990 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
9992 (org-agenda-add-entry-text):
9993 Honor `org-agenda-add-entry-text-descriptive-links'.
9995 * org-latex.el (org-export-latex-preprocess): Make all
9996 external preprocess functions use a PARAMETER arg.
9998 * org-exp.el (org-export-preprocess-string)
9999 (org-export-select-backend-specific-text)
10000 (org-export-format-source-code-or-example)
10001 (org-format-org-table-html): Support docbook export.
10002 (org-export-preprocess-string): Make all external preprocess
10003 functions use a PARAMETER arg.
10005 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10007 * org-exp.el (org-export-html-style-include-scripts): New option.
10008 (org-export-plist-vars): Add new option
10009 `org-export-html-style-include-scripts'.
10010 (org-export-as-html): Honor new option
10011 `org-export-html-style-include-scripts'.
10012 (org-export-html-scripts, org-export-html-style-default):
10013 Fix xml issues with the Safari browser.
10015 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10017 * org-publish.el (org-publish-attachment): Only copy file when the
10018 directories differ.
10020 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10022 * org-clock.el (org-clocktable-steps): Use inactive time stamps
10023 for clocktable steps.
10025 * org.el (org-additional-option-like-keywords): Add two more
10028 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10030 * org-exp.el (org-export-format-source-code-or-example):
10031 Mark temporary buffer unmodified, so that it will be killed even if
10032 mode like message mode has decided to assign a file name.
10034 * org.el (org-scan-tags): Improve tag inheritance.
10035 (org-scan-tags, org-make-tags-matcher): Make tag comparison
10037 (org-scan-tags): Use the internal tags list instead of creating it
10039 (org-trust-scanner-tags, org-scanner-tags): New variables.
10040 (org-scan-tags): Set `org-scanner-tags'.
10041 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
10042 (org-map-entries): Document the possible speedup using scanner
10045 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10047 * org.el (org-add-planning-info): Fix bug with looking for keyword
10050 * org-agenda.el (org-agenda-custom-commands-local-options):
10051 Add option for tags filter preset.
10052 (org-prepare-agenda): Store filter preset as a property on the
10054 (org-finalize-agenda): Call the filter, if there is a preset.
10055 (org-agenda-filter-by-tag): Filter again after clearing the
10056 filter, when there still is a preset.
10057 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
10058 Include the preset filter.
10059 (org-agenda-redo): Apply the filter again, also the preset filter.
10061 * org-exp.el (org-export-as-html): Use IDs in the correct way.
10063 * org.el (org-uuidgen-p): New funtion.
10065 * org-agenda.el (org-agenda-fontify-priorities): New default value
10067 (org-agenda-fontify-priorities): Rename from
10068 org-fontify-priorities.
10070 * org.el (org-set-font-lock-defaults):
10071 Call `org-font-lock-add-priority-faces'.
10072 (org-font-lock-add-priority-faces): New function.
10074 * org-faces.el (org-set-tag-faces): New option.
10075 (org-priority-faces): New variable.
10077 * org-exp.el (org-export-as-html): Add a "content" div around the
10078 entire content of the body tag.
10079 (org-export-html-get-bibliography): New function.
10080 (org-export-html-validation-link): New variable.
10081 (org-export-as-html): Add validation link to exported page.
10083 * org.el (org-match-sparse-tree): Rename from
10084 `org-tags-sparse-tree'.
10085 (org-tags-sparse-tree): New alias.
10087 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10089 * org.el (org-get-valid-level): Catch the case where the level
10092 * org-clock.el (org-clock-find-position): Better indentation of
10095 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10097 * org-agenda.el (org-agenda-quit): Delete window only when the
10098 frame-setup was not `current-window'.
10100 * org.el (org-tag-persistent-alist): New option.
10101 (org-startup-options): Add keyword `noptag'.
10102 (org-fast-todo-selection): Handle :newline correctly.
10103 (org-set-tags): Handle :newline correctly.
10104 (org-fast-tag-selection): Handle :newline correctly.
10106 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10108 * org-exp.el (org-export-as-ascii): Reverse link buffer before
10110 (org-export-ascii-push-links): Fix bug with pussing links into the
10113 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10115 * org-archive.el (org-archive-subtree): Do not add 1 to level if
10116 pasting at top level.
10118 * org-bbdb.el: Improve documentation.
10120 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10122 * org-list.el (org-insert-item): Only consider insert empty lines
10123 is `org-empty-line-terminates-plain-lists' is not nil.
10125 * org.el (org-blank-before-new-entry): Mention the dependence on
10126 `org-empty-line-terminates-plain-lists' in the docstring.
10128 * org-publish.el (org-publish-get-project-from-filename):
10129 New optional argument UP. Only find the top project if UP is set.
10130 (org-publish-current-project): Find the top encloding project.
10132 * org-agenda.el (org-agenda-before-write-hook)
10133 (org-agenda-add-entry-text-maxlines): New options.
10134 (org-write-agenda): Run the new hook in the temporary buffer.
10135 (org-agenda-add-entry-text): New function.
10136 (org-write-agenda): Implement PDF export, using ps2pdf.
10138 * org.el (org-global-properties-fixed, org-global-properties):
10139 Improve documentation string.
10141 * org-exp.el (org-export-ascii-links-to-notes): New option.
10142 (org-export-as-ascii): Handle links better.
10143 (org-export-ascii-wrap, org-export-ascii-push-links):
10146 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10148 * org-agenda.el (org-agenda): Make prefix arg optional.
10149 (org-agenda-search-headline-for-time): New option.
10150 (org-format-agenda-item):
10151 Honor `org-agenda-search-headline-for-time'.
10153 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
10156 * org.el (org-self-insert-cluster-for-undo): New option.
10157 (org-self-insert-command): Cluster undo for 20 characters.
10158 (org-self-insert-command-undo-counter): New variable.
10160 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10162 * org-exp.el (org-export-as-html): Fix problem with closing colone
10165 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10167 * org-latex.el (org-export-as-latex)
10168 (org-export-latex-first-lines): Avoid modification flag when
10169 adding or removing text properties.
10170 (org-export-latex-fontify): Catch error when org-emph-alist has
10171 entries that are not defined for LaTeX export.
10173 * org-export-latex.el: Rename to org-latex.el.
10175 * org-latex.el: Rename from org-export-latex.el.
10177 * org.el (orgstruct++-mode): New function.
10178 (turn-on-orgstruct++): Call `orgstruct++-mode'.
10179 (org-context-p): Allow detecting item context after the first line
10181 (orgstruct-make-binding): Detect if item-body context should be
10183 (orgstruct-is-++): New variable.
10184 (org-add-planning-info): Catch the case when there is no planning
10185 info yet and the call does not want to add anything, only maybe
10186 tries to remove something.
10187 (org-special-ctrl-a/e): All value to be a cons cell with separate
10188 settings for `C-a' and `C-e'.
10189 (org-beginning-of-line, org-end-of-line): Honor separate values
10190 for `C-a' and `C-e'.
10192 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
10194 * org.el (org-reload): New command.
10196 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
10198 * org-gnus.el (org-gnus-store-link): Fix bug where
10199 org-gnus-store-link used wrong subject when called in an article
10200 buffer. Patch provided by fengli AT gmail DOT com.
10202 2009-03-13 D. Goel <deego3@gmail.com>
10204 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
10205 replace ls by (values-list ls).
10207 2009-02-20 Carsten Dominik <dominik@science.uva.nl>
10209 * org-remember.el (org-remember-apply-template): Turn off ido for
10212 * org.el (org-priority): Also find invisible headings, for remote
10214 (org-completing-read-no-ido): New function.
10215 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
10217 * org-colview.el (org-columns-edit-value): No special treatment of
10220 2009-02-19 Carsten Dominik <dominik@science.uva.nl>
10222 * org.el (org-block-todo-from-children-or-siblings):
10223 Use `org-up-heading-all' so that this will work correctly with hidden
10224 property drawers and entries.
10225 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
10226 falling back to normal, default command.
10227 (org-get-location): Temporarily turn off special behavior.
10229 2009-02-13 Glenn Morris <rgm@gnu.org>
10231 * org-rmail.el (rmail-show-message): Restore argument list to the
10232 declaration now that this functions behaves in Emacs 23 as in 22.
10234 2009-02-12 Glenn Morris <rgm@gnu.org>
10236 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
10238 2009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
10240 * org-footnote.el (org-footnote-action): Fix doc typo.
10242 2009-02-06 Carsten Dominik <dominik@science.uva.nl>
10244 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
10245 text before first headline.
10246 (org-export-remove-or-extract-drawers): Fix regular expression for
10247 extracting drawers.
10249 * org.el (org-format-latex): Stop LaTeX fragment processing in
10250 protected examples.
10252 2009-02-05 Glenn Morris <rgm@gnu.org>
10254 * org-rmail.el (rmail-show-message): Update declaration.
10255 (rmail-buffer, rmail-view-buffer): Declare.
10256 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
10258 2009-02-04 Carsten Dominik <dominik@science.uva.nl>
10260 * org.el (org-return-follows-link): Revert setting
10261 `org-return-follows-link' to t by default.
10263 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
10265 * org.el (org-cycle-global-at-bob): Fix typo.
10267 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
10269 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
10271 * org.el (org-mode): Make dependence stuff work more reliably.
10272 (org-update-parent-todo-statistics): Fix bug with updating
10274 (org-yank-adjusted-subtrees, org-return-follows-link)
10275 (org-use-fast-todo-selection, org-tags-column): New default
10276 setting for variables.
10278 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
10279 ~ as verbatim delimiters, to avoid table bug.
10280 (org-export-latex-classes): Remove the a4paper option from the
10283 * org-exp.el (org-export-html-format-image): New argument
10284 PAR-OPEN, to fix XHTM validation bug.
10285 (org-export-as-html): Pass par-open to
10286 `org-export-html-format-image'.
10287 (org-export-html-footnotes-section): Use a more consistent id for
10290 * org-agenda.el (org-agenda-sorting-strategy)
10291 (org-agenda-tags-column): New default setting for variables, based
10292 on a poll what typical uses use.
10293 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
10294 setting the blocked tag.
10296 2009-01-31 Carsten Dominik <dominik@science.uva.nl>
10298 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
10299 only checking for blocks.
10301 * org-exp.el (org-export-html-footnotes-section): Make the div id
10304 * org-export-latex.el (org-export-latex-classes):
10305 Remove paper size option from LaTeX classes.
10307 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
10309 * org.el (org-enforce-todo-checkbox-dependencies): New option.
10310 (org-block-todo-from-checkboxes): New function.
10311 (org-todo): Make tripple prefix arg circumvent blocking.
10313 2009-01-30 Glenn Morris <rgm@gnu.org>
10315 * org-list.el (org-empty-line-terminates-plain-lists)
10316 (org-toggle-checkbox): Doc fixes.
10318 * org-table.el (org-table-clean-before-export): Fix declaration.
10320 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
10322 * org-timer.el (org-timer): Provide the timer feature.
10324 * org.el (org-require-autoloaded-modules): Add a few more files to
10325 the list of autoloaded modules.
10327 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
10329 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
10330 drawers that are unprotected.
10331 (org-export-html-format-image): Make sure inlined LaTeX fragment
10332 images remain inlined.
10334 * org.el (org-toggle-ordered-property): New function.
10335 (org-mode-map): Add a key for `org-toggle-ordered-property'.
10336 (org-org-menu): Add menu entries for TODO dependencies.
10338 * org.el (org-default-properties): Add ORDERED to the default
10339 properties, to get completion support for it.
10341 * org-list.el (org-update-checkbox-count): Update more than one cookie.
10343 * org.el (org-update-parent-todo-statistics): Update more than one
10346 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
10348 * org-agenda.el (org-agenda-get-todos): Start search from correct
10351 * org.el (org-fast-todo-selection): Make sure TODO selection does
10352 not change buffer position.
10354 * org-list.el (org-toggle-checkbox): Implement adding or removing
10355 checkboxes from line or region when called with a prefix
10358 * org-rmail.el (org-rmail-store-link): Protect the call to
10359 `rmail-narrow-to-non-pruned-header'.
10361 * org-clock.el (org-clock-special-range): Fix week display in
10364 * org-exp.el (org-get-current-options): Fix bug when in indirect
10367 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
10368 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
10369 (org-agenda-dim-blocked-tasks): New function.
10371 * org.el (org-enforce-todo-dependencies): New option.
10372 (org-block-todo-from-children-or-siblings): New function.
10374 * org-faces.el (org-agenda-dimmed-todo-face): New face.
10376 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
10378 * org.el (org-todo): Return correct state type even if the blocker
10380 (org-modifier-cursor-error): Rename from
10381 `org-shiftcursor-error'.
10382 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10383 (org-shiftmetadown): Call `org-modifier-cursor-error'.
10385 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
10386 to get real errors from the blocker hook.
10388 * org.el (org-shiftselect-error, org-call-for-shift-select):
10390 (org-set-visibility-according-to-property): Turn off the setting
10391 of `org-show-entry-below', to avoid overruling a FOLDED visibility
10394 * org.el (org-support-shift-select): New option.
10395 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
10396 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
10397 selection outside contexts.
10399 * org-list.el (org-at-item-bullet-p): New function.
10401 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
10404 * org-footnote.el (org-footnote-normalize): Remove unnecessary
10406 (org-insert-footnote-reference-near-definition):
10407 Remove unnecessary let form.
10409 2009-01-26 Carsten Dominik <dominik@science.uva.nl>
10411 * org-export-latex.el (org-export-as-latex):
10412 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
10413 (org-export-latex-first-lines): New parameter OPT-PLIST.
10415 * org.el (org-yank): Tell `delete-selection-mode' about
10418 * org-faces.el (org-clock-overlay): Fix face definition.
10420 * org-export-latex.el (org-export-latex-first-lines):
10421 Pass timestamp and footnote parameters to the preprocessor.
10423 * org-exp.el (org-export-remove-timestamps): Do not remove time
10424 stamps inside tables.
10426 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10428 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
10430 * org.el (org-agenda-tags-todo-honor-ignore-options):
10433 * org-table.el (org-table-insert-hline): Fix typo in fuction call
10434 to `backward-char'.
10436 * org-exp.el (org-export-as-html): Remove the initial space from
10439 * org.el (org-scan-tags):
10440 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
10442 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
10443 New customization groups.
10444 (org-agenda-tags-todo-honor-ignore-options): New option.
10445 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
10447 (org-agenda-get-todos):
10448 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
10450 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10452 * org-exp.el (org-export-format-source-code-or-example):
10453 Escape HTML characters also in examples that anre not treated with
10454 htmlize. Also, just switch to EXAMPLE processing if we do not
10455 have a good version of htmlize.
10457 * org-rmail.el: Fix copyright notice.
10459 * org.el (org-activate-footnote-links): Improve footnote link
10462 * org-footnote.el (org-footnote-normalize): Fix finding the end of
10463 a footnote definition at the end of the file.
10465 * org-table.el (org-table-get-specials): Add an imagined hline at
10466 the end of the table. This can be useful for references that want
10467 to go to the end of the table. Also fix bug when computing last
10468 row constants, in tables that do not start right at the right
10470 (org-table-eval-formula): Match and replace remove references.
10471 (org-table-formula-substitute-names): Make sure that names inside
10472 a "remote" call are left alone, the will be replaced later when
10473 the remote call is handled.
10474 (org-table-convert-refs-to-rc): Do not convert things that might
10475 look like a reference, but are really part of an ID or namei n a
10477 (org-table-get-remote-range): New function.
10479 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10481 * org-faces.el (org-clock-overlay): Fix bug in face definition.
10483 * org-clock.el (org-clock-put-overlay): Use new face instead of
10484 `secondary-selection'.
10486 * org-faces.el (org-clock-overlay): New face.
10488 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10490 * org-exp.el (org-get-current-options): Include the option for
10491 publishing time stamps.
10493 * org.el (org-toggle-heading): Rename from
10494 `org-toggel-region-headings'.
10495 No longer needs a region defined, but will use it if there is one.
10496 (org-ctrl-c-star): Simplify, relying more on the internal
10497 workings of `org-toggle-heading'.
10498 (org-toggle-item): Rename from `org-toggle-region-items'.
10499 No longer needs a region defined, but will use it if there is one.
10500 (org-ctrl-c-minus): Simplify, relying more on the inernal
10501 workings of `org-toggle-item'.
10503 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
10504 environment detection. Also, do real changes only in unprotected
10507 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10509 * org-export-latex.el (org-export-latex-quotation-marks):
10510 Use `org-if-unprotected-1'.
10511 (org-export-latex-set-initial-vars): Check for class definition in
10514 * org-macs.el (org-if-unprotected-1): New macro.
10516 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10518 * org-compat.el (org-count-lines): New function.
10520 * org-exp.el (org-export-format-source-code-or-example):
10521 Handle switches related to text areas.
10523 * org.el (org-activate-footnote-links): Don't allow match inside a
10526 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
10528 * org-export-latex.el (org-export-latex-links): Keep a relative
10529 path relative also after export.
10531 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
10533 * org.el (org-make-tags-matcher): Never use IDO for completing the
10534 tags matcher match string.
10535 (org-completing-read): Also remove the special biding for "?".
10537 * org-attach.el (org-attach-allow-inheritance): New option.
10538 (org-attach-inherited): New variable.
10539 (org-attach-dir): Handle properties related to the attachment
10541 (org-attach-check-absolute-path): New function.
10542 (org-attach-set-directory, org-attach-set-inherit): New commands.
10543 (org-attach): Accommodate the new commands in the dispatcher.
10545 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10547 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
10548 `window-full-width-p'.
10550 * org-exp.el (org-export-as-html): Only check for images files
10551 that really can be inlined.
10553 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
10554 list of extensions to be a parameter.
10556 * org-exp.el (org-export-html-inline-image-extensions):
10559 * org-agenda.el (org-prepare-agenda):
10560 Use `org-agenda-block-separator'.
10561 (org-agenda-block-separator): New option.
10563 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10565 * org-export-latex.el (org-export-latex-tables):
10566 Call `org-table-clean-before-export' with the new optional argument.
10568 * org-exp.el (org-table-clean-before-export): New optional
10569 parameter MAYBE-QUOTED, allows for quoted characters like \# in
10572 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10574 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
10577 * org-colview.el (org-colview-construct-allowed-dates):
10578 Better error catching when a date/time property does not have allowed
10581 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
10582 Better error catching when a date/time property does not have
10583 allowed values defined.
10585 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10587 * org.el (org-map-entries): Restore point and restriction after
10590 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10592 * org.el (org-time=, org-time<, org-time<=, org-time>)
10593 (org-time>=, org-time<>): Make sure both values are dates.
10595 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10597 * org-archive.el (org-extract-archive-heading): Allow %s for file
10598 name also in achive location heading.
10600 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10602 * org-archive.el (org-add-archive-files): Uniquify the list before
10605 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10607 * org-compat.el (org-fit-window-to-buffer):
10608 Use `window-full-width-p'.
10610 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
10611 space after the colon in short examples.
10613 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
10614 enforce a space after the colon. However, we also allow lines
10615 that are *only* a colon.
10616 (org-export-as-html): Enforce the space after the colon in short
10618 (org-export-preprocess-string): Do the colon example protection
10620 (org-export-remove-timestamps): Do not check for protection at the
10623 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10625 * org.el (org-format-latex-options): Add new matcher for single
10626 letters between dollars.
10627 (org-get-header): Function removed.
10628 (org-heading-components): New function.
10630 * org-exp.el (org-export-define-heading-targets): Record ID's also
10631 as alternative targets.
10632 (org-export-as-html): Interpret "id:" links to other files by
10633 preserving the relative path.
10635 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
10638 * org-exp.el (org-export-normalize-links): Protect the main link,
10639 to avoid special character processing.
10641 * org-export-latex.el (org-export-latex-special-keyword-regexp):
10643 (org-export-latex-special-string-regexps): Variable removed.
10644 (org-export-latex-keywords): Use the new regexp.
10646 * org-exp.el (org-export-handle-include-files): Fetch switches and
10647 put them into the BEGIN statement.
10649 * org-timer.el (org-timer-mode-line-string): New variable.
10651 * org-clock.el (org-clock-mode-line-map): Rename from
10652 `org-clock-mode-map'.
10653 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
10654 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
10655 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
10656 (org-clock-remove-overlays): Rename from
10657 `org-remove-clock-overlays'.
10659 * org-timer.el (org-timer-pause-or-continue): Implement stopping
10660 and mode line display.
10661 (org-timer-stop): New command.
10662 (org-timer-seconds): Return correct time when timer is paused.
10663 (org-timer-mode-line-timer): New variable.
10664 (org-timer-set-mode-line, org-timer-update-mode-line):
10667 * org.el (org-insert-heading): Handle new value `auto' for
10668 `org-blank-before-new-entry'.
10669 (org-org-menu): Add new items for timer functions.
10671 * org-list.el (org-insert-item): Handle new value `auto' for
10672 `org-blank-before-new-entry'.
10674 * org.el (org-blank-before-new-entry): New value `auto', made
10677 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10679 * org-exp.el (org-export-normalize-links): If the link is also
10680 used as the description, protect the description.
10682 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10684 * org.el (org-closest-date): Fix bug with yearly repeats, in
10685 combination with preference of the past as it is used for deadline
10686 and scheduling search.
10688 * org-exp.el (org-html-handle-time-stamps): No longer check for
10689 the `org-export-with-timestamps' option, because the preprocesser
10690 has taken care of this already.
10692 * org.el (org-entry-properties): Catch the case when this is
10693 called in a non-org-mode file.
10695 * org-export-latex.el (org-export-latex-remove-from-headlines):
10696 Variable made obsolete, also LaTeX export now uses the standard
10698 (org-export-as-latex): Add the timestamps parameter to the
10699 preprocessor parameter list.
10700 (org-export-latex-content): Export the remaining keywords without
10701 considering to remove them.
10702 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
10703 Use bold font instead of tt font for the keywords.
10704 (org-export-latex-fontify-headline): Format headlines, assuming
10705 that all keywords still present should be published.
10706 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
10707 publish what ever remains of the time stamps.
10708 (org-export-latex-list-parameters): New option.
10709 (org-export-latex-lists): Pass additional parameters to the list
10712 * org-exp.el (org-export-preprocess-string): Remove clock lines
10713 and timestamps already in the preprocesor.
10714 (org-export-remove-timestamps, org-export-remove-clock-lines):
10716 (org-export-as-ascii, org-export-as-html): Add the timestamps
10717 parameter to the preprocessor parameter list.
10719 * org-list.el (org-list-parse-list): Parse for checkboxes.
10720 (org-list-to-generic): Introduce and handle new parameters :cbon
10722 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
10723 Add optional parameter PARAMS.
10725 * org-export-latex.el (org-export-latex-special-chars):
10726 Fix problems with interpreting dollar signs.
10727 (org-inside-latex-math-p): New function.
10728 (org-export-latex-preprocess): Protect all the math fragments.
10730 * org.el (org-latex-regexps): Allow a dash after a dollar.
10732 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
10733 mark after copying.
10735 * org-agenda.el (org-run-agenda-series): Have series options set
10736 when finalizing the agenda.
10738 * org-exp.el (org-export-format-source-code-or-example):
10739 Protect the converted examples.
10741 * org.el (org-set-regexps-and-options): Fix the regexp
10742 `org-complex-heading-regexp'.
10744 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10746 * org.el (org-edit-src-get-label-format): New function.
10747 (org-coderef-label-format): New option.
10748 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
10749 a label format specification and make sure it is used in the edit
10751 (org-edit-src-get-label-format): New function.
10752 (org-store-link): Handle new coderef formats.
10753 (org-link-search): Handle new coderef formats.
10755 * org-footnote.el (org-footnote-create-definition)
10756 (org-footnote-goto-local-insertion-point): Make footnote insertion
10757 work correctly when the "Footnotes" headline is the last line in
10760 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
10763 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10765 * org-w3m.el (org-w3m): New customization group.
10766 (org-w3m-deactivate-mark): New option.
10767 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
10770 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10772 * org.el (org-set-font-lock-defaults): Trigger footnote
10774 (org-activate-footnote-links): New function.
10775 (org-activate-links): New entry `footnote'.
10777 * org-faces.el (org-footnote): New face.
10779 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10781 * org-macs.el (org-re): Handle the [:word:] class.
10783 * org-exp.el (org-export-preprocess-string):
10784 Call `org-export-protect-colon-examples'.
10785 (org-export-protect-colon-examples): Rename from
10786 `org-export-protect-examples', and scope limited to lines starting
10789 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10791 * org-exp.el (org-export-preprocess-string): Move the preprocess
10792 hook to after turning on Org-mode.
10793 (org-export-preprocess-after-include-files-hook)
10794 (org-export-preprocess-after-tree-selection-hook)
10795 (org-export-preprocess-before-backend-specifics-hook)
10796 (org-export-preprocess-final-hook): New hooks.
10797 (org-export-preprocess-string): Run the new hooks.
10799 * org.el (org-ctrl-c-minus): Fix indentation for new items.
10801 * org-footnote.el: New file.
10803 * org.el (org-footnote): Require footnote code.
10804 (org-startup-options): Add new footnote options.
10805 (org-mode-map): New keybindig for footnotes.
10806 (org-ctrl-c-ctrl-c): Add function at footnotes.
10807 (org-org-menu): New menu entries for footnotes.
10809 * org-export-latex.el (org-export-as-latex): Pass footnote
10810 variable to preprocessor.
10811 (org-export-latex-preprocess): Treat multiple references to a
10814 * org-exp.el (org-export-preprocess-string):
10815 Call `org-footnote-normalize'.
10816 (org-export-as-ascii, org-export-as-html): Pass footnote variable
10818 (org-export-as-html): Treat multiple references to a footnote.
10820 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
10822 * org-export-latex.el (org-export-latex-links): Handle coderef
10825 * org.el (org-bracket-link-analytic-regexp++): New variable.
10826 (org-make-link-regexps):
10827 Initialize `org-bracket-link-analytic-regexp++'.
10828 (org-store-link): Implement special case in edit-src buffer.
10829 (org-insert-link): No use of ide to insert stored links.
10830 (org-link-search): Implement special case for coderefs.
10832 * org-exp.el (org-export-html-scripts): New constant.
10833 (org-export-html-style-default): Add a new style for highlighted
10835 (org-export-code-refs): New variable.
10836 (org-export-preprocess-string): Initialize `org-export-code-refs'.
10837 Call `org-export-replace-src-segments-and-examples'
10838 No longer call `org-export-protect-examples'.
10839 (org-export-target-internal-links): Take care of coderef targets.
10840 (org-export-last-code-line-counter-value): New variable.
10841 (org-export-replace-src-segments-and-examples): Rename from
10842 `org-export-replace-src-segments', and modified.
10843 (org-export-format-source-code-or-example): Rename from
10844 `org-export-format-source-code'.
10845 (org-export-number-lines): New function.
10846 (org-export-as-ascii, org-export-as-html): Handle coderef links.
10848 2009-01-23 Glenn Morris <rgm@gnu.org>
10850 * org-rmail.el (rmail-narrow-to-non-pruned-header):
10851 Remove declaration of deleted function.
10853 2009-01-16 Glenn Morris <rgm@gnu.org>
10855 * org-mouse.el (org-mouse-show-context-menu):
10856 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
10857 mouse-major-mode-menu.
10859 2008-12-23 Carsten Dominik <dominik@science.uva.nl>
10861 * org-remember.el (org-remember-handler): Safer way to get a new
10862 buffer accessing the target file.
10864 * org.el (org-refile-get-location): Handle case of current buffer
10865 not having a file associated with it.
10867 2008-12-22 Carsten Dominik <dominik@science.uva.nl>
10869 * org-table.el (org-table-get-formula): Only ask to overwrite
10870 field formula if there really is one.
10872 2008-12-21 Carsten Dominik <dominik@science.uva.nl>
10874 * org-export-latex.el (org-export-latex-make-header): Double the
10875 commenting % in the time stamp format.
10876 (org-export-latex-special-chars): Handle case where there is no
10879 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
10881 * org.el (org-get-refile-targets, org-refile-get-location):
10882 Use expanded file name to improve comparison.
10884 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
10886 * org.el (org-scan-tags): Rescan for tags, to get the correct
10887 upcase/downcase stuff. This slows things down for now, but it
10889 (org-mode): Make sure the tag-faces regexp is initialized.
10891 * org-export-latex.el (org-export-latex-links): Fix bug with
10894 * org-table.el (org-table-get-specials):
10895 Set `org-table-current-last-data-line'.
10896 (org-table-current-last-data-line): New variable.
10897 (org-table-insert-column, org-table-delete-column)
10898 (org-table-move-column, org-table-fix-formulas):
10899 Call `org-table-fix-formulas' a second time to fix the $LR references.
10900 (org-table-get-specials): Add the $LR references to the tables.
10901 (org-table-get-formula): Do not offer last-row names as LHS of
10904 * org.el (org-store-link): Capture link description from
10905 `org-id-store-link'.
10907 * org-exp.el (org-export-html-format-image): Add the / to the end
10909 (org-export-format-source-code): Surround example by empty lines,
10910 to make sure it will not be inside a paragraph.
10912 * org.el (org-ido-switchb): New function.
10914 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
10916 * org-agenda.el (org-agenda-show): New prefix argument
10919 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
10922 2008-12-20 Glenn Morris <rgm@gnu.org>
10924 * org.el (org-org-menu): Fix some more menu entries.
10926 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
10928 * org-table.el (org-table-get-specials): Revert introduction of @0
10929 as reference of the last table row, because of conflicts.
10931 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
10932 argument, get the current tags directly.
10933 (org-agenda-set-tags): Leave getting current tags to
10934 `org-agenda-change-all-lines'.
10936 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
10938 * org.el (org-org-menu): Do not quote the set-tags command.
10940 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
10942 * Fix typos in comments and docstrings throughout Org-mode.
10944 * org.el (org-get-outline-path): Fix bug if level is not given.
10946 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
10948 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10950 * org.el (org-refile): Avoid refiling to within the region to be
10953 * org-export-latex.el (org-export-latex-special-chars):
10954 Replace special characters also in tables.
10956 * org-agenda.el (org-agenda-change-all-lines): New argument
10958 (org-agenda-set-tags): Get the new tags and pass them to
10959 `org-format-agenda-item'.
10961 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10963 * org-export-latex.el (org-export-latex-classes): Add longable as
10964 a default package to all classes.
10965 (org-export-latex-tables): Handle the longtable attribute and the
10968 * org-table.el (orgtbl-to-generic): Handle tables that start with
10971 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
10972 \verb for colde-like snippets.
10973 (org-export-as-latex): Fix issues with region export.
10975 * org.el (org-up-heading-safe): Speed up function by using a
10976 direct regexp search.
10977 (org-olpa): New variable.
10978 (org-get-outline-path): Speed-up path constructions in cases where
10979 this is possible because the entire hierarchy is scanned anyway.
10980 (org-refile-get-location): Don't compare the truenames of files,
10982 (org-goto-max-level): New option.
10983 (org-goto): Use `org-goto-max-level'.
10985 2008-12-16 Tassilo Horn <tassilo@member.fsf.org>
10987 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
10988 Strip angle brackets from message-ids in the former and don't do
10990 (org-gnus-follow-link): Open summary reliable, even if the last
10991 messages were deleted, and handle empty groups, too.
10993 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
10995 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
10996 instead of \texttt for the =...= and ~===~ emphasis environments.
10997 (org-export-as-latex): Remove any old :org-license-to-kill text
10999 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
11000 (org-export-latex-make-header): Add some hard space after the
11002 (org-export-latex-first-lines): Accept RBEG argument.
11003 Mark exported text so that it will be excuded in further steps.
11005 * org-table.el (org-table-get-specials): Make @0 reference the
11006 last line in a table.
11007 (org-table-recalculate): Improve docstring.
11009 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
11011 * org.el (org-log-done): Fix docstring.
11013 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
11015 * org-exp.el (org-export-html-format-image): Fix bugs.
11017 * org-export-latex.el (org-export-latex-tables)
11018 (org-export-latex-links): Implement attribute, label, and caption
11021 * org-exp.el (org-export-html-style-default): Add style
11022 definitions for the figure div.
11023 (org-export-preprocess-string, org-export-as-html):
11024 Implement attribute, label, and caption handling.
11025 (org-export-attach-captions-and-attributes): New function.
11026 (org-export-html-format-image): New function.
11027 (org-format-org-table-html): Implement attribute, label, and
11030 * org.el (org-find-text-property-in-string): New function.
11031 (org-extract-attributes): Use the property org-attr instead of
11032 org-attrobutes, because this property is now set with the #+ATTR
11035 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
11037 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
11038 the case that FROM is nil.
11040 * org.el (org-before-first-heading-p): New function.
11042 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
11044 * org-exp.el (org-export-as-html): Do not add a space before
11045 enforces line breaks.
11046 (org-export-as-html): Close paragraph before blockquote and verse
11049 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
11051 * org-id.el (org-id-locations-file): Wrap file name with
11052 `convert-standard-filename'.
11053 (org-id-files): New variable.
11054 (org-id-use-hash): New option.
11055 (org-id-update-id-locations): Also search in all files current
11056 listed in `org-id-files'. Convert the resulting alist to a hash
11057 if the user customation says so.
11058 (org-id-locations-save): Handle he case if `org-id-locations' is a
11060 (org-id-locations-load): Convert the alist to a hash.
11061 (org-id-add-location): Handle the hast case.
11062 (kill-emacs-hook): Make sure id locations are saved when Emacs is
11064 (org-id-hash-to-alist, org-id-alist-to-hash)
11065 (org-id-paste-tracker): New functions.
11067 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11069 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
11070 bindings of calendar variables.
11072 * org-table.el (org-table-find-row-type): Rename from
11073 `org-find-row-type'.
11074 (org-table-rewrite-old-row-references): Rename from
11075 `org-rewrite-old-row-references'.
11076 (org-table-shift-refpart): Rename from `org-shift-refpart'.
11077 (org-table-cleanup-narrow-column-properties): Rename from
11078 `org-cleanup-narrow-column-properties'.
11080 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11082 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
11083 for better error messages.
11084 (org-table-get-descriptor-line): Supply the new arguments to
11085 `org-find-row-type'.
11086 (org-table-error-on-row-ref-crossing-hline): New option.
11088 * org.el (org-target-link-regexp): Make buffer-local.
11089 (org-move-subtree-down): Fix bug with trees at beginning of
11092 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11094 * org-faces.el (org-set-tag-faces): New function.
11095 (org-tags-special-faces-re): New variable.
11097 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
11099 * org-faces.el (org-tag-faces): New option.
11100 (org-tag): Mention `org-tag-faces' in the docstring.
11102 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11104 * org-exp.el (org-export-html-style-default): Implement new
11107 * org-jsinfo.el (org-infojs-template): Implement new quoting.
11109 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
11110 command to the `w3m-minor-mode-map'.
11112 * org-archive.el (org-archive-to-archive-sibling):
11113 Protect `this-command' to avoid appending kills during archiving.
11115 * org-exp.el (org-export-with-priority): New variable.
11116 (org-export-add-options-to-plist): Use `org-export-plist-vars'
11117 instead of internal list of strings and properties.
11118 (org-print-icalendar-entries): Retrieve the location property with
11121 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11123 * org-exp.el (org-export-with-todo-keywords): New option.
11124 (org-export-plist-vars): Include also the keys for the #+OPTIONS
11126 (org-default-export-plist, org-export-add-options-to-plist)
11127 (org-export-as-ascii, org-export-as-html): Use the new structure
11128 of `org-export-plist-vars'.
11130 * org.el (org-map-entries): Return all values.
11132 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11134 * org.el (org-matcher-time): Recognize more special values.
11136 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
11138 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11140 * org.el (org-tags-exclude-from-inheritance): New option.
11141 (org-tag-inherit-p, org-remove-uniherited-tags):
11142 Respect `org-tags-exclude-from-inheritance'.
11144 * org-agenda.el (org-agenda-show-inherited-tags): New option.
11145 (org-format-agenda-item): Add inherited tags to the agenda line
11146 string, and make sure that properties are kept when downcasing the
11148 (org-agenda-add-inherited-tags): New function.
11149 (org-downcase-keep-props): New function.
11151 * org.el (org-scan-tags): Mark inherited tags with a text
11153 (org-get-tags-at): Mark inherited tags with a text property.
11154 (org-add-prop-inherited): New function.
11156 * org-agenda.el (org-agenda-add-inherited-tags): New function.
11157 (org-agenda-show-inherited-tags): New option.
11159 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11161 * org.el (org-modules): Add org-w3m to the default modules.
11163 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
11165 (orgtabl-create-or-convert-from-region): New command.
11167 * org-exp.el (org-export-as-ascii): Remove the handling of
11169 (org-export-ascii-preprocess): Handle targets already in this
11172 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11174 * org-timer.el (org-timer-start-time): Define this variable.
11175 (org-timer-item): Make argument optional.
11177 * org-list.el (org-insert-item): Automatically insert a timer item
11178 if the current list is a timer list.
11180 * org-timer.el: New file.
11182 * org-publish.el (org-publish-org-index): Only exclude the index
11183 file in the main directory from being added to the site-map.
11184 (org-publish-get-project-from-filename): If the current project is
11185 a component, start publishing from the parent project.
11187 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
11189 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
11191 * org-publish.el (org-publish-org-index): Improve removal of
11194 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
11196 * org-agenda.el (org-get-closed): Re-apply changes
11197 accidentially overwritten by last commit to Emacs.
11199 * org.el (org-outline-path-complete-in-steps): New option.
11200 (org-refile-get-location):
11201 Honor `org-outline-path-complete-in-steps'.
11202 (org-agenda-change-all-lines, org-tags-sparse-tree)
11203 (org-time-string-to-absolute, org-small-year-to-year)
11204 (org-link-escape): Re-apply changes accidentially overwritten
11205 by last commit to Emacs.
11207 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11209 * org-clock.el (org-dblock-write:clocktable): Make sure the
11210 clocktable sees the first line.
11211 (org-clock-in): Warn if the clock cannot be resumed.
11213 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11215 * org.el (org-open-at-point): Fix mixup about interactive and
11216 non-interactive elisp links.
11218 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11220 * org-exp.el (org-export-preprocess-string): Allow one comment
11221 line before the first headline to always be included. This is
11222 to not miss a commented target.
11224 * org-mouse.el (org-mouse-insert-item):
11225 Call `org-indent-to-column' instead of `indent-to', for XEmacs
11228 * org.el (org-refile-targets): Fix customize definition so
11229 that it works also in XEmacs.
11230 (org-fixup-indentation): Call `org-indent-to-column' instead
11231 of `indent-to', for XEmacs compatibility.
11233 2008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
11235 * org-mew.el (org-mew-store-link): Get the correct case folder
11236 for refiled messages.
11238 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11240 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
11241 line break indicators.
11243 * org.el (org-ido-completing-read): Remove the "i:" prefix for
11244 ido-completion propts.
11246 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11248 * org-remember.el (org-remember-apply-template):
11249 Use `org-substring-no-properties'.
11251 * org-compat.el (org-substring-no-properties): New function.
11253 * org-remember.el (org-remember-apply-template):
11254 Use `org-substring-no-properties' for compatibility.
11256 * org-list.el (org-list-two-spaces-after-bullet-regexp):
11258 (org-fix-bullet-type):
11259 Respect `org-list-two-spaces-after-bullet-regexp'.
11261 * org-clock.el (org-clock-load): Clean up the code.
11263 * org.el (org-adaptive-fill-function): Allow two spaces after
11264 "1." as a list bullet.
11266 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11268 * org-clock.el (org-clock-save, org-clock-load): Check for
11269 live buffers, existing files, and buffer file names to ensure
11270 consistent information.
11271 (org-clock-persist): Make `clock' a special value of this
11272 variable, and improve docstring.
11274 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
11275 (org-get-string-indentation): Adapt indentation when the bullet
11278 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11280 * org-remember.el (org-remember-finalize): Make interactive.
11281 (org-remember-kill): New command.
11282 (org-remember-finish-immediately): Call `org-remember-finalize'
11284 (org-remember-finalize): Make `org-remember-finalize' an interactive
11287 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11289 * org-remember.el (org-remember-apply-template): No ido completion
11290 for free prompts in remember templates.
11291 (org-remember-before-finalize-hook): New hook.
11292 (org-remember-mode): New minor mode.
11293 (org-remember-apply-template): Turn on `org-remember-mode'.
11295 * org-remember.el (org-remember-apply-template): Fix the way how
11296 the list of allowed properties is retrieved from the target file.
11298 * org.el (org-insert-link): Improve file link matching.
11300 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11302 * org-colview.el (org-columns-display-here): New argument
11303 DATELINE, to trigger using the new face.
11304 (org-agenda-colview-summarize): Call `org-columns-display-here'
11305 with the new argument.
11307 * org-faces.el (org-agenda-column-dateline): New face.
11309 * org-publish.el (org-publish-org-index): Use index-title at page
11310 title, not as section.
11312 * org-exp.el (org-export-html-format-desc): Respect the
11313 org-protect property.
11314 (org-export-as-html): Protect image specifiers that are in the
11315 description part of a link.
11317 * org.el (org-sort-entries-or-items, org-completing-read)
11318 (org-refile-get-location, org-olpath-completing-read, org-todo)
11319 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
11320 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
11321 (org-set-property, org-delete-property)
11322 (org-delete-property-globally): Use `org-ido-completing-read'.
11324 * org-remember.el (org-remember-apply-template):
11325 Use `org-ido-completing-read'.
11327 * org-publish.el (org-publish): Use `org-ido-completing-read'.
11329 * org-colview.el (org-columns-edit-value, org-columns-new)
11330 (org-insert-columns-dblock): Use `org-ido-completing-read'.
11332 * org-colview-xemacs.el (org-columns-edit-value)
11333 (org-columns-new, org-insert-columns-dblock):
11334 Use `org-ido-completing-read'.
11336 * org-attach.el (org-attach-delete-one, org-attach-open):
11337 Use `org-ido-completing-read'.
11339 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
11340 Use `org-ido-completing-read'.
11342 * org.el (org-time-today): New function.
11343 (org-matcher-time): Use `org-time-today'. Add special treatment
11344 for "<tomorrow>" and "<yesterday>".
11345 (org-ido-completing-read): New function.
11346 (org-completion-use-ido): New option.
11348 * org-exp.el (org-export-format-source-code): Fix bug in require
11350 (org-export-target-internal-links): Fix bug in search for text
11353 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11355 * org-export-latex.el (org-export-latex-subcontent):
11356 Interprete target aliases as additonal labels.
11358 * org-exp.el (org-export-target-aliases): New variable.
11359 (org-export-preprocess-string)
11360 (org-export-handle-invisible-targets): Fill the alias alist.
11361 (org-export-as-html): Remove the from the anchor, and also
11363 (org-html-level-start): Insert the target aliases as additonal
11366 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
11369 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11371 * org.el (org-open-at-mouse): Ensure correct link abbreviations
11372 when following a link with the mouse from the agenda.
11374 * org-exp.el (org-export-as-html): Avoid lone </div> when no
11375 headlines are created.
11377 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11379 * org.el (org-link-translation-function): New option.
11380 (org-open-at-point): Call `org-link-translation-function' if
11382 (org-translate-link): New function.
11383 (org-translate-link-from-planner): New function.
11384 (org-open-at-point): Allow interactive commands in elisp links.
11386 * org-exp.el (org-icalendar-cleanup-string): Restore the old
11387 iCalendar quoting. The new one seems to caus problems with
11390 * org.el (org-yank): Set `this-command' to `yank', so that
11391 `yank-pop' will work.
11393 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11395 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
11396 compliance as far as quoting is concerned.
11398 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
11399 hexified version of the tag.
11401 * org-vm.el (org-vm-follow-link): Require `vm-search'.
11403 * org.el (org-up-heading-safe, org-forward-same-level):
11404 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
11405 (org-back-to-heading): New wrapper around outline-back-to-heading,
11406 with a useful error message telling where the error happened.
11408 * org-list.el (org-update-checkbox-count): Always call
11409 `org-back-to-heading' instead of `outline-back-to-heading'.
11411 * org-exp.el (org-export-as-html): Make sure that each <img> tag
11412 has an `alt' attribute, to ensure XHTML validation.
11414 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
11416 * org-publish.el (org-publish-attachment): Allow publishing to
11417 overwrite attachment files.
11419 * org-agenda.el (org-agenda-timerange-leaders): New option.
11420 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
11422 * org.el (org-edit-src-exit): Untabify ASCII image before
11425 2008-11-19 Glenn Morris <rgm@gnu.org>
11427 * org.el, org-mouse.el (org-agenda-change-all-lines):
11430 2008-11-18 Carsten Dominik <dominik@science.uva.nl>
11432 * org.el ("speedbar"): Only show context if the file really is an
11435 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
11437 * org.el (org-time-string-to-absolute, org-small-year-to-year)
11438 (org-tags-sparse-tree): Fix typos in docstrings.
11440 2008-11-15 Carsten Dominik <dominik@science.uva.nl>
11442 * org-publish.el (org-publish-attachment): Allow copy-file to
11445 2008-11-13 Glenn Morris <rgm@gnu.org>
11447 * org-agenda.el (org-get-closed): Fix alias.
11449 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
11451 * org.el (org-link-escape): Fix typo in docstring.
11453 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11455 * org.el (org-yank): Make any prefix force normal yanking.
11456 Suppress folding if text would be swallowed into a folded
11458 (org-yank-folded-subtrees, org-yank): Docstring updates.
11460 * org-agenda.el (org-agenda-compare-effort): Treat no effort
11463 * org-exp.el (org-export-language-setup): Add Catalan and
11464 Esperanto language entries.
11466 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11468 * org.el (org-refile): Allow refiling of entire regions.
11470 * org-clock.el (org-clock-time%): New function.
11472 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
11473 retrieve property values.
11475 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11477 * org-agenda.el (org-agenda-list): Handle the value `only' of
11478 org-agenda-show-log'.
11479 (org-agenda-log-mode): Interpret a double prefix arg.
11481 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11483 * org-exp.el (org-export-html-footnotes-section): New variable.
11484 (org-export-as-html): Use `org-export-html-footnotes-section' to
11485 insert the footnotes.
11486 (org-export-language-setup): Add "Footnotes" to language words.
11488 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11490 * org.el (org-yank): Fix bug when not inserting a subtree.
11492 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11494 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
11495 instead of `vm-beginning-of-message'.
11497 * org.el (org-make-link-regexps): Make sure that links to gnus can
11500 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
11502 * org-attach.el (org-attach-dir): Remove duplicate ID creation
11505 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
11508 * org.el (org-link-abbrev-alist): Improve customization type.
11510 * org-attach.el (org-attach-expand-link, org-attach-expand):
11513 * org-agenda.el (org-agenda-get-progress): Rename from
11514 `org-get-closed'. Implement searching for state changes as well.
11515 (org-agenda-log-mode-items): New option.
11516 (org-agenda-log-mode): New option prefix argument, interpreted as
11517 request to show all possible progress info.
11518 (org-agenda-get-day-entries): Call `org-get-progress' instead of
11520 (org-agenda-set-mode-name): Handle the more complex log mode
11522 (org-get-closed): New alias, pointing to `org-get-progress'.
11524 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11526 * org.el (org-file-apps-defaults-gnu)
11527 (org-file-apps-defaults-macosx)
11528 (org-file-apps-defaults-windowsnt): Add an entry defining the
11530 (org-file-apps): Allow `system' as key and value.
11531 (org-open-at-point): Explain the effect of a double prefix arg.
11532 (org-open-file): If the argument `in-emacs' is (16),
11533 i.e. corresponding to a double prefix argument, try to open the
11536 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11538 * org.el (org-insert-link): Abbreviate absolute files names in
11539 links. Also, fix a bug in which the double C-u prefix would not
11542 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11544 * org.el (org-insert-heading): If buffer does not end with a
11545 newline, add one if necessary to insert headline correctly.
11547 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
11548 paragraphs, not inside.
11550 * org.el (org-todo):
11551 Quote `org-agenda-headline-snapshot-before-repeat'.
11553 * org-exp.el (org-export-as-html): Fully process link descriptions.
11554 (org-export-html-format-desc): New function.
11555 (org-export-as-html): Collect footnotes into the correct basket.
11556 (org-html-protect): No longer protect quotations marks here, this
11559 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
11562 * org-compat.el (org-fit-window-to-buffer): New function (not
11563 really, a preliminary and incomplete version was present earlier,
11566 * org.el (org-fast-todo-selection, org-fast-tag-selection):
11567 Use `org-fit-window-to-buffer'.
11569 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
11571 * org-agenda.el (org-agenda-get-restriction-and-command)
11572 (org-fit-agenda-window, org-agenda-convert-date):
11573 Use `org-fit-window-to-buffer'.
11575 * org-exp.el (org-export-as-html): Process href links through
11576 `org-export-html-format-href'.
11577 (org-export-html-format-href): New function.
11579 * org-agenda.el (org-agenda-todo): Update only the current
11580 headline if this is a repeated TODO, marked done for today.
11581 (org-agenda-change-all-lines): New argument JUST-THIS, to change
11582 only the current line.
11584 * org.el (org-todo): Take a snapshot of the headline if the
11585 repeater might change it.
11587 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11589 * org-publish.el (org-publish-find-title): Remove buffers visited
11590 only for extracting the title.
11592 * org-exp.el (org-export-html-style)
11593 (org-export-html-style-default): Mark style definitions as
11596 * org-publish.el (org-publish-validate-link):
11597 Function re-introduced.
11599 2008-11-12 Charles Sebold <csebold@gmail.com>
11601 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
11603 (org-plot-quote-timestamp-field): New function.
11604 (org-plot-quote-tsv-field): Call timestamp field function when
11605 necessary rather than just quoting as a string.
11606 (org-plot/gnuplot-to-data): Pass in timefmt property.
11607 (org-plot/gnuplot-script): Supports timefmt property.
11608 (org-plot/gnuplot): Checks for timestamp column before checking
11609 for text index column.
11611 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11613 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
11615 * org-publish.el (org-publish-org-index): Create a section in the
11617 (org-publish-org-index): Stop linking to directories.
11619 * org.el (org-emphasis-alist): Use span instead of <u> to
11622 * org-exp.el (org-export-as-html): Make sure <p> is closed before
11625 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
11627 * org-jsinfo.el (org-infojs-template): Remove language attribute
11630 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11632 * org-agenda.el (org-agenda-remove-marked-text): New function.
11633 (org-agenda-mark-filtered-text)
11634 (org-agenda-unmark-filtered-text): New functions.
11635 (org-write-agenda): Remove filtered text.
11637 * org.el (org-make-tags-matcher): Give access to TODO "property"
11638 without speed penalty.
11640 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11642 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
11644 (org-store-link-props): Make sure adding to the plist works
11647 * org-gnus.el (org-gnus-no-new-news): New function.
11648 (org-gnus-follow-link): Allow the article ID to be a message-id,
11649 in addition to allowing article numbers. Message IDs make much
11650 more roubust links.
11651 (org-gnus-store-link): Use message-id to create link.
11653 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11655 * org.el (org-emphasize): Reverse the selection array.
11656 (org-emphasis-alist): Set <code> tags for the verbatim
11659 * org-remember.el (org-remember-handler): Fix bug with
11660 prefix-related changing of the note storage target.
11662 * org-exp.el (org-print-icalendar-entries): Make the exported
11663 priorities compatible with RFC 2445.
11665 * org-clock.el (org-clock-save): Insert time stamp without
11666 dependence on time-stamp.el.
11668 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11670 * org.el ("saveplace"): If saveplace puts point into an invisible
11671 location, make it visible.
11672 (org-make-tags-matcher): Allow inactive time stamps in time
11674 (org-yank-adjusted-subtrees): New option.
11675 (org-yank): Incorporate adjusting trees.
11676 (org-paste-subtree): New argument FOR-YANK which will cause
11677 insertion at point without backing up over white lines, and leave
11678 point at the end of the inserted text. Also if the cursor is
11679 at the beginning of a headline, use the same level or the inserted
11682 * org-publish.el (org-publish-get-base-files-1): Deal correctly
11683 with broken symlinks.
11685 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
11687 * org-exp.el (org-export-select-tags, org-get-current-options):
11690 2008-11-06 Glenn Morris <rgm@gnu.org>
11692 * org-publish.el (org-publish-attachment): Use copy-file rather than
11695 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
11697 * org.el (org-columns-modify-value-for-display-function):
11698 * org-table.el (org-table-convert-region): Fix typos in docstrings.
11700 2008-10-28 Glenn Morris <rgm@gnu.org>
11702 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
11704 * org-list.el (outline-next-heading, outline-back-to-heading):
11707 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11709 * org-agenda.el (org-format-agenda-item)
11710 (org-agenda-filter-make-matcher): Make sure tags are stored and
11711 compared donwcased.
11713 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11715 * org.el (org-insert-todo-heading): Fix bug with force-heading
11718 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11720 * org-exp.el (org-export-as-ascii): Handle the case that we are
11721 bulishing from an indirect buffer.
11723 * org-table.el (org-table-copy-down): Fix bug with time stamp
11726 * org-mouse.el (org-mouse-features): New option.
11727 (org-mode-hook): Turn on features depending on
11728 `org-mouse-features'.
11730 * org.el (org-insert-heading-respect-content): Force heading
11732 (org-insert-heading): Keep the folding state of the heading before
11735 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11737 * org-archive.el (org-archive-to-archive-sibling): Handle top
11738 level headlines better.
11740 2008-10-26 Bastien Guerry <bzg@altern.org>
11742 * org-export-latex.el (org-export-latex-classes):
11743 Add \usepackage{graphicx} to the default list of packages.
11745 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11747 * org-agenda.el (org-agenda-filter): Rename from
11748 `org-agenda-filter-tags'.
11750 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11752 * org.el (org-entry-properties): Add CATEGORY property, iven if it
11753 is not defined as a property in this entry.
11754 (org-add-log-note): Mask prefix argument when immediately storing
11757 * org-agenda.el (org-agenda-filter-effort-default-operator):
11760 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
11762 * org.el (org-add-log-setup): Bugfix; code to find insertion point
11763 after drawers was skipping ahead one line too many, so notes were
11764 inserted after the first note instead of before it.
11766 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11768 * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
11770 (org-prepare-agenda): Reset the filter tags.
11771 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
11772 Show filter tags in mode line.
11774 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
11777 * org-export-latex.el (org-latex-entities-regexp): New constant.
11778 (org-export-as-pdf): Use two calls to `shell-command'.
11780 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11782 * org-export-latex.el (org-export-latex-treat-sub-super-char):
11783 Honor the {} value of the subsuperscript setting. Make sure that
11784 longer subsuperscripts are typeset in a roman font.
11786 * org.el (org-clock-update-time-maybe): Compute negative clock
11787 intervals correctly.
11789 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11791 * org.el (org-add-log-setup):
11792 Respect `org-log-state-notes-insert-after-drawers'.
11793 (org-log-state-notes-insert-after-drawers): New option.
11794 (org-todo-trigger-tag-changes): New function.
11795 (org-todo): Call `org-todo-trigger-tag-changes'.
11797 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
11799 * org.el (org-add-log-setup): Only skip drawers if they are
11800 immediately after the scheduling keywords.
11802 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
11804 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
11805 call it with the current todo state to get the state to switch to
11807 (org-clock-in): Use org-indent-line-function to indent clock lines.
11808 (org-clock-find-position): Fix indentation of empty clock drawers.
11810 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11812 * org-publish.el (org-publish-org-to): Handle case when
11813 org-export-to-pdf does return a file name, not a buffer.
11814 (org-publish-org-to-pdf): New function.
11816 * org-export-latex.el (org-export-as-pdf)
11817 (org-export-as-pdf-and-open): New commands.
11819 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
11822 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
11823 things in protexted regions.
11825 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
11827 * org-export-latex.el (org-export-latex-preprocess):
11828 Improve quoting of LaTeX environments.
11830 2008-10-19 Eli Zaretskii <eliz@gnu.org>
11832 * org.el (org-default-notes-file):
11833 * org-publish.el (org-publish-timestamp-directory):
11834 * org-id.el (org-id-locations-file): Run file names that begin
11835 with a period thru `convert-standard-filename'.
11837 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11839 * org-plot.el: Switch coding system to unix.
11841 2008-10-12 John Wiegley <johnw@newartisans.com>
11843 * org-attach.el: New file.
11845 2008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
11847 * org.el (org-edit-fixed-width-region): Exclude final newline from
11850 * org-export-latex.el (org-export-latex-subcontent): Add labels to
11851 sections, to make internal links work.
11852 (org-export-latex-fontify-headline): Do not remove all text
11853 properties, to make sure that target properties survive this
11856 * org-exp.el (org-export-preprocess-string): Change sequence of
11857 modifications, to make sure links are prepared before the LaTeX
11858 conversions do happen.
11860 * org-attach.el (org-attach-delete-all): Rename from
11861 `org-attch-delete'. Add a security query before deleting the
11862 entire directory. New optional argument FORCE can overrule the
11864 (org-attach-delete-one): New command.
11866 * org-attach.el (org-attach-file-list): Fix bug with directory.
11868 * org.el (org-apps-regexp-alist): New function.
11869 (org-file-apps): Add auto-mode to the default value.
11870 (org-open-file): Use the new structure of org-file-apps.
11872 * org-attach.el (org-attach): Support the new keys.
11873 (org-attach-method): New option.
11875 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
11878 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
11879 of the list value o `org-use-tag-inheritance'.
11881 * org-attach.el (org-attach-auto-tag): New option.
11882 (org-attach-tag, org-attach-untag): New functions.
11883 (org-attach-attach, org-attach-new, org-attach-sync):
11884 Call `org-attach-tag'.
11885 (org-attach-delete): Call `org-attach-untag'.
11887 * org-table.el (orgtbl-self-insert-command): Make this work for
11888 the keypad as well.
11890 * org.el (org-add-log-setup): Limit searc for drawers to entry
11891 text, not to subtree.
11893 * org-clock.el (org-clock-heading-for-remember): New variable.
11894 (org-clock-in): Set `org-clock-heading-for-remember'.
11896 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
11898 * org-remember.el (org-remember-apply-template): Add new
11899 expansions: %k, %K for currently clocked task and a link to the
11900 currently clocked task, and %< to file notes in the currently
11903 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11905 * org-export-latex.el (org-export-latex-make-header): Also insert
11906 the content of the property :latex-header-extra.
11908 * org-exp.el (org-infile-export-plist): Put the content of
11909 #+LATEX_HEADER: into the property :latex-header-extra.
11911 * org-colview.el (org-columns-get-format-and-top-level):
11912 Remove resetting the marker.
11914 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
11915 Remove resetting the marker.
11917 * org.el (org-entry-property-inherited-from): Improve docstring.
11918 (org-entry-get-with-inheritance): Reset marker before starting the
11921 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
11923 * org.el (org-entry-get-multivalued-property)
11924 (org-entry-protect-space, org-entry-restore-space):
11926 (org-file-apps-defaults-macosx): Let postscript files be opened by
11928 (org-time-stamp-inactive): Call `org-time-stamp'.
11929 (org-time-stamp): New argument `inactive'. Also edit inacive
11930 stamps. Convert time stamp type.
11931 (org-open-file): Interpret the `default' value for the `command'
11932 in `org-file-apps'.
11934 * org-id.el (org-id-int-to-b36-one-digit)
11935 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
11936 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
11939 * org-id.el (org-id-reverse-string): New function.
11940 (org-id-new): Use `org-id-reverse-string' to make sure the
11941 beginning chars of the ID are mutating fast. This allows to use a
11942 directory structure to spread things better.
11943 (org-id-prefix): Change default to nil.
11945 * org-list.el (org-move-item-down, org-move-item-up): Remember and
11946 restore the column of the cursor position.
11948 * org-remember.el (org-remember-apply-template): Remove properties
11951 * org-wl.el (org-wl-open): Remove useless call to
11952 `wl-thread-open-all'.
11954 * org-remember.el (org-remember-handler): Fix bug with `bottom'
11957 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
11958 `org-bbdb-anniversaries'.
11960 * org.el (org-get-next-sibling, org-forward-same-level):
11961 New functions, similar to the outline versions, but invisible headings
11964 2008-10-12 Bastien Guerry <bzg@altern.org>
11966 * org.el (org-auto-repeat-maybe): Insert a space between
11967 the timestamp's type and the timestamp itself.
11969 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11971 * org-table.el (org-table-sum): Do not format the result with %g,
11972 it does rounding when there are too many digits.
11974 * org.el (org-map-entries): Protect the keyword-selecting variables.
11976 2008-10-12 Bastien Guerry <bzg@altern.org>
11978 * org-agenda.el (org-agenda-to-appt): Make sure the function check
11979 against all agenda files.
11981 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11982 Bastien Guerry <bzg@altern.org>
11984 * org-list.el: New file, aggregating list functions from org.el
11985 and org-export-latex.el.
11987 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
11989 * org.el (org-edit-src-region-extra): New option.
11991 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
11994 2008-10-12 Bastien Guerry <bzg@altern.org>
11996 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
11998 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
12000 * org-plot.el (org-plot/gnuplot): Make tables starting with a
12001 hline work correctly.
12002 (org-plot/gnuplot-script): Put commas at the end of each script
12005 * org.el (org-get-refile-targets): Replace links with their
12007 (org-imenu-get-tree): Replace links with their descriptions.
12009 * org-remember.el (org-remember-apply-template): Add a new
12010 expansion for adding properties to remember items.
12012 * org.el (org-add-log-setup): Skip over drawers (properties,
12013 clocks etc) when adding notes.
12015 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
12016 items as well as the start and end times.
12018 * org-compat.el (org-get-x-clipboard-compat): Add a compat
12019 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
12021 * org-remember.el (org-get-x-clipboard): Use the compat
12022 function to get clipboard values when x-selection-value is
12023 unavailable. Use substring-no-properties instead of
12024 set-text-properties to remove text properties from the clipboard
12027 * org-clock.el (org-update-mode-line): Support limiting the
12028 modeline clock string, and display the full todo value in the
12029 tooltip. Set a local keymap so mouse-3 on the clock string goes to
12030 the currently clocked task.
12031 (org-clock-string-limit): Add a custom value for the maximum
12032 length of the clock string in the modeline.
12033 (org-clock-mode-map): Add a keymap for the modeline string.
12035 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
12037 * org-compat.el (org-propertize): New function.
12039 2008-10-12 Bastien Guerry <bzg@altern.org>
12041 * org-export-latex.el (org-export-latex-tables): Protect exported
12042 tables from further special chars conversion.
12043 (org-export-latex-preprocess): Preserve LaTeX environments.
12044 (org-list-parse-list): Parse descriptive lists.
12045 (org-list-to-generic, org-list-to-latex, org-list-to-html)
12046 (org-list-to-texinfo): Export descriptive lists.
12047 (org-quote-chars): Remove.
12048 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
12049 (org-export-latex-list-beginning-re): Rename to
12050 `org-list-beginning-re'.
12051 (org-list-item-begin): Rename to `org-list-item-beginning'.
12053 2008-10-12 Eric Schulte <schulte.eric@gmail.com>
12055 * org-plot.el: New file.
12057 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
12059 * org.el (org-refile): Allow refiling to the last entry in the
12061 (org-get-tags-at): Fix bug when inheritance is turned off.
12063 * org.el (org-indent-line-function): No longer check for src
12064 regions, this is too much overhead.
12066 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
12069 * org.el (org-scan-tags): Make sure that tags matching is not case
12070 sensitive. TODO keyword matching is case sensitive, however, to
12071 avoid confusion with similar words that are not meant to be
12074 * org.el (org-get-local-tags-at): New function.
12075 (org-get-local-tags): New function.
12077 * org-exp.el (org-export-get-categories): New function.
12079 * org-agenda.el (org-sorting-choice)
12080 (org-agenda-sorting-strategy, org-agenda-get-todos)
12081 (org-agenda-get-timestamps, org-agenda-get-deadlines)
12082 (org-agenda-get-scheduled, org-agenda-get-blocks)
12083 (org-entries-lessp): Implement sorting by TODO state.
12084 (org-cmp-todo-state): New defsubst.
12086 * org-colview.el (org-colview-construct-allowed-dates):
12088 (org-columns-next-allowed-value):
12089 Use `org-colview-construct-allowed-dates'.
12091 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
12093 (org-columns-next-allowed-value):
12094 Use `org-colview-construct-allowed-dates'.
12096 * org.el (org-protect-slash): New function.
12097 (org-get-refile-targets): Use `org-protect-slash'.
12099 * org-agenda.el (org-global-tags-completion-table): New variable.
12101 * org-exp.el (org-export-handle-export-tags): New function.
12102 (org-export-preprocess-string):
12103 Call `org-export-handle-export-tags'.
12105 * org-publish.el (org-publish-expand-components): Function removed.
12106 (org-publish-expand-projects): Allow components to have components.
12108 * org.el (org-indent-line-function): Do not indent in regions that
12109 are external source code.
12110 (org-yank-and-fold-if-subtree): New function.
12112 * org-agenda.el (org-agenda-todayp): New function.
12113 (org-agenda-get-deadlines, org-agenda-get-scheduled):
12114 Use `org-agenda-todayp'.
12116 * org.el (org-insert-heading-respect-content)
12117 (org-insert-todo-heading-respect-content): New commands.
12118 (org-insert-heading-respect-content): New option.
12119 (org-insert-heading): Respect `org-insert-heading-respect-content'.
12121 * org-clock.el (org-clock-find-position): Make sure the note after
12122 the clock line gets moved into the new clock drawer.
12124 * org-id.el (org-id-new): New option.
12126 * org-table.el (org-table-copy-down): Avoid overflow during
12127 increment. Use prefix argument 0 to temporarily disable the
12130 * org-exp.el (org-export-as-html): Do not turn on the major mode
12131 if the buffer will be killed anyway.
12132 (org-get-current-options): Exclude the #+TEXT field.
12133 (org-export-as-html): Make sure text before the first headline is
12136 * org-publish.el (org-publish-org-to): Tell the exporter that this
12137 buffer will be killed, so it is not necessary to do major mode
12140 * org-archive.el (org-archive-to-archive-sibling): Show empty
12141 lines after folding the archive sibling.
12143 * org.el (org-log-note-extra): New variable.
12145 2008-10-12 Bastien Guerry <bzg@altern.org>
12147 * org.el (org-additional-option-like-keywords): Add keywords for
12148 the _QUOTE, _VERSE and _SRC environments.
12150 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
12151 exporting _QUOTE and _VERSE environments.
12153 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
12155 * org-agenda.el (org-agenda-filter-by-tag): New command.
12157 * org-exp.el (org-get-current-options): Remove angular brackets
12158 from the date entry.
12160 * org.el (org-edit-fixed-width-region): New function.
12161 (org-edit-fixed-width-region): Also try
12162 `org-edit-fixed-width-region'.
12163 (org-edit-fixed-width-region-mode): New option.
12164 (org-activate-code): Only interprete lines starting with colon
12165 plus a space as example lines.
12167 * org-remember.el (org-remember-templates): Add nil instead of
12168 empty strings to fix the length of remember templates.
12170 * org-table.el (org-calc-default-modes): Fix the time format for
12171 calc, from 12 hour to 24 hour clock.
12173 * org-agenda.el (org-agenda-get-deadlines)
12174 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
12175 entries that are pre-warnings of deadlines or reminders.
12177 * org.el (org-sort-entries-or-items): Make numeric and alpha
12178 comparisons ignore any TODO keyword and priority cookie.
12180 * org-remember.el (org-remember-handler): Reinterpretation of the
12183 * org-agenda.el (org-agenda-get-scheduled): Use new
12184 `org-scheduled' face.
12186 * org-faces.el (org-scheduled): New face.
12188 * org-wl.el (org-wl-open): Remove incorrect declaration.
12190 * org-gnus.el (org-gnus-store-link): Support for :to information
12193 * org-exp.el (org-export-as-html): Fix typo in creator
12195 (org-export-protect-examples): New parameter indent. Insert extra
12196 spaces only when this parameter is specified.
12197 (org-export-preprocess-string): Call `org-export-protect-examples'
12198 with an indentation parameter when exporting to ASCII.
12200 * org-remember.el (org-remember-templates)
12201 (org-remember-apply-template): Allow the file component to be a
12204 * org.el (org-goto-local-search-headings): Rename from
12205 `org-goto-local-search-forward-headings'. Added the possibility
12206 to search backwards.
12208 * org-export-latex.el (org-export-latex): New customization
12211 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
12213 * org-exp.el (org-html-do-expand): Allow {} to terminate
12216 * org.el (org-buffer-list): Select buffers based on major mode,
12219 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
12222 * org-colview.el (org-columns-display-here):
12223 Use `org-columns-modify-value-for-display-function'.
12225 * org-colview-xemacs.el (org-columns-display-here):
12226 Use `org-columns-modify-value-for-display-function'.
12228 * org.el (org-columns-modify-value-for-display-function): New option.
12230 * org-publish.el (org-publish-file): Make sure the directory match
12231 for the publishing directory works correctly.
12233 * org-agenda.el (org-agenda-execute-calendar-command)
12234 (org-agenda-diary-entry): Additional optional argument.
12236 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
12238 * org-exp.el (org-export-as-html): Add attributes also in mailto
12241 * org.el (org-autoload): Add `org-dblock-write:columnview'.
12243 2008-08-11 Glenn Morris <rgm@gnu.org>
12245 * org-mac-message.el (do-applescript): Fix declaration.
12247 2008-08-10 Glenn Morris <rgm@gnu.org>
12249 * org-exp.el (org-export-as-html): Let-bind `i'.
12251 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
12252 (org-extract-attributes): Let-bind `key', `value'.
12253 (org-make-tags-matcher): Let-bind `time-p'.
12255 2008-07-27 Carsten Dominik <dominik@science.uva.nl>
12257 * org-install.el: New file.
12259 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
12261 * org-exp.el (org-export-html-style)
12262 (org-export-html-style-extra): Declare as safe-local-variable.
12264 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
12266 * org-publish.el (org-publish-file): Use the true name of the
12269 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
12272 * org-exp.el (org-export-plist-vars)
12273 (org-export-add-options-to-plist): Handle creator setting flag.
12274 (org-export-as-html): Handle attributes also for ftp and mailto
12277 * org-agenda.el (org-agenda-diary-entry)
12278 (org-agenda-execute-calendar-command): Cater for the second
12279 argument of `calendar-cursor-to-date'.
12281 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
12283 * org-exp.el (org-export-region-as-html, org-export-as-html):
12284 Make sure that calls from `org-export-region-as-html' do not do the
12285 special check for a subtree.
12287 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
12289 * org.el (org-open-file):
12290 Use `org-open-directory-means-index-dot-org'.
12291 (org-open-directory-means-index-dot-org): New option.
12293 * org.el (org-make-link-string): Remove link attributes from
12295 (org-open-at-point): Remove link attributes before using the path.
12297 * org-exp.el (org-export-as-html): Handle link attributes.
12299 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
12301 * org-table.el (org-table-to-lisp): New function.
12303 * org.el (org-narrow-to-subtree): Do not include the final newline
12304 into the narrowed region.
12306 * org-agenda.el (org-agenda-custom-commands-local-options):
12307 Fix bug with user-define skipping condition.
12309 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
12311 * org-exp.el (org-export-html-style-default): Automatic overflow
12312 handling for pre fields.
12313 (org-export-as-ascii, org-export-as-html): Change default format
12316 * org-table.el (org-table-export): Offer completion for translator
12317 functions, and do not require a heading above the table.
12319 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
12320 Cater for the case of a list starting in the first line of the
12323 * org-publish.el (org-publish-find-title): Bug fix.
12324 (org-publish-org-index): Implement new :index-style option.
12326 * org-publish.el (org-publish-timestamp-filename):
12327 Use SHA1-encoded file names in the timestamp directory.
12329 * org-publish.el (org-publish-needed-p): Be verbose about files
12330 published and files skipped.
12332 * org-exp.el (org-export-preprocess-string): Swap link
12333 normalization and internal link targeting.
12335 * org-publish.el (org-publish-needed-p): Create timestamp
12336 directory when it does not exist.
12338 * org-clock.el (org-clock-out-when-done): Doc fix.
12340 * org.el (org-agenda-skip-unavailable-files): Doc fix.
12342 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
12343 Ignore case when searching for the COMMENT cookie at export time.
12345 * org-exp.el (org-get-file-contents)
12346 (org-get-and-remove-property): New functions.
12347 (org-export-handle-include-files): Handle the new prefix options.
12348 (org-export-as-html): Fix the verse environment.
12350 * org.el (org-time=, org-time<, org-time<=, org-time>)
12351 (org-time>=, org-time<>, org-2ft): New functions.
12352 (org-op-to-function): Also provide for the time testing functions.
12354 * org-exp.el (org-export-html-style-default): New constant.
12356 * org-exp.el (org-export-html-style-extra): New variable.
12357 (org-export-splice-style): New function.
12359 * org-exp.el (org-export-plist-vars, org-export-as-html):
12360 Implement `org-export-creator-info'.
12361 (org-export-creator-info): New option.
12363 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
12364 (org-property-drawer-re, org-clock-drawer-re): New constants.
12366 * org-exp.el (org-icalendar-use-deadline)
12367 (org-icalendar-use-scheduled): New options.
12368 (org-icalendar-include-todo): Default changed to t.
12369 (org-print-icalendar-entries): Implement better utilization of
12370 scheduling and deadline time stamps.
12371 (org-export-target-internal-links, org-export-as-html): Allow file
12372 lines without the "file:" prefix if the file path is an absolute
12373 path or starts with ".".
12375 * org-clock.el (org-clocktable-shift): Also understand yesterday,
12377 (org-clock-special-range): Also understand yesterday, lastweek etc.
12379 * org.el (org-agenda-skip-archived-trees): Docstring now
12380 discourages using this.
12381 (org-scan-tags): Check for org-agenda-archives-mode.
12382 (org-map-entries): Make sure org-agenda-archives-mode is nil.
12383 (org-agenda-files): Functionality of second arg changed.
12385 * org-agenda.el (org-agenda-archives-mode): New variable.
12386 (org-write-agenda, org-prepare-agenda, org-agenda-list)
12387 (org-search-view, org-todo-list, org-tags-view)
12388 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
12390 (org-agenda-quit): Reset the archives mode.
12391 (org-agenda-archives-mode): New command.
12392 (org-agenda-set-mode-name): Include archives info.
12394 * org.el (org-paste-subtree): Make sure the yanked headline is
12395 visible if it was yanked at a visible point.
12396 (org-move-item-up): Fix the bug with moving white space at the end
12398 (org-show-empty-lines-in-parent): New function.
12400 2008-07-19 Juri Linkov <juri@jurta.org>
12402 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
12403 new keymap `narrow-map' instead of binding "\C-xns".
12405 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12407 * org.el (org-agenda-skip-unavailable-files):
12408 * org-clock.el (org-clock-out-when-done): Doc fixes.
12410 2008-06-18 Glenn Morris <rgm@gnu.org>
12412 * org.el (org-map-entries): Let-bind `file'.
12414 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12416 * org-colview.el (org-columns-next-allowed-value): Bug fix.
12418 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
12420 * org-agenda.el (org-agenda-get-closed): Get the end time into the
12421 agenda prefix as well.
12423 * org-publish.el (org-publish-org-index): Make a properly indented
12426 * org.el (org-calendar-agenda-action-key): New option.
12427 (org-get-cursor-date): New function.
12428 (org-mark-entry-for-agenda-action): New command.
12429 (org-overriding-default-time): New variable.
12430 (org-read-date): Respect `org-overriding-default-time'.
12432 * org-remember.el (org-remember-apply-template): Respect the
12433 overriding default time.
12435 * org-agenda.el (org-agenda-action-marker): New variable.
12436 (org-agenda-action): New command.
12437 (org-agenda-do-action): New function.
12439 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12441 * org.el (org-schedule, org-deadline): Protect scheduled and
12442 deadline tasks against changes that accidently remove the
12443 repeater. Also show a message with the new date when done.
12445 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12447 * org.el (org-beginning-of-line): Cater for the case when there
12448 are tags but no headline text.
12449 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
12452 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12454 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
12455 the return value is nil instead of "nil" when there is no match.
12457 * org-exp.el (org-insert-centered): Use fill-column instead of
12459 (org-export-as-ascii): Use string-width to measure the width of
12462 * org.el (org-diary-to-ical-string): No longer kill buffer
12463 FROMBUF, this is now done by the caller.
12465 * org-exp.el (org-print-icalendar-entries): Move the call to
12466 `org-diary-to-ical-string' out of the loop, and kill the buffer
12469 * org-remember.el (org-remember-visit-immediately):
12470 Position cursor after moving to the note.
12471 (org-remember-apply-template): Use a text property to record the
12473 (org-remember-handler): Align tags after pasting the note.
12475 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12477 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
12479 * org-agenda.el (org-agenda-open-link): If there is an
12480 org-bbdb-name property in the current line, jump to that bbdb
12483 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
12484 text property, so that the agenda knows where this entry comes
12487 * org-agenda.el (org-agenda-clock-in): Fix bug in the
12488 interaction between clocking-in from the agenda, and automatic
12489 task state switching.
12491 * org-macs.el (org-with-point-at): Bug fix in macro definition.
12493 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
12494 zmacs-region stays after this command in XEmacs.
12496 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12498 * org.el (org-scan-tags): Allow new values for ACTION parameter.
12500 * org-remember.el (org-remember-templates): Fix bug in
12501 customization type definition.
12503 * org.el (org-map-entries): New function.
12505 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12507 * org-agenda.el (org-agenda-skip-comment-trees): New option.
12508 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
12510 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12512 * org-remember.el (org-jump-to-target-location): New variable.
12513 (org-remember-apply-template):
12514 Set `org-remember-apply-template' if requested by template.
12515 (org-remember-handler): Start an idle timer to jump to
12518 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
12520 * org.el (org-set-regexps-and-options): Fix bug with parsing of
12522 (org-get-tags-at): Add the content of `org-file-tags'.
12524 * org-exp.el (org-export-handle-comments): Fix bug with several
12525 comment lines after each other.
12526 (org-number-to-roman, org-number-to-counter): New functions.
12527 (org-export-section-number-format): New option.
12529 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12531 * org-exp.el (org-export-protect-examples): Catch the case of a
12532 missing end_example line.
12534 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
12535 `org-file-tags' to nil.
12537 * org-colview.el (org-columns-next-allowed-value): Handle next
12538 argument NTH to directly select a value.
12540 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
12541 argument NTH to directly select a value.
12543 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12545 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
12547 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12549 * org.el (org-columns-ellipses): New option.
12551 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12553 * org-colview.el (org-columns-add-ellipses): New function.
12554 (org-columns-compact-links): New function.
12555 (org-columns-cleanup-item): Call `org-columns-compact-links'.
12556 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
12558 (org-columns-edit-value): Fix bug with editing values from
12559 agenda column view.
12560 (org-columns-redo): Also redo the agenda itself.
12562 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12564 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
12567 * org-colview.el (org-agenda-columns-cleanup-item): New function.
12569 * org-exp.el (org-export-ascii-preprocess): Rename from
12570 `org-export-ascii-clean-string'.
12571 (org-export-kill-licensed-text)
12572 (org-export-define-heading-targets)
12573 (org-export-handle-invisible-targets)
12574 (org-export-target-internal-links)
12575 (org-export-remove-or-extract-drawers)
12576 (org-export-remove-archived-trees)
12577 (org-export-protect-quoted-subtrees)
12578 (org-export-protect-verbatim, org-export-protect-examples)
12579 (org-export-select-backend-specific-text)
12580 (org-export-mark-blockquote-and-verse)
12581 (org-export-remove-comment-blocks-and-subtrees)
12582 (org-export-handle-comments, org-export-mark-radio-links)
12583 (org-export-remove-special-table-lines)
12584 (org-export-normalize-links)
12585 (org-export-concatenate-multiline-links)
12586 (org-export-concatenate-multiline-emphasis): New functions,
12587 obtained from spliting the export preprocessor.
12589 * org-table.el (org-table-recalculate): Improve error message if
12590 the row number is invalid.
12592 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12594 * org-archive.el (org-archive-save-context-info): Fix bugs in
12595 customization setup and docstring.
12597 * org-exp.el (org-export-html-style): Change the size of in the
12598 <pre> element to 90%.
12600 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12602 * org.el (org-find-src-example-start): Function removed.
12603 (org-edit-src-find-region-and-lang): New function.
12605 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12607 * org.el (org-edit-src-exit): New function.
12608 (org-exit-edit-mode): New minor mode.
12610 * org-exp.el (org-export-preprocess-string): Fix bug with removing
12611 comment-like lines from protected examples.
12613 * org.el (org-edit-src-example, org-find-src-example-start)
12614 (org-protect-source-example, org-edit-special): New functions.
12616 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12618 * org-publish.el (org-publish-project-alist): Fix typo in
12620 (org-publish-project-alist): Handle :index-title property.
12622 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12624 * org-export-latex.el (org-export-as-latex): Make sure region
12625 bounds are correct. Parse subtree properties relating to export.
12627 * org-exp.el (org-export-add-options-to-plist): New function.
12628 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
12630 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12632 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
12635 * org-exp.el (org-export-get-title-from-subtree)
12636 (org-export-as-ascii, org-export-as-html): Make sure the original
12637 region-beginning and region-end are used, even after moving point.
12638 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
12641 * org-remember.el (org-remember-last-stored-marker): New variable.
12642 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
12643 (org-remember-handler): Also use marker to remember
12644 last-stored position.
12646 * org.el (org-goto-marker-or-bmk): New function.
12648 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12650 * org.el (org-file-properties): Rename from `org-local-properties'.
12651 (org-scan-tags): Take file tags into account.
12652 (org-tags-match-list-sublevels): Default changed to t.
12654 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
12656 * org.el (org-update-parent-todo-statistics): New function.
12658 * org-exp.el (org-icalendar-store-UID): New option.
12659 (org-icalendar-force-UID): Option removed.
12660 (org-print-icalendar-entries): IMplement UIDs.
12662 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12664 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
12666 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12668 * org-faces.el (org-column): Document how this face is being used
12669 and why sometimes the background faces shine through.
12671 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
12673 * org-publish.el (org-publish-attachment): Create publishing
12674 directory if it does not yet exist.
12676 * org-table.el (org-calc-default-modes): Change default number
12677 format to (float 8).
12679 * org.el (org-olpath-completing-read): New function.
12680 (org-time-clocksum-format): New option.
12681 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
12683 * org-clock.el (org-clock-display, org-clock-out)
12684 (org-update-mode-line): Use `org-time-clocksum-format'.
12686 * org-colview-xemacs.el (org-columns-number-to-string):
12687 Use `org-time-clocksum-format'.
12689 * org-colview.el (org-columns-number-to-string):
12690 Use `org-time-clocksum-format'.
12692 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12694 * org-id.el: New file, move from contrib to core.
12696 * org-exp.el (org-icalendar-force-UID): New option.
12698 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12700 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
12701 shifted by one day if there is a date range without an end time.
12703 * org.el (org-try-structure-completion): New function.
12705 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12707 * org.el (org-set-font-lock-defaults): Improve fontification of
12709 (org-insert-item): Handle description lists.
12710 (org-adaptive-fill-function): Improve auto indentation in
12713 * org-exp.el (org-export-as-html, org-export-preprocess-string):
12714 Implement VERSE environment.
12715 (org-export-preprocess-string): Implement the COMMENT
12718 * org-export-latex.el (org-export-latex-preprocess):
12719 Implement VERSE environment.
12721 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12723 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
12726 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12728 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
12730 * org.el (org-quote-csv-field): New functions.
12732 * org-table.el (org-table-export-default-format): Remove :splice
12733 from default format, we get the same effect by not specifying
12735 (org-table-export): Improve setup, distinguish better between
12736 interactive and non-interactive use, allow specifying the format
12737 on the fly, better protection against wrong file names.
12738 (orgtbl-to-generic): Fix documentation. Do not require :tstart
12739 and :tend when :splice is omitted.
12741 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12743 * org-clock.el (org-clock-select-task): Make sure the selection
12744 letters are 1-9 and A-Z, no special characters.
12746 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12748 * org-exp.el (org-export-htmlize): New group.
12749 (org-export-htmlize-output-type)
12750 (org-export-htmlize-css-font-prefix): New options.
12751 (org-export-htmlize-region-for-paste): New function.
12752 (org-export-htmlize-generate-css): New command.
12754 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12756 * org.el (org-set-visibility-according-to-property): New function.
12757 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
12758 and compute the regular expressions, and update font-lock.
12759 (org-property-re): Allow a dash in property names.
12761 * org-archive.el (org-extract-archive-file): Insert the file name
12762 without the path into the format, to allow the location format to
12763 contain a subdirectory.
12765 * org-agenda.el (org-agenda-post-command-hook): If point is at end
12766 of buffer, and the `org-agenda-type' property undefined, use the
12767 value from the character before.
12769 * org.el (org-add-planning-info): Don't let indentation for
12770 would-be timestamp become extra whitespace at the end of headline.
12772 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12774 * org.el (org-remove-double-quotes, org-file-contents):
12777 * org-exp.el (org-infile-export-plist): Also parse the
12778 contents of #+SETUPFILE files, recursively.
12780 * org.el (org-set-regexps-and-options): Also parse the
12781 contents of #+SETUPFILE files, recursively.
12783 * org-exp.el (org-export-handle-include-files): New function.
12784 (org-export-preprocess-string):
12785 Call `org-export-handle-include-files'.
12787 * org.el (org-delete-property-globally)
12788 (org-delete-property, org-set-property): Ignore case during
12790 (org-set-property): Use `org-completing-read' instead of
12793 * org.el (org-complete-expand-structure-template): New,
12794 experimental function.
12795 (org-structure-template-alist): New, experimental option.
12796 (org-complete): Call `org-complete-expand-structure-template'.
12798 2008-06-17 Bastien Guerry <bzg@altern.org>
12800 * org-export-latex.el (org-export-latex-preprocess):
12801 Add support for blockquotes.
12803 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12805 * org.el (org-read-date-analyze): Catch the case where only a
12808 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12810 * org.el (org-set-font-lock-defaults): Make the description
12813 * org-exp.el (org-export-as-html, org-close-li):
12814 Implement description lists.
12816 2008-06-17 Jason Riedy <jason@acm.org>
12818 * org-table.el (*orgtbl-default-fmt*): New variable.
12819 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
12820 when there is no other fmt available.
12822 (orgtbl-to-generic): Allow an explicitly nil :tstart or
12823 :tend to suppress the appropriate string.
12825 (orgtbl-to-orgtbl): New function for translating to another orgtbl
12828 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12830 * org.el (org-read-date-analyze): "." as an alias for "+0" in
12833 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
12836 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
12839 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12841 * org-clock.el (org-clock-find-position): Don't include notes
12844 * org-archive.el (org-archive-subtree): No longer remove an
12845 extra line after cutting the subtree. `org-cut-subtree' already
12846 takes care of this.
12848 * org-remember.el (org-remember-handler): Only kill the target
12849 buffer if it does not contain the running clock.
12851 * org.el (org-markers-to-move): New variable.
12852 (org-save-markers-in-region, org-check-and-save-marker)
12853 (org-reinstall-markers-in-region): New function.
12854 (org-move-subtree-down, org-copy-subtree): Remember relative
12855 marker positions before cutting.
12856 (org-move-subtree-down, org-paste-subtree): Restore relative
12857 marker positions after pasting.
12859 * org-remember.el (org-remember-clock-out-on-exit): New option.
12860 (org-remember-finalize): Clock out only if the setting in
12861 `org-remember-clock-out-on-exit' requires it.
12862 (org-remember-handler): Do the cleanup in the buffer, to make sure
12863 that the clock marker remains in tact.
12865 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12867 * org-clock.el (org-clock-goto): Widen buffer if necessary.
12868 (org-clock-in): Make sure that also tasks outside the narrowed
12869 region will be clocked in correctly.
12870 (org-clock-insert-selection-line): Widen the buffer so that we can
12871 find the correct task heading.
12873 * org.el (org-base-buffer): New function.
12875 * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
12876 and ";" are escaped.
12877 (org-print-icalendar-entries): Also apply
12878 `org-icalendar-cleanup-string' to the headline, not only to the
12881 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
12883 * org-exp.el (org-export-preprocess-hook): New hook.
12884 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
12886 * org.el (org-font-lock-hook): New variable.
12887 (org-font-lock-hook): New function.
12888 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
12890 ;; Local Variables:
12892 ;; add-log-time-zone-rule: t
12895 Copyright (C) 2008-2011 Free Software Foundation, Inc.
12897 This file is part of GNU Emacs.
12899 GNU Emacs is free software: you can redistribute it and/or modify
12900 it under the terms of the GNU General Public License as published by
12901 the Free Software Foundation, either version 3 of the License, or
12902 (at your option) any later version.
12904 GNU Emacs is distributed in the hope that it will be useful,
12905 but WITHOUT ANY WARRANTY; without even the implied warranty of
12906 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12907 GNU General Public License for more details.
12909 You should have received a copy of the GNU General Public License
12910 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.