emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-tree-slide 8c301414bb 060/144: Remove brackets in titl


From: ELPA Syncer
Subject: [nongnu] elpa/org-tree-slide 8c301414bb 060/144: Remove brackets in title
Date: Tue, 18 Jan 2022 08:59:26 -0500 (EST)

branch: elpa/org-tree-slide
commit 8c301414bbe1b48e282ef7a709fbaa8df69208ac
Author: Takaaki ISHIKAWA <takaxp@ieee.org>
Commit: Takaaki ISHIKAWA <takaxp@ieee.org>

    Remove brackets in title
---
 org-tree-slide.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/org-tree-slide.el b/org-tree-slide.el
index 996ea907b6..fee7d20026 100644
--- a/org-tree-slide.el
+++ b/org-tree-slide.el
@@ -8,7 +8,8 @@
 ;; Repository: https://github.com/takaxp/org-tree-slide
 ;; Keywords: org-mode, presentation, narrowing
 ;;
-;; Committer: Yuuki ARISAWA (@uk-ar)
+;; Committers: Yuuki ARISAWA (@uk-ar)
+;;             Eric S Fraga
 ;;
 ;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -66,7 +67,7 @@
 (require 'org-timer)
 (require 'org-clock)                   ; org-clock-in, -out, -clocking-p
 
-(defconst org-tree-slide "2.6.2"
+(defconst org-tree-slide "2.6.3"
   "The version number of the org-tree-slide.el")
 
 (defgroup org-tree-slide nil
@@ -558,10 +559,9 @@ Profiles:
                'org-tree-slide-header-overlay-face)
   (if org-tree-slide-header
       (overlay-put ots-header-overlay 'display
-                  (concat "  [ " 
-                          (if org-tree-slide-title org-tree-slide-title
+                  (concat (if org-tree-slide-title org-tree-slide-title
                             (buffer-name))
-                          " ]\n"
+                          "\n"
                           (format-time-string "%Y-%m-%d") "  "
                           (when org-tree-slide-author
                             (concat org-tree-slide-author "  "))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]