forked from takaxp/org-tree-slide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine displaying slide number in modeline
- Loading branch information
Showing
3 changed files
with
36 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2015-02-14 Takaaki ISHIKAWA <[email protected]> | ||
|
||
* org-tree-slide: Refine displaying slide number in modeline | ||
- If 'lighter is specified, the slide number will be updated aggressively, then it's slow. On the other hand, 'outside is specified which will be shown quickly in the same position of 'lighter because it changes the number only if a slide is moved to the next/previous slide. | ||
|
||
* org-tree-slide: Added two hooks | ||
- org-tree-slide-mode-before-narrow-hook | ||
- org-tree-slide-mode-after-narrow-hook | ||
|
||
2015-01-12 Takaaki ISHIKAWA <[email protected]> | ||
|
||
* org-tree-slide.el (ots-stop): Suppress an error message from org-timer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#+TITLE: README for Org Tree Slide | ||
#+AUTHOR: Takaaki Ishikawa | ||
#+EMAIL: [email protected] | ||
#+DATE: 2015-01-12 | ||
#+UPDATE: 19:58:48 | ||
#+DATE: 2015-02-14 | ||
#+UPDATE: 23:48:25 | ||
#+STARTUP: content | ||
|
||
* 1. What's this? | ||
|
@@ -219,6 +219,7 @@ see also ChangeLog | |
|---------+------------------+-------------------------------------------------| | ||
| Version | Date | Description | | ||
|---------+------------------+-------------------------------------------------| | ||
| v2.7.4 | 2015-02-14@23:30 | Refine displaying slide number in modeline | | ||
| v2.7.2 | 2015-01-12@19:56 | Suppress an error message from org-timer | | ||
| v2.7.1 | 2015-01-12@18:28 | Hide skipped slides when CONTENT mode | | ||
| v2.7.0 | 2013-07-21@05:21 | Support buffers without headings | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters