aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/org-faces.el
diff options
context:
space:
mode:
authorCarsten Dominik <[email protected]>2009-01-27 11:39:48 +0000
committerCarsten Dominik <[email protected]>2009-01-27 11:39:48 +0000
commit65c439fd68997aa8f44cad817d09f97c35b0635c (patch)
tree4317105206b2f28e0b6f97e16c709face4ad5e87 /lisp/org/org-faces.el
parente6c815ae0953136a01aef0d5321b9c78ffcfbdfb (diff)
2009-01-27 Carsten Dominik <[email protected]>
* 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.
Diffstat (limited to 'lisp/org/org-faces.el')
-rw-r--r--lisp/org/org-faces.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-faces.el b/lisp/org/org-faces.el
index eb415a4a15..2ba13d2e96 100644
--- a/lisp/org/org-faces.el
+++ b/lisp/org/org-faces.el
@@ -1,12 +1,12 @@
;;; org-faces.el --- Face definitions for Org-mode.
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009;
+;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
;; Free Software Foundation, Inc.
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.19a
+;; Version: 6.19e
;;
;; This file is part of GNU Emacs.
;;