comparison lisp/org/ChangeLog @ 101568:f5aedb5cbd80

2009-01-27 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-todo): Return correct state type even if the blocker throws an error. (org-modifier-cursor-error): Renamed from `org-shiftcursor-error'. (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup) (org-shiftmetadown): Call `org-modifier-cursor-error'. * 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-set-visibility-according-to-property): Turn off the setting of `org-show-entry-below', to avoid overruling a FOLDED visibility property. * org.el (org-support-shift-select): New option. (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft) (org-shiftcontrolright, org-shiftcontrolleft): Support for shift selection outside contexts. * org-list.el (org-at-item-bullet-p): New function. * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary variables. * org-footnote.el (org-footnote-normalize): Remove unnecessary variable. (org-insert-footnote-reference-near-definition): Remove unnecessary let form.
author Carsten Dominik <dominik@science.uva.nl>
date Tue, 27 Jan 2009 11:38:21 +0000
parents e7f67dc08ae3
children 9d2bd73eeaac
comparison
equal deleted inserted replaced
101567:1a1c4c8eb2c8 101568:f5aedb5cbd80
1 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
2
3 * org.el (org-todo): Return correct state type even if the blocker
4 throws an error.
5 (org-modifier-cursor-error): Renamed from
6 `org-shiftcursor-error'.
7 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
8 (org-shiftmetadown): Call `org-modifier-cursor-error'.
9
10 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
11 to get real errors from the blocker hook.
12
13 * org.el (org-shiftselect-error, org-call-for-shift-select): New
14 functions.
15 (org-set-visibility-according-to-property): Turn off the setting
16 of `org-show-entry-below', to avoid overruling a FOLDED visibility
17 property.
18
19 * org.el (org-support-shift-select): New option.
20 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
21 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
22 selection outside contexts.
23
24 * org-list.el (org-at-item-bullet-p): New function.
25
26 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
27 variables.
28
29 * org-footnote.el (org-footnote-normalize): Remove unnecessary
30 variable.
31 (org-insert-footnote-reference-near-definition): Remove
32 unnecessary let form.
33
1 2009-01-26 Carsten Dominik <dominik@science.uva.nl> 34 2009-01-26 Carsten Dominik <dominik@science.uva.nl>
2 35
3 * org-export-latex.el (org-export-as-latex): Call 36 * org-export-latex.el (org-export-as-latex): Call
4 `org-export-latex-first-lines' with OPT-PLIST as a parameter. 37 `org-export-latex-first-lines' with OPT-PLIST as a parameter.
5 (org-export-latex-first-lines): New parameter OPT-PLIST. 38 (org-export-latex-first-lines): New parameter OPT-PLIST.