Merge branch 'master' of orgmode.org:org-mode

This commit is contained in:
Bastien Guerry 2014-09-12 19:02:50 +02:00
commit fdd9d878e0
1 changed files with 1 additions and 1 deletions

View File

@ -7340,7 +7340,7 @@ is non-nil, hide it unconditionally."
(let ((element (org-element-at-point))) (let ((element (org-element-at-point)))
(unless (memq (org-element-type element) (unless (memq (org-element-type element)
'(center-block comment-block example-block quote-block '(center-block comment-block example-block quote-block
src-block verse-block)) special-block src-block verse-block))
(user-error "Not at a block")) (user-error "Not at a block"))
(let* ((start (save-excursion (let* ((start (save-excursion
(goto-char (org-element-property :post-affiliated element)) (goto-char (org-element-property :post-affiliated element))