Browse Source

Release 5.18a

Carsten Dominik 17 years ago
parent
commit
8d8ec6bf6b
4 changed files with 6 additions and 4 deletions
  1. 1 1
      org-install.el
  2. 5 3
      org.el
  3. BIN
      org.pdf
  4. BIN
      orgcard.pdf

+ 1 - 1
org-install.el

@@ -8,7 +8,7 @@
 ;;;;;;  org-remember-insinuate org-open-at-point-global org-insert-link-global
 ;;;;;;  org-store-link orgtbl-mode turn-on-orgtbl org-run-like-in-org-mode
 ;;;;;;  turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
-;;;;;;  org-cycle org-mode) "org" "org.el" (18304 36012))
+;;;;;;  org-cycle org-mode) "org" "org.el" (18304 62409))
 ;;; Generated autoloads from org.el
 
 (autoload (quote org-mode) "org" "\

+ 5 - 3
org.el

@@ -5,7 +5,7 @@
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Homepage: http://orgmode.org
-;; Version: 5.18
+;; Version: 5.18a
 ;;
 ;; This file is part of GNU Emacs.
 ;;
@@ -5750,7 +5750,8 @@ This function is the default value of the hook `org-cycle-hook'."
 	    (hide-subtree)
 	    (show-entry)
 	    (show-children)
-	    (org-cycle-show-empty-lines 'children))
+	    (org-cycle-show-empty-lines 'children)
+	    (org-cycle-hide-drawers 'children))
 	(org-overview)))))
 
 (defun org-cycle-show-empty-lines (state)
@@ -6377,7 +6378,8 @@ is signaled in this case."
     (org-compact-display-after-subtree-move)
     (unless folded
       (org-show-entry)
-      (show-children))))
+      (show-children)
+      (org-cycle-hide-drawers 'children))))
 
 (defvar org-subtree-clip ""
   "Clipboard for cut and paste of subtrees.

BIN
org.pdf


BIN
orgcard.pdf