Skip to content

Instantly share code, notes, and snippets.

@boykov
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boykov/11387660 to your computer and use it in GitHub Desktop.
Save boykov/11387660 to your computer and use it in GitHub Desktop.
Modified lisp/org.el
diff --git a/lisp/org.el b/lisp/org.el
index cf01800..0facd97 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -16899,9 +16899,7 @@ But do this only if the variable `org-display-custom-times' is set."
org-time-stamp-custom-formats)
time (org-fix-decoded-time t1)
str (format-time-string
- (concat
- (if inactive "[" "<") (substring tf 1 -1)
- (if inactive "]" ">"))
+ (substring tf 1 -1)
(apply 'encode-time time))
string (replace-match str t t string)
start (+ start (length str)))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment