Fix empty line display after property visibility

This commit is contained in:
Carsten Dominik 2010-05-12 15:56:46 +02:00
parent 8a671f8d4d
commit 90c37b3f4a
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2010-05-12 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-set-startup-visibility): Fix empty line display.
* org-latex.el (org-export-latex-links): Use the formatting
function of the link type, if it is available.

View File

@ -5601,7 +5601,7 @@ With a numeric prefix, show all headlines up to that level."
(org-set-visibility-according-to-property 'no-cleanup)
(org-cycle-hide-archived-subtrees 'all)
(org-cycle-hide-drawers 'all)
(org-cycle-show-empty-lines 'all)))
(org-cycle-show-empty-lines t)))
(defun org-set-visibility-according-to-property (&optional no-cleanup)
"Switch subtree visibilities according to :VISIBILITY: property."