summaryrefslogtreecommitdiff
path: root/lisp/org/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2011-01-13 18:14:30 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2011-01-13 18:14:30 -0500
commit4d789d84b8d74fc01b83277fa9834bb9aa83642b (patch)
treeb8df4bdad5a0313325f8900968ad82b488942a90 /lisp/org/ChangeLog
parentb49a2dbf58c276d48e3251e0d565557bf031a43e (diff)
Use run-mode-hooks for major mode hooks.
* lisp/textmodes/reftex-toc.el (reftex-toc-mode-map): Rename from reftex-toc-map. (reftex-toc-mode): Use define-derived-mode. * lisp/textmodes/reftex-sel.el (reftex-select-shared-map): New map. (reftex-select-label-mode-map, reftex-select-bib-mode-map): Rename from reftex-select-(label|bib)-map. Move init into declaration. (reftex-select-label-mode, reftex-select-bib-mode): Use define-derived-mode. * lisp/textmodes/reftex-index.el (reftex-index-phrases-mode-map) (reftex-index-mode-map): Rename from reftex-index(-phrases)-map. Move init into delcaration. (reftex-index-mode, reftex-index-phrases-mode): Use define-derived-mode. * lisp/speedbar.el (speedbar-mode-syntax-table): Renaqme from speedbar-syntax-table. Move init into declaration. (speedbar-mode-map): Rename from speedbar-key-map. Move init into declaration. (speedbar-file-key-map): Move init into declaration. (speedbar-mode): Use define-derived-mode. * lisp/recentf.el (recentf-mode): Don't run hook (or message) redundantly. * lisp/net/rcirc.el (rcirc-mode): Use run-mode-hooks. * lisp/emacs-lisp/chart.el (chart-mode-map): Rename from chart-map. (chart-face-list): Move initialization into declaration. (chart-mode): Use define-derived-mode. * lisp/calculator.el (calculator-mode-map): Move init into declaration. (calculator-mode): Use define-derived-mode. * lisp/cedet/srecode/srt-mode.el (srecode-template-mode): Use define-derived-mode. * lisp/cedet/semantic/symref/list.el (semantic-symref-results-mode): Use run-mode-hooks. * lisp/erc/erc.el (erc-mode): * lisp/erc/erc-dcc.el (erc-dcc-chat-mode): Use define-derived-mode. * lisp/org/org-remember.el (org-remember-mode): * lisp/org/org-capture.el (org-capture-mode): Don't run hook redundantly. Fixes: debbugs:513
Diffstat (limited to 'lisp/org/ChangeLog')
-rw-r--r--lisp/org/ChangeLog1283
1 files changed, 643 insertions, 640 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index e8531be05f8..00753467631 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * org-remember.el (org-remember-mode):
+ * org-capture.el (org-capture-mode): Don't run hook redundantly.
+
2011-01-09 Chong Yidong <cyd@stupidchicken.com>
* org-faces.el (org-link): Inherit from link face.
@@ -263,8 +268,8 @@
2010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
- * org.el (org-complete-tags-always-offer-all-agenda-tags): Fix
- docstring.
+ * org.el (org-complete-tags-always-offer-all-agenda-tags):
+ Fix docstring.
2010-12-11 Julien Danjou <julien@danjou.info>
@@ -280,10 +285,10 @@
2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
- * org-latex.el (org-export-latex-lists): do not add an
+ * org-latex.el (org-export-latex-lists): Do not add an
unnecessary newline character after a list.
- * org-list.el (org-list-bottom-point-with-indent): ensure bottom
+ * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
point is just after a non blank line.
2010-12-11 Eric Schulte <schulte.eric@gmail.com>
@@ -323,7 +328,7 @@
2010-12-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-eval.el (org-babel-eval-wipe-error-buffer): Fixed compiler
+ * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
warning and added documentation string.
2010-12-11 Eric Schulte <schulte.eric@gmail.com>
@@ -376,8 +381,8 @@
2010-12-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-python.el (org-babel-python-table-or-string): Using
- `org-babel-script-escape' for reading string input from scripting
+ * ob-python.el (org-babel-python-table-or-string):
+ Using `org-babel-script-escape' for reading string input from scripting
languages.
2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
@@ -388,7 +393,7 @@
2010-12-11 Eric Schulte <schulte.eric@gmail.com>
- * ob.el (org-babel-parse-header-arguments): Removed addition of
+ * ob.el (org-babel-parse-header-arguments): Remove addition of
":" to singleton first header arguments as it was leading to errors.
2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
@@ -419,7 +424,7 @@
2010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
- * org-clock.el (org-get-clocktable): previous patch incorrectly
+ * org-clock.el (org-get-clocktable): Previous patch incorrectly
required whitespace in front of #+BEGIN: and #+END:
2010-12-11 Dan Davison <dandavison7@gmail.com>
@@ -429,12 +434,12 @@
2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
- * org-list.el (org-cycle-list-bullet): ensure point is at bol before
+ * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
checking item indentation.
2010-12-11 Eric Schulte <schulte.eric@gmail.com>
- * ob.el (org-babel-map-src-blocks): Moved to earlier in the file
+ * ob.el (org-babel-map-src-blocks): Move to earlier in the file
and now autoloading.
2010-12-11 Eric Schulte <schulte.eric@gmail.com>
@@ -512,7 +517,7 @@
2010-12-11 Noorul Islam <noorul@noorul.com>
* org-latex.el (org-export-latex-hyperref-format): New option.
- (org-export-latex-href-format): Renamed the existing variable
+ (org-export-latex-href-format): Rename the existing variable
`org-export-latex-hyperref-format' as `org-export-latex-href-format'
(org-export-latex-links): Use `org-export-latex-hyperref-format' and
`org-export-latex-href-format'
@@ -650,8 +655,8 @@
* org.el (org-shorten-string): New function.
* org-exp.el (org-export-convert-protected-spaces): New function.
- (org-export-preprocess-string): Call
- `org-export-convert-protected-spaces' to handle new hard spaces.
+ (org-export-preprocess-string):
+ Call `org-export-convert-protected-spaces' to handle new hard spaces.
2010-12-11 David Maus <dmaus@ictsoc.de>
@@ -731,8 +736,8 @@
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
- * org-exp.el (org-export-format-source-code-or-example): Use
- minted for latex source code export if `org-export-latex-listings'
+ * org-exp.el (org-export-format-source-code-or-example):
+ Use minted for latex source code export if `org-export-latex-listings'
has the value 'minted
* org-latex.el (org-export-latex-listings): Document special value
@@ -747,8 +752,8 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-gnuplot.el (org-babel-variable-assignments:gnuplot): Fixed
- bug in gnuplot data file assignment using user variables.
+ * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
+ Fix bug in gnuplot data file assignment using user variables.
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
@@ -792,7 +797,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fixed error
+ * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
message when clojure binary is not found.
2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
@@ -822,8 +827,8 @@
2010-11-11 David Maus <dmaus@ictsoc.de>
- * ob-haskell.el (org-babel-variable-assignments:haskell): Don't
- pass more than two arguments to mapc.
+ * ob-haskell.el (org-babel-variable-assignments:haskell):
+ Don't pass more than two arguments to mapc.
2010-11-11 David Maus <dmaus@ictsoc.de>
@@ -910,8 +915,8 @@
2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
- * org-indent.el (org-indent-add-properties): Use
- `with-silent-modificatons'.
+ * org-indent.el (org-indent-add-properties):
+ Use `with-silent-modificatons'.
(org-indent-remove-properties): Use `with-silent-modificatons'.
2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
@@ -919,8 +924,8 @@
* org-table.el (org-table-cookie-line-p): Fix indentation.
* org-exp.el (org-store-forced-table-alignment): New function.
- (org-export-preprocess-string): Call
- `org-store-forced-table-alignment'.
+ (org-export-preprocess-string):
+ Call `org-store-forced-table-alignment'.
* org-html.el (org-format-org-table-html): Use stored alignment
information.
@@ -932,7 +937,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob.el (org-babel-execute-src-block): Removed needless param
+ * ob.el (org-babel-execute-src-block): Remove needless param
sorting from ob-execute-src-block, the params are sorted already
by ob-sha1-hash.
@@ -974,7 +979,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob.el (org-babel-map-src-blocks): Fixed minor bug in and
+ * ob.el (org-babel-map-src-blocks): Fix minor bug in and
improved efficiency of org-babel-map-src-blocks.
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
@@ -1293,7 +1298,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob.el (org-babel-merge-params): Fixed order or precedence for
+ * ob.el (org-babel-merge-params): Fix order or precedence for
variables.
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
@@ -1477,16 +1482,16 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Whitespace
- (org-babel-execute:emacs-lisp): Whitespace.
+ * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
+ Whitespace (org-babel-execute:emacs-lisp): Whitespace.
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
* ob-sh.el (org-babel-sh-variable-assignments): Provide missing
docstring
- * ob-python.el (org-babel-python-variable-assignments): Provide
- missing docstring.
+ * ob-python.el (org-babel-python-variable-assignments):
+ Provide missing docstring.
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
@@ -1534,9 +1539,8 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob.el (org-number-sequence): Declared
-
- * ob-R.el (org-number-sequence): Declared.
+ * ob.el (org-number-sequence):
+ Declared * ob-R.el (org-number-sequence): Declared.
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
@@ -1554,8 +1558,8 @@
* ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
- * ob.el (org-babel-where-is-src-block-result): Use
- `org-number-sequence'.
+ * ob.el (org-babel-where-is-src-block-result):
+ Use `org-number-sequence'.
(org-babel-current-buffer-properties): Fix variable definition.
* ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
@@ -1575,8 +1579,8 @@
* org.el (org-agenda-jump-prefer-future): New option.
- * org-agenda.el (org-agenda-goto-date): Use
- `org-agenda-jump-prefer-future'.
+ * org-agenda.el (org-agenda-goto-date):
+ Use `org-agenda-jump-prefer-future'.
2010-11-11 Noorul Islam <noorul@noorul.com>
@@ -1700,18 +1704,18 @@
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
- * org-exp.el (org-export-latex-minted-with-line-numbers): Ensure
- that variable is declared.
+ * org-exp.el (org-export-latex-minted-with-line-numbers):
+ Ensure that variable is declared.
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-python.el (org-src-preserve-indentation): Fixed compiler
+ * ob-python.el (org-src-preserve-indentation): Fix compiler
warning.
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
- * org-exp.el (org-export-format-source-code-or-example): Latex
- formatting of source code blocks using the minted package
+ * org-exp.el (org-export-format-source-code-or-example):
+ Latex formatting of source code blocks using the minted package
(org-export-plist-vars): Add :latex-minted property
(org-export-latex-minted): Ensure variable is defined
(org-export-latex-minted-langs): Ensure variable is defined.
@@ -1741,8 +1745,8 @@
2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
- * org-beamer.el (org-beamer-place-default-actions-for-lists): Fix
- typo in regexp.
+ * org-beamer.el (org-beamer-place-default-actions-for-lists):
+ Fix typo in regexp.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -1751,8 +1755,8 @@
2010-11-11 David Maus <dmaus@ictsoc.de>
- * org-gnus.el (org-gnus-nnimap-query-article-no-from-file): Query
- article number from file is nil by default.
+ * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
+ Query article number from file is nil by default.
2010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
@@ -1779,8 +1783,8 @@
2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
- * org-mobile.el (org-mobile-force-id-on-agenda-items): Fix
- docstring.
+ * org-mobile.el (org-mobile-force-id-on-agenda-items):
+ Fix docstring.
(org-mobile-write-agenda-for-mobile): Use outline path if we do
not have an ID and are not allowed to make one.
(org-mobile-get-outline-path-link): New function.
@@ -1795,7 +1799,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob.el (org-babel-number-p): Fixed documentation string.
+ * ob.el (org-babel-number-p): Fix documentation string.
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
@@ -1805,7 +1809,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-exp.el (org-babel-exp-src-blocks): Fixed export when headings
+ * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
have links, with tests.
2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
@@ -1928,7 +1932,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob.el (org-babel-confirm-evaluate): Fixed bug causing extra
+ * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
prompt in ob-confirm-evaluate in some cases.
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
@@ -1956,8 +1960,8 @@
2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
- * org-mobile.el (org-mobile-encryption-password): Improve
- docstring.
+ * org-mobile.el (org-mobile-encryption-password):
+ Improve docstring.
(org-mobile-encryption-password-session): New variable.
(org-mobile-encryption-password): New function.
(org-mobile-check-setup):
@@ -1971,7 +1975,7 @@
2010-11-11 Jambunathan K <kjambunathan@gmail.com>
- * org.el (org-speed-command-hook): Added org-speed-command-hook
+ * org.el (org-speed-command-hook): Add org-speed-command-hook
(org-babel-speed-command-hook): Hook for Babel's speed commands.
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
@@ -2110,13 +2114,13 @@
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
- * org-src.el (org-src-strip-leading-and-trailing-blank-lines): New
- variable allowing prevention of automatic stripping of leading and
+ * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
+ New variable allowing prevention of automatic stripping of leading and
trailing blank lines when exiting edit buffer.
(org-edit-src-exit): Respect value of
`org-src-strip-leading-and-trailing-blank-lines'
- (org-src-native-tab-command-maybe): Bind
- `org-src-strip-leading-and-trailing-blank-lines' to nil during
+ (org-src-native-tab-command-maybe):
+ Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
this function.
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
@@ -2235,8 +2239,8 @@
2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
* org-latex.el (org-export-latex-tag-markup): New option.
- (org-export-latex-keywords-maybe): Use
- `org-export-latex-tag-markup'.
+ (org-export-latex-keywords-maybe):
+ Use `org-export-latex-tag-markup'.
2010-11-11 Rémi Vanicat <vanicat@debian.org>
@@ -2267,8 +2271,8 @@
2010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
- * org-archive.el (org-get-local-archive-location): Use
- `org-carchive-location' as default.
+ * org-archive.el (org-get-local-archive-location):
+ Use `org-carchive-location' as default.
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
@@ -2305,8 +2309,8 @@
2010-11-11 David Maus <dmaus@ictsoc.de>
- * org-gnus.el (org-gnus-nnimap-query-article-no-from-file): New
- customization variable.
+ * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
+ New customization variable.
(org-gnus-nnimap-cached-article-number): New function.
(org-gnus-follow-link): Try to fetch cached article number of
message-id.
@@ -2329,8 +2333,8 @@
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
- * ob.el (org-babel-do-in-edit-buffer): Use
- `org-babel-where-is-src-block-head' to test for source block at
+ * ob.el (org-babel-do-in-edit-buffer):
+ Use `org-babel-where-is-src-block-head' to test for source block at
point.
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
@@ -2418,8 +2422,8 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-tangle.el (org-babel-tangle-comment-format-beg): Format
- string specifying the link-comment preceding a code block
+ * ob-tangle.el (org-babel-tangle-comment-format-beg):
+ Format string specifying the link-comment preceding a code block
(org-babel-tangle-comment-format-end): Format string specifying
the link-comment following a code block
(org-babel-tangle-collect-blocks): Storing more information in the
@@ -2516,7 +2520,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-ruby.el (org-babel-expand-body:ruby): Removed requirement of
+ * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
inf-ruby.
2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
@@ -2615,7 +2619,7 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
- * org-docbook.el (org-export-as-docbook): Removed check for
+ * org-docbook.el (org-export-as-docbook): Remove check for
indentation on lines that do not start with a list bullet.
* org-html.el (org-export-as-html): Same thing.
@@ -2633,7 +2637,7 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
- * org-list.el (org-list-struct-indent): Added code to replace
+ * org-list.el (org-list-struct-indent): Add code to replace
bullets if needed when indenting.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -2683,7 +2687,7 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
- * org-list.el (org-indent-item-tree): Removed region code. It was
+ * org-list.el (org-indent-item-tree): Remove region code. It was
prone to errors and undocumented.
* org-list.el (org-item-indent-positions): Better heuristics to
@@ -2704,7 +2708,7 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
- * org-list.el (org-indent-item-tree): Removed unnecessary bullets
+ * org-list.el (org-indent-item-tree): Remove unnecessary bullets
fix, and improved heuristics to determine bullet when indenting.
* org-list.el (org-item-indent-positions): Function now returns
@@ -2763,8 +2767,8 @@
* org-list.el (org-list-insert-item-generic): Insert the right
bullet, with help of `org-list-bullet-string'.
- * org-list.el (org-indent-item-tree): Use
- `org-list-bullet-string'.
+ * org-list.el (org-indent-item-tree):
+ Use `org-list-bullet-string'.
* org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
@@ -2811,8 +2815,8 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
- * org-list.el (org-cycle-list-bullet): Check
- `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
+ * org-list.el (org-cycle-list-bullet):
+ Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
as valid bullets when cycling.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -2839,7 +2843,7 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
- * org-list.el (org-maybe-renumber-ordered-list): Removed call for
+ * org-list.el (org-maybe-renumber-ordered-list): Remove call for
`org-fix-bullet-type' to prevent infinite loop, and some checks
already done in `org-renumber-ordered-list'.
@@ -2860,8 +2864,8 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
- * org-capture.el (org-capture-place-item): Use
- `org-search-forward-unenclosed' and
+ * org-capture.el (org-capture-place-item):
+ Use `org-search-forward-unenclosed' and
`org-search-backward-unenclosed' and new variable
`org-item-beginning-re'.
@@ -2881,10 +2885,10 @@
* org-list.el (org-list-make-subtree): Add protection when used
outside of list
- * org-list.el (org-insert-item): Removed useless hack now
+ * org-list.el (org-insert-item): Remove useless hack now
`org-in-item-p' is fixed.
- * org-timer.el (org-timer-item): Removed useless hack now
+ * org-timer.el (org-timer-item): Remove useless hack now
`org-in-item-p' is fixed.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -2938,8 +2942,8 @@
* org-list.el (org-search-forward-unenclosed): Can send errors
now. Removed useless usage of COUNT.
- * org-list.el (org-update-checkbox-count): Use
- `org-search-forward-unenclosed' and
+ * org-list.el (org-update-checkbox-count):
+ Use `org-search-forward-unenclosed' and
`org-search-backward-unenclosed' instead of `re-search-forward'
and `re-search-backward'.
@@ -2947,8 +2951,8 @@
and `org-search-backward-unenclosed' instead of
`re-search-forward' and `re-search-backward'.
- * org-list.el (org-list-make-subtree): Use
- `org-search-forward-unenclosed' and
+ * org-list.el (org-list-make-subtree):
+ Use `org-search-forward-unenclosed' and
`org-search-backward-unenclosed' instead of `re-search-forward'
and `re-search-backward'.
@@ -2962,7 +2966,7 @@
* org-timer.el (org-timer-item): Refactoring. Compute timer string
before inserting it in the buffer
- * org-timer.el (org-timer): Added an optional argument to return
+ * org-timer.el (org-timer): Add an optional argument to return
timer string instead of inserting it.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -3171,8 +3175,8 @@
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
- * org-html.el (org-export-html-preprocess): Replace
- `org-list-end-re' by a blank line during pre-process.
+ * org-html.el (org-export-html-preprocess):
+ Replace `org-list-end-re' by a blank line during pre-process.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -3271,8 +3275,8 @@
2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
- * org-exp.el (org-export-concatenate-multiline-emphasis): Ignore
- matches that start in a headline.
+ * org-exp.el (org-export-concatenate-multiline-emphasis):
+ Ignore matches that start in a headline.
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
@@ -3299,17 +3303,16 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-R.el (ess-make-buffer-current): Declared
- (ess-ask-for-ess-directory): Declared
- (ess-local-process-name): Declared
-
- * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free
+ * ob-R.el (ess-make-buffer-current):
+ Declared (ess-ask-for-ess-directory):
+ Declared (ess-local-process-name):
+ Declared * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free
variable
* ob.el (org-edit-src-code): Fixing arguments
- (org-edit-src-exit): Declared
- (org-outline-overlay-data): Declared
- (org-set-outline-overlay-data): Declared.
+ (org-edit-src-exit):
+ Declared (org-outline-overlay-data):
+ Declared (org-set-outline-overlay-data): Declared.
2010-11-11 Glenn Morris <rgm@gnu.org>
@@ -3337,7 +3340,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob.el (org-babel-remove-temporary-directory): Removed explicit
+ * ob.el (org-babel-remove-temporary-directory): Remove explicit
second argument.
2010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
@@ -3347,7 +3350,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * org-macs.el (org-save-outline-visibility): Moved from org.el.
+ * org-macs.el (org-save-outline-visibility): Move from org.el.
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
@@ -3450,11 +3453,11 @@
2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
- * org-latex.el (org-export-latex-set-initial-vars): Bind
- `case-fold-search' to t around the search for special LaTeX setup.
+ * org-latex.el (org-export-latex-set-initial-vars):
+ Bind `case-fold-search' to t around the search for special LaTeX setup.
- * org-beamer.el (org-beamer-after-initial-vars): Bind
- `case-fold-search' to t around the search for special BEAMER
+ * org-beamer.el (org-beamer-after-initial-vars):
+ Bind `case-fold-search' to t around the search for special BEAMER
setup.
2010-11-11 David Maus <dmaus@ictsoc.de>
@@ -3512,8 +3515,8 @@
* org-feed.el (xml-substitute-special): Declare function for byte
compiler.
(org-feed-unescape): Removed.
- (org-feed-parse-rss-entry, org-feed-parse-atom-entry): Use
- `xml-substitute-special' to unescape XML entities.
+ (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
+ Use `xml-substitute-special' to unescape XML entities.
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
@@ -3614,10 +3617,10 @@
2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
- * org-agenda.el (org-agenda-before-sorting-filter-function): New
- hook function.
- (org-finalize-agenda-entries): Apply
- `org-agenda-before-sorting-filter-function'.
+ * org-agenda.el (org-agenda-before-sorting-filter-function):
+ New hook function.
+ (org-finalize-agenda-entries):
+ Apply `org-agenda-before-sorting-filter-function'.
2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
@@ -3662,8 +3665,8 @@
* org.el (org-preview-latex-fragment): Call `org-format-latex'
with the additional processing argument.
(org-export-have-math): New variable, for dynamic scoping.
- (org-format-latex): Implement specific ways of processing. New
- function argument for processing type.
+ (org-format-latex): Implement specific ways of processing.
+ New function argument for processing type.
(org-org-menu): Remove the entry to configure LaTeX snippet
processing.
@@ -3776,13 +3779,13 @@
2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
- * ob-octave.el (org-babel-octave-evaluate-external-process): Allow
- remote files.
+ * ob-octave.el (org-babel-octave-evaluate-external-process):
+ Allow remote files.
2010-11-11 Juan Pechiar <pechiar@computer.org>
- * ob-octave.el (org-babel-octave-evaluate-external-process): Use
- `org-babel-octave-import-elisp-from-file' instead of
+ * ob-octave.el (org-babel-octave-evaluate-external-process):
+ Use `org-babel-octave-import-elisp-from-file' instead of
`org-babel-eval-read-file'.
(org-babel-octave-var-to-octave): Separate matrix rows with ';',
and use '%s' as format specifier instead of '%S'.
@@ -3810,12 +3813,12 @@
* org-latex.el (org-export-latex-tables): Add label if any
- * org-latex.el (org-export-latex-convert-table.el-table): Fix
- little mistake when inserting label.
+ * org-latex.el (org-export-latex-convert-table.el-table):
+ Fix little mistake when inserting label.
2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
- * org.el (org-cycle-internal-local): Removed an unnecessary call
+ * org.el (org-cycle-internal-local): Remove an unnecessary call
to `org-back-to-heading' that was preventing point to stay at its
column when cycling visibility.
@@ -3874,7 +3877,7 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-lob.el (org-babel-lob-one-liner-regexp): Fixed error in lob
+ * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
regexp -- it wasn't matching lob lines w/o indices.
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
@@ -3910,13 +3913,13 @@
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * org-exp.el (org-export-format-source-code-or-example): Escape
- underscores in code block names on latex listings export.
+ * org-exp.el (org-export-format-source-code-or-example):
+ Escape underscores in code block names on latex listings export.
2010-11-11 Eric Schulte <schulte.eric@gmail.com>
- * ob-tangle.el (org-babel-with-temp-filebuffer): Use
- find-file-noselect to avoid excess buffer movement.
+ * ob-tangle.el (org-babel-with-temp-filebuffer):
+ Use find-file-noselect to avoid excess buffer movement.
2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
@@ -4235,11 +4238,11 @@
2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
- * org-capture.el (org-capture-set-target-location): Store
- exact positions for file+regexp and file+function targets.
+ * org-capture.el (org-capture-set-target-location):
+ Store exact positions for file+regexp and file+function targets.
(org-capture-place-entry, org-capture-place-item)
- (org-capture-place-table-line, org-capture-place-plain-text): Respect
- exact positions.
+ (org-capture-place-table-line, org-capture-place-plain-text):
+ Respect exact positions.
(org-capture-finalize): Make sure we are at the beginning of a line
when fixing the empty lines after the entry.
@@ -4260,21 +4263,21 @@
2010-07-19 Eric Schulte <schulte.eric@gmail.com>
- * org-exp.el (org-export-attach-captions-and-attributes): Add
- a shortname attribute to caption strings under the symbol name
+ * org-exp.el (org-export-attach-captions-and-attributes):
+ Add a shortname attribute to caption strings under the symbol name
org-caption-shortn.
2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
- * org.el (org-switchb): Rename from `org-iswitchb'. Improve
- docstring.
+ * org.el (org-switchb): Rename from `org-iswitchb'.
+ Improve docstring.
(org-iswitchb): New alias.
(org-ido-switchb): Make alias point to `org-switchb'.
2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
- * org-capture.el (org-capture-fill-template): Respect
- time-of-day preference in template prompt.
+ * org-capture.el (org-capture-fill-template):
+ Respect time-of-day preference in template prompt.
2010-07-19 David Maus <dmaus@ictsoc.de>
@@ -4289,8 +4292,8 @@
2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
- * org-capture.el (org-capture-set-target-location): Fix
- file+function interpretation.
+ * org-capture.el (org-capture-set-target-location):
+ Fix file+function interpretation.
2010-07-19 David Maus <dmaus@ictsoc.de>
@@ -4304,8 +4307,8 @@
2010-07-19 David Maus <dmaus@ictsoc.de>
- * org-feed.el (org-feed-unescape): New function. Unescape
- protected entities.
+ * org-feed.el (org-feed-unescape): New function.
+ Unescape protected entities.
(org-feed-parse-atom-entry): Use function for atom:content
type text and html.
@@ -4326,8 +4329,8 @@
2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
- * org-publish.el (org-publish-initialize-cache): Make
- timestamp directory, the entire path to it.
+ * org-publish.el (org-publish-initialize-cache):
+ Make timestamp directory, the entire path to it.
2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
@@ -4382,15 +4385,15 @@
(org-capture-bookmark-last-stored-position): New functions.
(org-capture-place-table-line): Better error catching.
(org-capture-place-item, org-capture-place-entry)
- (org-capture-place-plain-text): Call
- `org-capture-position-for-last-stored'.
+ (org-capture-place-plain-text):
+ Call `org-capture-position-for-last-stored'.
(org-capture-finalize): Just call
`org-capture-bookmark-last-stored-position'.
2010-07-19 Eric Schulte <schulte.eric@gmail.com>
- * org-exp.el (org-export-mark-blockquote-verse-center): Fix
- small bug, now grabbing match data before overwritten by looking-at
+ * org-exp.el (org-export-mark-blockquote-verse-center):
+ Fix small bug, now grabbing match data before overwritten by looking-at
this fixes a problem with remainders of #+end_quote lines appearing
in exported output.
@@ -4563,8 +4566,8 @@
2010-07-19 Eric Schulte <schulte.eric@gmail.com>
- * org-exp-blocks.el (org-export-blocks-postblock-hook): Add
- documentation to and turn into a defcustom.
+ * org-exp-blocks.el (org-export-blocks-postblock-hook):
+ Add documentation to and turn into a defcustom.
2010-07-19 Eric Schulte <schulte.eric@gmail.com>
@@ -4653,8 +4656,8 @@
2010-07-19 John Wiegley <jwiegley@gmail.com>
- * org-clock.el (org-clock-clock-in, org-clock-in): Add
- parameter `start-time'.
+ * org-clock.el (org-clock-clock-in, org-clock-in):
+ Add parameter `start-time'.
(org-clock-resolve-clock): Add parameter `clock-out-time'.
If set, and resolve-to is a past time, then the clock out
event occurs at `clock-out-time' rather than at `resolve-to'.
@@ -4699,8 +4702,8 @@
* org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
(org-export-docbook-xslt-proc-command): Fix docstring.
(org-export-docbook-xsl-fo-proc-command): Fix docstring.
- (org-export-as-docbook-pdf): Improve
- formatting of the xslt command.
+ (org-export-as-docbook-pdf):
+ Improve formatting of the xslt command.
* org-exp.el (org-infile-export-plist): Check for XSLT setting.
@@ -4709,8 +4712,8 @@
2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
- * org-docbook.el (org-export-as-docbook-pdf): Improve
- formatting of the xslt command.
+ * org-docbook.el (org-export-as-docbook-pdf):
+ Improve formatting of the xslt command.
2010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
@@ -4727,8 +4730,8 @@
2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
- * org.el (org-beginning-of-defun, org-end-of-defun): New
- functions.
+ * org.el (org-beginning-of-defun, org-end-of-defun):
+ New functions.
(org-mode): Install the `org-beginning-of-defun' and
`org-end-of-defun' functions.
(org-pretty-entities): New option.
@@ -4785,8 +4788,8 @@
* org.el (org-mode): Fix comment syntax settings.
- * org-src.el (org-edit-src-allow-write-back-p): Define
- variable.
+ * org-src.el (org-edit-src-allow-write-back-p):
+ Define variable.
* org.el (org-inline-image-overlays): New variable.
(org-toggle-inline-images, org-display-inline-images)
@@ -4795,8 +4798,8 @@
2010-07-19 David Maus <dmaus@ictsoc.de>
- * org-wl.el (org-wl-message-field): New function. Return
- content of header field in message entity.
+ * org-wl.el (org-wl-message-field): New function.
+ Return content of header field in message entity.
(org-wl-store-link): Call `org-wl-store-link-folder' or
`org-wl-store-link-message' depending on major-mode.
(org-wl-store-link-folder): New function. Store link to
@@ -4845,8 +4848,8 @@
2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
- * org-latex.el (org-export-latex-treat-sub-super-char): Make
- sure parenthesis matching is consistent.
+ * org-latex.el (org-export-latex-treat-sub-super-char):
+ Make sure parenthesis matching is consistent.
* org-table.el (org-table-colgroup-line-p)
(org-table-cookie-line-p): New functions.
@@ -4866,8 +4869,8 @@
* org-list.el (org-end-of-item-text-before-children): Also do
the right thing at the end of a file.
- * org.el (org-set-packages-alist, org-get-packages-alist): New
- function.
+ * org.el (org-set-packages-alist, org-get-packages-alist):
+ New function.
(org-export-latex-default-packages-alist)
(org-export-latex-packages-alist): Add extra flag to
each package, indicating if it should be used for snippets.
@@ -4906,8 +4909,8 @@
* org-clock.el (org-clock-cancel, org-clock-out): Make sure
the modeline display is removed.
- * org-exp.el (org-export-format-drawer-function): Fix
- docstring.
+ * org-exp.el (org-export-format-drawer-function):
+ Fix docstring.
* org-agenda.el (org-agenda-refile): New optional argument
NO-UPDATE.
@@ -4923,21 +4926,21 @@
* org-ascii.el (org-export-ascii-preprocess): Make table
mapping quiet.
- * org-html.el (org-export-as-html, org-html-level-start): Change
- XHTML IDs to not use dots.
+ * org-html.el (org-export-as-html, org-html-level-start):
+ Change XHTML IDs to not use dots.
- * org-exp.el (org-export-define-heading-targets): Change
- XHTML IDs to not use dots.
+ * org-exp.el (org-export-define-heading-targets):
+ Change XHTML IDs to not use dots.
- * org-docbook.el (org-export-docbook-level-start): Change
- XHTML IDs to not use dots.
+ * org-docbook.el (org-export-docbook-level-start):
+ Change XHTML IDs to not use dots.
* org-latex.el (org-export-as-latex): Make sure that the
result buffer is in latex-mode.
* org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
- (org-shiftleft-final-hook, org-shiftright-final-hook): New
- hooks.
+ (org-shiftleft-final-hook, org-shiftright-final-hook):
+ New hooks.
2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
@@ -4990,8 +4993,8 @@
* org-publish.el (org-publish-project-alist): Update docstring.
(org-publish-file-title-cache): New variable.
- (org-publish-initialize-files-alist): Initialize
- `org-publish-initialize-files-alist' to nil.
+ (org-publish-initialize-files-alist):
+ Initialize `org-publish-initialize-files-alist' to nil.
(org-publish-sort-directory-files): New function.
(org-publish-projects): Access the new properties.
(org-publish-find-title): Use the file title cache.
@@ -5076,8 +5079,8 @@
* org-compat.el (org-make-overlay, org-delete-overlay)
(org-overlay-start, org-overlay-end, org-overlay-put)
- (org-overlay-get, org-overlay-move, org-overlay-buffer): Functions
- removed.
+ (org-overlay-get, org-overlay-move, org-overlay-buffer):
+ Functions removed.
(org-add-to-invisibility-spec): Function removed.
* org-html.el (org-export-as-html-and-open): Add argument to
@@ -5152,8 +5155,8 @@
* org-freemind.el (org-freemind-from-org-mode-node)
(org-freemind-from-org-mode)
- (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
- interactive-p instead of called-interactively, because this is
+ (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
+ Use interactive-p instead of called-interactively, because this is
backward compatible with older Emacsen I still support..
2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
@@ -5163,8 +5166,8 @@
2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
- * org-footnote.el (org-footnote-goto-previous-reference): Rename
- from `org-footnote-goto-next-reference'.
+ * org-footnote.el (org-footnote-goto-previous-reference):
+ Rename from `org-footnote-goto-next-reference'.
* org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
org-log-repeat is non-nil, or if there is clocking data in the
@@ -5181,11 +5184,11 @@
* org-wl.el (org-wl-link-remove-filter): New customizable
variable. If non-nil, filter conditions are stripped when storing
link to message in filter folder.
- (org-wl-shimbun-prefer-web-links): New customizable variable. If
- non-nil, links to shimbun messages are created as web links to
+ (org-wl-shimbun-prefer-web-links): New customizable variable.
+ If non-nil, links to shimbun messages are created as web links to
message source.
- (org-wl-nntp-prefer-web-links): New customizable variable. If
- non-nil, links to nntp message are created as web links to gmane
+ (org-wl-nntp-prefer-web-links): New customizable variable.
+ If non-nil, links to nntp message are created as web links to gmane
or googlegroups.
(org-wl-namazu-default-index): New customizable variable.
Directory of namazu search index that should be used as default
@@ -5216,13 +5219,13 @@
* org.el (org-file-apps-ex): New variable.
(org-open-file): Before considering org-file-apps, first match the
- regexps from org-file-apps-ex against the whole link. See
- docstring of org-file-apps-ex.
+ regexps from org-file-apps-ex against the whole link.
+ See docstring of org-file-apps-ex.
2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
- * org.el (org-export-latex-default-packages-alist): Remove
- microtype package.
+ * org.el (org-export-latex-default-packages-alist):
+ Remove microtype package.
(org-todo-repeat-to-state): New variable.
(org-auto-repeat-maybe): Allow user-selected target states.
(org-default-properties): Add the new property REPEAT_TO_STATE.
@@ -5348,8 +5351,8 @@
(org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
(org-mobile-create-sumo-agenda): Use encryption code.
(org-mobile-encrypt-and-move): New function.
- (org-mobile-encrypt-file, org-mobile-decrypt-file): New
- functions.
+ (org-mobile-encrypt-file, org-mobile-decrypt-file):
+ New functions.
(org-mobile-move-capture): Decrypt the capture file.
* org.el (org-entities): Require the new file.
@@ -5461,8 +5464,8 @@
2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
- * org-exp.el (org-export-author-info, org-export-email-info): Fix
- docstrings.
+ * org-exp.el (org-export-author-info, org-export-email-info):
+ Fix docstrings.
* org-beamer.el (org-beamer-select-environment): Rename from
`org-beamer-set-environment-tag'. Improve docstring.
@@ -5571,8 +5574,8 @@
* org-crypt.el (org-reveal-start-hook): Add a decryption function
to this hook.
- (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
- docstrings.
+ (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
+ Add docstrings.
* org.el (org-point-at-end-of-empty-headline)
(org-level-increment, org-get-previous-line-level): New function.
@@ -5600,8 +5603,8 @@
2010-04-10 Stephen Eglen <stephen@gnu.org>
- * org-agenda.el (org-agenda-insert-diary-extract-time): New
- variable.
+ * org-agenda.el (org-agenda-insert-diary-extract-time):
+ New variable.
(org-agenda-add-entry-to-org-agenda-diary-file): Use this new
variable rather than `org-agenda-search-headline-for-time'.
@@ -5704,8 +5707,8 @@
(org-export-as-docbook): Fix problem with double footnote
reference in one place.
- * org-exp.el (org-export-format-source-code-or-example): Remove
- unnecessary newline.
+ * org-exp.el (org-export-format-source-code-or-example):
+ Remove unnecessary newline.
* org.el (org-deadline, org-schedule): Allow rescheduling entries
with repeaters.
@@ -5727,8 +5730,8 @@
2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
- * org-latex.el (org-export-latex-classes): Add
- \usepackage{latexsym} to all classes.
+ * org-latex.el (org-export-latex-classes):
+ Add \usepackage{latexsym} to all classes.
2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
@@ -5747,8 +5750,8 @@
2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
- * org-clock.el (org-clock-report-include-clocking-task): New
- option.
+ * org-clock.el (org-clock-report-include-clocking-task):
+ New option.
(org-clock-sum): Add the current clocking task.
2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
@@ -5784,8 +5787,8 @@
(org-get-todo-face, org-font-lock-add-priority-faces)
(org-get-tag-face): Use `org-face-from-face-or-color'.
- * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
- simple colors as values.
+ * org-faces.el (org-todo-keyword-faces, org-priority-faces):
+ Allow simple colors as values.
(org-faces-easy-properties): New option.
* org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
@@ -5807,8 +5810,8 @@
* org-html.el (org-export-html-style-default): Add a default style
for textareas.
- * org-exp.el (org-export-format-source-code-or-example): Fix
- textarea tag.
+ * org-exp.el (org-export-format-source-code-or-example):
+ Fix textarea tag.
2010-04-10 Bastien Guerry <bzg@altern.org>
@@ -5838,8 +5841,8 @@
* org-latex.el (org-export-as-pdf-and-open): Kill product buffer
if the user wants that.
- * org-exp.el (org-export-kill-product-buffer-when-displayed): New
- option.
+ * org-exp.el (org-export-kill-product-buffer-when-displayed):
+ New option.
* org-agenda.el (org-batch-agenda-csv): Use the time property
instead of the `time-of-day' property.
@@ -5894,8 +5897,8 @@
* org.el (org-get-location): Make sure the selection buffer is
shown in the current frame.
- * org-ascii.el (org-export-ascii-table-widen-columns): New
- option.
+ * org-ascii.el (org-export-ascii-table-widen-columns):
+ New option.
(org-export-ascii-preprocess): Realign tables to remove narrowing
if `org-export-ascii-table-widen-columns' is set.
@@ -5920,8 +5923,8 @@
2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
- * org.el (org-fontify-meta-lines-and-blocks): Honor
- `org-fontify-quote-and-verse-blocks'.
+ * org.el (org-fontify-meta-lines-and-blocks):
+ Honor `org-fontify-quote-and-verse-blocks'.
* org-faces.el (org-fontify-quote-and-verse-blocks): New option.
@@ -5969,11 +5972,11 @@
* org-latex.el (org-export-latex-make-header): Define the align
macro if it is not yet defined.
- * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
- `org-insert-heading' with the INVISIBLE-OK argument.
+ * org-agenda.el (org-agenda-insert-diary-make-new-entry):
+ Call `org-insert-heading' with the INVISIBLE-OK argument.
- * org-mac-message.el (org-mac-message-insert-flagged): Call
- `org-insert-heading' with the INVISIBLE-OK argument.
+ * org-mac-message.el (org-mac-message-insert-flagged):
+ Call `org-insert-heading' with the INVISIBLE-OK argument.
* org.el (org-insert-heading): New argument INVISIBLE-OK.
@@ -5984,10 +5987,10 @@
`html-container-class' text property to set an additional class
for an outline container.
- * org-exp.el (org-export-remember-html-container-classes): New
- function.
- (org-export-preprocess-string): Call
- `org-export-remember-html-container-classes'.
+ * org-exp.el (org-export-remember-html-container-classes):
+ New function.
+ (org-export-preprocess-string):
+ Call `org-export-remember-html-container-classes'.
* org.el (org-cycle): Mention level cycling in the docstring.
(org-default-properties): Add new property HTML_CONTAINER_CLASS.
@@ -6033,8 +6036,8 @@
* org-clock.el (org-task-overrun-text): New option.
(org-task-overrun, org-clock-update-period): New variables.
- (org-clock-get-clock-string, org-clock-update-mode-line): Mark
- overrun clock.
+ (org-clock-get-clock-string, org-clock-update-mode-line):
+ Mark overrun clock.
(org-clock-notify-once-if-expired): Check if clock is overrun.
* org-faces.el: New face `org-mode-line-clock-overrun'.
@@ -6047,8 +6050,8 @@
2010-04-10 Stephen Eglen <stephen@gnu.org>
- * org-agenda.el (org-get-time-of-day): Use
- org-agenda-time-leading-zero to allow leading zero (rather than
+ * org-agenda.el (org-get-time-of-day):
+ Use org-agenda-time-leading-zero to allow leading zero (rather than
space) for times.
2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
@@ -6095,8 +6098,8 @@
2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
- * org-agenda.el (org-diary-class): Use
- `org-order-calendar-date-args'.
+ * org-agenda.el (org-diary-class):
+ Use `org-order-calendar-date-args'.
* org.el (org-order-calendar-date-args): New function.
@@ -6108,8 +6111,8 @@
* org-agenda.el (org-agenda-schedule, org-agenda-deadline):
Document that ARG is passed through to remove the date.
- (org-agenda-bulk-action): Accept prefix arg and pass it on. Do
- not read a date when the user has given a `C-u' prefix.
+ (org-agenda-bulk-action): Accept prefix arg and pass it on.
+ Do not read a date when the user has given a `C-u' prefix.
2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
@@ -6157,8 +6160,8 @@
have defined any.
(org-beamer-fix-toc): Put a frame around the table of contents.
- * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
- sure case-folding works well when processing comment stuff.
+ * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
+ Make sure case-folding works well when processing comment stuff.
* org-latex.el (org-export-latex-after-save-hook): New hook.
(org-export-as-latex): Run the new hook.
@@ -6344,8 +6347,8 @@
* org.el (org-inhibit-startup-visibility-stuff): New variable.
(org-mode): Don't do startup visibility if inhibited.
- (org-outline-overlay-data, org-set-outline-overlay-data): New
- functions.
+ (org-outline-overlay-data, org-set-outline-overlay-data):
+ New functions.
(org-save-outline-visibility): New macro.
(org-log-note-headings): Document that one should not change the
`state' note format.
@@ -6374,42 +6377,42 @@
* org-beamer.el: New file.
* org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
- (org-export-as-latex): Run
- `org-export-latex-after-initial-vars-hook'.
+ (org-export-as-latex):
+ Run `org-export-latex-after-initial-vars-hook'.
(org-export-latex-format-toc-function)
- (org-export-latex-make-header): Call
- `org-export-latex-format-toc-function'.
+ (org-export-latex-make-header):
+ Call `org-export-latex-format-toc-function'.
* org.el (org-fill-template): Make template searches case sensitive.
* org-exp.el (org-export): Use "1" as a sign to export only the
subtree.
- * org-colview-xemacs.el (org-columns-edit-value): Use
- org-unrestricted property.
+ * org-colview-xemacs.el (org-columns-edit-value):
+ Use org-unrestricted property.
- * org-colview.el (org-columns-edit-value): Use
- org-unrestricted property.
+ * org-colview.el (org-columns-edit-value):
+ Use org-unrestricted property.
* org.el (org-compute-property-at-point): Set org-unrestricted
text property if the list contains ":ETC".
- (org-insert-property-drawer): Use
- org-unrestricted property.
+ (org-insert-property-drawer):
+ Use org-unrestricted property.
* org-exp.el
(org-export-preprocess-before-selecting-backend-code-hook): New hook.
- (org-export-preprocess-string): Run
- `org-export-preprocess-before-selecting-backend-code-hook'.
+ (org-export-preprocess-string):
+ Run `org-export-preprocess-before-selecting-backend-code-hook'.
* org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
- * org-latex.el (org-export-region-as-latex): Run
- `org-export-first-hook'.
+ * org-latex.el (org-export-region-as-latex):
+ Run `org-export-first-hook'.
* org-html.el (org-export-as-html): Run `org-export-first-hook'.
- * org-docbook.el (org-export-as-docbook): Run
- `org-export-first-hook'.
+ * org-docbook.el (org-export-as-docbook):
+ Run `org-export-first-hook'.
* org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
@@ -6447,8 +6450,8 @@
* org-macs.el (org-re): Interpret :punct: in regexps.
- * org-exp.el (org-export-replace-src-segments-and-examples): Also
- take the final newline after the END line.
+ * org-exp.el (org-export-replace-src-segments-and-examples):
+ Also take the final newline after the END line.
* org.el (org-clean-visibility-after-subtree-move): Only fix
entries that are not entirely invisible already.
@@ -6457,8 +6460,8 @@
2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
- * org-exp.el (org-export-format-source-code-or-example): Avoid
- additional extra white lines in LaTeX.
+ * org-exp.el (org-export-format-source-code-or-example):
+ Avoid additional extra white lines in LaTeX.
* org-list.el (org-list-parse-list): Leave empty lines after the
list, don't consider them as part of the list.
@@ -6476,14 +6479,14 @@
2010-04-10 Tassilo Horn <tassilo@member.fsf.org>
- * org.el (org-complete-tags-always-offer-all-agenda-tags): New
- variable.
+ * org.el (org-complete-tags-always-offer-all-agenda-tags):
+ New variable.
(org-set-tags): Use it.
2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
- * org-list.el (org-empty-line-terminates-plain-lists): Update
- docstring.
+ * org-list.el (org-empty-line-terminates-plain-lists):
+ Update docstring.
* org.el (org-format-latex): Fix link creation for processed latex
snippets.
@@ -6539,8 +6542,8 @@
* org-latex.el (org-export-latex-parse-global)
(org-export-latex-parse-content)
- (org-export-latex-parse-subcontent): Use
- `org-re-search-forward-unprotected'.
+ (org-export-latex-parse-subcontent):
+ Use `org-re-search-forward-unprotected'.
(org-export-as-pdf): Remove log files produced by XeTeX.
* org-macs.el (org-re-search-forward-unprotected): New function.
@@ -6573,8 +6576,8 @@
* org.el (org-cycle-level): Use `org-looking-back'.
- * org-list.el (org-cycle-item-indentation): Use
- `org-looking-back'.
+ * org-list.el (org-cycle-item-indentation):
+ Use `org-looking-back'.
* org-compat.el (org-looking-back): New function.
@@ -6627,8 +6630,8 @@
2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
- * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
- agenda after adding new entry.
+ * org-agenda.el (org-agenda-diary-entry-in-org-file):
+ Rebuild agenda after adding new entry.
* org-datetree.el (org-datetree-find-day-create): Fix regular
expression.
@@ -6665,8 +6668,8 @@
* org-agenda.el (org-agenda-insert-diary-strategy): New variable.
(org-agenda-insert-diary-as-top-level): New function.
- (org-agenda-add-entry-to-org-agenda-diary-file): Call
- `org-agenda-insert-diary-as-top-level'.
+ (org-agenda-add-entry-to-org-agenda-diary-file):
+ Call `org-agenda-insert-diary-as-top-level'.
* org.el (org-occur-in-agenda-files): Make sure none of the
buffers is narrowed.
@@ -6733,8 +6736,8 @@
* org-agenda.el (org-agenda-show-outline-path): New option.
(org-agenda-do-context-action): New function.
- (org-agenda-next-line, org-agenda-previous-line): Use
- `org-agenda-do-context-action'.
+ (org-agenda-next-line, org-agenda-previous-line):
+ Use `org-agenda-do-context-action'.
* org.el (org-use-speed-commands): Allow function value.
(org-speed-commands-default): Make headline motion safe, so that
@@ -6811,8 +6814,8 @@
* org-latex.el (org-export-latex-links): Check for protectedness
in the last matched character, not after the match.
- * org-datetree.el (org-datetree-find-date-create): Respect
- restriction when KEEP-RESTRICTION is set.
+ * org-datetree.el (org-datetree-find-date-create):
+ Respect restriction when KEEP-RESTRICTION is set.
(org-datetree-file-entry-under): New function.
(org-datetree-cleanup): New command.
@@ -6850,8 +6853,8 @@
* org-agenda.el (org-agenda-diary-entry-in-org-file)
(org-agenda-add-entry-to-org-agenda-diary-file)
(org-agenda-insert-diary-make-new-entry): New functions.
- (org-agenda-diary-entry): Call
- `org-agenda-diary-entry-in-org-file' when appropriate.
+ (org-agenda-diary-entry):
+ Call `org-agenda-diary-entry-in-org-file' when appropriate.
* org.el (org-calendar-insert-diary-entry-key): New option.
(org-agenda-diary-file): New option.
@@ -6902,8 +6905,8 @@
2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
- * org-exp.el (org-export-format-source-code-or-example): Restrict
- scope of preserve-indentp to the let binding.
+ * org-exp.el (org-export-format-source-code-or-example):
+ Restrict scope of preserve-indentp to the let binding.
(org-src): Require org-src, since org-src-preserve-indentation is used.
2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
@@ -6923,14 +6926,14 @@
2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
- * org-icalendar.el (org-print-icalendar-entries): Use
- org-icalendar-verify-function only if non-nil.
+ * org-icalendar.el (org-print-icalendar-entries):
+ Use org-icalendar-verify-function only if non-nil.
* org.el (org-refile): Refile to clock only if the prefix arg is
2.
(org-sparse-tree): Fix docstring to be in line with prompt.
- (org-update-parent-todo-statistics): Call
- `org-after-todo-statistics-hook' on each level.
+ (org-update-parent-todo-statistics):
+ Call `org-after-todo-statistics-hook' on each level.
2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
@@ -6961,8 +6964,8 @@
* org-clock.el (org-clock-play-sound): Expand file in
org-clock-sound, to allow ~ for home.
- * org-remember.el (org-remember-handler): Set
- text-before-node-creation even if this already looks like a node,
+ * org-remember.el (org-remember-handler):
+ Set text-before-node-creation even if this already looks like a node,
because the string might be needed on non-org-mode target files.
* org-agenda.el (org-agenda-open-link): Make this work in agenda
@@ -6991,12 +6994,12 @@
* org-src.el (org-src-preserve-indentation): Document that this
variable is also used during export.
- * org-exp.el (org-export-format-source-code-or-example): Preserve
- indentation if a block has a -i option, or if
+ * org-exp.el (org-export-format-source-code-or-example):
+ Preserve indentation if a block has a -i option, or if
`org-src-preserve-indentation' is set.
- * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
- indentation if a block has a -i option, or if
+ * org-exp-blocks.el (org-export-blocks-preprocess):
+ Preserve indentation if a block has a -i option, or if
`org-src-preserve-indentation' is set.
2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
@@ -7013,8 +7016,8 @@
(org-agenda-menu): Add the new archiving commands to the menu.
(org-agenda-archive-default)
(org-agenda-archive-default-with-confirmation): New commands.
- (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
- call `org-agenda-archive-with'.
+ (org-agenda-archive, org-agenda-archive-to-archive-sibling):
+ Just call `org-agenda-archive-with'.
(org-agenda-archive-with): New function.
* org-table.el (org-table-convert-region): Inert spaces around "|"
@@ -7034,8 +7037,8 @@
IF-EXISTS, which avoids creating the attachment directory if it
does not yet exist.
- * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
- MATCH.
+ * org-agenda.el (org-agenda, org-run-agenda-series):
+ Evaluate MATCH.
2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
@@ -7148,8 +7151,8 @@
2009-11-13 John Wiegley <jwiegley@gmail.com>
- * org-clock.el (org-clock-display, org-clock-put-overlay): Use
- `org-time-clock-use-fractional'.
+ * org-clock.el (org-clock-display, org-clock-put-overlay):
+ Use `org-time-clock-use-fractional'.
* org.el (org-time-clocksum-use-fractional)
(org-time-clocksum-fractional-format): Two new customizable
@@ -7246,8 +7249,8 @@
* org-agenda.el (org-agenda-next-line): New command.
(org-agenda-previous-line): New commands.
- (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
- commands.
+ (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
+ New commands.
(org-agenda-follow-mode): Do the follow immediately if the mode is
turned on here.
(previous-line, next-line): Replace keys with the corresponding
@@ -7278,8 +7281,8 @@
2009-11-13 John Wiegley <johnw@newartisans.com>
- * org-clock.el (org-clock-disable-clock-resolution): New
- customization variable that disable automatic clock resolution on
+ * org-clock.el (org-clock-disable-clock-resolution):
+ New customization variable that disable automatic clock resolution on
clock in.
(org-clock-in): If `org-clock-disable-clock-resolution' is set, do
not automatically resolve anything. This is does not affect
@@ -7305,8 +7308,8 @@
2009-11-13 John Wiegley <johnw@newartisans.com>
- * org-agenda.el (org-agenda-auto-exclude-function): New
- customization variable for allowing the user to create an "auto
+ * org-agenda.el (org-agenda-auto-exclude-function):
+ New customization variable for allowing the user to create an "auto
exclusion" filter for doing context-aware auto tag filtering.
(org-agenda-filter-by-tag): Changes to support the use of
`org-agenda-auto-exclude-function'. See the new manual addition,.
@@ -7373,8 +7376,8 @@
resolves a clock to a specific time, closing or resuming as need
be, and possibly even starting a new clock.
(org-clock-resolve): New function used by `org-resolve-clocks'
- that sets up for the call to `org-clock-resolve-clock'. It
- determines the time to resolve to based on a single-character
+ that sets up for the call to `org-clock-resolve-clock'.
+ It determines the time to resolve to based on a single-character
selection from the user to either keep time, subtract away time or
cancel the clock.
(org-resolve-clocks): New user command which resolves dangling
@@ -7483,8 +7486,8 @@
2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
* org-src.el (org-edit-src-code)
- (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
- macro editing.
+ (org-edit-src-find-region-and-lang, org-edit-src-exit):
+ Handle macro editing.
* org-agenda.el (org-prefix-category-max-length): New variable.
(org-format-agenda-item): Use `org-prefix-category-max-length'.
@@ -7637,12 +7640,12 @@
(org-agenda-show-new-time, org-agenda-date-prompt)
(org-agenda-schedule, org-agenda-deadline, org-agenda-action)
(org-agenda-clock-in, org-agenda-bulk-mark)
- (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
- `org-get-at-bol'.
+ (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
+ Use `org-get-at-bol'.
* org-colview.el (org-columns-display-here)
- (org-columns-edit-allowed, org-agenda-columns): Use
- `org-get-at-bol'.
+ (org-columns-edit-allowed, org-agenda-columns):
+ Use `org-get-at-bol'.
2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
@@ -7677,13 +7680,13 @@
2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
- * org-agenda.el (org-prepare-agenda): Reset
- `org-drawers-for-agenda'.
+ * org-agenda.el (org-prepare-agenda):
+ Reset `org-drawers-for-agenda'.
(org-prepare-agenda): Uniquify list of drawers.
* org.el (org-complex-heading-regexp-format): New variable.
- (org-set-regexps-and-options): Define
- `org-complex-heading-regexp-format'.
+ (org-set-regexps-and-options):
+ Define `org-complex-heading-regexp-format'.
(org-drawers-for-agenda): New variable.
(org-map-entries): Bind `org-drawers-for-agenda'.
(org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
@@ -7728,10 +7731,10 @@
* org-archive.el (org-archive-set-tag)
(org-archive-subtree-default): New commands.
- * org-clock.el (org-clock-clocktable-default-properties): New
- option.
- (org-clock-report): Use
- `org-clock-clocktable-default-properties'.
+ * org-clock.el (org-clock-clocktable-default-properties):
+ New option.
+ (org-clock-report):
+ Use `org-clock-clocktable-default-properties'.
2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
@@ -7834,8 +7837,8 @@
2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
- * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
- variable.
+ * org-agenda.el (org-agenda-entry-text-exclude-regexps):
+ New variable.
(org-agenda-entry-text-cleanup-hook): New hook.
(org-agenda-get-some-entry-text): Remove matches of
`org-agenda-entry-text-exclude-regexps' and run the hook
@@ -7985,8 +7988,8 @@
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
- * org.el (org-eval-in-calendar): Use
- `org-select-frame-set-input-focus'.
+ * org.el (org-eval-in-calendar):
+ Use `org-select-frame-set-input-focus'.
* org-compat.el (org-select-frame-set-input-focus): New function.
@@ -8032,8 +8035,8 @@
(org-agenda-menu): Add effort setting commands to menu.
(org-agenda-set-property, org-agenda-set-effort): New functions.
- * org-latex.el (org-export-latex-tables): Fix
- `org-table-last-alignment' and `org-table-last-column-widths' if
+ * org-latex.el (org-export-latex-tables):
+ Fix `org-table-last-alignment' and `org-table-last-column-widths' if
the first column has been removed.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
@@ -8055,8 +8058,8 @@
(org-get-last-sibling): New function.
(org-refile): Use `org-get-next-sibling' instead of the outline
version of this function.
- (org-clean-visibility-after-subtree-move): Use
- `org-get-next-sibling' and `org-get-last-sibling' instead of the
+ (org-clean-visibility-after-subtree-move):
+ Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
outline versions of these functions.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
@@ -8084,8 +8087,8 @@
(org-table-get-specials, org-table-rotate-recalc-marks)
(org-table-get-range, org-table-recalculate)
(org-table-edit-formulas, org-table-fedit-convert-buffer)
- (org-table-show-reference, org-table-highlight-rectangle): Don't
- use `goto-line'.
+ (org-table-show-reference, org-table-highlight-rectangle):
+ Don't use `goto-line'.
* org-src.el (org-edit-src-code, org-edit-fixed-width-region)
(org-edit-src-exit): Don't use `goto-line'.
@@ -8100,8 +8103,8 @@
* org-colview.el (org-columns, org-columns-redo)
(org-agenda-columns): Don't use `goto-line'.
- * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
- use `goto-line'.
+ * org-colview-xemacs.el (org-columns, org-agenda-columns):
+ Don't use `goto-line'.
* org-agenda.el (org-agenda-mode): Force visual line motion off.
(org-agenda-add-entry-text-maxlines): Improve docstring.
@@ -8143,8 +8146,8 @@
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-agenda-get-some-entry-text): New function.
- (org-agenda-add-entry-text): Use
- `org-agenda-get-some-entry-text'.
+ (org-agenda-add-entry-text):
+ Use `org-agenda-get-some-entry-text'.
* org.el (org-cycle-separator-lines): Update docstring.
(org-cycle-show-empty-lines): Handle negative values for
@@ -8172,8 +8175,8 @@
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
- * org-exp.el (org-export-format-source-code-or-example): Translate
- language.
+ * org-exp.el (org-export-format-source-code-or-example):
+ Translate language.
* org-src.el (org-src-lang-modes): New variable.
(org-edit-src-code): Translate language.
@@ -8199,8 +8202,8 @@
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
- * org-remember.el (org-remember-apply-template): Use
- org-icompleting-read.
+ * org-remember.el (org-remember-apply-template):
+ Use org-icompleting-read.
* org-publish.el (org-publish): Use org-icompleting-read.
@@ -8208,11 +8211,11 @@
(org-insert-columns-dblock): Use org-icompleting-read.
* org-colview-xemacs.el (org-columns-edit-value)
- (org-columns-new, org-insert-columns-dblock): Use
- org-icompleting-read.
+ (org-columns-new, org-insert-columns-dblock):
+ Use org-icompleting-read.
- * org-attach.el (org-attach-delete-one, org-attach-open): Use
- org-icompleting-read.
+ * org-attach.el (org-attach-delete-one, org-attach-open):
+ Use org-icompleting-read.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
@@ -8221,8 +8224,8 @@
(org-org-menu): Add a menu entry for the new bug reporter.
(org-submit-bug-report): New command.
- * org-list.el (org-hierarchical-checkbox-statistics): Improve
- docstring.
+ * org-list.el (org-hierarchical-checkbox-statistics):
+ Improve docstring.
* org.el (org-emphasis-regexp-components): Add "`" to set of
pre-emphasis characters.
@@ -8231,16 +8234,16 @@
package.
(org-export-latex-emphasis-alist): Use \st for strikethough.
- * org-exp-blocks.el (org-export-blocks-preprocess): Use
- `indent-code-rigidly' to indent.
+ * org-exp-blocks.el (org-export-blocks-preprocess):
+ Use `indent-code-rigidly' to indent.
- * org-agenda.el (org-agenda-get-restriction-and-command): Remove
- properties only if MATCH really is a string.
+ * org-agenda.el (org-agenda-get-restriction-and-command):
+ Remove properties only if MATCH really is a string.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
- * org-latex.el (org-export-latex-packages-alist): Fix
- customization type.
+ * org-latex.el (org-export-latex-packages-alist):
+ Fix customization type.
* org.el (org-create-formula-image): Also use
`org-export-latex-packages-alist'.
@@ -8253,8 +8256,8 @@
* org.el (org-fast-tag-selection): Avoid text properties on tags
in the alist.
- * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
- text properties on the match element.
+ * org-agenda.el (org-agenda-get-restriction-and-command):
+ Avoid text properties on the match element.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
@@ -8278,8 +8281,8 @@
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
- * org.el (org-export-html-special-string-regexps): Definition
- moved into org.el.
+ * org.el (org-export-html-special-string-regexps):
+ Definition moved into org.el.
* org-exp.el (org-export-preprocess-apply-macros): Allow newlines
in macro calls.
@@ -8289,8 +8292,8 @@
* org-latex.el (org-export-latex-listings)
(org-export-latex-listings-langs): New options.
- * org-exp.el (org-export-format-source-code-or-example): Use
- listing package if requested by the user.
+ * org-exp.el (org-export-format-source-code-or-example):
+ Use listing package if requested by the user.
2009-09-02 Bastien Guerry <bzg@altern.org>
@@ -8313,8 +8316,8 @@
* org.el (org-insert-heading): When respecting content, do not
convert current line to headline.
- * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
- cheeeeeck the hd marker.
+ * org-clock.el (org-clock-save-markers-for-cut-and-paste):
+ Also cheeeeeck the hd marker.
(org-clock-in): Also set the hd marker.
(org-clock-out): Also set the hd marker.
(org-clock-cancel): Reset markers.
@@ -8329,8 +8332,8 @@
* org.el (org-modules): Add org-track.el.
* org-agenda.el (org-agenda-bulk-marked-p): New function.
- (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
- `org-agenda-bulk-marked-p'.
+ (org-agenda-bulk-mark, org-agenda-bulk-unmark):
+ Use `org-agenda-bulk-marked-p'.
(org-agenda-bulk-toggle): New command.
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
@@ -8396,8 +8399,8 @@
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
- * org-list.el (org-list-send-list): Call
- `org-list-goto-true-beginning' instead of
+ * org-list.el (org-list-send-list):
+ Call `org-list-goto-true-beginning' instead of
`org-list-find-true-beginning', which does not exist.
* org-timer.el (org-timer-reset-timers): Use `mapc'.
@@ -8415,8 +8418,8 @@
(org-startup-options): Add new options indent and noindent.
(org-unfontify-region): Remove line-prefix and wrap-prefix
properties.
- (org-after-demote-entry-hook, org-after-promote-entry-hook): New
- hooks.
+ (org-after-demote-entry-hook, org-after-promote-entry-hook):
+ New hooks.
(org-promote, org-demote): Run the new hooks.
* org-table.el (org-table-align): Replace leading \n as well.
@@ -8459,8 +8462,8 @@
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
- * org-table.el (org-table-cut-region, org-table-copy-region): Work
- on single field if no active region.
+ * org-table.el (org-table-cut-region, org-table-copy-region):
+ Work on single field if no active region.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
@@ -8502,8 +8505,8 @@
* org.el (org-store-link): Never store a link to an inline task.
- * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
- inline tasks when positioning footnotes.
+ * org-footnote.el (org-footnote-goto-local-insertion-point):
+ Skip inline tasks when positioning footnotes.
* org.el (org-refile): Remove the END line when archiving an
inline task that does have an END line.
@@ -8549,8 +8552,8 @@
2009-08-06 Bastien Guerry <bzg@altern.org>
- * org-protocol.el (org-protocol-default-template-key): New
- option.
+ * org-protocol.el (org-protocol-default-template-key):
+ New option.
* org.el (org-refile): Bugfix: save-excursion before reading the
refile target, otherwise cursor moves might confuse `org-refile'.
@@ -8578,8 +8581,8 @@
* org.el (org-mode-map): New key for org-timer-set-timer.
* org-timer.el (org-timer-reset-timers)
- (org-timer-show-remaining-time, org-timer-set-timer): New
- functions.
+ (org-timer-show-remaining-time, org-timer-set-timer):
+ New functions.
* org-clock.el (org-show-notification): Update the docstring.
@@ -8648,8 +8651,8 @@
* org.el (org-get-refile-targets): Fix bug: don't ignore case when
building the list of targets.
- * org-remember.el (org-remember-delete-empty-lines-at-end): New
- option.
+ * org-remember.el (org-remember-delete-empty-lines-at-end):
+ New option.
(org-remember-handler): Use the new option.
2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
@@ -8676,8 +8679,8 @@
* org-latex.el (org-export-latex-first-lines): Fix problem with
publishing the region.
- * org-exp.el (org-export-format-source-code-or-example): Fix
- bad line numbering when exporting examples in HTML.
+ * org-exp.el (org-export-format-source-code-or-example):
+ Fix bad line numbering when exporting examples in HTML.
2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
@@ -8723,8 +8726,8 @@
* org-exp.el (org-infile-export-plist): Read BIND lines.
(org-install-letbind): New function.
- (org-export-as-org, org-export-preprocess-string): Call
- `org-install-letbind'.
+ (org-export-as-org, org-export-preprocess-string):
+ Call `org-install-letbind'.
* org-list.el (org-list-demote-modify-bullet): New option.
(org-first-list-item-p): Save point.
@@ -8741,8 +8744,8 @@
* org-footnote.el (org-footnote-auto-adjust): New option.
(org-footnote-auto-adjust-maybe): New function.
- (org-footnote-new, org-footnote-delete): Call
- `org-footnote-auto-adjust-maybe'.
+ (org-footnote-new, org-footnote-delete):
+ Call `org-footnote-auto-adjust-maybe'.
* org.el (org-startup-options): Add new footnote-related
keywords.
@@ -8905,16 +8908,16 @@
in column values.
(org-columns-capture-view): Exclude comment and archived trees.
- * org-colview-xemacs.el (org-columns-capture-view): Protect
- vertical bars in column values.
+ * org-colview-xemacs.el (org-columns-capture-view):
+ Protect vertical bars in column values.
(org-columns-capture-view): Exclude comment and archived trees.
* org.el (org-quote-vert): New function.
* org-latex.el (org-export-latex-verbatim-wrap): New option.
- * org-exp.el (org-export-format-source-code-or-example): Use
- `org-export-latex-verbatim-wrap'.
+ * org-exp.el (org-export-format-source-code-or-example):
+ Use `org-export-latex-verbatim-wrap'.
* org.el (org-clone-subtree-with-time-shift): Also shift inactive
time stamps.
@@ -8946,8 +8949,8 @@
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
- * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
- option.
+ * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
+ New option.
(org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
* org-bbdb.el (org-bbdb-anniv-export-ical): New function.
@@ -8969,8 +8972,8 @@
* org-remember.el (org-remember-handler): Abort remember if the
buffer is empty.
- * org-exp.el (org-export-format-source-code-or-example): Run
- `org-src-mode-hook'.
+ * org-exp.el (org-export-format-source-code-or-example):
+ Run `org-src-mode-hook'.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
@@ -8987,8 +8990,8 @@
* org-macs.el (org-replace-match-keep-properties): New function.
- * org-exp.el (org-export-mark-blockquote-verse-center): Better
- preprocessing of center and quote and verse blocks.
+ * org-exp.el (org-export-mark-blockquote-verse-center):
+ Better preprocessing of center and quote and verse blocks.
* org-list.el (org-list-end): Respect the stored "original"
indentation when determining the end of the list.
@@ -9011,8 +9014,8 @@
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
- * org-exp.el (org-export-format-source-code-or-example): Remember
- the original indentation of source code snippets and examples.
+ * org-exp.el (org-export-format-source-code-or-example):
+ Remember the original indentation of source code snippets and examples.
* org-latex.el (org-export-as-latex): Relocate the table of
contents.
@@ -9088,35 +9091,35 @@
(org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
(orgtbl-gather-send-defs): Allow indented #+TBLFM line.
- * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
- indented #+TBLFM line.
+ * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
+ Allow indented #+TBLFM line.
- * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
- indented #+TBLFM line.
+ * org-footnote.el (org-footnote-goto-local-insertion-point):
+ Allow indented #+TBLFM line.
* org-colview.el (org-dblock-write:columnview): Allow indented
#+TBLFM line.
- * org-colview-xemacs.el (org-dblock-write:columnview): Allow
- indented #+TBLFM line.
+ * org-colview-xemacs.el (org-dblock-write:columnview):
+ Allow indented #+TBLFM line.
* org-clock.el (org-dblock-write:clocktable): Allow indented
#+TBLFM line.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
- * org-exp.el (org-export-format-source-code-or-example): Make
- editing indented blocks work correctly.
+ * org-exp.el (org-export-format-source-code-or-example):
+ Make editing indented blocks work correctly.
* org.el (org-edit-src-nindent): New variable.
(org-edit-src-code, org-edit-fixed-width-region)
- (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
- editing indented blocks work correctly.
+ (org-edit-src-find-region-and-lang, org-edit-src-exit):
+ Make editing indented blocks work correctly.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
- * org-exp.el (org-export-replace-src-segments-and-examples): Find
- indented blocks.
+ * org-exp.el (org-export-replace-src-segments-and-examples):
+ Find indented blocks.
(org-export-format-source-code-or-example): Fix indentation of
blocks.
(org-export-remove-indentation): New function.
@@ -9135,18 +9138,18 @@
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-treat-insert-todo-heading-as-state-change)
- (org-treat-S-cursor-todo-selection-as-state-change): New
- variables.
- (org-insert-todo-heading): Honor
- `org-treat-insert-todo-heading-as-state-change'.
- (org-shiftright, org-shiftleft): Honor
- `org-treat-S-cursor-todo-selection-as-state-change'.
+ (org-treat-S-cursor-todo-selection-as-state-change):
+ New variables.
+ (org-insert-todo-heading):
+ Honor `org-treat-insert-todo-heading-as-state-change'.
+ (org-shiftright, org-shiftleft):
+ Honor `org-treat-S-cursor-todo-selection-as-state-change'.
(org-inhibit-logging): New variable.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
- * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
- range for marker position checking.
+ * org-agenda.el (org-remove-subtree-entries-from-agenda):
+ Reduce range for marker position checking.
* org-latex.el (org-export-latex-first-lines): Fix bug when
exporting a region.
@@ -9169,8 +9172,8 @@
* org-latex.el (org-export-latex-low-levels): Fix customization
type.
- * org.el (org-priority, org-shiftup, org-shiftdown): Disable
- priority commands.
+ * org.el (org-priority, org-shiftup, org-shiftdown):
+ Disable priority commands.
* org-agenda.el (org-agenda-priority): Disable priority commands.
@@ -9185,17 +9188,17 @@
* org-exp.el (org-export-push-to-kill-ring): New function.
(org-export-copy-to-kill-ring): New option.
- * org-latex.el (org-export-as-latex): Call
- `org-export-push-to-kill-ring'.
+ * org-latex.el (org-export-as-latex):
+ Call `org-export-push-to-kill-ring'.
- * org-exp.el (org-export-show-temporary-export-buffer): New
- option.
+ * org-exp.el (org-export-show-temporary-export-buffer):
+ New option.
- * org-latex.el (org-export-as-latex): Use
- `org-export-show-temporary-export-buffer'.
+ * org-latex.el (org-export-as-latex):
+ Use `org-export-show-temporary-export-buffer'.
- * org-exp.el (org-export-show-temporary-export-buffer): New
- option.
+ * org-exp.el (org-export-show-temporary-export-buffer):
+ New option.
(org-export-push-to-kill-ring): New function.
* org-colview.el (org-columns-compile-map): New variable.
@@ -9258,8 +9261,8 @@
* org-latex.el (org-export-latex-complex-heading-re): New variable.
(org-export-as-latex): Force the correct regexp in the
preprocessor buffer.
- (org-export-latex-set-initial-vars): Set
- `org-export-latex-complex-heading-re'.
+ (org-export-latex-set-initial-vars):
+ Set `org-export-latex-complex-heading-re'.
* org-agenda.el (org-agenda-start-with-log-mode): New option.
(org-agenda-mode): Use `org-agenda-start-with-log-mode'.
@@ -9342,8 +9345,8 @@
* org-clock.el (org-clock-insert-selection-line): Fix prefious
patch.
- * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
- separate buffer instead of indirect buffer to edit source code.
+ * org.el (org-edit-src-code, org-edit-fixed-width-region):
+ Use separate buffer instead of indirect buffer to edit source code.
(org-edit-src-exit): Make this function work with the new setup.
* org-clock.el (org-clock-insert-selection-line): Make sure tasks
@@ -9365,8 +9368,8 @@
* org-list.el (org-reset-checkbox-state-subtree): Move here from
org-checklist.el.
- (org-reset-checkbox-state-subtree): Call
- `org-reset-checkbox-state-subtree'.
+ (org-reset-checkbox-state-subtree):
+ Call `org-reset-checkbox-state-subtree'.
* org-remember.el (org-select-remember-template): For the
selection of a valid template.
@@ -9434,11 +9437,11 @@
* org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
* org-protocol.el: Remove dependency on url.el.
- (org-protocol-unhex-compound, org-protocol-open-source): Remove
- dependency on url.el.
+ (org-protocol-unhex-compound, org-protocol-open-source):
+ Remove dependency on url.el.
- * org-latex.el (org-export-as-pdf): Use
- `org-latex-to-pdf-process'.
+ * org-latex.el (org-export-as-pdf):
+ Use `org-latex-to-pdf-process'.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
@@ -9446,8 +9449,8 @@
* org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
New option.
- (org-agenda-get-timestamps): Honor
- `org-agenda-skip-additional-timestamps-same-entry'.
+ (org-agenda-get-timestamps):
+ Honor `org-agenda-skip-additional-timestamps-same-entry'.
* org-clock.el (org-clock-goto-may-find-recent-task): New option.
(org-clock-goto): Find recent task only if
@@ -9472,8 +9475,8 @@
* org.el (org-tab-first-hook)
(org-tab-after-check-for-table-hook)
(org-tab-after-check-for-cycling-hook): New hooks.
- (org-cycle-internal-global, org-cycle-internal-local): New
- functions, split out from `org-cycle'.
+ (org-cycle-internal-global, org-cycle-internal-local):
+ New functions, split out from `org-cycle'.
(org-cycle): Call the new hooks.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
@@ -9481,13 +9484,13 @@
* org-exp.el (org-export-preprocess-string): Reset the list of
preferred targets for each run of the preprocessor.
- * org.el (org-refile-target-verify-function): Improve
- documentation.
+ * org.el (org-refile-target-verify-function):
+ Improve documentation.
(org-get-refile-targets): Respect point being moved by the
verification function.
- * org-latex.el (org-export-latex-timestamp-keyword-markup): New
- option.
+ * org-latex.el (org-export-latex-timestamp-keyword-markup):
+ New option.
(org-export-latex-keywords): Use new option.
* org.el (org-rear-nonsticky-at): New defsubst.
@@ -9500,8 +9503,8 @@
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
* org-protocol.el (server-edit): Declare `server-edit'.
- (org-protocol-unhex-string, org-protocol-unhex-compound): New
- functions.
+ (org-protocol-unhex-string, org-protocol-unhex-compound):
+ New functions.
(org-protocol-check-filename-for-protocol): Call `server-edit'.
* org.el (org-default-properties): New default properteis for
@@ -9682,15 +9685,15 @@
* org-agenda.el (org-agenda-confirm-kill)
(org-agenda-custom-commands-local-options)
(org-timeline-show-empty-dates, org-agenda-ndays)
- (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
- customization type from number to integer.
+ (org-agenda-start-on-weekday, org-scheduled-past-days):
+ Fix customization type from number to integer.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
* org-protocol.el: Declare some functions.
- * org-agenda.el (org-agenda-compare-effort): Honor
- `org-sort-agenda-noeffort-is-high'.
+ * org-agenda.el (org-agenda-compare-effort):
+ Honor `org-sort-agenda-noeffort-is-high'.
(org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
(org-agenda-compare-effort): Implement the "?" operator for
finding entries without effort setting.
@@ -9793,8 +9796,8 @@
* org-mac-message.el (org-mac-flagged-mail): New group.
(org-mac-mail-account): New variable.
- (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
- commands.
+ (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
+ New commands.
* org-remember.el (org-remember-backup-directory): New variable.
(org-remember-apply-template): Write file to backup directory.
@@ -9807,15 +9810,15 @@
* org-table.el (org-table-beginning-of-field)
(org-table-end-of-field): New commands.
- (org-table-previous-field, org-table-beginning-of-field): Better
- error messages.
+ (org-table-previous-field, org-table-beginning-of-field):
+ Better error messages.
(orgtbl-setup): Include `M-a' and `M-e'.
- * org.el (org-backward-sentence, org-forward-sentence): New
- commands.
+ * org.el (org-backward-sentence, org-forward-sentence):
+ New commands.
- * org-colview.el (org-colview-initial-truncate-line-value): New
- variable.
+ * org-colview.el (org-colview-initial-truncate-line-value):
+ New variable.
(org-columns-remove-overlays): Restore the value of `truncate-lines'.
(org-columns): Remember the value of `truncate-lines'.
@@ -9871,11 +9874,11 @@
sub-projects.
(org-agenda-skip-entry-when-regexp-matches)
(org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
- (org-agenda-list-stuck-projects): Use
- `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
+ (org-agenda-list-stuck-projects):
+ Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
- * org-latex.el (org-export-latex-preprocess): Improve
- export of verses.
+ * org-latex.el (org-export-latex-preprocess):
+ Improve export of verses.
* org-exp.el (org-export-as-html): Implement centering as a div
rather than a paragraph. Do a better job with line-end in verse
@@ -9890,8 +9893,8 @@
* org-latex.el (org-export-latex-preprocess): Implement the
centering markup.
- * org-exp.el (org-export-mark-blockquote-verse-center): Rename
- from `org-export-mark-blockquote-and-verse'.
+ * org-exp.el (org-export-mark-blockquote-verse-center):
+ Rename from `org-export-mark-blockquote-and-verse'.
(org-export-as-html): Implement the centering markup.
* org-latex.el (org-export-latex-tables): Fix vertical
@@ -9917,16 +9920,16 @@
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
- * org-latex.el (org-export-latex-emphasis-alist): Better
- defaults for verbose emphasis.
+ * org-latex.el (org-export-latex-emphasis-alist):
+ Better defaults for verbose emphasis.
(org-export-latex-emph-format): New function.
(org-export-latex-fontify): Call `org-export-latex-emph-format'.
* org-agenda.el (org-agenda-menu): Add new commands to menu.
(org-agenda-do-date-later, org-agenda-do-date-earlier)
(org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
- (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
- commands.
+ (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
+ New commands.
* org.el (org-timestamp-change): Move end-time along with start
time.
@@ -9958,8 +9961,8 @@
(org-publish-projects, org-publish-org-index): Change default anme
for the index of file names to "sitemap.org".
- * org-latex.el (org-export-latex-tables): Use
- `org-split-string', for Emacs 21 compatibility.
+ * org-latex.el (org-export-latex-tables):
+ Use `org-split-string', for Emacs 21 compatibility.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
@@ -9975,10 +9978,10 @@
(org-get-current-options): Add new keywords.
(org-export-as-html): Publish description and keywords.
- * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
- option.
- (org-agenda-add-entry-text): Honor
- `org-agenda-add-entry-text-descriptive-links'.
+ * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
+ New option.
+ (org-agenda-add-entry-text):
+ Honor `org-agenda-add-entry-text-descriptive-links'.
* org-latex.el (org-export-latex-preprocess): Make all
external preprocess functions use a PARAMETER arg.
@@ -9997,8 +10000,8 @@
`org-export-html-style-include-scripts'.
(org-export-as-html): Honor new option
`org-export-html-style-include-scripts'.
- (org-export-html-scripts, org-export-html-style-default): Fix
- xml issues with the Safari browser.
+ (org-export-html-scripts, org-export-html-style-default):
+ Fix xml issues with the Safari browser.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
@@ -10015,8 +10018,8 @@
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
- * org-exp.el (org-export-format-source-code-or-example): Mark
- temporary buffer unmodified, so that it will be killed even if
+ * org-exp.el (org-export-format-source-code-or-example):
+ Mark temporary buffer unmodified, so that it will be killed even if
mode like message mode has decided to assign a file name.
* org.el (org-scan-tags): Improve tag inheritance.
@@ -10035,8 +10038,8 @@
* org.el (org-add-planning-info): Fix bug with looking for keyword
only at column 0.
- * org-agenda.el (org-agenda-custom-commands-local-options): Add
- option for tags filter preset.
+ * org-agenda.el (org-agenda-custom-commands-local-options):
+ Add option for tags filter preset.
(org-prepare-agenda): Store filter preset as a property on the
filter variable.
(org-finalize-agenda): Call the filter, if there is a preset.
@@ -10055,8 +10058,8 @@
(org-agenda-fontify-priorities): Rename from
org-fontify-priorities.
- * org.el (org-set-font-lock-defaults): Call
- `org-font-lock-add-priority-faces'.
+ * org.el (org-set-font-lock-defaults):
+ Call `org-font-lock-add-priority-faces'.
(org-font-lock-add-priority-faces): New function.
* org-faces.el (org-set-tag-faces): New option.
@@ -10113,8 +10116,8 @@
* org.el (org-blank-before-new-entry): Mention the dependence on
`org-empty-line-terminates-plain-lists' in the docstring.
- * org-publish.el (org-publish-get-project-from-filename): New
- optional argument UP. Only find the top project if UP is set.
+ * org-publish.el (org-publish-get-project-from-filename):
+ New optional argument UP. Only find the top project if UP is set.
(org-publish-current-project): Find the top encloding project.
* org-agenda.el (org-agenda-before-write-hook)
@@ -10128,15 +10131,15 @@
* org-exp.el (org-export-ascii-links-to-notes): New option.
(org-export-as-ascii): Handle links better.
- (org-export-ascii-wrap, org-export-ascii-push-links): New
- functions.
+ (org-export-ascii-wrap, org-export-ascii-push-links):
+ New functions.
2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-agenda): Make prefix arg optional.
(org-agenda-search-headline-for-time): New option.
- (org-format-agenda-item): Honor
- `org-agenda-search-headline-for-time'.
+ (org-format-agenda-item):
+ Honor `org-agenda-search-headline-for-time'.
* org-table.el (orgtbl-self-insert-command): Cluster undo for 20
characters.
@@ -10207,8 +10210,8 @@
2009-02-19 Carsten Dominik <dominik@science.uva.nl>
- * org.el (org-block-todo-from-children-or-siblings): Use
- `org-up-heading-all' so that this will work correctly with hidden
+ * org.el (org-block-todo-from-children-or-siblings):
+ Use `org-up-heading-all' so that this will work correctly with hidden
property drawers and entries.
(org-end-of-line, org-beginning-of-line): Make prefix arg work, by
falling back to normal, default command.
@@ -10289,8 +10292,8 @@
* org-exp.el (org-export-html-footnotes-section): Make the div id
consistent.
- * org-export-latex.el (org-export-latex-classes): Remove
- paper size option from LaTeX classes.
+ * org-export-latex.el (org-export-latex-classes):
+ Remove paper size option from LaTeX classes.
2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
@@ -10373,8 +10376,8 @@
* org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
to get real errors from the blocker hook.
- * org.el (org-shiftselect-error, org-call-for-shift-select): New
- functions.
+ * org.el (org-shiftselect-error, org-call-for-shift-select):
+ New functions.
(org-set-visibility-according-to-property): Turn off the setting
of `org-show-entry-below', to avoid overruling a FOLDED visibility
property.
@@ -10391,13 +10394,13 @@
* org-footnote.el (org-footnote-normalize): Remove unnecessary
variable.
- (org-insert-footnote-reference-near-definition): Remove
- unnecessary let form.
+ (org-insert-footnote-reference-near-definition):
+ Remove unnecessary let form.
2009-01-26 Carsten Dominik <dominik@science.uva.nl>
- * org-export-latex.el (org-export-as-latex): Call
- `org-export-latex-first-lines' with OPT-PLIST as a parameter.
+ * org-export-latex.el (org-export-as-latex):
+ Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
(org-export-latex-first-lines): New parameter OPT-PLIST.
* org.el (org-yank): Tell `delete-selection-mode' about
@@ -10405,8 +10408,8 @@
* org-faces.el (org-clock-overlay): Fix face definition.
- * org-export-latex.el (org-export-latex-first-lines): Pass
- timestamp and footnote parameters to the preprocessor.
+ * org-export-latex.el (org-export-latex-first-lines):
+ Pass timestamp and footnote parameters to the preprocessor.
* org-exp.el (org-export-remove-timestamps): Do not remove time
stamps inside tables.
@@ -10415,8 +10418,8 @@
* org-exp.el (org-export-as-html): Turn \par into a paragraph.
- * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
- variable.
+ * org.el (org-agenda-tags-todo-honor-ignore-options):
+ Declare variable.
* org-table.el (org-table-insert-hline): Fix typo in fuction call
to `backward-char'.
@@ -10424,21 +10427,21 @@
* org-exp.el (org-export-as-html): Remove the initial space from
colon examples.
- * org.el (org-scan-tags): Call
- `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
+ * org.el (org-scan-tags):
+ Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
- * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
- customization groups.
+ * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
+ New customization groups.
(org-agenda-tags-todo-honor-ignore-options): New option.
(org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
New function.
- (org-agenda-get-todos): Use
- `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
+ (org-agenda-get-todos):
+ Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
- * org-exp.el (org-export-format-source-code-or-example): Escape
- HTML characters also in examples that anre not treated with
+ * org-exp.el (org-export-format-source-code-or-example):
+ Escape HTML characters also in examples that anre not treated with
htmlize. Also, just switch to EXAMPLE processing if we do not
have a good version of htmlize.
@@ -10494,8 +10497,8 @@
2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
- * org-export-latex.el (org-export-latex-quotation-marks): Use
- `org-if-unprotected-1'.
+ * org-export-latex.el (org-export-latex-quotation-marks):
+ Use `org-if-unprotected-1'.
(org-export-latex-set-initial-vars): Check for class definition in
property.
@@ -10505,8 +10508,8 @@
* org-compat.el (org-count-lines): New function.
- * org-exp.el (org-export-format-source-code-or-example): Handle
- switches related to text areas.
+ * org-exp.el (org-export-format-source-code-or-example):
+ Handle switches related to text areas.
* org.el (org-activate-footnote-links): Don't allow match inside a
link.
@@ -10541,17 +10544,17 @@
* org.el (org-image-file-name-regexp, org-file-image-p): Allow the
list of extensions to be a parameter.
- * org-exp.el (org-export-html-inline-image-extensions): New
- variable.
+ * org-exp.el (org-export-html-inline-image-extensions):
+ New variable.
- * org-agenda.el (org-prepare-agenda): Use
- `org-agenda-block-separator'.
+ * org-agenda.el (org-prepare-agenda):
+ Use `org-agenda-block-separator'.
(org-agenda-block-separator): New option.
2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
- * org-export-latex.el (org-export-latex-tables): Call
- `org-table-clean-before-export' with the new optional argument.
+ * org-export-latex.el (org-export-latex-tables):
+ Call `org-table-clean-before-export' with the new optional argument.
* org-exp.el (org-table-clean-before-export): New optional
parameter MAYBE-QUOTED, allows for quoted characters like \# in
@@ -10562,8 +10565,8 @@
* org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
histograms.
- * org-colview.el (org-colview-construct-allowed-dates): Better
- error catching when a date/time property does not have allowed
+ * org-colview.el (org-colview-construct-allowed-dates):
+ Better error catching when a date/time property does not have allowed
values defined.
* org-colview-xemacs.el (org-colview-construct-allowed-dates):
@@ -10592,8 +10595,8 @@
2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
- * org-compat.el (org-fit-window-to-buffer): Use
- `window-full-width-p'.
+ * org-compat.el (org-fit-window-to-buffer):
+ Use `window-full-width-p'.
* org-export-latex.el (org-export-latex-fixed-width): Enforce the
space after the colon in short examples.
@@ -10649,8 +10652,8 @@
(org-timer-stop): New command.
(org-timer-seconds): Return correct time when timer is paused.
(org-timer-mode-line-timer): New variable.
- (org-timer-set-mode-line, org-timer-update-mode-line): New
- functions.
+ (org-timer-set-mode-line, org-timer-update-mode-line):
+ New functions.
* org.el (org-insert-heading): Handle new value `auto' for
`org-blank-before-new-entry'.
@@ -10699,19 +10702,19 @@
* org-exp.el (org-export-preprocess-string): Remove clock lines
and timestamps already in the preprocesor.
- (org-export-remove-timestamps, org-export-remove-clock-lines): New
- functions.
+ (org-export-remove-timestamps, org-export-remove-clock-lines):
+ New functions.
(org-export-as-ascii, org-export-as-html): Add the timestamps
parameter to the preprocessor parameter list.
* org-list.el (org-list-parse-list): Parse for checkboxes.
(org-list-to-generic): Introduce and handle new parameters :cbon
and :cboff.
- (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
- optional parameter PARAMS.
+ (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
+ Add optional parameter PARAMS.
- * org-export-latex.el (org-export-latex-special-chars): Fix
- problems with interpreting dollar signs.
+ * org-export-latex.el (org-export-latex-special-chars):
+ Fix problems with interpreting dollar signs.
(org-inside-latex-math-p): New function.
(org-export-latex-preprocess): Protect all the math fragments.
@@ -10723,8 +10726,8 @@
* org-agenda.el (org-run-agenda-series): Have series options set
when finalizing the agenda.
- * org-exp.el (org-export-format-source-code-or-example): Protect
- the converted examples.
+ * org-exp.el (org-export-format-source-code-or-example):
+ Protect the converted examples.
* org.el (org-set-regexps-and-options): Fix the regexp
`org-complex-heading-regexp'.
@@ -10768,8 +10771,8 @@
* org-macs.el (org-re): Handle the [:word:] class.
- * org-exp.el (org-export-preprocess-string): Call
- `org-export-protect-colon-examples'.
+ * org-exp.el (org-export-preprocess-string):
+ Call `org-export-protect-colon-examples'.
(org-export-protect-colon-examples): Rename from
`org-export-protect-examples', and scope limited to lines starting
with a colon.
@@ -10799,8 +10802,8 @@
(org-export-latex-preprocess): Treat multiple references to a
footnote.
- * org-exp.el (org-export-preprocess-string): Call
- `org-footnote-normalize'.
+ * org-exp.el (org-export-preprocess-string):
+ Call `org-footnote-normalize'.
(org-export-as-ascii, org-export-as-html): Pass footnote variable
to preprocessor.
(org-export-as-html): Treat multiple references to a footnote.
@@ -10811,8 +10814,8 @@
links.
* org.el (org-bracket-link-analytic-regexp++): New variable.
- (org-make-link-regexps): Initialize
- `org-bracket-link-analytic-regexp++'.
+ (org-make-link-regexps):
+ Initialize `org-bracket-link-analytic-regexp++'.
(org-store-link): Implement special case in edit-src buffer.
(org-insert-link): No use of ide to insert stored links.
(org-link-search): Implement special case for coderefs.
@@ -10840,8 +10843,8 @@
2009-01-16 Glenn Morris <rgm@gnu.org>
- * org-mouse.el (org-mouse-show-context-menu): Use
- mouse-menu-major-mode-map, if defined, rather than the obsolete
+ * org-mouse.el (org-mouse-show-context-menu):
+ Use mouse-menu-major-mode-map, if defined, rather than the obsolete
mouse-major-mode-menu.
2008-12-23 Carsten Dominik <dominik@science.uva.nl>
@@ -10866,8 +10869,8 @@
2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
- * org.el (org-get-refile-targets, org-refile-get-location): Use
- expanded file name to improve comparison.
+ * org.el (org-get-refile-targets, org-refile-get-location):
+ Use expanded file name to improve comparison.
2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
@@ -10879,12 +10882,12 @@
* org-export-latex.el (org-export-latex-links): Fix bug with
undefined label.
- * org-table.el (org-table-get-specials): Set
- `org-table-current-last-data-line'.
+ * org-table.el (org-table-get-specials):
+ Set `org-table-current-last-data-line'.
(org-table-current-last-data-line): New variable.
(org-table-insert-column, org-table-delete-column)
- (org-table-move-column, org-table-fix-formulas): Call
- `org-table-fix-formulas' a second time to fix the $LR references.
+ (org-table-move-column, org-table-fix-formulas):
+ Call `org-table-fix-formulas' a second time to fix the $LR references.
(org-table-get-specials): Add the $LR references to the tables.
(org-table-get-formula): Do not offer last-row names as LHS of
formulas.
@@ -10938,8 +10941,8 @@
* org.el (org-refile): Avoid refiling to within the region to be
refiled.
- * org-export-latex.el (org-export-latex-special-chars): Replace
- special characters also in tables.
+ * org-export-latex.el (org-export-latex-special-chars):
+ Replace special characters also in tables.
* org-agenda.el (org-agenda-change-all-lines): New argument
FORCE-TAGS.
@@ -10987,8 +10990,8 @@
(org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
(org-export-latex-make-header): Add some hard space after the
table of contents.
- (org-export-latex-first-lines): Accept RBEG argument. Mark
- exported text so that it will be excuded in further steps.
+ (org-export-latex-first-lines): Accept RBEG argument.
+ Mark exported text so that it will be excuded in further steps.
* org-table.el (org-table-get-specials): Make @0 reference the
last line in a table.
@@ -11008,8 +11011,8 @@
* org-exp.el (org-export-html-style-default): Add style
definitions for the figure div.
- (org-export-preprocess-string, org-export-as-html): Implement
- attribute, label, and caption handling.
+ (org-export-preprocess-string, org-export-as-html):
+ Implement attribute, label, and caption handling.
(org-export-attach-captions-and-attributes): New function.
(org-export-html-format-image): New function.
(org-format-org-table-html): Implement attribute, label, and
@@ -11097,8 +11100,8 @@
* org-w3m.el (w3m-minor-mode-hook): Also add the special copy
command to the `w3m-minor-mode-map'.
- * org-archive.el (org-archive-to-archive-sibling): Protect
- `this-command' to avoid appending kills during archiving.
+ * org-archive.el (org-archive-to-archive-sibling):
+ Protect `this-command' to avoid appending kills during archiving.
* org-exp.el (org-export-with-priority): New variable.
(org-export-add-options-to-plist): Use `org-export-plist-vars'
@@ -11126,8 +11129,8 @@
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-tags-exclude-from-inheritance): New option.
- (org-tag-inherit-p, org-remove-uniherited-tags): Respect
- `org-tags-exclude-from-inheritance'.
+ (org-tag-inherit-p, org-remove-uniherited-tags):
+ Respect `org-tags-exclude-from-inheritance'.
* org-agenda.el (org-agenda-show-inherited-tags): New option.
(org-format-agenda-item): Add inherited tags to the agenda line
@@ -11185,8 +11188,8 @@
accidentially overwritten by last commit to Emacs.
* org.el (org-outline-path-complete-in-steps): New option.
- (org-refile-get-location): Honor
- `org-outline-path-complete-in-steps'.
+ (org-refile-get-location):
+ Honor `org-outline-path-complete-in-steps'.
(org-agenda-change-all-lines, org-tags-sparse-tree)
(org-time-string-to-absolute, org-small-year-to-year)
(org-link-escape): Re-apply changes accidentially overwritten
@@ -11209,8 +11212,8 @@
line before the first headline to always be included. This is
to not miss a commented target.
- * org-mouse.el (org-mouse-insert-item): Call
- `org-indent-to-column' instead of `indent-to', for XEmacs
+ * org-mouse.el (org-mouse-insert-item):
+ Call `org-indent-to-column' instead of `indent-to', for XEmacs
compatibility.
* org.el (org-refile-targets): Fix customize definition so
@@ -11233,18 +11236,18 @@
2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
- * org-remember.el (org-remember-apply-template): Use
- `org-substring-no-properties'.
+ * org-remember.el (org-remember-apply-template):
+ Use `org-substring-no-properties'.
* org-compat.el (org-substring-no-properties): New function.
- * org-remember.el (org-remember-apply-template): Use
- `org-substring-no-properties' for compatibility.
+ * org-remember.el (org-remember-apply-template):
+ Use `org-substring-no-properties' for compatibility.
- * org-list.el (org-list-two-spaces-after-bullet-regexp): New
- option.
- (org-fix-bullet-type): Respect
- `org-list-two-spaces-after-bullet-regexp'.
+ * org-list.el (org-list-two-spaces-after-bullet-regexp):
+ New option.
+ (org-fix-bullet-type):
+ Respect `org-list-two-spaces-after-bullet-regexp'.
* org-clock.el (org-clock-load): Clean up the code.
@@ -11309,8 +11312,8 @@
(org-set-property, org-delete-property)
(org-delete-property-globally): Use `org-ido-completing-read'.
- * org-remember.el (org-remember-apply-template): Use
- `org-ido-completing-read'.
+ * org-remember.el (org-remember-apply-template):
+ Use `org-ido-completing-read'.
* org-publish.el (org-publish): Use `org-ido-completing-read'.
@@ -11318,14 +11321,14 @@
(org-insert-columns-dblock): Use `org-ido-completing-read'.
* org-colview-xemacs.el (org-columns-edit-value)
- (org-columns-new, org-insert-columns-dblock): Use
- `org-ido-completing-read'.
+ (org-columns-new, org-insert-columns-dblock):
+ Use `org-ido-completing-read'.
- * org-attach.el (org-attach-delete-one, org-attach-open): Use
- `org-ido-completing-read'.
+ * org-attach.el (org-attach-delete-one, org-attach-open):
+ Use `org-ido-completing-read'.
- * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
- `org-ido-completing-read'.
+ * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
+ Use `org-ido-completing-read'.
* org.el (org-time-today): New function.
(org-matcher-time): Use `org-time-today'. Add special treatment
@@ -11340,8 +11343,8 @@
2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
- * org-export-latex.el (org-export-latex-subcontent): Interprete
- target aliases as additonal labels.
+ * org-export-latex.el (org-export-latex-subcontent):
+ Interprete target aliases as additonal labels.
* org-exp.el (org-export-target-aliases): New variable.
(org-export-preprocess-string)
@@ -11388,8 +11391,8 @@
* org-vm.el (org-vm-follow-link): Require `vm-search'.
- * org.el (org-up-heading-safe, org-forward-same-level): Always
- call `org-back-to-heading' instead of `outline-back-to-heading'.
+ * org.el (org-up-heading-safe, org-forward-same-level):
+ Always call `org-back-to-heading' instead of `outline-back-to-heading'.
(org-back-to-heading): New wrapper around outline-back-to-heading,
with a useful error message telling where the error happened.
@@ -11495,8 +11498,8 @@
* org.el (org-link-abbrev-alist): Improve customization type.
- * org-attach.el (org-attach-expand-link, org-attach-expand): New
- functions.
+ * org-attach.el (org-attach-expand-link, org-attach-expand):
+ New functions.
* org-agenda.el (org-agenda-get-progress): Rename from
`org-get-closed'. Implement searching for state changes as well.
@@ -11535,8 +11538,8 @@
* org-exp.el (org-export-as-html): Make sure that <hr/> is between
paragraphs, not inside.
- * org.el (org-todo): Quote
- `org-agenda-headline-snapshot-before-repeat'.
+ * org.el (org-todo):
+ Quote `org-agenda-headline-snapshot-before-repeat'.
* org-exp.el (org-export-as-html): Fully process link descriptions.
(org-export-html-format-desc): New function.
@@ -11551,14 +11554,14 @@
really, a preliminary and incomplete version was present earlier,
but not used).
- * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
- `org-fit-window-to-buffer'.
+ * org.el (org-fast-todo-selection, org-fast-tag-selection):
+ Use `org-fit-window-to-buffer'.
* org-exp.el (org-export): Use `org-fit-window-to-buffer'.
* org-agenda.el (org-agenda-get-restriction-and-command)
- (org-fit-agenda-window, org-agenda-convert-date): Use
- `org-fit-window-to-buffer'.
+ (org-fit-agenda-window, org-agenda-convert-date):
+ Use `org-fit-window-to-buffer'.
* org-exp.el (org-export-as-html): Process href links through
`org-export-html-format-href'.
@@ -11581,8 +11584,8 @@
(org-export-html-style-default): Mark style definitions as
unparsed CDATA.
- * org-publish.el (org-publish-validate-link): Function
- re-introduced.
+ * org-publish.el (org-publish-validate-link):
+ Function re-introduced.
2008-11-12 Charles Sebold <csebold@gmail.com>
@@ -11727,8 +11730,8 @@
2008-10-26 Bastien Guerry <bzg@altern.org>
- * org-export-latex.el (org-export-latex-classes): Add
- \usepackage{graphicx} to the default list of packages.
+ * org-export-latex.el (org-export-latex-classes):
+ Add \usepackage{graphicx} to the default list of packages.
2008-10-26 Carsten Dominik <dominik@science.uva.nl>
@@ -11742,8 +11745,8 @@
(org-add-log-note): Mask prefix argument when immediately storing
the note.
- * org-agenda.el (org-agenda-filter-effort-default-operator): New
- option.
+ * org-agenda.el (org-agenda-filter-effort-default-operator):
+ New option.
2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
@@ -11776,8 +11779,8 @@
2008-10-26 Carsten Dominik <dominik@science.uva.nl>
- * org.el (org-add-log-setup): Respect
- `org-log-state-notes-insert-after-drawers'.
+ * org.el (org-add-log-setup):
+ Respect `org-log-state-notes-insert-after-drawers'.
(org-log-state-notes-insert-after-drawers): New option.
(org-todo-trigger-tag-changes): New function.
(org-todo): Call `org-todo-trigger-tag-changes'.
@@ -11812,8 +11815,8 @@
2008-10-26 Carsten Dominik <dominik@science.uva.nl>
- * org-export-latex.el (org-export-latex-preprocess): Improve
- quoting of LaTeX environments.
+ * org-export-latex.el (org-export-latex-preprocess):
+ Improve quoting of LaTeX environments.
2008-10-19 Eli Zaretskii <eliz@gnu.org>
@@ -11868,8 +11871,8 @@
* org-attach.el (org-attach-auto-tag): New option.
(org-attach-tag, org-attach-untag): New functions.
- (org-attach-attach, org-attach-new, org-attach-sync): Call
- `org-attach-tag'.
+ (org-attach-attach, org-attach-new, org-attach-sync):
+ Call `org-attach-tag'.
(org-attach-delete): Call `org-attach-untag'.
* org-table.el (orgtbl-self-insert-command): Make this work for
@@ -11896,8 +11899,8 @@
* org-exp.el (org-infile-export-plist): Put the content of
#+LATEX_HEADER: into the property :latex-header-extra.
- * org-colview.el (org-columns-get-format-and-top-level): Remove
- resetting the marker.
+ * org-colview.el (org-columns-get-format-and-top-level):
+ Remove resetting the marker.
* org-colview-xemacs.el (org-columns-get-format-and-top-level):
Remove resetting the marker.
@@ -11909,8 +11912,8 @@
* org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
* org.el (org-entry-get-multivalued-property)
- (org-entry-protect-space, org-entry-restore-space): New
- functions.
+ (org-entry-protect-space, org-entry-restore-space):
+ New functions.
(org-file-apps-defaults-macosx): Let postscript files be opened by
preview.
(org-time-stamp-inactive): Call `org-time-stamp'.
@@ -11945,8 +11948,8 @@
* org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
`org-bbdb-anniversaries'.
- * org.el (org-get-next-sibling, org-forward-same-level): New
- functions, similar to the outline versions, but invisible headings
+ * org.el (org-get-next-sibling, org-forward-same-level):
+ New functions, similar to the outline versions, but invisible headings
are OK.
2008-10-12 Bastien Guerry <bzg@altern.org>
@@ -12071,15 +12074,15 @@
(org-entries-lessp): Implement sorting by TODO state.
(org-cmp-todo-state): New defsubst.
- * org-colview.el (org-colview-construct-allowed-dates): New
- function.
- (org-columns-next-allowed-value): Use
- `org-colview-construct-allowed-dates'.
+ * org-colview.el (org-colview-construct-allowed-dates):
+ New function.
+ (org-columns-next-allowed-value):
+ Use `org-colview-construct-allowed-dates'.
- * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
- function.
- (org-columns-next-allowed-value): Use
- `org-colview-construct-allowed-dates'.
+ * org-colview-xemacs.el (org-colview-construct-allowed-dates):
+ New function.
+ (org-columns-next-allowed-value):
+ Use `org-colview-construct-allowed-dates'.
* org.el (org-protect-slash): New function.
(org-get-refile-targets): Use `org-protect-slash'.
@@ -12087,8 +12090,8 @@
* org-agenda.el (org-global-tags-completion-table): New variable.
* org-exp.el (org-export-handle-export-tags): New function.
- (org-export-preprocess-string): Call
- `org-export-handle-export-tags'.
+ (org-export-preprocess-string):
+ Call `org-export-handle-export-tags'.
* org-publish.el (org-publish-expand-components): Function removed.
(org-publish-expand-projects): Allow components to have components.
@@ -12098,8 +12101,8 @@
(org-yank-and-fold-if-subtree): New function.
* org-agenda.el (org-agenda-todayp): New function.
- (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
- `org-agenda-todayp'.
+ (org-agenda-get-deadlines, org-agenda-get-scheduled):
+ Use `org-agenda-todayp'.
* org.el (org-insert-heading-respect-content)
(org-insert-todo-heading-respect-content): New commands.
@@ -12207,11 +12210,11 @@
* org-agenda.el (org-agenda-align-tags): Fix bug with malformed
face property.
- * org-colview.el (org-columns-display-here): Use
- `org-columns-modify-value-for-display-function'.
+ * org-colview.el (org-columns-display-here):
+ Use `org-columns-modify-value-for-display-function'.
- * org-colview-xemacs.el (org-columns-display-here): Use
- `org-columns-modify-value-for-display-function'.
+ * org-colview-xemacs.el (org-columns-display-here):
+ Use `org-columns-modify-value-for-display-function'.
* org.el (org-columns-modify-value-for-display-function): New option.
@@ -12268,14 +12271,14 @@
2008-07-24 Carsten Dominik <dominik@science.uva.nl>
- * org-exp.el (org-export-region-as-html, org-export-as-html): Make
- sure that calls from `org-export-region-as-html' do not do the
+ * org-exp.el (org-export-region-as-html, org-export-as-html):
+ Make sure that calls from `org-export-region-as-html' do not do the
special check for a subtree.
* org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
- * org.el (org-open-file): Use
- `org-open-directory-means-index-dot-org'.
+ * org.el (org-open-file):
+ Use `org-open-directory-means-index-dot-org'.
(org-open-directory-means-index-dot-org): New option.
* org.el (org-make-link-string): Remove link attributes from
@@ -12291,8 +12294,8 @@
* org.el (org-narrow-to-subtree): Do not include the final newline
into the narrowed region.
- * org-agenda.el (org-agenda-custom-commands-local-options): Fix
- bug with user-define skipping condition.
+ * org-agenda.el (org-agenda-custom-commands-local-options):
+ Fix bug with user-define skipping condition.
* org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
@@ -12311,8 +12314,8 @@
* org-publish.el (org-publish-find-title): Bug fix.
(org-publish-org-index): Implement new :index-style option.
- * org-publish.el (org-publish-timestamp-filename): Use
- SHA1-encoded file names in the timestamp directory.
+ * org-publish.el (org-publish-timestamp-filename):
+ Use SHA1-encoded file names in the timestamp directory.
* org-publish.el (org-publish-needed-p): Be verbose about files
published and files skipped.
@@ -12454,8 +12457,8 @@
`org-diary-to-ical-string' out of the loop, and kill the buffer
afterwords.
- * org-remember.el (org-remember-visit-immediately): Position
- cursor after moving to the note.
+ * org-remember.el (org-remember-visit-immediately):
+ Position cursor after moving to the note.
(org-remember-apply-template): Use a text property to record the
cursor position.
(org-remember-handler): Align tags after pasting the note.
@@ -12498,8 +12501,8 @@
2008-06-17 Carsten Dominik <dominik@science.uva.nl>
* org-remember.el (org-jump-to-target-location): New variable.
- (org-remember-apply-template): Set
- `org-remember-apply-template' if requested by template.
+ (org-remember-apply-template):
+ Set `org-remember-apply-template' if requested by template.
(org-remember-handler): Start an idle timer to jump to
remember location.
@@ -12549,8 +12552,8 @@
2008-06-17 Carsten Dominik <dominik@science.uva.nl>
- * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
- option.
+ * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
+ New option.
* org-colview.el (org-agenda-columns-cleanup-item): New function.
@@ -12671,11 +12674,11 @@
* org-clock.el (org-clock-display, org-clock-out)
(org-update-mode-line): Use `org-time-clocksum-format'.
- * org-colview-xemacs.el (org-columns-number-to-string): Use
- `org-time-clocksum-format'.
+ * org-colview-xemacs.el (org-columns-number-to-string):
+ Use `org-time-clocksum-format'.
- * org-colview.el (org-columns-number-to-string): Use
- `org-time-clocksum-format'.
+ * org-colview.el (org-columns-number-to-string):
+ Use `org-time-clocksum-format'.
2008-06-17 Carsten Dominik <dominik@science.uva.nl>
@@ -12703,8 +12706,8 @@
(org-export-preprocess-string): Implement the COMMENT
environment.
- * org-export-latex.el (org-export-latex-preprocess): Implement
- VERSE environment.
+ * org-export-latex.el (org-export-latex-preprocess):
+ Implement VERSE environment.
2008-06-17 Carsten Dominik <dominik@science.uva.nl>
@@ -12759,8 +12762,8 @@
2008-06-17 Carsten Dominik <dominik@science.uva.nl>
- * org.el (org-remove-double-quotes, org-file-contents): New
- functions.
+ * org.el (org-remove-double-quotes, org-file-contents):
+ New functions.
* org-exp.el (org-infile-export-plist): Also parse the
contents of #+SETUPFILE files, recursively.
@@ -12769,8 +12772,8 @@
contents of #+SETUPFILE files, recursively.
* org-exp.el (org-export-handle-include-files): New function.
- (org-export-preprocess-string): Call
- `org-export-handle-include-files'.
+ (org-export-preprocess-string):
+ Call `org-export-handle-include-files'.
* org.el (org-delete-property-globally)
(org-delete-property, org-set-property): Ignore case during
@@ -12798,8 +12801,8 @@
* org.el (org-set-font-lock-defaults): Make the description
tag bold.
- * org-exp.el (org-export-as-html, org-close-li): Implement
- description lists.
+ * org-exp.el (org-export-as-html, org-close-li):
+ Implement description lists.
2008-06-17 Jason Riedy <jason@acm.org>
@@ -12880,7 +12883,7 @@
;; add-log-time-zone-rule: t
;; End:
- Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
This file is part of GNU Emacs.