Skip to content

Commit

Permalink
Merge pull request takaxp#8 from eikek/tree-slide-content
Browse files Browse the repository at this point in the history
use `ots-skip-outline-level' in `ots-slide-content'
  • Loading branch information
takaxp committed Jan 12, 2015
2 parents 6cf6e4e + b7471ef commit c01b48e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion org-tree-slide.el
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ Profiles:
(ots-hide-slide-header)
(ots-move-to-the-first-heading)
(org-overview)
(org-content)
(org-content (if (> org-tree-slide-skip-outline-level 0)
(1- org-tree-slide-skip-outline-level)))
(message "<< CONTENT >>")))

;;;###autoload
Expand Down

0 comments on commit c01b48e

Please sign in to comment.